Repository: ShomyLiu/pytorch-pcnn Branch: master Commit: e1c95ed6bef3 Files: 28 Total size: 20.6 MB Directory structure: gitextract_sqikvug5/ ├── README.md ├── checkpoints/ │ └── .gitkeeper ├── config.py ├── dataset/ │ ├── SemEval/ │ │ ├── relation2id.txt │ │ ├── senna_words.lst │ │ ├── test/ │ │ │ ├── npy/ │ │ │ │ └── .gitkeeper │ │ │ └── test.txt │ │ ├── test.txt │ │ ├── test_keys.txt │ │ ├── train/ │ │ │ ├── npy/ │ │ │ │ └── .gitkeeper │ │ │ └── train.txt │ │ ├── train.txt │ │ ├── vector_50.txt │ │ ├── vocab.txt │ │ └── w2v_50.npy │ ├── __init__.py │ └── semeval.py ├── main_sem.py ├── models/ │ ├── BasicModule.py │ ├── PCNN.py │ └── __init__.py └── semeval/ ├── .ipynb_checkpoints/ │ └── res-checkpoint.txt ├── convert_to_rel.py ├── sem_res.txt ├── semeval2010_task8_format_checker.pl ├── semeval2010_task8_scorer-v1.2.pl ├── test.sh └── test_keys.txt ================================================ FILE CONTENTS ================================================ ================================================ FILE: README.md ================================================ 2018.10.16更新: - master分支: Python 3.5x & Pytorch 0.4+ - dev 分支: Python 2.7x & Pytorch 0.3 ## Introduction 基于Pytorch复现PCNN (Zeng 2014)全监督关系抽取的代码. 相关博客地址: [关系抽取论文笔记](http://shomy.top/2018/02/28/relation-extraction/) 另外基于远程监督的PCNN+ONE (Zeng 2015) 代码连接: [PCNN+ONE/ATT](https://github.com/ShomyLiu/pytorch-relation-extraction) ## 数据集 使用Semeval 2010的9类关系(考虑方向 19类) ## 使用方法 - Python环境 - pytorch 0.3(后续会升级为0.4及以后版本) - python 2.7x - fire - 数据预处理: `python dataset/semeval.py`去生成npy文件 - 训练, 自动保存最优模型(未设计验证集) ``` python main_sem.py train ``` 其中 参数配置位于 `config.py`,可以直接指定修改,如: `python main_sem.py train --batch_size=32` - 模型预测的结果位于`semeval`文件夹,使用`./test.sh`使用semeval官方的脚本测试,最后结果保存于res.txt - F1大概可以到80-81%左右,经过fine-tuning 大概到82-83% ## 参考 - PCNN: Relation Classification via Convolutional Deep Neural Network ================================================ FILE: checkpoints/.gitkeeper ================================================ ================================================ FILE: config.py ================================================ # -*- coding: utf-8 -*- data_dic ={ 'SEM': { 'data_root': './dataset/SemEval/', 'w2v_path': './dataset/SemEval/train/npy/w2v.npy', # 'p2v_path': './dataset/SemEval/train/npy/p2v.npy', 'vocab_size': 22315, # vocab + UNK + BLANK 'rel_num': 19 } } class DefaultConfig(object): model = 'PCNN' # the name of used model, in data = 'SEM' # SEM result_dir = './out/' data_root = data_dic[data]['data_root'] # the data dir w2v_path = data_dic[data]['w2v_path'] # p1_2v_path = data_dic[data]['p1_2v_path'] # p2_2v_path = data_dic[data]['p2_2v_path'] load_model_path = 'checkpoints/model.pth' # the trained model seed = 99 batch_size = 128 # batch size use_gpu = True # user GPU or not gpu_id = 0 num_workers = 0 # how many workers for loading data max_len = 80 + 2 # max_len for each sentence + two padding limit = 50 # the position range <-limit, limit> # vocab_size = 114042 + 2 # vocab + UNK + BLANK vocab_size = data_dic[data]['vocab_size'] # vocab + UNK + BLANK rel_num = data_dic[data]['rel_num'] word_dim = 50 pos_dim = 5 pos_size = limit * 2 + 2 norm_emb=True num_epochs = 100 # the number of epochs for training drop_out = 0.5 lr = 0.003 # initial learning rate lr_decay = 0.95 # when val_loss increase, lr = lr*lr_decay weight_decay = 0. # optimizer parameter # Conv filters = [3] filters_num = 230 sen_feature_dim = filters_num rel_dim = filters_num * len(filters) rel_filters_num = 100 print_opt = 'DEF' use_pcnn=True def parse(self, kwargs): ''' user can update the default hyperparamter ''' for k, v in kwargs.items(): if not hasattr(self, k): raise Exception('opt has No key: {}'.format(k)) setattr(self, k, v) data_list = ['data_root', 'w2v_path', 'rel_num', 'vocab_size'] for r in data_list: setattr(self, r, data_dic[self.data][r]) print('*************************************************') print('user config:') for k, v in kwargs.items(): if not k.startswith('__'): print("{} => {}".format(k, getattr(self, k))) print('*************************************************') DefaultConfig.parse = parse opt =DefaultConfig() ================================================ FILE: dataset/SemEval/relation2id.txt ================================================ 0 Cause-Effect(e1,e2) 1 Cause-Effect(e2,e1) 2 Component-Whole(e1,e2) 3 Component-Whole(e2,e1) 4 Content-Container(e1,e2) 5 Content-Container(e2,e1) 6 Entity-Destination(e1,e2) 7 Entity-Destination(e2,e1) 8 Entity-Origin(e1,e2) 9 Entity-Origin(e2,e1) 10 Instrument-Agency(e1,e2) 11 Instrument-Agency(e2,e1) 12 Member-Collection(e1,e2) 13 Member-Collection(e2,e1) 14 Message-Topic(e1,e2) 15 Message-Topic(e2,e1) 16 Product-Producer(e1,e2) 17 Product-Producer(e2,e1) 18 Other ================================================ FILE: dataset/SemEval/senna_words.lst ================================================ ! !_____!____________!_____!_____!_______!_____!_______!______ " # #### #0 #0&btr #aaa #n #value $ % & &money ' '' ''' '''0 '''the ''0 ''a ''admiral ''alabama'' ''angel'' ''ark ''arleigh ''b'' ''balao'' ''banksia'' ''big ''billboard'' ''bismarck'' ''buckley'' ''canberra'' ''challenger'' ''clemson'' ''columbia'' ''comarca'' ''constellation'' ''constitution'' ''de ''discovery'' ''doctor ''dreadnought'' ''dune'' ''eagle'' ''endeavour'' ''enterprise'' ''essex'' ''fletcher'' ''for ''g'' ''gato'' ''gearing'' ''george ''ham'' ''hms ''hornet'' ''i0'' ''in ''independence'' ''intrepid'' ''invincible'' ''iowa'' ''john ''king ''kommunalreformen'' ''la ''leander'' ''lexington'' ''los ''lst0'' ''maine'' ''missouri'' ''monitor'' ''n'' ''nautilus'' ''new ''north ''p'' ''pearl'' ''pennsylvania'' ''playboy'' ''pokemon ''prince ''q'' ''queen ''ranger'' ''royal ''san ''saratoga'' ''scharnhorst'' ''see ''south ''ss ''st. ''star ''the ''this ''ticonderoga'' ''time'' ''titanic'' ''u0'' ''uss ''victory'' ''virginia'' ''voyager'' ''wasp'' ''wickes'' ''x ''yamato'' ''yorktown'' '. '0 '00 '0s '0s. 'a 'abd 'air 'ali 'all 'allo 'alternative 'american 'amr 'an 'and 'anti 'art 'as 'at 'b 'baby 'back 'bad 'battle 'be 'best 'big 'black 'blue 'bob 'book 'bout 'british 'by 'c 'captain 'cause 'celtic 'chief 'church 'city 'classic 'classical 'clean 'cold 'come 'common 'community 'cross 'cut 'd 'dark 'day 'de 'dead 'death 'dirty 'do 'double 'down 'dry 'e 'east 'el 'em 'end 'english 'evil 'f 'family 'fast 'father 'fire 'first 'five 'flying 'for 'four 'free 'friend 'friends 'from 'full 'g 'general 'get 'go 'god 'gold 'golden 'good 'grand 'great 'green 'h 'half 'hard 'he 'head 'heavy 'high 'hill 'his 'history 'holy 'home 'hot 'house 'how 'human 'i 'if 'in 'indian 'international 'iron 'is 'island 'it 'j 'jack 'john 'just 'k 'king 'l 'la 'lady 'land 'large 'last 'le 'left 'let 'life 'light 'like 'little 'live 'living 'll 'local 'long 'look 'lord 'lost 'love 'low 'm 'made 'magic 'main 'make 'making 'man 'master 'mech 'mechs 'middle 'mini 'modern 'more 'most 'mother 'mr 'mr. 'music 'my 'n 'national 'natural 'never 'new 'night 'no 'non 'normal 'north 'not 'o 'of 'off 'official 'oh 'old 'on 'one 'only 'open 'original 'other 'our 'out 'over 'p 'peace 'people 'perfect 'place 'play 'political 'pop 'post 'power 'pre 'prince 'proper 'public 'pure 'q 'queen 'r 'radio 're 'real 'red 'right 'river 'rock 'round 'royal 's 's. 'safe 'school 'sea 'second 'secret 'see 'self 'she 'short 'silver 'single 'sir 'small 'so 'social 'soft 'something 'son 'south 'southern 'special 'spirit 'st 'standard 'star 'state 'stop 'straight 'street 'super 't 'take 'team 'that 'the 'there 'they 'third 'this 'three 'til 'time 'to 'too 'top 'town 'traditional 'true 'two 'u 'umar 'under 'up 'v 'valley 've 'very 'village 'virtual 'w 'war 'water 'we 'well 'west 'western 'what 'when 'where 'white 'who 'why 'wild 'with 'work 'world 'x 'y 'years 'yes 'you 'young 'your 'z ( ) * *"the *$0 *(usd ** *** **** ***** ****** ********* ********** *********** ****************** ******************* ************************* ************************** **************************** ************************************* ************************************** **************************************** ****************************************** ********************************************** *********************************************** ***************************************************** ********************************************************* ********************************************************** *********************************************************** ************************************************************ ************************************************************* ************************************************************** **************------------- **************--------------- *************-------------- *****brazil ***0 ***general ***guj ***indicators **0 **00 **abcde **birthdays** **call **callable **events** **for **general **i **ii **plus **resigned **see **to **until **us *----next *0 *0/ *00 *0dec0 *0feb0 *0nd *0rd *a *a* *adjusted *adrs *all *amounts *anz *aud *australian *average *b* *balance *bank *banks *bhp *breakdown *budget *but *c* *call *callable *central *colgate *commbank *cra *credit *csa *d *d* *day *dealers *deputy *dlr *dollar *dollars *domestic *dsl *e* *economic *f* *feb *fim0 *first *fob *for *forecasts *foreign *from *fungible *g* *gnp *gold *h* *high-yield *hindustan *ifop *in *includes *indicates *indices *industrial *inflation *international *june *key *launched *ma0 *march *mark *market *middle *money *monthly *nab *nat *nb *net *news *note *nsync *ocean *offshore *original *originally *pakistan *pct *petro-can *pre-open *preliminary *provisional *psi0 *pt *refers *reflects *res *restnce *rio *rsi *rsi0 *sept *shares *sofres *some *spread *stocks *suncor *sup *sup-res *support *the *to *total *traders *true *turnover *u.s. *us *usd *westpac *wmc + +$0 +$00 +'(plus +(00 ++ ++++ +++++++++ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +/ +0 +00 +=young +c$0 +n +prices +unq , - -$0/ -- --- ---- ----- ------ ------- -------- --------- ---------- ----------- ------------ ------------- -------------- --------------- ---------------- ----------------- ------------------ ------------------- -------------------- --------------------- ---------------------- ----------------------- ------------------------ ------------------------- -------------------------- --------------------------- ---------------------------- ----------------------------- ------------------------------ ------------------------------- -------------------------------- --------------------------------- ---------------------------------- ----------------------------------- ------------------------------------ --------------------------------------- ---------------------------------------- ----------------------------------------- ------------------------------------------ --------------------------------------------- ---------------------------------------------- ----------------------------------------------- ------------------------------------------------ ------------------------------------------------- -------------------------------------------------- --------------------------------------------------- ---------------------------------------------------- ----------------------------------------------------- ------------------------------------------------------ ------------------------------------------------------- -------------------------------------------------------- --------------------------------------------------------- ---------------------------------------------------------- ----------------------------------------------------------- ------------------------------------------------------------ ------------------------------------------------------------- -------------------------------------------------------------- --------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------------- ------------------------------------------------------------------------ ------------------------------------------------------------------------- -------------------------------------------------------------------------- --------------------------------------------------------------------------- ---------------------------------------------------------------------------- ----------------------------------------------------------------------------- ------------------------------------------------------------------------------ ------------------------------------------------------------------------------- . .'' .- .-- .. ... .... ..... ...... ....... ........ ......... .......... ........... ............ ............. .............. ............... ................ ................. .................. ................... .................... ..................... ...................... ....................... ........................ ......................... .......................... ........................... ............................ ............................. .............................. ............................... ................................ ................................. .................................. ................................... .................................... ..................................... ...................................... ....................................... ........................................ ......................................... .......................................... ........................................... ............................................ ............................................. .................current .............daily ............daily ............unch ...........daily ...........shipments ..........planting .........0 .........unch .......0 ......daily ....reuters ....y ...0 ...a ...and ...but ...i ...if ...in ...is ...it ...that ...the ...there ...they ...this ...to ...we ...will .a .according .activated .after .all .also .although .an .and .another .as .at .bfx .bics .bsesn .but .bvsp .by .cemf=usd .com .crb .dji .during .for .from .ftse .hack .hack//sign .he .her .his .however .ibc .iee .if .igra .in .inactivated .ipsa .isec .isel .it .its .ixic .later .many .merv .most .mxx .net .nzmc .oex .on .one .org .other .psi0 .rpix .she .since .some .spx .the .their .then .there .these .they .this .to .tv.mx .vix .when .while .with .xu0 / // /0 /early /i /math /r/ /ref /s /sub /sup 0 0# 0#ch0= 0$ 0$0 0$00 0$=0 0%). 0%. 0%0 0&0 0' 0'' 0'0 0'e 0'n 0's 0'w 0('0 0(0 0(a 0(at 0(b 0(b)(0 0(c 0(c)(0 0(closing)00 0(cns 0(cod 0(d 0(dec 0(dec0'0 0(e 0(f 0(feb 0(foreign 0(i 0(ii 0(iii 0(iii)0 0(iii-ii 0(iii-ii)0 0(jan 0(june 0(k 0(loss 0(mar 0(nov 0(oct 0(pp 0(r 0(sept 0(syn 0(yr 0)(0 0)(a 0)(b 0)(c 0)(update 0)* 0)---- 0)--------------------------- 0)---------------------------- 0)----------------------------- 0)------------------------------ 0)------------------------------- 0)-------------------------------- 0). 0)0 0)00 0)aug 0)jul 0)jun 0)may 0)this 0* 0** 0*** 0*0 0+ 0- 0-'0 0-(closing)00 0-(opening)00 0-- 0--- 0---- 0-------------- 0--------------- 0---------------- 0----------------- 0------------------ 0-----0----pct 0--change 0-0 0-a 0-a$0 0-a-month 0-a-share 0-a-side 0-a-week 0-acre 0-an-hour 0-ap0 0-apr 0-apr0 0-area 0-article 0-aug 0-b 0-bag 0-ball 0-bank 0-barrel 0-barrel-per-day 0-barrels 0-based 0-basis 0-basis-point 0-bed 0-billion 0-billion-baht 0-billion-franc 0-billion-rupee 0-bit 0-bln 0-boat 0-bond 0-bpd 0-built 0-bund 0-by0 0-c 0-c$0 0-calibre 0-capacity 0-car 0-carat 0-cc 0-cent 0-cent-per-barrel 0-cent-per-bushel 0-cent-per-lb 0-centistoke 0-cents 0-change 0-channel 0-city 0-cm 0-company 0-count 0-counter 0-country 0-crown 0-cst 0-d 0-day 0-day-market 0-day-old 0-days 0-dec 0-degree 0-delta 0-dwt 0-employee 0-end 0-f 0-feb 0-feb0 0-feedlots 0-feet 0-fin 0-floor 0-fold 0-foot 0-foot-long 0-foot0 0-footer 0-for-one 0-for0 0-franc 0-ft 0-game 0-gate 0-goal 0-grade 0-gun 0-hectare 0-hit 0-hole 0-home 0-horsepower 0-hour 0-hours 0-hr 0-inch 0-index 0-iron 0-issue 0-jan 0-jan0 0-jn0 0-job 0-jul 0-jul0 0-jun 0-jun0 0-k 0-kg 0-kilo 0-kilobit 0-kilogram 0-kilometre 0-kilowatt 0-km 0-kms 0-lap 0-lb 0-lev 0-level 0-liter 0-litre 0-lot 0-man 0-mar 0-mar0 0-mark 0-match 0-may 0-megabit 0-megahertz 0-megawatt 0-member 0-meter 0-metre 0-metres 0-mhz 0-mile 0-miles 0-mill 0-million 0-million- 0-million-barrel 0-million-ecu 0-million-franc 0-million-mark 0-million-pound 0-million-rupee 0-million-share 0-million-strong 0-million-tonne 0-million-zloty 0-minute 0-mln 0-mm 0-mo 0-model 0-month 0-month-long 0-month-old 0-months 0-mos 0-mth 0-mths 0-mw 0-n 0-nation 0-nautical 0-nautical-mile 0-nb 0-nov 0-oct 0-oct0 0-octane 0-odd 0-of0 0-on0 0-ounce 0-over 0-p 0-page 0-paper 0-part 0-party 0-passenger 0-pct 0-pen 0-per 0-per-barrel 0-per-child 0-per-share 0-per-tonne 0-percent 0-percent-owned 0-person 0-peso 0-plane 0-player 0-plus 0-point 0-pointer 0-points 0-pound 0-premium 0-q 0-r 0-race 0-room 0-round 0-run 0-rupee 0-s$0 0-screen 0-seat 0-seater 0-second 0-sep 0-sep0 0-series 0-share 0-something 0-square 0-square-foot 0-square-metre 0-square-mile 0-state 0-states 0-stg 0-stock 0-store 0-storey 0-story 0-strong 0-taka 0-team 0-thousand 0-times 0-to 0-to-one 0-to0 0-ton 0-tonne 0-tonne-a-year 0-tonne-per-year 0-tonnes 0-tranche 0-under 0-under-par 0-unit 0-up 0-us$0 0-usda 0-valve 0-volt 0-vote 0-w 0-week 0-week-old 0-wk 0-word 0-x 0-y 0-yard 0-yarder 0-year 0-year-long 0-year-old 0-year-olds 0-years 0-years-old 0-yen 0-yr 0-yuan 0-zloty 0. 0.. 0.x 0/ 0/- 0/-- 0/--- 0/0 0/0-- 0/0------- 0/0--------------- 0/0---------------- 0/0/ 0/0/0 0/0/0-- 0/0/0---- 0/0/0/0 0/0/0/0/0 0/0/00 0/0/00/0/0 0/0/ec 0/0/eec 0/00 0/00/0 0/000 0/0a 0/0rd 0/0s 0/0th 0/0ths 0/early 0/jg 0/month 0/us 0/year 00 00# 00$ 00$00 00(0 00(00 00(a 00(b 00)($00 00)(00 00)(a 00* 00- 00-0 00-mo 00-r 00. 00/0 00/00 000 000- 000-- 000/ 0000 00000 000000 000;e-mail 000a0 000a0+ 000m 000s 000t 000x0 00:0 00=0 00a 00a0 00a0+ 00am 00b 00c 00cm 00er 00f 00fs 00he 00kt 00m 00mln 00mm 00p 00pct 00pm 00s 00th 00x 00| 0:0 0:0/ 0:00:0 0:0:0 0:0am 0:0pm 0;0 0= 0=(0 0=0 0=0)(ccpi 0=00 0=hk$0 0=nz$0 0=s$0 0=us$0 0\/0 0^0 0a 0a.g. 0a0 0a0+ 0a0a 0aa0 0ab0 0abn 0ac0 0ad 0ad0 0ae0 0af0 0after 0ag0 0ah0 0airservices 0aj0 0ak 0ak0 0al0 0alcatel 0am 0am0 0am0am 0am0pm 0american 0an0 0and 0ap0 0apr 0apr0 0aq0 0ar0 0arnotts 0as 0as0 0at 0au0 0aug0 0aw 0b 0b0 0base 0bc 0bc0 0be0 0bg0 0bhp 0bit 0bln 0bln* 0bln** 0bln. 0bn 0boral 0bp 0bps 0bsd 0bundesliga 0c 0c0 0c00 0cast 0cc 0cd 0ce 0cents 0ch 0ci 0cm 0com 0cs 0cts 0cv 0d 0d. 0d0 0d0d 0d0y 0day 0db 0dd 0dec 0dec0 0dem=0 0dfx 0dn 0do 0ds 0during 0e 0e0 0edt 0eq 0er 0ers 0esp 0est 0everen 0f 0f0 0fbs 0fc 0feb 0feb0 0ff 0fm 0fps 0fs 0ft 0ft. 0g 0g0 0g0a 0gb 0general 0ghz 0gl 0gm 0gmt 0gpp 0graham 0gt 0h 0h0 0ha 0he 0his 0hk 0hp 0hr 0hrs 0huf 0hz 0i 0ibm 0ici 0ies 0if 0ii 0in 0incitec 0ing 0it 0itl 0j 0j.c. 0j.p. 0j0 0jan 0jan0 0jjb 0jpy 0jul 0jul0 0jun 0jun0 0k 0k0 0kb 0kbushel 0keystart 0kg 0khz 0kids 0klb 0klbs 0km 0km/h 0kms 0ks 0kt 0kv 0kw 0l 0l0 0lb 0lbs 0lend 0live 0lw 0m 0m-libor 0m. 0m0 0m0y 0ma 0mar 0mar0 0may 0may0 0mb 0mcdonald 0mg 0mh0 0mhz 0mi 0million 0min 0mins 0ml 0ml0 0ml0bp 0mlc 0mlibor 0mln 0mln. 0mm 0mn 0mo 0mo'0 0mobil 0mon 0month 0months 0mos 0mp 0mph 0ms 0mth 0mthdec 0mthnov 0mths 0mw 0n 0n0 0nb 0nc0 0nd 0nd0rd 0nd0th 0nf0 0nm 0no 0north 0nov 0nov0 0nt 0o 0o0 0oct 0oct0 0off 0on 0oo 0oz 0p 0p. 0p0 0p0c 0p0p 0pac 0pc 0pct 0pct. 0pm 0pm0am 0pm0pm 0pnc 0pp 0ppm 0pts 0pw 0q 0q0 0qc 0r 0r.w. 0r0 0rd 0rd-ranked 0rd0th 0rep 0rpm 0rrz 0rur 0s 0s-style 0s. 0s/0s 0s/early 0s0 0s0s 0se 0sec 0sep0 0sept0 0she 0sl 0sp 0sporit.privat.if 0ss 0st 0st-half 0st0nd 0sx 0t 0t0 0tc 0th 0th-biggest 0th-century 0th-hour 0th-largest 0th-minute 0th-ranked 0th-seeded 0th. 0th/0th 0th0th 0the 0they 0this 0ths 0to 0tv 0u 0u0 0ue 0umb 0up 0up.com 0v 0v0 0vo 0voters 0w 0w0 0wd 0x 0x0 0x0m 0x0mm 0x0mx 0x0x0 0xl 0xtra 0xx 0xxx 0y 0y-abv 0y0 0y0m 0y0y 0yd 0yr 0yrbond 0yrs 0yrtnote 0z 0z0 0zx 0| 0~0 : ; < = =0 == === ==== ===== ====== ======= ======== ========= ========== ============ ================ ================================= ================================== ======================================================= ============================================================ ============================================================= ============================================================== =============================================================== ================================================================ ======================================================================== ========================================================================= ========================================================================== ========daily ======daily =buy =finance =hold =one =sell =us$0 > ? @ @0 @home @reuters.com PADDING UNKNOWN [ \ ] ^ _ ____ ` `0 `` `abdu'l `ali `s a a$ a&a a&l a&m a&p a&r a&w a'dam a(0 a)0 a* a*teens a+ a- a-class a-minus a-not a-plus a-rated a-series a-share a-shares a-t-il a. a... a.a. a.b a.b. a.c a.c. a.d a.d. a.de a.e. a.f. a.f.c a.f.c. a.g. a.g.p. a.h. a.i. a.i.m. a.j. a.k. a.k.a a.k.a. a.k.pal a.l. a.m a.m. a.m.. a.o. a.p. a.p.moeller a.r. a.s a.s. a.t. a.v. a.w. a/b a/c a/k/a a/l a/s a/v a0 a0+ a0-grade a0-plus a0-rated a0/0 a0/a0 a00 a00s a0a a0b a0b0 a0d a0e a0gp a0m a0s a0xx aa aa+ aa- aa-minus aa-plus aa-rated aa0 aaa aaa-rated aaaa aaas aab aac aachen aachener aachim aacs aacsb aad aaf aafc aage aah aaholm aai aaj aalberts aalborg aaliyah aalsmeer aalst aalto aaltonen aam aama aames aami aamir aamodt aamulehti aamulehti-yhtyma aan aang aap aapc aapr aapt aar aarau aarch aardman aardvark aare aargau aarhus aarne aaron aaronic aarp aarseth aarti aartsen aas aasgard aasheesh aashish aashto aat aau aaup aave aaw ab ab0 aba ababa abac abacan abacha aback abaco abacus abad abadan abaddon abadi abajo abal abalone abancay abandon abandoned abandoning abandonment abandons abandonware abang abap abare abarth abas abascal abashidze abassi abate abated abatement abatements abates abating abattoir abattoirs abauj abay abaya abb abba abbacy abbado abbas abbasi abbasid abbasids abbaye abbe abbess abbeville abbey abbeys abbie abbot abbots abbotsford abbott abbottabad abbotts abboud abbr abbreviate abbreviated abbreviation abbreviations abby abc abc-tv abc0 abcd abcde abcl abcnews.com abcs abd abda abda'oe abdal abdala abdali abdalla abdallah abdel abdel-aziz abdel-halim abdel-karim abdel-meguid abdel-rahim abdel-rahman abdelatif abdelaziz abdelhak abdelhamid abdelkader abdelkrim abdellatif abdelmajid abderrahim abderrahman abdi abdic abdicate abdicated abdicating abdication abdomen abdomens abdominal abdou abdoulaye abdoun abduct abducted abducting abduction abductions abductor abductors abducts abdul abdul-aziz abdul-ghani abdul-jabbar abdul-karim abdul-rahman abdul-salam abdul-wahab abdulaziz abdulhamid abduljabbar abdulla abdullah abdullahi abdullatif abdullo abdur abdur-rahim abdurrahman abdus abe abecafe abecitrus abed abedi abegg abel abelard abelardo abelcet abele abelian abell abelson abenaki abeokuta aber aberavon abercorn abercrombie abercromby aberdare aberdeen aberdeenshire aberfoyle abergavenny aberhart abernathy abernethy aberrant aberration aberrations aberystwyth abessole abet abetted abetting abey abeyance abeysekera abf abhay abhidhamma abhidharma abhijit abhimanyu abhishek abhorred abhorrence abhorrent abhorsen abi abia abic abid abida abide abided abides abidin abiding abidjan abidjan-based abies abigail abigroup abilene abilities ability abimael abimelech abin abingdon abington abiola abiomed abiotic abiove abitibi abitibi-consolidated abitibi-price abitur abjad abject abkhaz abkhazia abkhazian abl ablation ablative ablaut ablaze able able-bodied ablest ablett abloy ablution ably abm abms abn abn-amro abner abnett abney abnormal abnormalities abnormality abnormally abnormals abo aboard abode abodes aboitiz abolhassan abolish abolished abolishes abolishing abolishment abolition abolitionism abolitionist abolitionists abominable abomination abominations abonns aboriginal aboriginals aborigine aborigines abort aborted aborting abortion abortions abortive abou aboubacar aboudi abound abounded abounding abounds about about-face about-turn about.com above above-average above-forecast above-ground above-market above-mentioned above-normal above-trend aboveground abovementioned abp abr abra abraham abrahamic abrahams abram abramoff abramovich abrams abramson abrasion abrasions abrasive abrasives abravanel abraxas abreast abrego abreu abri abridged abridgement abridgment abril abroad abrogate abrogated abrogation abrupt abruptly abruzzi abruzzo abs abs-cbn absa absalom absalon absat abscess abscesses absconded absdf absecon abseiling absence absences absense absent absentee absenteeism absentees absentia absinthe absolut absolute absolutely absolutes absolution absolutism absolutist absolutive absolve absolved absorb absorbance absorbed absorbent absorbents absorber absorbers absorbing absorbs absorption absorptive abstain abstained abstaining abstention abstentions abstinence abstract abstracted abstracting abstraction abstractions abstractly abstracts abstruse absurd absurdist absurdities absurdity absurdly absurdum abt abteilung abtrust abu abu'l abubakar abugida abuja abul abuna abundance abundances abundant abundantly abune abuse abused abuser abusers abuses abusing abusive abut abutment abutments abuts abutting abuzz abv abwehr aby abydos abysmal abyss abyssal abyssinia abyssinian ac ac/dc ac0 aca aca0 acacia acacias acacius acad academe academia academic academica academical academically academician academicians academics academie academies academy acadia acadian acadiana acadians acajutla acampora acan acanthaceae acanthus acapulco acas acb acbl acc acca accademia accardo accc acccording accd accede acceded acceding accel accelerate accelerated accelerates accelerating acceleration accelerations accelerator accelerators accelerometer accelerometers accelgraphics accent accented accents accentuate accentuated accentuating accenture accept acceptability acceptable acceptably acceptance acceptances accepted accepting acceptor acceptors accepts acces access accessed accesses accessibility accessible accessing accession accessories accessory acci accident accident-prone accidental accidental. accidentally accidentals accidently accidents accion accipitridae accival acclaim acclaimed acclamation acco accoceberry accola accolade accolades accolate accommodate accommodated accommodates accommodating accommodation accommodations accommodative accomodate accomodating accomodation accomodative accompanied accompanies accompaniment accompaniments accompanist accompany accompanying accompli accomplice accomplices accomplish accomplished accomplishes accomplishing accomplishment accomplishments accor accord accordance accorded according accordingly accordion accordionist accordions accords accosted account accountability accountable accountancy accountant accountants accounted accounting accounts accoutrements accra accredit accreditation accreditations accredited accrediting accredits accreted accretion accretive accrington accross accrual accruals accrue accrued accrues accruing acct accts acculturation accum accumed accumulate accumulated accumulates accumulating accumulation accumulations accumulator accumulators accuracy accurate accurately accursed accusation accusations accusative accuse accused accuser accusers accuses accusing accustaff accustomed accuweather acd ace acea acedera aceh acehnese acela acer acerbic acerinox acero aces acesita acetal acetaldehyde acetaminophen acetate acetic acetone acetyl acetylation acetylcholine acetylcholinesterase acetylene aceveda acevedo acf ach acha achaea achaean achaeans achaemenid achaemenids achaia acharya acharyas achatinellidae ache achebe acheived acher acheron aches acheson acheulean achi achievable achieve achieved achievement achievements achiever achievers achieves achieving achille achilles achim aching achmea achmed achna acholi achromatic achtung aci acid acidic acidification acidity acidosis acids acil acindar acis acitivity ack ackbar acker ackerley ackerman ackermann ackermans ackland acklands acknowledge acknowledged acknowledgement acknowledgements acknowledges acknowledging acknowledgment acknowledgments acknowleged ackroyd acl aclan acland acls aclu acm acma acme acn acne acnielsen aco acoje acolyte acolytes acom acominas aconcagua acordia acores acorn acorns acoss acosta acount acounts acoustic acoustical acoustically acoustics acp acp-ec acp-eu acpc acqua acquaint acquaintance acquaintances acquainted acquaviva acquiesce acquiesced acquiescence acquire acquired acquirer acquirers acquires acquiring acquiror acquis acquisition acquisition-related acquisitions acquisitive acquisiton acquistion acquistions acquit acquits acquittal acquittals acquitted acqusition acqusitions acr acre acreage acres acrid acrimonious acrimoniously acrimony acrobat acrobatic acrobatics acrobats acrocephalus acronym acronyms acropolis across across-the-board acrostic acrylic acrylics acs acsi act act0 acta acte acted acth actin acting actinides action action-packed action/adventure actionable actionnaire actionnaires actions actium activate activated activates activating activation activations activator activcard active active** actively actively-traded actives actives)-------------------------- actives---------------------------- activewear activex activision activism activist activists activites activities activity acton actor actor/director actors actress actresses acts actu actual actuality actualization actually actuals actuarial actuaries actuary actuate actuated actuation actuator actuators actuellement actuelles actus acu acucar acuff acuity acumen acuminate acuna acupuncture acura acute acutely acx acxiom acyclic acyclovir acyl ad ad-diyar ad-dustour ad-hoc ad0 ada adac adachi adacte adad adage adagio adair adak adal adalbert adam adam0 adama adamant adamantium adamantly adamas adamawa adami adamjee adamo adams adamski adamson adamstown adan adana adani adapt adaptability adaptable adaptation adaptations adaptec adapted adapter adapters adapting adaption adaptions adaptive adaptor adaptors adapts adar adare adas adat adb adc adcock add add-on add-ons adda addai addams addax addded added added-value addenda addendum adder adderley adders addicks addict addicted addiction addictions addictive addicts addie adding addington addis addiscombe addison addition additional additionally additions additive additives additonal addled addo addoum address addressable addressed addressee addresses addressing adds addu adduced adduct adductor adducts addy ade adebayo adebisi adecco adede adedy adefa adel adela adelaide adelaide-based adelbert adelboden adele adelheid adelina adeline adelman adelmann adelphi adelphia adelskalender adelson adem adema aden adena adenauer adenine adenocarcinoma adenoma adenosine adenovirus adept adepts adeptus adequacy adequate adequately ader aderans ades adesanya adevarul adex adf adfl adgas adh adha adhd adhemar adhere adhered adherence adherent adherents adheres adhering adhesion adhesions adhesive adhesives adhi adhiguna adi adia adiabatic adiabene adic adidas adie adieu adig adige adige/sudtirol adil adilabad adils adina adineh adio adios adipose adirondack adirondacks adisak aditi aditya adiwoso adj adjacency adjacent adjani adjara adjat adjectival adjective adjectives adjoin adjoined adjoining adjoins adjoint adjourn adjourned adjourning adjournment adjourns adjst adjudged adjudicate adjudicated adjudication adjudicator adjudicators adjunct adjuncts adjuseted adjust adjustable adjustable-rate adjusted adjuster adjusters adjusting adjustment adjustments adjusts adjutant adjuvant adkins adkinson adl adlai adlakha adler adlib adm adm. admin administer administered administering administers administracion administrated administrating administration administrations administrative administratively administrator administrators admins adminstore adminstration adminstrative admira admirable admirably admiral admirals admiralties admiralty admiration admire admired admirer admirers admires admiring admissibility admissible admission admissions admit admits admittance admitted admittedly admitting admixture admonish admonished admonishes admonition adn adnan adnoc ado adobe adolescence adolescent adolescents adolf adolfo adolfson adolph adolphe adolphus adomnan adon adonai adonis adoor adopt adopted adoptees adopter adopters adopting adoption adoptions adoptive adopts adora adorable adoration adore adored adores adoring adorn adorned adorning adornment adornments adorno adorns adp adq adr adrenal adrenalin adrenaline adrenergic adria adriaan adriaen adrian adriana adrianne adriano adrianople adriatic adric adrien adrienne adrift adroit adrs ads adsense adsl adsl0+ adsorbed adsorption adspend adss adsteam adt adtran adtranz adu adulation adult adulterated adulteration adulterers adulterous adultery adulthood adults adulyadej adum adumim adustable-rate adv advaita advance advanced advancement advancements advanceq0 advancers advances advancing advancq0 advani advanta advantage advantaged advantageous advantages advantest advantis advantix advent adventism adventist adventists adventitious adventure adventureland adventurer adventurers adventures adventuring adventurous adverb adverbial adverbs adverising adversarial adversaries adversary adverse adversely adversities adversity adversus advert advertise advertised advertisement advertisements advertiser advertisers advertises advertising advertisment advertisments advertizing adverts advest advice advices advisable advise advised advisement adviser advisers advises advising advisor advisories advisors advisory advo advocaat advocacy advocate advocate-general advocated advocates advocating advtech adware adyar adyghe ae ae0 aea aeb aec aeci aecl aeco aed aedan aedes aef aefti aeg aegean aegek aegeus aegidius aegina aegir aegis aegisthus aegon aegyptus aei aek ael aelfric aelia aelita aelius aemilia aemilianus aemilius aena aeneas aeneid aengus aeolian aeolus aeon aeons aep aequitron aer aerated aeration aerea aereas aereo aerial aerialbots aerials aerith aermacchi aero aero-engine aerobatic aerobatics aerobic aerobics aerodata aerodrome aerodromes aerodynamic aerodynamically aerodynamics aeroflot aerofoil aerogel aerojet aerolineas aeromedical aeromexico aeronautic aeronautica aeronautical aeronauticas aeronautics aeronautique aeronca aeroperu aeroplane aeroplanes aeroport aeroporti aeroports aeros aerosmith aerosol aerosols aerospace aerospatiale aerostructures aerts aeruginosa aeryn aes aesa aeschines aeschylus aesir aesop aesthetic aesthetically aesthetics aet aethelbald aethelberht aethelfrith aethelred aethelstan aethelwold aether aetius aetna aetolia aetolian aetolians aetrium aeug aew aewa aex af af0 afa afan afar afato afb afc afd afdb afdis afdl afer afewerki aff affable affair affaires affairs affco affect affectation affected affecting affection affectionate affectionately affections affective affects afferent affidavit affidavits affiliate affiliated affiliates affiliating affiliation affiliations affin affine affinis affinities affinity affirm affirmation affirmations affirmative affirmed affirming affirms affix affixed affixes affixing affleck affliated afflict afflicted afflicting affliction afflictions afflicts affluence affluent afford affordability affordable afforded affording affords affray affretair affricate affricates affront affymetrix afg afghan afghani afghanis afghanistan afghanistani afghans afi aficionado aficionados afield afiff afin afire afjps afl afl-cio aflac aflame aflatoxin afloat afm afmc afn afon afonso afoot aford afore aforementioned afores aforesaid afoul afp afpfl afprint afr afra afraid aframax aframaxes afrc afresh afribank afribrand africa africa-based africain africaine african african-american african-americans african-based african-born africana africanism africanist africans africanus afridi afrika afrikaans afrikaner afrikaners afrique afris afro afrobeat afrocentric afrox afs afsan afsc afscme afshar afshin afsouth aft afta aftab aftak aftenposten after after-effects after-hours after-market after-sales after-tax afterburner afterburners afterburning afterglow afterhours afterlife aftermarket aftermath afternoon afternoons afterschool aftershock aftershocks aftertaste aftertax afterthought afterward afterwards afterword afterwords afton aftonbladet afv afzal ag ag-chem ag0 aga agababov agadir again again. agains against againt agaisnt agalawatte agam agama agamas agamben agamemnon agan agana agape agar agaric agarose agartala agarwal agas agassi agassiz agastya agat agata agate agatha agathe agathocles agathon agave agawam agb agc agca agcaoili agco agcy agde agder age age-based age-old aged agee ageing ageless agen agena agence agencia agencies agency agenda agendas agenor agent agents ager ages agesilaus agf agfa agg aggarwal aggie aggies agglomeration agglomerations agglutination agglutinative aggravate aggravated aggravating aggravation aggregate aggregated aggregates aggregating aggregation aggregations aggregator aggregators aggreko aggresive aggresively aggression aggressions aggressive aggressively aggressiveness aggressor aggressors aggrieved aggro agha aghast aghazadeh aghia agi agia agie agigea agile agilent agility agim agincourt aging aginst agios agip agis agitate agitated agitating agitation agitations agitator agitators agito agitprop agiv agl aglaia aglay aglieri aglietti agm agm0 agms agn agnatic agnelli agnes agnetha agnew agni agnieszka agnolutto agnostic agnosticism agnostics agnus ago ago:this agon agong agonised agonising agonist agonists agonizing agony agora agoraphobia agorot agostinho agostini agostino agosto agoston agoura agouron agouti agp agpm agr agra agrarian agrarians agree agreeable agreed agreed-upon agreeement agreeing agreement agreements agrees agrelot agrement agressive agressively agrevo agrex agri agri-business agri-food agri-monetary agribusiness agric agricola agricole agricu agricultural agriculturalists agriculturally agriculture agriculture-based agriculturist agriculturists agrigento agrimonetary agrimpex agrippa agrippina agrium agrivisor agro agro-chemicals agro-food agro-industrial agro-industry agro-tech agrobacterium agrobanka agrochemical agrochemicals agroindustry agrokhleb agron agronomic agronomist agronomists agronomy agroprombank agros aground ags agss0 agt agu agua aguadilla aguas aguascalientes aguayo agudat agudath aguero aguiar aguila aguilar aguilas aguilera aguinaldo aguirre agulhas agumon agung aguri agus agusan agusta agustawestland agustin ah ah0 aha ahab ahad aharon ahd ahdab ahead ahearn ahern aherne ahi ahidjo ahimsa ahistorical ahk ahl ahlers ahlfeld ahlgren ahli ahlquist ahlstrom ahluwalia ahly ahm ahmad ahmadi ahmadinejad ahmadiyya ahmadou ahmadu ahmadzai ahman ahmanson ahmed ahmedabad ahmednagar ahmedou ahmeduzzaman ahmet ahmose ahmsa ahn aho ahold ahom ahoms ahonen ahorro ahoy ahp ahram ahrend ahrens ahresty ahriman ahronoth ahrweiler ahs ahsan ahtisaari ahu ahuja ahura ahvaz ahwaz ai aia aiaa aiadmk aiaf aiam aiaw aib aiba aibc aic aichi aicraft aicte aid aida aidan aidas aidc aide aided aideed aiden aides aidid aiding aids aids-related aie aiel aiello aif aiff aifp aig aiga aigle aigner aiico aiims aik aika aiken aiki aikido aikikai aikka aikman aiko aikung aila aileen aileron ailerons ailes ailey ailill ailing ailment ailments ailsa aim aim0 aimag aimal aime aimed aimee aiming aimless aimlessly aims aimtc ain aina aine ainge aino ainsi ainsley ainslie ainsworth aintree ainu ainur aio aioc aiolia aiolos aion aip aipac aiport air air-conditioned air-conditioner air-conditioners air-conditioning air-exclusion air-india air-launched air-to-air air-to-ground air-traffic air0 aira airacobra airasia airazor airbag airbags airbase airbases airborne airbrush airbrushed airbus airbuses airc aircargo airconditioners airconditioning aircraft aircrafts aircrew aircrews aird airdate airdrie airdrieonians airdrop airdrops aire aired airedale aires airey airfare airfares airfield airfields airfix airflow airfoil airfoils airforce airframe airframes airfreight airgas airhead airing airings airlanka airless airlie airlift airlifted airlifting airline airliner airliners airlines airlink airlock airmail airman airmass airmen airmobile airnet airpark airplane airplanes airplay airport airports airpower airs airservices airship airships airshow airshows airside airsoft airspace airspeed airstaff airstream airstrike airstrikes airstrip airstrips airsvcs airsys airtech airtel airtight airtime airtouch airtours airtrain airtran airwave airwaves airway airways airwolf airworthiness airworthy airy ais aisa aish aisha aishwarya aisin aisle aisled aisles aisne ait aitape aitc aitchison aitken aitkin aitor aitutaki aivars aiw aiwa aix aix-en-provence aizen aizu aj aj0 aja ajaccio ajah ajahn ajan ajanta ajar ajax ajay ajc ajello ajhl aji ajinomoto ajit ajith ajmal ajman ajmer ajout ajoute ajpw ajs ajuria ak ak0 ak0s aka aka0 akademi akademia akademie akagi akai akaka akal akali akamas akamatsu akan akane akar akari akash akasha akashi akatsuki akayesu akayev akbank akbar akbel akc akcansa akchurin akcydensowa ake akebono akechi akeginu akel akela akeley aken aker akerman akers akershus akezhan akhbar akhenaten akhil akhlaq akhmatova akhmed akhtar aki akiba akihabara akihiro akihito akiko akilam akilattirattu akimbo akin akina akins akinwande akio akira akis akishige akita akito akiva akiyama akiyoshi akk akka akkad akkadian akkerman aklan akm akmola ako akola akon akp akpoborie akram akrasanee akro akron akrotiri aks aksai aksener akshay aksoy aksu aksum aksumite akt akta aktas aktia aktiengesellschaft aktion aktoris aktuelt aktuna aku akuma akureyri akutagawa akwa akzo al al'thor al- al-aam al-abdulla al-abidine al-adha al-ahli al-ahmad al-ahmadi al-ahmar al-ahram al-ain al-akhbar al-alam al-amad al-amoud al-anba al-anbaa al-anbari al-anwar al-aqsa al-arab al-assad al-aswaq al-attiyah al-awsat al-ayam al-azhar al-baath al-badri al-baker al-bakr al-bashir al-bayan al-bayane al-baz al-dustour al-eqtisadiah al-faisal al-faran al-fayed al-fitr al-gama'a al-ghazal al-gomhuria al-hadith al-hariri al-hayat al-hejailan al-hiti al-husseini al-ibrahimi al-iraq al-islamiya al-ittihad al-jaber al-jazeera al-jumhouriya al-kabariti al-karam al-khaimah al-khaleej al-khalidi al-khalifa al-khazna al-khobar al-kidwa al-kimia al-lawzi al-maghrib al-mahdi al-majali al-maktoum al-mansour al-masri al-mazeedi al-mughrabi al-murr al-nahayan al-naibari al-nuaimi al-qabas al-qadissiya al-qods al-ragheb al-rai al-rayyan al-riyadh al-rodhan al-saadoun al-sabah al-sahaf al-salem al-saud al-sayegh al-seyassah al-shara al-sharif al-tarawnah al-tayeb al-thani al-thawra al-toufah al-turabi al-wafd al-waleed al-watan al-watani al-yaum al-yawm al-youm al-zubeir al. al0 ala ala.-based alaa alabama alabasta alabaster alabastro alachua alacrity aladdin alaeddin alagh alagoas alai alain alajuela alajuelense alam alama alamance alamanni alamco alameda alamein alamgir alami alamitos alamo alamodome alamogordo alamos alamosa alan alana aland alandia alandsbanken alania alanine alanis alanna alans alaoui alappuzha alar alarcon alardo alaric alarm alarmed alarming alarmingly alarmist alarms alaron alas alasdair alaska alaskan alaskans alastair alastor alatas alauddin alava alaves alawi alb alba albacete albacom albacore alban albanese albani albania albanian albanians albank albano albans albany albarn albatros albatross albatrosses albay albedo albee albeit albemarle albeniz alberic alberich alberius alberni albers albert alberta alberta-based albertan albertans alberti albertina albertine albertini alberto alberto-culver alberton alberts albertson albertsons albertus albertville albertz albi albian albicans albie albigensian albin albina albini albinism albino albinus albion albizu albo alboreto albornoz alborz albpetrol albrecht albright album albumen albumin albums albuquerque albury albus alby alc alcala alcalde alcan alcantara alcasa alcatel alcatel-alsthom alcatraz alcazar alceste alcester alchemical alchemist alchemists alchemy alchohol alcibiades alcide alcmene alco alco-chem alcoa alcock alcohol alcohol-related alcoholic alcoholics alcoholism alcohols alconbury alcopop alcopops alcor alcorn alcotexa alcott alcove alcoves alcs alcuin alcyone ald alda aldabra aldair aldape aldea aldeasa aldebaran aldeburgh aldehyde aldehydes alden aldenham alder alderaan aldergrove alderley alderman aldermanic aldermaston aldermen alderney aldershot alderson alderton aldfrith aldgate aldhelm aldi aldine aldinger aldington aldiss aldo aldol aldon aldosterone aldous aldred aldrich aldridge aldrin alds aldus aldwych ale alec aleck alecos aled alef alegre alegria aleichem aleister alejandra alejandro alejo alek alekhine alekos alekperov aleksandar aleksander aleksandr aleksandra aleksandras aleksandrovich aleksandrs aleksashenko aleksei aleksey aleksovski alem aleman alemanni alemannia alemannic alembic alen alena alencar alencon alenia alenka alentejo aleph aleppo alert alert- alert-goldman alert-lehman alert-nippon alert-salomon alert-telebras alerted alerting alertness alerts ales alesi alesia alessa alessandra alessandri alessandria alessandro alessi alessio alestra alesund aleut aleutian aleutians aleuts alevi alewife alex alexa alexakis alexander alexanderplatz alexandersson alexandr alexandra alexandre alexandria alexandrian alexandrina alexandrine alexandros alexandroupolis alexandrov alexandrovich alexandrovna alexandru alexei alexey alexi alexia alexion alexios alexis alexisonfire alexius alexiy alexy alf alfa alfa-bank alfa-capital alfa-eko alfalfa alfano alfaro alfie alfieri alfons alfonse alfonsin alfonso alfonzo alford alfred alfredo alfredsson alfreton alfven alg alga algabid algae algal algarve algebra algebraic algebraically algebras algeciras algemeen alger algeria algerian algerians algerie algeriens algerino algernon algiers algimantas algirdas algis algol algom algoma algonquian algonquin algontario algorithm algorithmic algorithms algoville algowest algren alhaji alhambra alho ali alia aliaga alianca aliant alianza alias aliases aliasing alibi alicante alice alicea alicia alicja alico alida alief alien alienate alienated alienates alienating alienation aliens alif aligarh alighieri alight alighting align align= aligned aligning alignment alignments aligns alija alike alikes alim alimentary alimentos aliminium alimony alimucaj alin alina aline alinghi alington alioune aliphatic alipore aliquot alireza alis alisa alisha aliso alison alistair alister alita alitalia alithia alito alive alix aliya aliyah aliyev alizee aljba alka alkali alkalies alkaline alkalinity alkalis alkaloid alkaloida alkaloids alkan alkane alkanes alkene alkenes alker alkermes alkhaleej alki alkimia alkmaar alko alkorta alkyl alkylating alkylation alkyne all all- all-american all-around all-cargo all-cash all-china all-clear all-comm all-day all-embracing all-england all-gold all-important all-in all-in-one all-inclusive all-india all-ireland all-items all-male all-new all-news all-night all-or-nothing all-ordinaries all-out all-party all-powerful all-professional all-race all-round all-rounder all-rounders all-russian all-share all-shares all-star all-stars all-stock all-terrain all-time all-time-high all-weather all-white alla allah allahabad allahu allain allaire allama allan allanon allard allardice allardyce allawi allay allayed allaying allbee allders alle alleanza alledged allee allegan allegany allegation allegations allege alleged allegedly alleges alleghany alleghenies allegheny allegiance allegiances allegiant alleging allegorical allegories allegory allegra allegre allegro allele alleles alleluia allem allemande allen allenby allendale allende allensbach allentown aller allergan allergen allergens allergic allergies allergy allerton alles alleviate alleviated alleviates alleviating alleviation alley alleyn alleyne alleys alleyway alleyways allgau allgemeine alli alliance alliance-led alliance-menatep alliances alliant allianz allibert allie allied alliedsignal allier allies allieu alligator alligators allin allingham allington allis allison allister alliston alliteration alliterative allium allman allmendinger allmerica allo alloa allocable allocate allocated allocates allocating allocation allocations allocators allodial allon allopathic allophone allophones allosaurus allosteric allot alloted allotment allotments allots allott allotted allotting allou allow allowable allowance allowances alloway allowed allowing allows alloy alloyed alloying alloys allred allround allrounder allsopp allspark allstar allstars allstate allston allsvenskan allt alltel alltime alltrista allude alluded alludes alluding allure alluring allusion allusions allusive alluvial alluvium allwaste allwood ally allying allyl allyn allyson alm alma almaack almada almaden almagest almaghrib almagro almanac almanack almanacs almanij almarhum almas almasy almaty almaviva almaz almazjuvelirexport almazy almeida almelo almere almeria almighty almirante almodovar almohad almohads almond almonds almoner almonte almora almoravid almoravids almost alms almshouse almshouses almsick almunia aln alnwick alo aloe aloft aloha alois aloisi aloisio alok alomar alon alone along alongside alonso alonzo aloof alopecia alor alors alot alou aloud alouette alouettes aloysius alp alpa alpaca alpacas alpargatas alpay alpbach alpe alpek alpena alpert alpes alpha alpha-beta alpha-effect alpha0 alphabet alphabetic alphabetical alphabetically alphabets alphand alphandery alphanet alphanumeric alpharetta alpharma alphastar alphatec alphaville alphen alpheus alphonse alphonso alphonsus alpi alpic alpiger alpin alpina alpine alpini alpinvest alps alr already alrenco alresford alright alroy als alsa alsace alsatian also also-rans alsons alsop alsthom alstom alston alt alta altadena altaf altai altaic altair altamaha altamir altamira altamirano altamont altan altana altar altarpiece altarpieces altars altavista altay altdorf alte altech alten altena altenberg altenburg altener altenkirchen alter altera alteration alterations altercation altercations altered altering alternate alternated alternately alternates alternating alternation alternations alternative alternatively alternatives alternator alternators alters altes altgeld althea althen althena althing althingi althorp although althusser altieri altima altimeter altin altiplano altitude altitudes altman altmann altmark altmarkkreis alto altogether alton altona altoona altos altrincham altruism altruistic altstadt altus alu aluar alucard alujain alum alumax alumbrera alumina alumindo aluminium aluminum alumna alumnae alumni alumnus alums alun alupec alupek alusaf alusuisse alusuisse-lonza aluva aluworks alv alva alvan alvar alvarado alvares alvarez alvaro alvear alveolar alveoli alver alves alvin alvis alvord alwar always alwyn alx0 aly alyce alyeska alyn alyosha alys alyson alyssa alyuminiy alyx alza alzamora alzette alzey alzheimer alzheimers alzola am am/fm am0 ama amada amadeo amadeus amadis amado amador amadora amadou amager amal amalfi amalgam amalgamate amalgamated amalgamating amalgamation amalgamations amalia amalie amalric amalthea amami aman amana amanat amand amanda amando amane amang amani amanita amano amanullah amar amara amaral amaranth amaravati amare amargosa amari amarilla amarillo amarna amarnath amaro amarsey amartya amaru amas amass amassed amassing amat amaterasu amateur amateurish amateurism amateurliga amateurs amath amati amatil amato amaury amavisca amax amay amaya amaze amazed amazement amazigh amazing amazingly amazo amazon amazon.com amazonas amazonia amazonian amazons amb amba ambac ambala ambani ambarli ambassador ambassadorial ambassadors ambedkar amber amberg ambergris amberley ambi ambiance ambidextrous ambience ambient ambiguities ambiguity ambiguous ambiguously ambika ambisome ambit ambition ambitions ambitious ambivalence ambivalent ambled ambler ambleside amblin ambo amboise ambon amboy ambridge ambrogio ambroise ambrose ambrosia ambrosian ambrosiano ambrosio ambrosius ambroveneto ambuja ambulance ambulances ambulatory ambush ambushed ambushes ambushing amc amc0 amcham amcoal amcol amcor amcore amcorp amd amd-k0 amd0 amdahl amdo ame amec ameche amedee amedeo amedure ameer amel amelia amelie amelio ameliorate ameliorated amelioration amen amenable amend amendable amended amendements amending amendment amendments amends amenemhat amenhotep amenities amenity ament amer amer-yhtyma amerada amerbank amercian amerco americ america americal american american- american-based american-born american-built american-made american-style americana americanism americanization americanized americano americans americanus americas americast americel americium americo americorps americredit americus amerie amerigas amerigo amerihost amerijet amerika amerin amerindian amerindians amerinet ameriquest ameristar ameritech ameritrade ameriwood amersfoort amersfoortse amersham amerus amery amerykanski ames amesbury amestris ametek amethyst amev amex amex-consolidated amey amf amfm amforge amg amgen amhara amharic amherst amherstburg ami amia amiable amic amica amicable amicably amici amicus amid amida amidah amidala amide amides amidships amidst amiel amiens amiez amiga amigaos amigas amigo amigos amihan amil amilcar amin amina amine amines amino aminta amiodarone amiot amir amiri amirs amirsham amis amish amisi amiss amistad amistar amisys amit amitabh amitabha amiti amity amityville amiyumi amjad aml amlac amlc amli amm amma amman amman-based ammanai ammanford ammann ammar ammb ammen ammendment ammendments ammerlaan ammi ammianus ammirati ammo ammon ammonia ammonite ammonites ammonium ammonoid ammons ammunition ammunitions amn amnesia amnesiac amnesties amnesty amnex amniocentesis amniotes amniotic amnon amnuay amo amoco amoeba amoebae amoghavarsha amok amokachi amol amon among amongst amoniac amonium amonte amor amora amoral amorc amore amores amorgos amorim amorites amorn amoroso amorous amorphous amort amortisation amortise amortised amortising amortization amortizations amortize amortized amortizing amoruso amory amos amount amount* amounted amounting amounts amour amours amoy amp ampal-american ampang amparo ampeg amper ampere amperes ampersand ampex amphenol amphetamine amphetamines amphibian amphibians amphibious amphibole amphion amphipods amphipolis amphitheater amphitheatre amphitrite amphoe amphora amphorae amplats ample ampleforth amplico amplification amplified amplifier amplifiers amplifies amplify amplifying amplio amplitude amplitudes amply ampol ampolex amps ampthill amputate amputated amputation amputations amputee amputees amr amra amraam amrad amram amravati amre amresco amrion amrish amrit amrita amritsar amriyah amro amroth amrullah ams ams0 amsc amscan amsl amsouth amst amstad amsteel amstel amstelland amstelveen amsterdam amsterdam-based amsterdam-rotterdam-antwerp amstgeld amstrad amsya amt amt* amtech amtek amtrak amtran amtrol amu amuay amulet amulets amun amundsen amungme amunike amur amuro amuse amused amusement amusements amuses amusing amusingly amuso amvesco amw amway amwell amx amy amygdala amyl amylase amylin amyloid amyloidosis amyotrophic amyrlin an an-nahar an/fps0 an0 an0s ana anabaptist anabaptists anabel anabolic anacafe anacardiaceae anachronism anachronisms anachronistic anachronistically anacomp anaconda anacortes anacostia anacreon anadarko anadigics anadolu anadromous anaemia anaemic anaerobic anaesthesia anaesthetic anaesthetics anaesthetist anagen anagennisis anagni anagram anagrams anaheim anahuac anais anak anakin anal analaysts analgesia analgesic analgesics analistas analog analogical analogies analogous analogously analogs analogue analogues analogy analsyts analyse analysed analyses analysing analysis analyst analysts analyte analytic analytical analytically analytics analyts analyze analyzed analyzer analyzers analyzes analyzing anam anambra anamorphic anan anand ananda anandpur anangel anangu anani anania ananias ananiev anansi anansie anant ananta anantapur anantnag anap anaphase anaphora anaphylactic anaphylaxis anarchic anarchism anarchist anarchistic anarchists anarcho anarchy anare anarion anarky anas anasagasti anasazi anastacia anastas anastase anastasia anastasio anastasius anastomoses anathema anatidae anatol anatole anatoli anatolia anatolian anatoly anatomic anatomical anatomically anatomist anatomists anatomy anaximander anaya anaylsts anb anbar anbari anc anca ancap ancash ancaster ancelotti ancestor ancestors ancestral ancestress ancestries ancestry anchalee anchieta anchor anchorage anchorages anchored anchoring anchorman anchors anchorwoman anchovies anchovy ancien anciens ancient anciently ancients ancillary ancoats ancon ancona ancor ancram ancyra and and/or and0 anda andal andalan andalite andalucia andalus andalusia andalusian andaman andamanese andante andaychagua andean andechs andel ander anderlecht anders andersen anderson andersons andersonville anderssen andersson anderton andes andesite andesitic andheri andhika andhra andi andie andijan andina ando andolan andong andoni andor andorian andorians andorra andorran andover andra andrade andras andrassy andrawes andre andrea andrea.hopkins@reuters.com andreae andreas andreasen andreassen andreatta andree andreessen andreev andrei andrej andrejauskas andrejs andreotti andres andresic andress andretti andreu andrew andrews andrey andreychuk andria andriamanjato andries andriessen andrija andrikiene andris andrius andriy androgen androgenic androgens androgynous android androids andromache andromeda andromedae andronicus andronikos andropov andros androsch androscoggin andross andrus andruw andry andrzej andrzejewski andthe andueza anduin andujar andy ane anecdotal anecdotally anecdote anecdotes anechoic aneka anelka anemia anemic anemometer anemone anemones anergen anesta anesthesia anesthesiologist anesthesiology anesthetic anesthetics anette aneurin aneurysm aneurysms anew anf anfavea anfia anfield ang anga angang angantyr angara angarski angas angaur angband ange ange-felix angeion angel angela angele angeles angeles'' angeles-area angeles-based angelfish angeli angelic angelica angelico angelides angelika angelina angeline angelique angelis angell angelo angelos angelou angelov angels angelus angemon angenendt anger angered angering angers angerstein anges angevin angevins anggada anggrek angham angharad anghel angie angier angina angiogenesis angiography angiojet angioplasty angiosperm angiosperms angiotensin angkor anglade anglais angle angled angler anglers angles anglesey angleton anglia anglian anglican anglicanism anglicans anglicisation anglicised anglicization anglicized anglin angling anglo anglo-american anglo-australian anglo-dutch anglo-french anglo-irish anglo-norwegian anglo-saxon anglo-u.s. anglogold angloma anglophile anglophone anglophones anglorum anglos anglosphere anglovaal angmar ango angola angolan angolans angora angostura angouleme angping angra angrier angrily angry angst angstrom anguilla anguirus anguish anguished anguita angular angulo angus angustifolia anh anhalt anheuser anheuser-busch anhui anhydride anhydrous anhyp ani anibal anicet anicom aniello anif anik anikulapo-kuti anil aniline anima animal animalistic animals animaniacs animas animate animated animates animating animation animations animator animators animatrix animatronic animatronics animax anime anime/manga animex animism animist animistic animists animorphs animosities animosity animus aninat anion anionic anions anis anise aniseed anishinaabe anisotropic anisotropy aniston anita anixter anja anjali anjelica anjelika anji anjou anjouan anju anjuman anka ankara ankaragucu anke anker ankh ankle ankles ankola anl anlayst anlaysts anld anlong anm ann anna annaba annabel annabella annabelle annabeth annalen annales annals annam annamalai annan annandale annapolis annapurna annas anncmt anne anne-gaelle anne-marie annealed annealing annecy anneli annelid annelids anneliese annemarie annenberg annes annesley annette annex annexation annexations annexe annexed annexes annexing anni annibale annick annie annihilate annihilated annihilating annihilation annihilator annihilus annika annington annis anniston anniversaries anniversary annl annlsd annnounced anno annonaceae annonc annonce annotated annotation annotations annouce annouced annoucement announce announced announcement announcements announcer announcers announces announcing announcment annoy annoyance annoyances annoyed annoying annoys anntaylor annual annualised annualized annually annuals annuities annuity annul annular annuled annulled annulling annulment annuls annulus annum annunciation annunziata annus ano anoa'i anode anodes anodized anoint anointed anointing anoka anole anomalies anomalous anomaly anomie anon anonima anonyme anonymity anonymous anonymously anopheles anor anorexia anorexic anorthosis anos anoshkin another anounced anoxic anp anquetil anr anritsu ans ansa ansaldo ansalon ansar ansari ansbach anschluss anschutz anscombe anscor anscor-hagedorn anse ansel ansell anselm anselmo ansett ansgar anshan anshuman ansi ansley anson ansonia anspach ansted anstey anstis anstruther answer answerable answered answering answers ant ant0 anta antad antaeus antagonise antagonised antagonising antagonism antagonist antagonistic antagonists antagonize antagonized antagonizing antah antal antalya antalyaspor antamina antananarivo antanas antao antar antara antarctic antarctica antares antartica antbird ante anteater anteaters antebellum antec antecedent antecedents antechamber antechinus antediluvian antel antelope antelopes antena antenna antennae antennas antenor antequera anterior anteriorly antero anterograde antes anthea antheil anthem anthemic anthemius anthems anther anthers anthocyanins anthologies anthologized anthology anthon anthony anthracite anthrax anthropic anthropogenic anthropological anthropologist anthropologists anthropology anthropomorphic anthropomorphism anthropomorphized anthroposophical anthroposophy anthurium anti anti- anti-abortion anti-aids anti-aircraft anti-allergy anti-american anti-apartheid anti-apec anti-arab anti-asian anti-asthma anti-baghdad anti-ballistic anti-berisha anti-british anti-cancer anti-castro anti-china anti-chinese anti-christian anti-climax anti-communist anti-competition anti-competitive anti-constitutional anti-corruption anti-crime anti-crisis anti-cuba anti-defamation anti-democratic anti-depressant anti-dilutive anti-discrimination anti-doping anti-drug anti-drugs anti-dumping anti-emu anti-eta anti-eu anti-euro anti-european anti-euthanasia anti-extremist anti-fascist anti-foreigner anti-fraud anti-french anti-front anti-gay anti-german anti-government anti-graft anti-guerrilla anti-gun anti-hiv anti-immigrant anti-immigration anti-import anti-indonesian anti-infectives anti-inflammatory anti-inflation anti-inflationary anti-iraq anti-islamist anti-israel anti-israeli anti-japan anti-japanese anti-jewish anti-kidnap anti-lock anti-maastricht anti-mafia anti-milosevic anti-mine anti-missile anti-mobutu anti-money anti-monopolies anti-monopoly anti-moscow anti-moslem anti-narcotics anti-nato anti-nazi anti-nuclear anti-obesity anti-personnel anti-piracy anti-pollution anti-poverty anti-privatisation anti-racism anti-racist anti-racketeering anti-rebel anti-riot anti-russian anti-sandinista anti-semitic anti-semitism anti-ship anti-smoking anti-smuggling anti-social anti-soviet anti-speculation anti-submarine anti-subversion anti-takeover anti-taleban anti-tank anti-tax anti-technology anti-terror anti-terrorism anti-terrorist anti-tobacco anti-trust anti-u.s. anti-ulcer anti-union anti-viral anti-virus anti-western antiaircraft antiarrhythmic antibacterial antibes antibiotic antibiotice antibiotics antibodies antibody antic antica anticancer anticholinergic antichrist anticiliary anticipate anticipated anticipates anticipating anticipation anticipatory anticlerical anticline anticlockwise anticoagulant anticoagulants anticommunist anticompetitive anticonvulsant anticonvulsants antics anticyclone antidepressant antidepressants antidilutive antidote antidotes antidumping antietam antifascist antifreeze antifungal antigen antigenic antigens antigone antigonish antigonus antigua antiguan antihero antihistamine antihistamines antikythera antill antillean antilles antimatter antimicrobial antimony antin antinous antioch antiochian antiochus antioco antiope antioqueno antioquia antioxidant antioxidants antiparticle antipas antipater antipathy antiphon antiphonal antiphons antipodes antipolo antipope antiproton antipsychotic antipsychotics antiqua antiquarian antiquaries antiquary antiquated antique antiques antiquities antiquity antiretroviral antisemitic antisemitism antisense antiseptic antislavery antisocial antisubmarine antisymmetric antitank antithesis antithetical antitrust antivenom antiviral antivirus antiwar antje antler antlers anto antofagasta antoine antoinette anton antonella antonelli antonello antonescu antoni antonia antonie antonin antonina antonine antonino antoninus antonio antonioni antonios antonis antonius antonov antonov0 antonovich antonovics antony antonym antrim ants antti anttila antun antunes antwerp antwerp-based antwerpen antwren anu anubis anuchit anugrah anupam anuradhapura anurag anuruddha anus anushilan anvil anvils anwar anwr anxieties anxiety anxiolytic anxious anxiously any any-month anya anyang anyaoku anybody anyhow anymore anyone anything anytime anyway anyways anywhere anz anza anzac anzag anzai anzeiger anzio anzoategui anzoil anzu anzus ao ao0 aoa aoba aoc aodong aoe aoi aoife aokam aoki aol aom aomori aon aonb aoot aop aopa aor aord aorist aorta aortic aos aoshi aosta aot aotearoa aoun aoyama ap ap0 apa apa0 apac apace apache apaches apalachee apalachicola apalachin apamea aparecida aparicio aparna apart apartado apartheid apartheid-era apartment apartments apasco apathetic apathy apatite apator apatosaurus apatow apax apb apc apcet apcs apd apd0 apds ape apec apeda apel apeldoorn apelles apennine apennines apep aperiodic aperitif apertura aperture apertures apes apex apf apg aph aphasia aphelion aphex aphid aphids aphis aphorism aphorisms aphra aphrodisiac aphrodite api apia apiaceae apic apical apices apics apidc apiece apis apj apl aplastic apm apn apnea apo apocalypse apocalyptic apocalyptica apocrypha apocryphal apocynaceae apoel apogee apokolips apolitical apollinaire apollinaris apollo apollodorus apollon apollonia apollonian apollonio apollonius apollos apolo apologetic apologetics apologia apologies apologise apologised apologises apologising apologist apologists apologize apologized apologizes apologizing apology aponeurosis aponte apop apophis apopka apoplexy apoptosis apoptotic apostasy apostate apostates apostle apostles apostol apostolate apostoli apostolic apostolos apostrophe apostrophes apothecaries apothecary apotheosis apoyo app app. appa appalaches appalachia appalachian appalachians appalled appalling appaloosa appanage appapr apparatus apparatuses apparel apparels apparent apparently apparition apparitions appartment appea appeal appealed appealing appeals appear appearance appearances appeared appearing appears appease appeased appeasement appeasing appel appellant appellants appellate appellation appellations appelmans append appendage appendages appendectomy appended appendices appendicitis appending appendix appenzell appetite appetites appetizer appetizers appfeb appi appia appian appice appier appin appius appl applaud applauded applauding applauds applause apple applebee appleby appledore applegarth applegate apples applescript appleseed appleson applet appletalk appleton applets applewhite appleyard appliance appliances applicability applicable applicant applicants application application-specific applications applied applies appling applique apply applying appmar appmay appoint appointed appointee appointees appointing appointment appointments appoints appomattox apporoved apportioned apportioning apportionment appraisal appraisals appraise appraised appraiser appraisers appraising appreciable appreciably appreciate appreciated appreciates appreciating appreciation appreciative apprehend apprehended apprehending apprehension apprehensions apprehensive apprentice apprenticed apprentices apprenticeship apprenticeships apprised approach approachable approached approaches approaching approbation appropriate appropriated appropriately appropriateness appropriating appropriation appropriations approvable approval approvals approve approved approves approving approvingly approx approx. approximant approximants approximate approximated approximately approximates approximating approximation approximations approximatively apprs apprx apps appsaug appsjul appsjun appsmay apptd appvls apr apr'0 apr-- apr-dec apr-jun apr-june apr-mar apr-may apr. apr0 apra apres apria apricot apricots april april-august april-december april-july april-june april-march april-may april-october april-sept april-september april/may april0 aprile aprilia aprmay apron aprons aproved aprs aps apsa apse apses apsheron apsidal apsl apsley apstar apt apta aptargroup aptech apted aptf aptian aptitude aptitudes aptiva aptly aptos apts apu apuleius apulia apulian apure apurimac apus apv apw apx aq aq0 aqa aqaba aqazadeh aqc aqha aqis aqsa aqua aquabats aquaculture aquae aqualung aquaman aquamarine aquaria aquarian aquarii aquarists aquarium aquariums aquarius aquatic aquatics aqueduct aqueducts aqueous aqui aquifer aquifers aquifoliaceae aquila aquileia aquilina aquilonia aquinas aquino aquire aquired aquisition aquisitions aquitaine aquitania ar ar0 ar0c0=rr ara arab arab-israeli arab-malaysian arabe arabella arabesque arabi arabia arabian arabians arabic arabic-language arabica arabicas arabidopsis arabis arabised arabism arabization arabized arable arabs arabsat aracatuba araceae arachne arachnid arachnids arachnoid aracruz arad aradia arado arafat arafat-netanyahu arafura arago aragon aragones aragonese aragonite aragorn aragua araguaia arai arak arakan arakawa araki arakis aral araliaceae aram aramaic aramaki aramco aramid aramis aran arana aranda araneta arango aranha aranibar aranjuez aransas arantxa aranyaprathet aranypok arap arapaho arapahoe arapua arar ararat aras arashi araskog arasu aratus arauca araucania araucaria arauco araujo araullo aravalli aravinda arawa arawak arawaks arawn araya arazi arb arba arbed arbeit arbeiter arbel arbella arben arbenz arbi arbil arbiter arbiters arbitrage arbitrage-linked arbitrager arbitragers arbitrageur arbitrageurs arbitraging arbitral arbitrales arbitrarily arbitrariness arbitrary arbitrate arbitrated arbitration arbitrator arbitrators arbitron arbizu arbnori arbogast arboleda arbonale arbor arborea arboreal arboretum arbour arboyne arbroath arbs arbuckle arbus arbuthnot arbuthnott arbutus arby arc arca arcade arcaded arcades arcadia arcadian arcadians arcadius arcam arcana arcand arcane arcangel arcanum arcarons arcas arcata arce arcee arcelik arcelor arcesilaus arcgis arch arch-conservative arch-enemies arch-enemy arch-foe arch-foes arch-rival arch-rivals archaea archaean archaeological archaeologically archaeologist archaeologists archaeology archaeopteryx archaic archaisms archambault archangel archangels archbishop archbishopric archbishops archbold archdale archdeacon archdeaconry archdiocesan archdiocese archdioceses archduchess archduke arche archean arched archelaus archenemy archeological archeologist archeologists archeology archer archers archery arches archetypal archetype archetypes archetypical archibald archie archiepiscopal archies archimandrite archimedean archimedes archimonde arching archipelago archipelagos architect architectonic architects architectural architecturally architecture architectures architrave archiv archival archive archived archives archiving archivist archivists archmage archon archons archos archosaurs archpriest archrival archrivals archtop archway archways arcing arco arcola arcon arcor arcos arcot arcs arcseconds arctic arctica arctos arcturus arcuate arculus arcus ard arda ardabil ardagh ardal ardanza ardas ardashir ardclough ardeatine ardeche ardeidae arden ardenne ardennes ardent ardently ardeshir ardila ardmore ardnamurchan ardor ardour ardrossan ards ardsley arduin arduous ardwick ardzinba are area area. area.the areal areala areas areas.it areca arecaceae arecibo aref arellano aren arena arenabowl arenal arenas arenaturist arend arendal arendse arendt arens areola areopagite arequipa ares ares-serono arete aretha arethusa areva arevalo arezzo arf arflc0=rr arg argan argent argenta argentaria argentbank argenteuil argentia argentina argentinas argentine argentine-born argentinean argentines argentinian argentinians argentino argentinos argento arges arghezi arginine argive argives argo argon argonaut argonauts argonne argos argosy argot args arguable arguably argue argued arguelles arguello argues argueta arguing argument argumentation argumentative arguments argus argyle argyll arhar arhus ari aria ariad ariadne ariake arial arian ariana ariane ariane0 arianespace arianism arianna arians arias arica aricept arid aridity arie arief arieff ariege ariel aries arif arig arihant arik arika arikara arima arimathea arinc arindam ariola arion ariosto ariovistus aripaev arirang aris arisa arise arisen arises arish arising arison arista aristar aristarchus aristide aristides aristizabal aristo aristobulus aristocracy aristocrat aristocratic aristocrats ariston aristophanes aristotelian aristotelianism aristotle arithmetic arithmetical arius ariwibowo ariz ariz.-based ariza arizona arizona-based arja arjan arjen arjo arjun arjuna ark ark.-based arka arkadelphia arkady arkan arkansas arkansas-based arkell arkestra arkham arkhangelsk arkin arklay arklow arkwright arl arl0 arlanda arledge arleigh arlen arlene arles arlindo arlington arliss arlo arlon arlong arm arm-twisting arma armada armada- armadale armadas armadillo armadillos armageddon armagh armagnac armalite armament armaments arman armand armando armani armas armata armato armature armavir armband armbands armbar armchair armco arme armed armee armeekorps armen armenia armenian armenians armer armes armey armia armidale armies armijo armillary armin arming arminia arminian arminianism arminius armistead armistice armitage armley armonk armor armored armorial armories armors armory armour armoured armouries armoury armpit armpits armrest armrests arms armscor armstrong armstrongs army army-backed army-led arn arna arnaldo arnaud arnauld arnault arnaut arnaz arncliffe arndale arndt arne arneson arness arnett arngrim arnhem arni arnie arnim arnis arno arnold arnold-forster arnoldo arnolfini arnon arnor arnos arnott arnotts arnoux arnprior arnstein arnulf arnulfo aro arok aroma aromanian aromanians aromas aromatase aromatherapy aromatic aromatics aron arona aronex aronofsky aronson aronsson aroostook arora aros arosa arose around around-the-clock around-the-world arousal arouse aroused arouses arousing arp arpa arpad arpanet arpechim arpeggio arpeggios arpeni arpey arporn arps arquebus arquebuses arquebusiers arquette arqule arr arraigned arraignment arrakis arran arrancar arrange arranged arrangement arrangements arranger arrangers arranges arranging arrangments arras array arrayed arrays arrears arreckx arredondo arrernte arrest arrested arresting arrestor arrests arrhenius arrhythmia arrhythmias arri arriaga arrian arriba arrieta arrigo arrington arriortua arris arriva arrival arrivals arrive arrived arrives arrivillaga arriving arrl arrogance arrogant arrogantly arrondissement arrondissements arrow arrowhead arrowheads arrows arrowsmith arroyo arroyos arryn ars ars0 arsacid arsanov arse arsenal arsenals arsenault arsene arsenic arsenide arsenio arsenis arshad arsi arsinoe arslan arson arsonist arsonists art art. art0 arta artabanus artaud artaxerxes arte arteaga artefact artefacts artemis artemisia arterial arterials arteries arterioles arteriosus artery artes artesia artesian artest artform artforum artful artfully arth artha arthas arthashastra arthatama arthedain arthouse arthritic arthritis arthropod arthropods arthroscopic arthuis arthur arthurian arthurs arthurson arti artic artichoke article articled articles articular articulate articulated articulates articulating articulation articulations articulatory artie artifact artifacts artifical artifically artifice artificer artificial artificiality artificially artigas artillery artillerymen artin artiodactyl artioli artis artisan artisanal artisans artisoft artist artiste artistes artistic artistically artistry artists artmedia arto artois artrom arts artsdalen artur arturas arturo arturs artwork artworks arty artyom aru aruba aruban aruch arukh arul arum arun aruna arunachal arunachalam arundel arundell arundhati arup arusha arv arvada arveladze arvid arvida arvin arvind arvn arvo arvydas arw arwel arwen arwing ary arya aryabhata aryan aryans aryeh aryl arzew arzte arzu as as-safir as-yet as/0 as0 asa asachi asad asaf asahara asahel asahi asahimas asai asaja asaka asakura asakusa asam asami asan asana asanas asanka asano asanovic asansol asante asap asaph asarco asatru asb asbestos asbestos-related asbestosis asbrink asbury asc ascalon ascani ascanio ascap ascari ascend ascendance ascendancy ascendant ascended ascendency ascending ascends ascension ascent ascents ascertain ascertained ascertaining ascetic ascetical asceticism ascetics asch aschaffenburg aschau aschen aschenbach ascher asci ascii ascites asclepius ascoli ascom ascomycota ascona ascorbic ascot ascott ascribe ascribed ascribes ascribing ascription asd asda asdic ase asea asean asean-eu asecna asem asen asensio aseptic aserkoff asesores aset asexual asexually asf asfour asg asgard asgardian asgardians asghar asgrow ash asha asha'man ashaka ashamed ashanti asharq ashbery ashbourne ashbrook ashburn ashburnham ashburton ashbury ashby ashcroft ashdod ashdown ashe asheboro ashen asher asherah ashes asheton asheville ashfield ashford ashgabat ashi ashik ashikaga ashina ashington ashish ashkelon ashkenazi ashkenazic ashkenazim ashkenazy ashland ashlar ashlee ashleigh ashley ashman ashmole ashmolean ashmore ashok ashoka ashokan ashoknagar ashore ashot ashquay ashraf ashraff ashram ashrams ashrawi ashta ashtabula ashtar ashtead ashton ashtray ashur ashura ashurbanipal ashurst ashworth ashy asi asia asia-europe asia-pacific asiad asiago asiamatrix asiamerit asian asian-american asian-americans asian-pacific asiana asianbank asians asiasat asiatic asiatrust asic asics aside asides asif asil asilturk asim asimov asin asio asis asistencia asj asjaya ask ask-only aska askani askar askari askatindo aske asked asker askew askey askin asking asko asks askyb asl aslam aslan asleep aslef asli aslk aslk-cger asm asma asmal asmara asmat asme asmi asml asmodeus asms asmussen asn asn0 asner aso asoc asociacion asociados asociation asoka asom asp asp.net asparagus aspartame aspartate aspartic aspasia aspect aspects aspen asper aspera asperger aspergillus aspern asphalt aspheron asphyxia asphyxiation aspin aspinall aspinwall aspirant aspirants aspirated aspiration aspirational aspirations aspire aspired aspires aspirin aspiring aspis aspley aspo asprilla aspro asquith asr asr0 asri asriel asroc ass assa assad assaf assail assailant assailants assailed assails assam assamese assams assasination assassin assassinate assassinated assassinates assassinating assassination assassinations assassins assault assaulted assaulting assaults assay assaying assays assemblage assemblages assemble assembled assemblee assembler assemblers assembles assemblies assembling assembly assemblyman assemblymen assemblywoman assen assent assented asser assert asserted asserting assertion assertions assertive assertiveness asserts asses assesment assess assessed assesses assessing assessment assessments assessor assessors assests asset asset-backed asset-based asset-weighted assets assets* assets_____________________________________________ asshole assi assiassi assicurazioni assidoman assiduous assiduously assign assigned assignee assigning assignment assignments assigns assimilate assimilated assimilating assimilation assinger assiniboia assiniboine assis assisi assist assistance assistant assistants assisted assisted-suicide assisting assistive assists assiut assize assizes assn assoc assocation assocham associacao associate associated associates associating association associations associative associativity associazione assocs assogestioni assonet assorted assortment assortments assr assuage assuaged assume assumed assumes assuming assumption assumptions assunta assur assurance assurances assure assured assurer assurers assures assuring assynt assyria assyrian assyrians ast asta astaire astal astana astaroth astarte astartes astbury astec aster asteraceae asterion asterisk asterisks asterism asterix astern asteroid asteroids asthma asthmatic asti astigmatism astin astiz astle astley astm aston astonish astonished astonishing astonishingly astonishment astor astorga astoria astounded astounding astra astragalus astrakhan astral astrasat astray astrazeneca astree astrid astride astringent astrit astrium astro astrobiology astrocytes astrodome astrolabe astrologer astrologers astrological astrology astrometric astrometry astron astronaut astronautical astronautics astronauts astronema astronomer astronomers astronomical astronomically astronomy astrophysical astrophysicist astrophysics astros astrotech astrotrain astroturf astroworld asturian asturiana asturias asturienne astute astyages asu asuka asuna asuncion asunder asura asurans asuras asus asustek asv asw aswad aswan aswaq aswell asx asylum asylum-seekers asylums asymmetric asymmetrical asymmetrically asymmetries asymmetry asymptomatic asymptotic asymptotically asynchronous asynchronously asyst at at&t at&t-unisource at-bat at-bats at-the-money at0 ata atac atacama atacanli atacocha atag atagi atahualpa atal atalanta atallah ataman atan atanas atanasoff atanasov atangana ataollah atapattu atar atari ataris ataru atas atassi ataturk ataxia atb atc atcc atchafalaya atcham atchison atco ate atef atel atelier ateliers atem atemke aten ateneo atenulf ater atf atf0 atg ath athabasca athabascan athabaskan athanasios athanasius atheism atheist atheistic atheists athelstan athena athenaeum athenaeus athene atheneum athenian athenians athenry athens ather atheroma atherosclerosis atherosclerotic atherstone atherton athey athibid athibor athinaikos athlete athletes athletic athletically athleticism athletics athlon athlone athol atholl athome athos athrun athulathmudali athy ati atia atienza atilla atisha atiyah atk atkin atkins atkinson atl atlanta atlanta-based atlante atlantean atlanteans atlantic atlantic-nynex atlantica atlantico atlantics atlantik atlantique atlantiques atlantis atlantska atlas atlases atle atlee atletico atli atlus atm atma atman atmatsidis atmel atmos atmosphere atmospheres atmospheric atms atn ato atobe atocha atochem atok atoka atoll atolls atom atomic atomics atomism atoms aton atonal atonality atone atonement atop atopic atorino atos atoyac atp atpase atpc atr atr0 atreides atresia atreus atreyu atri atria atrial atrion atrioventricular atrium atrix atrocious atrocities atrocity atrophy atropine atrus atrush ats atsc atsf atsic atsugi atsushi att att0 atta attach attache attached attaches attaching attachment attachments attack attacked attacker attackers attacking attacks attaf attain attainable attainder attained attaining attainment attainments attains attainted attaka attali attalus attar attard attell attempt attempted attempting attempts attenborough attend attendance attendances attendant attendants attended attendee attendees attendence attending attends attention attentional attentions attentive attentively attenuate attenuated attenuation atterbury attercliffe attest attestation attested attesting attests attic attica attics atticus attila attilan attilio attire attired attitude attitudes attiyah attleboro attleborough attlee atto attock attorney attorney-client attorney-general attorneys attract attracted attracting attraction attractions attractive attractively attractiveness attractor attracts attrib attributable attribute attributed attributes attributing attribution attributions attrition attu attuned attwood atty atu atul atum atutxa atv atvs atwater atwell atwood atwood-peavey atx atypical au au-young aua aub aubanel aube auber auberjonois aubert aubin aubrey aubry auburn auburndale auc aucagne auch auchan auchard auchinleck auckland auckland-based aucnet aucoin auction auctioned auctioneer auctioneers auctioning auctions aud audacious audacity audax aude auden audi audible audibly audie audience audiences audiencia audina audio audio-visual audio/video audio/visual audiobook audiobooks audiofina audiology audiolux audiophile audiophiles audioslave audiovisual audiovox audis audit audited auditing audition auditioned auditioning auditions auditor auditor-general auditorium auditoriums auditors auditory audits audley audra audrey audubon aue auer auerbach auf aug aug'0 aug--rev aug-oct aug. aug0 aug0-sep0 augat auge auger aughrim augie augite auglaize augment augmentation augmentations augmented augmenting augments augq augsburg augsep auguin augur augured augurs august august-october august-september august/september augusta augustan augustana auguste augustenborg augusti augustin augustine augustinian augustinians augusto augustow augustus aujourd'hui auk auken aukland auks aula auld aule ault aulus aum aun aung aunt auntie aunts aunty auprs aur aura aural aurangabad aurangzeb auraria auras aurea aurel aurelia aurelian aureliano aurelio aurelius aureus auric auricular auridiam auriga auriol aurobindo aurochs auron aurora auroral aurore aurum aus aus$ ausa auschwitz auscultation ausdoc ausdrill ausf ausgleichsbank aushev ausi auspices auspicious auspine aussi aussie aussies aust austar austell austen austeo auster austere austereo austerities austerity austerlitz austin austins austral australand australasia australasian australia australia-based australia-japan australian australian-based australian-born australian-interest australian-listed australians australis australopithecus austrasia austria austria-girocredit austrian austrian-born austrians austrim austro austro-hungarian austro-italian austro-italian-german austronesian austudy austvin aut autechre auteuil auteur auteurs auth authentic authentically authenticate authenticated authenticating authentication authenticity author authored authorial authoring authorisation authorisations authorise authorised authorises authorising authoritarian authoritarianism authoritative authoritatively authorites authorities authority authorization authorizations authorize authorized authorizes authorizing authors authorship autif autism autissier autistic autistics autlan auto auto-loan auto-oil auto0 autobahn autobahns autobianchi autobiographical autobiographies autobiography autobot autobots autocad autocannon autocar autocatalysts autocephalous autocephaly autochthonous autoclave autocorrelation autocracy autocrat autocratic autocross autodesk autodidact autodromo autoeuropa autofocus autograph autographed autographs autogrill autogyro autoharp autoimmune autoimmunity autoinfo autolink autoliv autologous autolycus automail automaker automakers automaking automata automate automated automates automatic automatically automatics automating automation automatism automative automaton automatons automator automobile automobiles automobilova automorphic automorphism automorphisms automotive autonation autonoma autonomic autonomist autonomous autonomously autonomy autons autopap autoparts autopilot autopista autopistas autopsies autopsy autoroute autoroutes autos autosomal autosport autostrade autotote autotte autovia autoworkers autozone autre autres autrey autry autumn autumnal autun auvergne aux auxerre auxilia auxiliaries auxiliary auxin av av. av.yield av0 av0b ava avaiable avail availabilities availability available available-for-sale availablity availed avails avait aval avalanche avalanches avaliable avalokitesvara avalon avant avant-garde avante avantel avantgarde avanti avanzi avar avari avarice avaricious avars avary avatar avatara avatars avax avaz avc avc0 avco ave ave. avebury avec avecor avedon aveiro avellaneda avellino avemco aven avenge avenged avenger avengers avenges avenging avenida avenir avenor aventine aventis aventura aventures avenue avenues average average* averaged averages averaging averell averescu averill averroes aversa averse aversion aversive avert averted averting averts avery aves avesta avestan avex avey aveyron avg avg-fcast avg. avg;bbi avgas avge avgold avgs avgs-millions avh avi avia aviacion avian avianca aviano avians aviary aviastar aviation aviation-quality aviator aviators avic avicenna avid avidan avidly aviemore avifauna avigdor avignon avila aviles avimo avinash avion avionics aviron avis avista avitar avitus aviv aviva aviz avize avl avm avmin avn avner avoca avocado avocados avocet avocets avogadro avoid avoidable avoidance avoided avoiding avoids avoir avoirdupois avon avondale avonex avonlea avonmore avonmouth avowed avowedly avp avp0 avr avraham avram avramovic avranches avril avro avrohom avs avtobank avtomobilny avtovaz avtozaz avx avz aw aw0 awa awacs awad awadh await awaited awaiting awaits awak awake awaken awakened awakening awakenings awakens awakes awaking awami awan award award-winning awarded awardee awardees awarding awards aware awareness awash awasthi away aways awb awc awd awdry awe awe0 awed awesome awf awful awfully awhile awilco awk awkward awkwardly awkwardness awl awning awnings awoke awoken awol awolowo awote awp awry aws awt awu ax ax0 axa axa-uap axalon axe axed axel axelrod axes axial axially axillary axils axime axing axiom axiomatic axiomatization axioms axis axl axle axles axminster axon axonal axons axor axton axum axworthy ay aya ayacucho ayahuasca ayaka ayako ayala ayala-lasso ayalon ayam ayame ayane ayant ayat ayato ayatollah ayaz aybak ayckbourn aycock aydan aydin aye ayeka ayer ayers ayesha ayeyarwady aygunes ayia ayin ayios aykroyd ayla ayler aylesbury aylesford aylesworth ayling aylmer aylward aylwin ayman aymara ayn ayo ayob ayodhya ayoub ayp ayr ayre ayreon ayres ayrshire ayrton aysen aytogu ayton ayu ayub ayudhya ayumi ayuntamiento ayurveda ayurvedic ayutthaya ayya ayyappa ayyappan ayyash ayyavazhi ayyub ayyubid az aza azad azadegan azadho azadi azal azalea azaleas azam azar azarbaijan azaria azazel azcapotzalco azcarraga azcuenaga azeglio azem azeotrope azerbaijan azerbaijani azerbaijanis azeri azeris azeroth azevedo azg azhar azharuddin azi azide azikiwe azim azimov azimuth azinger aziz azizi azkaban azlan azle azlin azman azmi aznable aznar aznavour azo azocar azomures azores azoulay azov azra azrael azriel azt aztar aztec azteca aztecan aztech aztecs aztlan azucarera azuchi azul azula azuma azupharma azura azure azusa azzam azzurri b b# b&h b&k b&o b&q b&w b'av b'elanna b'gosh b'nai b'rith b'tselem b* b+ b++ b- b-buyer b-minus b-plus b-series b-share b. b.a b.a. b.a.t b.a.t. b.b. b.c b.c. b.c.chatterjee b.c.e. b.d. b.e. b.f. b.f.a. b.g. b.i.g b.i.g. b.j. b.k. b.m. b.n. b.p b.p. b.r. b.s b.s. b.s.e.s b.sc b.sc. b.tech b.v b.v. b/ b/hip b/soul b/w b0 b0/0 b00 b00s b0a b0b b0c b0e b0g b0s b0tl ba ba'al ba'ath ba'athist ba'th ba-aliya ba-american ba-three ba0 baa baa-rated baa0 baader baal baalbek baalu baan baar baas baath baathist baator bab baba babai babaji babak babangida babaoshan babar babayan babayaro babb babbage babbar babbel babbit babbitt babble babbler babblers babbling babcock babe babel babelsberg babenberg babes babette babi babic babies babilius babine babington babis babiuc baboon baboons babovic baboy babri babs babson babu babur baby babyface babylon babylonia babylonian babylonians babyshambles babysit babysitter babysitting bac baca bacall bacardi bacau baccalaureat baccalaureate baccarat bacchus bach bacha bacharach bachata bachchan bache bachelet bachelor bachelorette bachelors bacher bachir bachiuliene bachman bachmann bachus bacilli bacillus baciu back back-burner back-door back-end back-office back-room back-to-back back-to-school back-up backa backbeat backbench backbencher backbenchers backbenches backboard backbone backbones backburner backcountry backcourt backdated backdoor backdown backdraft backdrop backdrops backed backend backer backers backfat backfield backfire backfired backfires backflip backgammon background backgrounds backhand backhanded backhander backhoe backhouse backing backlash backley backlight backline backlit backlog backlogged backlogs backlot backlund backman backoffice backpack backpacker backpackers backpacking backpacks backplane backrib backronym backroom backs backscatter backseat backside backsliding backstage backstop backstories backstory backstreet backstretch backstroke backstrom backtrack backtracked backtracking backtracks backup backups backus backward backwardated backwardation backwardations backwardness backwards backwater backwaters backweb backwoods backyard backyards bacnotan baco bacob bacolod bacon bacongo bacou bacs bacta bacteria bacterial bacteriological bacteriologist bacteriology bacteriophage bacteriophages bacterium bacton bactria bactrian bactrians bacup baczkowski bad bad-cheque bad-loan bad-tempered bada badajoz badakhshan badal badalamenti badami badan badawi badd baddeley baddiel bade baden baden-baden baden-wuerttemberg badenhorst badenoch badenwerk bader badfinger badge badged badger badgers badges badghis badging badham badi badia badin badinter badla badlands badly badly-needed badminton badnarik badnavar badniks bado badoglio bador badr badri badrinath badu bae baek baekje baen baenre baer baerga baerum baesa baetica baez baf baffert baffi baffin baffle baffled baffles baffling bafokeng bafta bafwasende bag bagabandi bagach bagalkot bagan baganda bagatelle bagaza bagby bagdad bagdasarian bagel bagels baggage baggaley bagge bagged bagger bagging baggins baggio baggy bagh bagha baghdad baghdad-backed baghdadi bagheera bagheri baghlan bagler bagley bagnall bagnasco bago bagong bagosora bagot bagpipe bagpipes bagram bagrat bagratid bagration bagrationi bagri bags bagshot bagua baguazhang baguio bagus bagwell bah baha baha'i baha'is baha'u'llah bahadur bahama bahamas bahamas-based bahamian bahamut bahana bahar bahari baharin baharsyah baharuddin bahasa bahattin bahawalpur bahia bahini bahir bahlika bahlikas bahman bahmani bahn bahnhof bahr bahrain bahrain-based bahraini bahrainis bahram bahri bahru baht bahtera bahtra bahu bahujan bai baia baiano baibars baidoa baie baig baigin baikal baikonur bail bail-out baila baile bailed bailey baileys bailiff bailiffs bailing bailiwick baillie baillieu bailly bailout bailouts bails bailundo baily bain bainbridge baines bainimarama bains baio bair baird baire bairnsdale bairro bais baishya baisse bait baited baiting baits baiul baix baixa baja bajaj bajgar baji bajir bajirao bajo bajor bajoran bajorans bajra bak baka bakacs bakar bakassi bakayoko bake baked bakelite baker baker-finch bakeries bakerloo bakers bakersfield bakery bakewell bakheet bakhrom bakhsh bakht bakhtiar bakhtiari bakhtin bakili baking bakke bakker bakkes bakongo bakonyi bakote bakr bakri bakrie bakrieland baksh bakshi baku bakufu bakun bakunin bakura bakyrchik bal bala balaam balabagan balaban balaclava balad balafon balaguer balai balaji balak balakirev balaklava balakov balakrishna balakrishnan balal balala balalaika balan balance balance($ balance-of-payments balance-sheet balance00 balanced balanced-budget balancer balances balanchine balancing balanian balao balarama balart balasuriya balaton balazs balbo balboa balcerowicz balcescu balch balco balcombe balconies balcony bald baldacci baldassare baldato balder balderas balderson balding baldini baldivieso baldness baldock baldor baldr baldrick baldrige baldry balducci baldur baldwin baldy bale balearic baled baleen balenciaga baler bales baley balfe balfour balgimbayev balhae balham bali balian balick balikpapan balin balinese baling balint balk balkan balkanbank balkans balked balkenende balkh balking balks ball ball-foster balla ballack ballad balladares ballade balladeer ballads balladur ballala ballance ballantine ballantyne ballarat ballard ballarpur ballas ballast ballasting ballasts balled ballerina ballerinas ballerini ballesca ballesteros ballet ballets ballgame ballin ballina ballinasloe ballincollig ballinderry ballinger balliol ballista ballistic ballistics ballmer ballo balloch ballon balloon ballooned ballooning balloonist balloons ballot balloted balloting ballots ballou ballpark ballparks ballplayer ballplayers ballpoint ballroom ballrooms balls ballston bally ballycastle ballyfermot ballymena ballymoney ballymore ballymun balm balmaceda balmain balme balmer balmoral balmy balo baloch balochi balochistan balochs baloise balon baloncesto balongan baloo balor balrog balsa balsam balt balta baltar baltasar baltazar balthasar balthazar balthus balti baltic baltica baltics baltija baltijos baltika baltimore baltimore-based baltistan baltiya balto baltrans balts balu baluch baluchistan balustrade balustrades balzac balzers bam bama bamako bamar bamba bambaataa bambang bambara bamber bamberg bamberger bambi bambino bamboo bamboos bamburgh bamerindus bamford bamileke bamiyan bamm bammer bampton ban bana banacci banach banai banal banamex banamex-accival banana banana-growing bananarama bananas banaras banat banbi banbridge banbury banc banca bancaire bancamerica bancaria bancario bancassurance bancgroup banco bancomer bancomext bancone bancoquia bancorex bancorp bancorporation bancrecer bancroft bancshares band banda bandag bandage bandaged bandages bandai bandana bandar bandaranaike bandarban bande banded bandeira bandeirantes bandera banderas bandgap bandicoot bandicoots bandido bandidos bandied banding bandini bandit banditry bandits bandleader bandleaders bandler bandmaster bandmate bandmates bandmembers bando bandon bandpass bandra bands bandshell bandstand bandundu bandung bandura bandurist bandurists bandwagon bandwidth bandy bane banerj banerjee banespa banesto banff banffshire banfield bang banga bangalore bangalter bangchak banged bangemann banger bangert banging bangka bangko bangkok bangkok-based bangkok.newsroom@reuters.com bangla bangladesh bangladeshi bangladeshis banglar bangle bangles bango bangor bangs bangsar bangu bangui bangunusa bangura bangweulu banh banharn banhart bani banias banik banisadr banish banished banishes banishing banishment banister banja banjarmasin banjo banjoist banjos banjul bank bank-backed bank-insurer bank-ny bank-owned banka bankable bankamerica bankar bankas bankasi bankatlantic bankboston bankcard bankcoop banked banken banker bankers bankes bankgesellschaft bankhaus bankhead bankiers banking bankinter banknorth banknote banknotes bankoa bankroll bankrolled bankrolling bankrupt bankruptcies bankruptcy bankrupted bankrupting banks banksa bankshares banksia bankside bankstown bankunited bankura bankverein bankwatch bankwest bann banna bannatyne banned banner bannered bannerman banners banning bannister bannock bannockburn bannon bannu banny bano banobras banoco banorte banos banotti banovic banovina banpresto banpu banque banques banquet banqueting banquets bans banshee banshees banska banstead bansud banta bantam bantams bantamweight banten banter banting banton bantry bantu bantustan banu banya banyamulenge banyan banza banzai banzer bao baoa baobab baoding baord baoshan baoshi bap bapaume bapepam baphomet bapindo bapindovii-j bapr baps baptised baptism baptismal baptisms baptist baptista baptiste baptistery baptistry baptists baptize baptized baptizing baqir baqoura bar bar-illan bar-on bara barabbas baraboo barack barad barada baraga baraita barajas barak baraka barakat baraki baran baranee barangay barangays barani baranja baranof baranov baranowski baranya barasat barassi barat barata barath baratheon barauni barb barba barbadian barbados barbara barbarella barbarian barbarians barbaric barbarism barbarity barbaro barbarossa barbarous barbary barbatus barbe barbeau barbecue barbecued barbecues barbed barbee barbel barbell barbels barber barbera barberini barbers barbershop barberton barbet barbets barbey barbican barbie barbier barbiere barbieri barbirolli barbiturate barbiturates barbizon barbosa barbossa barbour barbra barbs barbu barbuda barbus barc barca barcelo barcelona barcelos barch barclay barclays barco barcode barcodes bard barda bardas bardeen bardejov barden bardhaman bardhan bardi bardia bardic bardo bardon bardot bards bardsley bardstown bardwell bare barea bareback bared barefoot bareilly barely barenaked barenboim barents barentsburg bares baresi barfield barfleur barfly barford bargain bargain-hunt bargain-hunters bargain-hunting bargained bargainers bargaining bargains barge barge-mounted barged barger barges barghini barghouti barging barham bari baril bariloche barin baring barings baripada barisal barisan barite barito baritone baritones barium barjuan bark barka barked barker barkerville barkho barkin barking barkley barkly barks barksdale barlaam barletta barley barley0 barlow barlows barmaid barman barmasai barmash barmby barmouth barn barna barnabas barnaby barnacle barnacles barnagar barnard barnardt barnegat barnes barnet barnett barnette barneveld barnevik barney barneys barnhart barnhill barnier barnoldswick barns barnsley barnstable barnstaple barnstormers barnstorming barnum barnwell barny barnyard baro baroda barometer barometers barometric baron barone baroness baronet baronetage baronetcies baronetcy baronets baroni baronial baronies baronius barons barony baroque barossa barque barquisimeto barr barra barrack barrackpore barracks barracuda barracudas barragan barrage barrages barraki barrancabermeja barranquilla barras barratt barrayar barre barre/scranton barred barredo barreiro barreiros barrel barrel-per-day barreled barrelled barrels barrels-per-day barren barrens barrera barres barret barreto barrett barretto barrhaven barrhead barri barricade barricaded barricades barricading barrichello barrick barrie barrientos barrier barriers barrineau barring barringer barrington barrio barrionuevo barrios barris barrister barristers barro barron barros barroso barrot barrouhi barrow barrowman barrows barry barrymore bars barsby barseback barshefsky barsoom barsosio barstow bart bart. barta bartel bartell bartels bartender bartenders bartending barter bartercard bartered bartering barth bartha barthel barthelemy barthes barthez bartholin bartholomew bartimaeus bartle bartleby bartleet bartlesville bartlet bartlett bartley bartman barto bartok bartoli bartolo bartolome bartolomeo bartolomeu barton bartos bartow bartram barts bartsch barty bartz baru barua baruch barum barvikha barwell barwick barwon baryon baryonic baryons baryshnikov baryte barytes barzan barzani barzon bas basa basal basalt basaltic basalts basanti basara basarab basavanna basayev basco bascom bascule base base0 base=0 baseball baseball-results baseballs baseband basecon based basel baseless baseline baseliner baselines baseload baseman basemen basement basements baserunner baserunners bases bases-loaded basescu basestar basf basford bash basha basham bashar bashed basheer bashful bashi bashing bashir bashiti bashkim bashkir bashkortostan basho basic basically basics basie basil basilan basilar basildon basile basileus basilian basilica basilicas basilicata basilio basiliscus basilisk basilone basin basing basinger basingstoke basins basir basis basis-point bask basked baskerville baskervilles basket basketball basketry baskets baskin basking basle basle-based basler basmati basotho basque basques basquiat basra basrah basri bass bassa bassam bassanese bassanini bassano basse basses basset basseterre bassetlaw bassett bassey bassi bassil bassin bassiouny bassist bassist/vocalist bassists bassline basslines basso basson bassoon bassoonist bassoons basswood bast basta bastard bastards basten basti bastia bastiaens bastian bastiat bastidas bastien bastila bastille bastin bastion bastions bastogne bastos bastrop basu basuki basutoland bat bata bataan bataille bataillon bataina batak batallion batam batanes batang batangas batasang batasuna batavia batavian batcave batch batchelder batchelor batches bate bateau bated batelco bateman bates bateson batesville batgirl bath bathe bathed bathers bathes bathgate bathhouse bathhouses bathinda bathing batholith bathory bathroom bathrooms baths bathsheba bathtub bathtubs bathurst batignolles batik batista batiste batistuta batley batliboi batlivala batlle batman batmobile bato batok baton baton-wielding batons bator batory batou batra bats batsman batsmen batson batt battaglia battalion battalions battambang batted battelle batten battenberg battens batter battered batteries battering batters battersby battersea battery battery-powered batthyany batticaloa battin batting battipaglia battista battisti battle battle-hardened battle.net battleaxe battlecruiser battlecruisers battled battlefield battlefields battlefleet battleford battlefront battleground battlegrounds battlegroup battlemech battlements battler battlers battles battleship battleships battlestar battlestars battlesuit battletech battletoads battlezone battling battotah battra batts battus battuta batty battye batu batucha batumi baturin batwing batwoman bau baucau bauchi baucus baud baudelaire baudelaires baudin baudouin baudrillard bauer baugh bauhaus bauhinia baul baulch baulk baulked baulkham baum bauma bauman baumann baume baumgarten baumgartner baur bausch baustoffindustrie bautista bautzen baux bauxilum bauxite bav bava bavaria bavarian bavarians bavasi baw bawag bawang bawdy bawe bawn bax baxley baxter bay bay'' baya bayadere bayamon bayan bayane bayantel bayard bayas baybank baycorp bayer bayerische bayerlb bayern bayernwerk bayervb bayes bayesian bayeux bayezid bayfield bayfront bayh bayi baying baykal bayle bayless bayley baylis bayliss baylor bayly bayne baynes bayoil bayonet bayoneted bayonets bayonne bayou bayous bayovar bayport bayreuth bayrou bays bayshore bayside bayswater bayt baytown bayu bayu-undan bayur bayview baywatch bayway bayyoumi baz bazaar bazaars bazaine bazak bazalgette bazan bazar bazin bazoli bazooka bazy bb bb&t bb+ bb- bb-minus bb-plus bb0 bba bbag bbb bbb+ bbb- bbb-minus bbb-plus bbb0 bbbpi bbc bbc0 bbci bbcs bbdo bbfc bbg bbh bbi bbi- bbi0 bbl bbls bbn bbp bbpi bbq bbs bbses bbsw bbv bbv-probursa bbwaa bby bc bc0 bca bcafl bcal bcc bcci bcd bce bceao bcf bcfd bcfe bcg bch bchl bci bcl bcl0 bcm bcn bcost bcp bcqz bcr bcs bct bd bd0 bda bdb bdd bddp bde bdet bdi bdk bdm bdni bdo bdp bds bdsm be be'er be0 be0= bea beach beachcomber beached beacher beaches beachfront beachhead beachheads beaching beachside beachwood beachy beacon beacons beaconsfield bead beaded beadle beadman beads beag beagle beagles beak beaked beaker beakers beaks beal bealach beale beall beals beam beamed beamer beaming beamish beams bean beane beaneaters beanie beano beans beanstalk bear bear-spread bearable bearcat bearcats beard bearded bearden beardless beardmore beards beardsley beardstown bearer bearers bearing bearings bearish bearishly bearishness bearn bears bearsden bearskin beary beas beasley beast beastie beastly beastmaster beastmen beasts beat beata beatbox beatboxing beate beaten beater beaters beatification beatified beating beatings beatitude beatitudes beatle beatlemania beatles beatmania beatnik beatniks beato beaton beatrice beatrix beatriz beats beattie beatty beatus beaty beatz beau beaubien beauce beauchamp beauclerk beaudesert beaudoin beaufighter beaufort beauharnais beauharnois beaujolais beaulieu beaumarchais beaumaris beaumont beaune beauport beaupre beauregard beausejour beausoleil beautician beauties beautification beautiful beautifully beautify beauty beauvais beauvoir beaux beaver beaverbrook beavercreek beavers beaverton beavis beazer beazley bebe bebear bebel bebeto bebo bebop bec becalmed became becanovic becasue becaue because becca beccles becej becerra becher becherer becherovka bechet bechstein bechtel bechuanaland beck beckenbauer beckenham becker becket beckett beckford beckham beckinsale beckley beckman beckmann beckoned beckoning beckons beckstein beckton beckwith becky become becomes becoming becstone becton becuase becvar bed beda bedard bedchamber bedded bedder beddgelert bedding beddington beddoes beddu bede bedecked bedell bedevilled bedfellows bedford bedfordshire bedi bedibunder bedie bedingfield bedlam bedminster bednarik bedok bedouin bedouins bedoya bedraggled bedrich bedridden bedrock bedroom bedrooms beds bedside bedtime bedworth bee beebe beeby beech beecham beechcraft beecher beeches beeching beechwood beechworth beecroft beed beef beefcake beefed beefheart beefing beefs beehive beehives beek beekeeper beekeepers beekeeping beekman beeld beelzebub beeman been beenie beenleigh beep beeper beeping beeps beer beerbohm beermen beers beerschot beersheba beery bees beesley beeson beeston beeswax beet beetham beethoven beetle beetleborgs beetlejuice beetles beetroot beets bef befall befallen befektetesi befell beffa befits befitting before before-tax beforehand befriend befriended befriending befriends befuddled beg bega began begat begawan begbie begemann begerow begg beggar beggars begged beggen begging beggs beghin-say begin begining beginner beginners beginning beginnings begins begley begonia begotten begrudgingly begs begum begun behalf behan behar behari behave behaved behaves behaving behavior behavioral behaviorism behaviorist behaviors behaviour behavioural behaviours behe behead beheaded beheading beheads beheer beheld behemoth behest behind behind-the-scenes behle behn behold beholden beholder behr behrendt behrens behring behrooz bei beida beiderbecke beiersdorf beige beijing beijing-appointed beijing-backed beijing-based beijing-controlled beijing-funded beijing-picked beilin beilun bein being beings beinn beira beirut beis beit beitar beith beitrage beiyang beja bejbl bejeweled bejing bek beka bekaa bekaert beke bekes bekescsaba bekir beko bektashi bel bel0 bela belafonte belair belairbus belait belang belanger belarus belarusian belarusians belarussian belarussians belasco belated belatedly belaunde belawan belay belayim belch belchatow belcher belching belco belconnen belcourt belden belding bele beleaguered beleagured belec belem belemnites belen belenenses beleriand belew belfast belfield belford belfort belfour belfox belfry belga belgacom belgae belgariad belgaum belge belgian belgian-based belgian-dutch belgians belgic belgica belgique belgium belgium-based belgium-luxembourg belgolaise belgorod belgrade belgrade-based belgraders belgrano belgrave belgravia belh belhadj belhassine belhaven beli belial belichick belida belie belied belief beliefs belies believable believe believed believer believers believes believing belinda belisario belisarius belisha belittle belittled belittling belitung belive beliveau belize belizean belizeans belk belka belkan belkar belkin belknap bell bella belladonna bellaghy bellagio bellaire bellamy bellanca bellarine bellarmine bellary bellas bellatrix bellay bellbird bellboy bellcore belldandy belle belleau bellechasse bellefontaine bellefonte bellerive bellerophon belles belleview belleville bellevue bellew belleza bellflower belli bellick bellicose bellied bellies belligerent belligerents bellinger bellingham bellingshausen bellini bellinzona bellman bellmore bello belloc bellona bellow bellows bells bellshill bellson bellsouth belltower bellum belluno bellville bellweather bellwether belly bellyhold belmar belmondo belmont belmonte belmopan belmore belo beloit belong belonged belonging belongings belongs belorussian belouizdad belov beloved below below-average below-forecast below-market below-normal below-par belper belphegor belsen belshazzar belships belsize belsky belt belt-tightening beltane belted belting beltline belton beltrami beltran beltron beltrones belts beltsville beltway beluga belul belur belus belushi belvedere belvidere belvieu belvoir belyayev belying belz belzec belzer bem bema bemani bemba bembo bemi bemidji bemis bemoaned bemoaning bemoans bemused bemusement ben ben-elissar ben-gurion benaco benaissa benalla benarbia benard benares benatar benaud benavides benazir benazzi benbow bencevic bench benchamas benched bencher benches benchley benchmark benchmarking benchmarks benco bend benda bendahara bendeich bender bendera bendern benders bendigo bendinelli bending bendis bendix bends bendzinski bene beneath benecol benedek benedetti benedetto benedict benedictine benedictines benediction benedictus benedikt benefactor benefactors benefice beneficent benefices beneficial beneficially beneficiaries beneficiary beneficiation benefit benefited benefiting benefits benefitted benefitting benefon benefun benegal benelli benelux benes benet benetton beneventan benevento benevolence benevolent benfer benfica benfield benford beng bengal bengal-deshi bengali bengali-speaking bengalis bengals bengang benghazi bengkalis bengt bengtsson bengu benguela benguet benham benhamou benhamouda beni beniamino benicia benicio benign benigni benigno benilde benin beninese bening beningfield benishangul benitez benito benjamin benjelloun benji benjy benkei benkenstein benko benkoe benmansour benn bennelong benner bennet bennett bennetton bennetts bennie bennigsen benning bennington bennion benno benny benois benoist benoit benoni benpres bensalah bensalem bensdorp benson benson-quinn bensonhurst bent benteen bentham bentheim benthic bentinck bentivoglio bentkowski bentley bently bento benton bentonite bentonville bentsen bentusi bentz benue benveniste benvenuto benz benzak benzene benzina benzino benzoate benzodiazepine benzodiazepines benzoic benzoplast benzoyl benzyl beobanka beograd beogradska beor beos beothuk beowulf bep beppe beqaa bequeath bequeathed bequest bequests ber ber. bera berar berard berasategui berat berate berated berates berating berber berbera berbers berbice berchem berchtesgaden bercuson bercy berdan bere berea bereaved bereavement berecz bereczki bereft bereg beren berendsen berengar berenger berenguer berenice berenson berenstain berent berentsen berenyi beresford beret berets beretta berezovsky berg berga bergamasco bergamo bergamot bergbau bergdorf berge bergen bergenfield berger bergerac bergere bergeron bergesen berggren bergh bergier bergin bergkamp bergman bergmann bergner bergomi bergonzi bergsma bergson bergsten bergstrom berhad beri beria bering berio berisford berisha berjaya berk berke berkeley berkhamsted berklee berkley berkman berkoff berkovic berkowitz berkrot berks berkshire berkshires berle berlex berlian berlin berlin-based berliner berliners berlingske berlinguer berlioz berlitz berlusconi berm berman bermejo bermondsey bermuda bermuda-based bermudez bermudian bermudians bern bernabe bernabeu bernadette bernadino bernadotte bernal bernam bernama bernard bernarda bernardi bernardin bernardine bernardino bernardo bernards bernasconi bernat bernays bernburg bernd berne berner berners bernese bernhard bernhardt bernheim berni bernice bernicia bernie bernier bernini bernkastel bernoulli berns bernstein bernstorff bernt berowra berra berre berri berrie berrien berries berrigan berrill berrios berroa berry berryhill berryman bersani berserk berserker berserkers berserko bershad bert bert-olof berta bertelsmann bertens berth bertha berthe berthed berthelot berthiaume berthier berthing berthold berths berti bertie bertil bertin bertini bertinotti bertolt bertolucci berton bertone bertram bertrand bertsch bertus berwick berwickshire berwyn beryl beryllium berzelius berzerk berzerker berzin berzinsh bes besa besalu besancon besant besar beschastnykh bescorp beset besetting besharati besi besicorp beside besides besiege besieged besiegers besieging besiktas beskids beslan besley besotted bespalov bespectacled bespoke bess bessarabia bessarabian bessborough besse bessel bessemer besser bessette bessie besson best best-case best-ever best-known best-of-five best-of-seven best-of-three best-performing best-placed best-seller best-selling bested bester bestial bestiality bestiary besting bestow bestowed bestowing bestows bests bestseller bestsellers bestselling bestuzhev beswick bet beta beta0 betacam betaferon betamax betances betancourt betar betas betaseron bete beteiligungs betel betelgeuse beter beth bethany bethe bethea bethel bethell bethesda bethlehem bethlem bethlen bethnal bethpage bethune bethwaite beti betis betjeman betko beto beton betray betrayal betrayals betrayed betrayer betraying betrays betrothal betrothed bets betsey betsy betta bettany bette bettelheim bettencourt bettendorf better better-known better-off better-than-expected bettered bettering betterment betters betterton betti bettie bettina betting bettini bettino bettis bettman bettors betts betty betula betweeen between betweens betwen betws betz betzdearborn beuc beulah beuningen beuve beuys bev bevacqua bevan bevel beverage beverages beveren beveridge beverley beverly beverwijk bevilacqua bevilaqua bevin bevis bevy bewag beware bewdley beween bewick bewildered bewildering bewilderment bewitched bewteen bex bexar bexhill beximco bexley bexleyheath bextor bey beyblade beye beyer beylik beynon beyonce beyond beyonder beys bez beza bezalel bezanilla bezel bezeq bezerra bezier beziers bezirk bezit bezpieczenstwa bf bf0 bfa bfb bfc bfce bfd bfe bffo bfg bfgoodrich bfi bfk bfl bfm bfp bfr bfs bfv bg bg0 bga bgb bge bgflth0=rr bgl bgm bgml bgp bgsu bgt bgz bh bh0 bhabha bhadra bhagalpur bhagat bhagavad bhagavan bhagavata bhagavathy bhagavatula bhagirathi bhagwan bhai bhajan bhajans bhakta bhakti bhaktivedanta bhandari bhangra bhansali bhar bharat bharata bharatanatyam bharath bharathi bharati bharatiya bharatpur bhargava bharihoke bharti bharu bharuch bhasa bhaskar bhaskara bhat bhatia bhatnagar bhatt bhatta bhattacharya bhatti bhau bhava bhavabhuti bhavan bhavana bhavani bhavnagar bhawan bhc bhd bhec bhel bhera bhf bhf-bank bhi bhide bhif bhikkhu bhilwara bhim bhima bhimjayani bhindranwale bhinmal bhishma bhiwani bhoja bhojpuri bhola bhonsle bhopal bhosle bhp bhrigu bhs bhubaneshwar bhubaneswar bhuiyan bhum bhumi bhumibol bhupathi bhushan bhutan bhutanese bhutto bhuvan bhv bhw bi bi-annual bi-cameral bi-communal bi-monthly bi-national bi-partisan bi-state bi-weekly bi-zonal bia biacore biafra biafran biaggi biagio biak biala bialik bialystok bian bianca bianchi bianco biannual biannually biao biaro biarritz bias biased biases biasing biat biathlete biathlon bib biba bibb bibby biber biberach bibf bibi bibiana bible bibles biblia biblical biblically bibliographer bibliographic bibliographical bibliographies bibliography bibliophile biblioteca bibliotheca bibliothek bibliotheque bic bicakcic bicameral bicarb bicarbonate bicc bice bicentenary bicentennial biceps bicester bichel bichette bick bicker bickered bickering bickerstaff bickerton bickford bickle bickley bicknell bicol bicolor bicommunal bics bics0 bicsg bicycle bicycles bicycling bicyclists bid bid-offer bid-only bid-to-cover bid-wanted bidappa bidar bidaya bidded biddeford bidder bidders bidding biddish biddle biddulph biddy bide bideford biden bideri biderman biding bidirectional bids bidston bidvest bidweek bidwell bidwill bie bieckert biedenkopf biedermann biehl biel biela bielecki bielefeld biella bielsko bielsko-biala bien bienal bieniek biennale biennial biennially biennium bienville bier bierce bierhoff bieri bierko biest bieszk bievre bif bifa biff biffex biffle biffy bifida bifu bifurcated bifurcation big big-cap big-capitalised big-caps big-hitting big-index big-money big-name big-otc big-screen big-serving big-spending big-ticket big-time big0 bigamy bigby bigelow bigfoot bigg biggar bigger bigger-than-expected biggest biggest-ever biggest-selling biggie biggin biggio biggles biggleswade biggs bighorn bight bigler bigmar bigod bigorre bigot bigoted bigotry bigsby bih bihac bihar bihari biharis bihor bihu bii bij bijan bijapur bijection bijective bijela bijeljina bijelo bijenkorf bijlee bijleveld bijou biju bijur bikaner bike biker bikers bikes bikeway biking bikini bikinis biko bikol bikram bil bila bilabial bilal bilandzic bilardo bilaspur bilateral bilaterally bilayer bilbao bilbo bilbray bild bilde bilderberg bildman bildt bildungsinstitute bildungsroman bile bilfinger bilge biliary bilic bilik bilinear bilingual bilingualism bilion bilirubin biljana bilk bilked bilko bill billa billabong billancourt billboard billboards bille billed billerica billericay billet billeted billets billiard billiards billie billiion billing billinge billingham billings billingsley billington billion billion-a-year billion-dollar billion-mark billion-peso billion-plus billionaire billionaires billions billiton billlion billon billowed billowing bills bills---- billund billups billy biloxi bilson bilston bilt biltmore bilton bim bima bimal biman bimantara bimbadeen bimbo bimetallic bimini bimodal bimonthly bin bina binalshibh binani binariang binaries binary binational binaural bind binder binders bindi binding bindings bindley binds bindu binduli bindura binet bing bingaman binge bingen bingham binghamton bingley bingo bingol binh binion bink binkley binks binky binney binnie binns binoche binocular binoculars binomial bins bint bintang binti bintika bintulu binyamin bio bio-tech bio-technology bio-vascular bioactive bioavailability biocel biochem biochemical biochemicals biochemist biochemistry biochim biocompatibles biocontrol biodegradable biodiesel biodiversity biodynamic biodynamics bioengineering bioethics biofeedback biofilm biofuel biofuels biogal biogas biogen biogenesis biogenic biogeographic biogeographical biogeography biograph biographer biographers biographical biographie biographies biography biohazard bioinformatics bioko biol biola biologic biological biologically biologicals biologics biologist biologists biology bioluminescence bioluminescent biomass biomaterials biomatrix biome biomechanical biomechanics biomed biomedica biomedical biomedicine biomes biomet biometric biometrics biomolecular biomolecules bion biondi bionic bionicle bionics biopharmaceutical biopharmaceutics biophile biophysical biophysics biopic bioproducts biopsies biopsy biopsys bioremediation bios biosafety bioscience biosciences biosource biosphere biostatistics biosynthesis biosynthetic biosystems biot biota biotech biotechnological biotechnology biotechs bioterrorism biotic biotika biotin biotite biotope biotrog biovail bioware bip bipartisan bipartisanship bipartite biped bipedal bipedalism bipinnate biplane biplanes bipod bipolar bir bira biracial birand birbhum birch birchall birches birchwood bird bird's birdcage birders birdie birdied birdies birding birdland birdlife birdman birds birdseed birdseye birdsong birdwatchers birdwatching birdwood birdy birefringence birendra birger birgit birgitta birinyi birjand birk birka birkavs birkbeck birkdale birkebeiner birkeland birkenau birkenfeld birkenhead birkett birkhead birkhoff birkin birkirkara birks birla birley birmingham birnbaum birney biro birobidzhan biron birr birsel birstall birt birth birthdate birthday birthdays birthed birthing birthmark birthplace birthrate birthright births birtles birtwistle biru biruni birzai birzhu bis bisaya bisbee biscay biscayne bischoff biscoe biscuit biscuits bisected bisecting bisects bisexual bisexuality bisexuals bishan bishkek bishojo bishop bishopric bishoprics bishops bishopsgate bislett bisley bismarck bismuth bisnis bison bisons bispham bissau bissell bisset bissett bisson bist bistrica bistrita bistro bisulfite biswajyoti biswas bisys bit bit/s bital bitar bitburg bitch bitches bitchy bite bites bithynia biting bitmap bitmaps bitola biton bitor bitrate bitrates bits bitstream bitten bitter bitter-sweet bitterest bitterfeld bitterly bittern bitterness bitterns bitterroot bitters bittersweet bittorrent bitty bitumen bituminous bitung bitwise bivalve bivalves bivouac biwa biwako biweekly biwott bix bixby bixente bixler biya biyomon biz bizarre bizarrely bizarro bizerte bizertin bizet bizima bizimungu bizkit biznes bizness biznis.news@forums.sprintrpg.sprint.com biznis@giasbm0vsnl.net.in biznis@giasdl0vsnl.net.in biztosito bizzare bizzy bj bjarne bjarni bjarte bjc bjelke bjelovar bjerregaard bjj bjoern bjoernson bjork bjorklund bjorkman bjorn bjornebye bjp bjun bk bk0 bkb bkg bl bla blachno black black-and-white black-clad black-controlled black-owned blackadder blackall blackarachnia blackball blackbeard blackberries blackberry blackbird blackbirds blackboard blackbody blackbourne blackburn blackburne blackcurrant blackdown blacked blackened blackening blacker blackest blacket blackett blackface blackfeet blackfish blackfoot blackford blackfriars blackground blackhawk blackhawks blackheart blackheath blackhurst blackie blacking blackish blackjack blackletter blackley blacklight blacklist blacklisted blacklisting blackmail blackmailed blackmailer blackmailing blackmails blackman blackmar blackmoor blackmore blackmores blackmun blackness blackout blackouts blackpool blackrock blacks blacksburg blackshirts blacksmith blacksmithing blacksmiths blackstar blackstock blackstone blackstrap blackstreet blackthorn blackthorne blacktop blacktown blackwall blackwargreymon blackwater blackwell blackwood bladder bladders blade bladed bladen bladensburg blades blaenau blagaic blagdon blagoev blagoevgrad blagojevich blagov blagovest blah blaha blaikie blain blaine blainville blair blairs blais blaisdell blaise blak blake blakeley blakely blakemore blakeney blakeslee blakey blalock blam blame blamed blameless blames blamey blaming blanc blanca blancas blanch blanchard blanche blanchet blanchett blanco blancos blancs bland blanda blandford blanding blandings blane blaney blank blanked blanket blanketed blanketing blankets blanking blankley blanks blanton blantyre blared blaring blarney blas blasco blasi blaskic blasphemous blasphemy blass blassie blast blasted blaster blasters blasting blastocyst blastocystis blastoff blasts blat blatant blatantly blatchford blatt blatter blau blaue blauser blavatsky blaxland blaxploitation blayau blaydon blaylock blayney blaze blazed blazer blazers blazes blazing blazon blazoned blb blc bldg bldg. ble bleach bleachable bleached bleacher bleachers bleaching bleak bleaker bleary-eyed bleasdale blease bleasel bled bledisloe bledsoe bleecker bleed bleeders bleeding bleeds bleek bleep bleeth bleier blekinge blemish blemishes blend blended blender blenders blending blends blenheim blenkinsop bleriot bless blessed blesses blessing blessings blessington bletchley blethyn bleu bleue bleustein-blanchet blevins blew blewett bley blic blick blida blige bligh blight blighted blijlevens bliley blimp blimpie blimps blin blinch blind blinded blinder blindfold blindfolded blinding blindly blindness blinds blindside bling blink blink0 blinked blinker blinking blinky blinn blip blipped blips blish bliss blissett blissful blissfully blister blistered blistering blisters blithe blitung blitz blitzer blitzkrieg blitzstein blitzwing blix blixen blizzard blizzards blk blm bln bln* bln** bln-a bln-r blns bloat bloated bloating blob blobs bloc bloch blocher block blockade blockaded blockades blockading blockage blockages blockbuster blockbusters blocked blocker blockers blockhead blockheads blockhouse blockhouses blocking blocks blocky blocs blodgett bloedel bloemfontein blofeld blog blogger bloggers blogging blogosphere blogs blohm blois blok bloke blokker blom blomberg blomfield blomqvist blond blonde blondeau blondel blondes blondie blondin bloo blood blood-letting blood-stained bloodaxe bloodbath blooded bloodhound bloodied bloodier bloodiest bloodily bloodless bloodletting bloodline bloodlines bloodlust bloods bloodshed bloodshot bloodsport bloodstained bloodstock bloodstone bloodstream bloodthirsty bloody bloom bloomberg bloomed bloomer bloomers bloomery bloomfield blooming bloomingdale bloomington blooms bloomsburg bloomsbury blooper bloopers bloor blore blossom blossomed blossoming blossoms blot blotch blotched blotches blotting blouki blount blouse blouses blow blow-out blowback blower blowers blowfish blowhole blowin blowing blown blowout blowpipe blows blowtorch blowup blox bloxham blr bls blt blt0 bltf blu blubber blucher bludgeon bludgeoned bludhaven blue blue-blooded blue-chip blue-chips blue-collar blue-eyed blue-ribbon bluebeard bluebell blueberries blueberry bluebird bluebirds bluechip bluechips blued bluefield bluefin bluefish bluegill bluegrass bluem blueprint blueprints blues bluesbreakers bluescreen blueshirts bluesman bluestar bluestone bluesy bluetooth bluewater bluey bluff bluffing bluffs bluffton bluish blum blumberg blume blumenfeld blumenthal blundell blunder blunders blundetto blunk blunkett blunt blunted blunting bluntly blur blurb blurr blurred blurring blurry blurs blurts blush blushes blushing blustery bluth bluto blvd blvd. bly blyth blythe blyton blyvoor blyvooruitzicht bm bm&f bm0 bma bmay bmb bmc bmc.co@ft.com bmce bmci bmd bme bmg bmi bml bmo bmp bmp0 bms bmsl bmt bmv bmw bmws bmx bn bna bnb bnbank bnc bncr bnd bndes bndespar bnei bnf bnfl bng bni bnk bnl bnls bno bnp bnp-dresdner bnr bns bnsf bny bnz bo bo'ness bo-keun boa boac boag boal boalt boar board board0 boarded boarder boarders boardgame boarding boardings boardman boardroom boardrooms boards boardwalk boardwalks boars boart boas boast boasted boastful boasting boasts boat boatbuilding boateng boaters boathouse boating boatman boatmen boatpeople boats boatswain boatyard boavista boaz bob boba boban bobb bobbed bobbi bobbie bobbin bobbing bobbins bobbio bobbitt bobble bobby bobcat bobcats bobcg bobek bobeva bobic bobl boblingen bobls bobo bobobo bobs bobsled bobsledder bobsleigh bobtail boby boc boca bocage bocalandro bocanegra bocas boccaccio boccanegra bocconi bocelli boch bochkaryov bochove bochum bocimar bock bockwinkel bocon bocquet bod boda boddington boddy bode boded bodega boden bodensee bodes bodgit bodh bodhi bodhidharma bodhisattva bodhisattvas bodhran bodi bodice bodie bodied bodies bodily bodin bodine boding bodkin bodleian bodley bodmer bodmin bodo bodoe bodoe/glimt bodoland bodom bodos bodrum bodson body bodyboarding bodybuilder bodybuilders bodybuilding bodycote bodyguard bodyguards bodyline bodyshell bodysonic bodyweight bodywork boe boege boehler boehler-uddeholm boehlert boehm boehner boehringer boeing boeing-mcdonnell boeings boel boelcke boenning boeotia boeotian boer boerne boers boerse boersen boersen-zeitung boesak boesch boeta boethius boetsch boettcher boeuf bof bofors bog bogan bogard bogarde bogart bogasari bogawantalawa bogdan bogdanov bogdanovich bogdanski bogen bogey bogey-free bogeyed bogeyman bogeys bogged boggs boggy bogie bogies bogin bogle bognor bogoljubow bogomil bogor bogot bogota bogota-based bogra bogs bogsch bogside bogue boguo bogus boguslaw boh bohai bohan bohannon bohatstvi bohdan boheme bohemia bohemian bohemians bohemond bohemund bohl bohlen bohm bohme bohn bohol bohr bohra bohras bohrok bohs bohun bohus bohuslan bohuslav boi boigny boii boiko boil boileau boiled boiler boilermaker boilermakers boilerplate boilers boiling boils boinc boing boingo bois boisclair boise boissonnat boisterous boitano boito boj bojan bojangles boje bok boka bokassa boke bokken bokmal boks boksic boku bokungo bol bola bolam bolan boland bolanos bolas bold bolded bolden bolder boldest boldface boldklub boldly boldness boldon boldt boldvai bole bolero boleros boles boleslaus boleslav boleslaw boleslawiec boley boleyn bolg bolger boli bolic boliden bolig bolin bolinas bolingbroke bolitoglossa bolivar bolivarian bolivars bolivia bolivian bolivians bolkiah bolkow bolkus boll bolla bolland bollard bolle bollegraf bollenbach boller bolles bolliger bolling bollinger bollocks bollore bolls bollywood bolo bologna bolognese bolongo bols bolsa bolsas bolshakov bolshaya bolshevik bolsheviks bolshevism bolshevist bolshoi bolshoy bolsover bolster bolstered bolstering bolsters bolswessanen bolt bolt-on bolte bolted bolter bolting bolton bolts boltzmann bolus bolyai bolzano bom bom.dyeing boma boman bomar bomb bomb-making bomb-sniffing bomba bombadil bombard bombarded bombardier bombarding bombardment bombardments bombastic bombay bombay-based bombe bombed bombed-out bomber bomberman bombers bombing bombings bombo bombs bombshell bombsight bomp bompreco bon bon-ton bona bonaduce bonafini bonaire bonanno bonanza bonaparte bonapartist bonar bonaventura bonaventure bonavista bond bond-financed bond-friendly bondage bondbuyer bonde bonded bonderman bondes bondholder bondholders bondi bonding bondra bonds bonds------------------- bondware bondy bone bone-chilling bone-in bone-out bonecrusher boned bonefish boneh bonehead boneless bonelli bonemeal boner bones bonet bonett bonetti bonev boney boneyard bonfield bonfire bonfires bong bongaigaon bongo bongos bongrain bonham bonheur bonhoeffer bonhomme boni boniface bonifacio bonilla bonin bonington bonino bonins bonior bonita bonito bonjean bonjour bonk bonkers bonn bonnar bonnaroo bonnaud bonne bonnell bonner bonnet bonnets bonnett bonneville bonnevoie bonney bonnici bonnie bonnier bonnita bonny bono bonobo bonobos bonomi bonos bonpensiero bonsai bonser bonsor bont bontade bontang bonte bonus bonuses bony bonython bonzo boo boobies boobs booby booby-trap booby-trapped booed boog boogaloo booger boogert boogeyman boogie boogiepop booing book book-building book-closures book-entry book-entry-only book-keeping book-squaring book-to-bill bookable bookbinder bookbinding bookbuilding bookcase bookcases bookchin booke booked booker bookie bookies booking bookings bookish bookkeeper bookkeeping booklet booklets bookmaker bookmakers bookmaking bookman bookmark bookmarking bookmarks bookmobile bookover bookrunner bookrunners books bookseller booksellers bookselling bookshelf bookshelves bookshop bookshops bookstore bookstores bookworm boole boolean boolell boom boom-and-bust boom-bust boombox boomed boomer boomerang boomerangs boomers booming booms boomtown boon boondocks boone boonen boons boonstra boonton boonville boop boorish boorman boortz boos boosey boosh boost boosted booster boosters boosting boosts boot bootable booted bootes booth bootham boothby boothe boothferry boothroyd booths booting bootle bootleg bootlegged bootlegger bootleggers bootlegging bootlegs boots bootstrap bootstrapping bootsy booty booz booze boozer bop bopd bophuthatswana bopp bopper bops bor bora borac boracay boraginaceae borah boraine boral boram boran boras borat borate borax borba borbidge borbon borchardt borchert bord borda borde bordeaux bordello borden bordentown border border-free bordered borderers bordering borderland borderlands borderless borderline borders bordesley bordiga bordon bore boreal borealis boreanaz boreas bored boredom boreham borehamwood borehole boreholes borel borelli boren borer bores borg borg-warner borge borger borges borghese borghi borgia borgir borglum borgnine borgo bori boric borimirov boring boris borislav borisov borisovich borja bork borla borland borlaug borman bormann bormio born born-again borne bornean borneo bornholm borno bornu boro borobudur borodin borodino boromir boron boronia boros borosil borosilicate borotra borough boroughbridge boroughs boroujerdi borowski borr borrachero borrego borrelia borrell borrelli borromeo borromini borrow borrowdale borrowed borrower borrowers borrowing borrowings borrows bors borsa borschette borscht borse borsellino borsen borsod borsodchem borst borstal borthwick borthwicks boru boruch borussia boryszew bos bosa bosanquet bosanska boscawen bosch bosco boscombe bose boserup bosh boshin bosio boskalis boskamp boskin bosko bosley bosman bosna bosnia bosnia-hercegovina bosnia-herzegovina bosnia-style bosniak bosniaks bosnian bosnians bosnich boso bosom boson bosonic bosons bosphorus bosporus bosque bosra boss bossa bosse bossenger bosses bossi bossidy bossier bossman bosstones bossuet bossy bost bostic bostjancic bostock boston boston-based bostonian bostonians bostrom bostwick boswell bosworth bot bot-mitsubishi botafogo botan botanic botanical botanically botanika botanist botanists botany botas botcc botch botched botcon botelho botero botes botetourt botev both botha botham bothell bother bothered bothering bothers bothnia bothwell bothy botin botkin botley botnet botnevik botolph botosani botox botrytis bots botswana botswanan bott botta botticelli bottiglieri bottineau bottle bottled bottleneck bottlenecks bottlenose bottler bottlers bottles bottling bottom bottom-fishing bottom-line bottom-of-the-table bottom-placed bottom-up bottomed bottoming bottomland bottomless bottomley bottomline bottoms botts botulinum botulism botvinnik bou bouake boubacar bouchard boucher boucherville bouches bouchet boudette boudewijn boudiaf boudica boudin boudinot boudreau boudria bouez boufarik bougainville bough boughs bought bought-in boughton bougie bouguerra bouillon boulanger boulder bouldering boulders boulding boule boulevard boulevards boulez boulle boulogne boulogne-billancourt boult boulter boulton bounce bounce-back bounceback bounced bouncer bouncers bounces bouncing bouncy bound boundaries boundary bounded bounding boundless bounds bount bounties bountiful bounty bouquet bouquets bour bourassa bourbaki bourbon bourbonnais bourbons bourchier bourdais bourdieu bourdon bourg bourgas bourgeois bourgeoisie bourges bourget bourgogne bourgoin bourguiba bourguignon bouri bourke bourlet bourn bourne bournemouth bournville bourque bourse bourse-listed bourses bousquet boustead bout bouteflika bouterse boutin boutique boutiques bouton boutros boutros-ghali bouts boutsen bouvet bouvier bouw bouyant bouyed bouygues bouza bouzerda bouzet bouzouki bova bove bovender boveri bovespa bovine bovis bow bowater bowathenna bowden bowditch bowdoin bowdon bowe bowed bowel bowell bowels bowen bower bowerbird bowerman bowers bowersox bowery bowes bowie bowing bowker bowl bowland bowlby bowled bowler bowlers bowles bowlin bowline bowling bowls bowman bowmanville bowmen bown bowne bowness bowral bowring bowron bows bowser bowsprit bowstring bowthorpe bowtie bowyer box box-office boxall boxcar boxcars boxed boxer boxers boxes boxing boxmeer boxmore boxset boxster boxwood boxy boy boyaca boyar boyars boyband boyce boycie boycott boycotted boycotting boycotts boyd boyden boyer boyes boyfriend boyfriends boyhood boyington boyish boykin boylan boyle boylston boyne boynton boys boyz boyzone boz bozano bozell bozeman bozen bozhkov bozidar bozize bozo bozso bozzio bp bp0s bpa bpb bpc bpcl bpd bpf bph bpi bpipr bpl bpm bpo bpp bpr bps bpsm bpt bq br br0 br0d0=rr bra bra'tac braam braanker braasch braathens brabant brabazon braben brabham brabourne brac brace bracebridge braced bracegirdle bracelet bracelets braces bracewell brach brachial brachii brachiopods brachiosaurus bracing brack bracken bracket bracketed brackets brackett brackish brackley bracknell bracks bract bracts brad bradbury braddock braddon braden bradenton bradesco bradfield bradford bradies bradlee bradlees bradley bradman bradshaw bradstreet bradtke bradwell brady bradycardia bradys brae braeburn braemar braer braes braff brag braga braganca bragantino braganza bragg bragged bragging bragi brags braham brahe brahma brahmagupta brahman brahmana brahmanas brahmanical brahmans brahmaputra brahmi brahmin brahmins brahmo brahms brahui braid braided braiding braids braidwood braila braille brain brain-wasting brainard brainchild braine brained brainerd brainiac brains brainstem brainstorm brainstorming braintree brainwash brainwashed brainwashing brainwave brainwaves brainy braithwaite braj brak brake braked brakeman brakes braking bram bramah bramalea bramall bramante bramber brambilla bramble brambleclaw brambles bramhall bramham bramlett bramley brampton bramwell bran branagh branca branch branched branches branching branchlets branchline branchville branco brancusi brand brand-name brand-new brande branded brandeis branden brandenburg brandes brandford brandi brandie branding brandis brandished brandishing brandname brando brandon brandreth brands brandt brandy brandywell brandywine brane branes branford branham braniff branigan branimir branislav branko brann brannan brannigan branning brannon bransfield branson branstad branston brant brantano brantford brantley branwen braose braque brar bras brascan brasche braschi brasco brasenose brash brashear brasher brasil brasileira brasileiras brasileiro brasilia brasiliensis brasmotor brasov brass brassard brasserie brasseries brasses brasseur brassey brassica brassicaceae brassiere brassy brastagi0 brat brathwaite bratianu bratislava bratislava-based brats bratsk bratt brattbakk brattleboro bratton bratty bratz brau brauchitsch braudel brauer braulio braun braunau brauner braunfels braunschweig braunstein brautigan brava bravado brave braved braveheart bravely braverman bravery braves bravest braving bravo bravura brawl brawler brawley brawling brawls brawn braxiatel braxton bray brayton braz brazauskas brazen brazier brazil brazilian brazilian-born brazilians brazils brazing brazoria brazos brazzaville brc brca0 brcko brd brdo bre bre-x brea breach breached breaches breaching bread bread-making breadalbane breadbasket breadcrumbs breaded breadfruit breads breadth breadwinner break break-down break-even break-in break-ins break-out break-through break-up breakable breakage breakaway breakbeat breakbeats breakbulk breakcore breakdance breakdancing breakdown breakdowns breaker breakers breakeven breakfast breakfasts breakin breaking breakneck breakout breakpoint breakpoints breaks breakthough breakthrough breakthroughs breakup breakups breakwater breakwaters brealey bream brean breanna brearley breast breast-feeding breasted breastfeeding breastplate breasts breaststroke breastworks breath breathable breathe breathed breather breathes breathing breathless breaths breathtaking breathy breaux brebeuf breccia breccias brechin brecht breck breckenridge brecker breckinridge brecknockshire brecon bred breda bredbury brederode bredesen bree breech breeches breed breeden breeder breeders breeding breedlove breedon breeds breen brees breesch breese breeze breezed breezes breezy bregenz bregman bregovic breguet brehon breisgau brel brembo bremen bremer bremerhaven bremerton bremgarten bremner bremsstrahlung bren brenda brendan brendel brenden brendon brenham brennan brenner brennus brent brent-wti brenta brentano brentford brentjens brenton brents brentwood brera brereton brescia brescialat bresea breslau breslin breslov breslover bresnan bresse bresser bresson brest bret bretagne breteuil brethil brethren breton bretons brett bretton breu breuer brevard breve brevet breveted brevetted breviary brevis brevity brevnov brew brewed brewer breweries brewers brewery brewhouse brewing brewpole brewpub brews brewster brewton breydel breyer brezhnev brezice bri brial brian briand brianna brianza briar briarcliff briarwood briatore bribe bribe-taking bribed bribery bribes bribesville bribing bric brice brick bricked brickell bricker bricklayer bricklayers bricklin brickmaker brickman bricks bricktown brickwork brickworks brickyard bridal bridas bride bridegroom bridegrooms bridei brides brideshead bridesmaid bridesmaids bridewell bridge bridgecon bridged bridgehead bridgeheads bridgeman bridgend bridgeport bridger bridges bridgestate bridgestone bridget bridgeton bridgetown bridgette bridgewater bridgford bridging bridgman bridgnorth bridgwater bridle bridleway bridlington bridon bridport bridwell brie brief briefcase briefcases briefe briefed briefer briefing briefing.com briefings briefly briefs brien brienne brier briere brierley briers brig brig-gen brig. brigada brigade brigadefuhrer brigades brigadier brigadier-general brigadoon brigand brigands brigantes brigantine brigg briggs brigham brighouse bright brighten brightened brightening brightens brighter brightest brightly brightman brightness brighton brightpoint brightside brigid brigit brigita brigitta brigitte brigs brigte brij briley brill brilliance brilliant brilliantly brillouin brim brimley brimmed brimmer brimming brimsdown brimstone brin brincat brind'amour brindabella brindisi brindle brindley brine bring bringer bringers bringing brings brink brinker brinkerhoff brinkhorst brinkley brinkman brinkmanship brinks brinsden brinsley brinsmead brinson brinton brio brion briones briony briquetted briquettes bris brisa brisbane brisbane-based brisco briscoe brise brisk briska brisker brisket briskly brisky brison brisson bristle bristled bristles bristling bristly bristol bristol-myers bristow brit brita britain britannia britanniae britannic britannica britannicus britannique brite britel brith britian british british-american british-based british-born british-borneo british-built british-led british-made british-registered british-ruled british-style britishers britney brito britomart briton britons britpop brits britt britta brittain brittan brittany britten brittle brittleness britton brittonum brive brix brixen brixham brixton brize brk brl brly brm brno bro bro-x broach broacha broached broad broad-based broadband broadbased broadbent broadcast broadcasted broadcaster broadcasters broadcasting broadcasts broadcom broadcst broaddus broaden broadened broadening broadens broader broader-based broadest broadhurst broadleaf broadley broadly broadly-based broadmeadows broadmoor broads broadsheet broadsheets broadside broadsides broadstairs broadstone broadsword broadus broadview broadvision broadwater broadway broadwood broca brocade broccoli broch brochard brochure brochures brock brockbank brocken brocket brockett brockie brocklehurst brockley brockman brockport brockton brockville brockway brod broda broder broderbund broderick brodet brodett brodeur brodhead brodie brodmann brodsky brody broe broederbund broek broendby brogan brogden broglie broiled broiler broilers broin brok brokaw broke brokeback broken brokens broker broker-dealer broker-dealers brokerage brokerages brokered brokerhaz brokering brokers broking brolin broly brom bromantan bromberg brome bromeliaceae bromeliad bromeliads bromfield bromide bromine bromley bromo brompton bromsgrove bromwell bromwich bron bronc bronchi bronchial bronchitis bronckhorst bronco broncos brondby bronfman bronislaw bronner bronson bronstein bronte brontosaurus bronwyn bronx bronxville bronze bronzes bronzewing brooch brooches brood brooded brooding broodmare broods brook brookdale brooke brooker brookes brookfield brookhaven brooking brookings brookland brooklands brooklin brookline brooklyn brooks brookshire brookside brooksley brooksville brooktrout brookvale brookville brookwood broom broomball broome broomfield brooms broomstick broomsticks broonzy brophy brorsen bros bros. brosnan brossard broth brothel brothels brother brother-in-law brotherhood brotherhoods brotherly brothers brotherton brotzmann brough brougham brought broughton broun broussard brouwer brow broward browary browder browed brower brown brown-forman brownback browne brownell browner brownfield brownfields brownhills brownian brownie brownies browning browning-ferris brownish brownlee brownlow browns brownsea brownson brownstone brownsville brownwood brows browse browsed browser browsers browsing broxbourne broxburn broyles broz brp brt brtn bru brubaker brubeck bruce brucellosis bruch bruchsal bruck brucke brucker bruckheimer bruckner brudenell bruder bruegger brueghel bruenor bruford bruges brugge bruggink bruggisser bruguera bruguiere bruhl bruijn bruin bruins bruise bruised bruiser bruises bruising brule brumaire brumbies brumby brumer brumley brumm brun brunch brundage brundle brundtland brune bruneau bruneel brunei brunel brunell brunelleschi bruner brunet brunette brunhilda bruni bruning brunn brunnen brunner brunnhilde bruno bruns brunson brunswick brunswig brunt bruntcliffe brunton bruny brus brusca brush brushed brushes brushing brushless brushstrokes brushwood brushwork brushy brusilov brusque brussel brussels brussels-based brust brut brutal brutalist brutality brutalized brutally brute brutes bruticus brutish bruton brutus bruxelles bruyette bruyns bryan bryansk bryanston bryant bryce bryden brydges brydon brylane bryn bryne brynner bryon bryophytes bryozoans bryson brythonic brzesc brzezinski bs bs0 bsa bsac bsb bsc bsd bse bse-free bse-infected bsec bses bsf bsg bsi bsk bskyb bsl bsm bsn bsnl bso bsoc bsp bspa bsr bss bst bstn bsu bt bt-mci bt. bt0 bta btan btans btb btc btca btcb btcc btd bte btec btei btg bth bti btl btm btn btnz bto bton btp btps btr btr0 btrieve bts btu btv btwn bu bu-y bua buana buarque bub buba bubanza bubb bubba bubble bubbled bubblegum bubbles bubbling bubbly buber bubills bubis bubka buble bubo bubonic bubor buc bucak bucanek bucaram bucaramanga bucca buccal buccaneer buccaneers buccleuch bucer buch buchacz buchalter buchan buchanan bucharest buchenwald bucher buchholz buchizya buchman buchner buchwald buck buckaroo buckaroos bucked buckee bucket buckethead buckets buckeye buckeyes buckhannon buckhead buckhorn buckhurst buckie bucking buckingham buckinghamshire buckland buckle buckled buckler buckles buckley buckling buckman buckmaster buckminster bucknell buckner bucks buckshot buckskin buckthorn buckwheat bucky bucolic bucs bucuresti bucyrus bud bud0 buda buda-cash budapest budapest-based budd buddah budden buddha buddhas buddhism buddhist buddhists buddies budding buddy bude budejovice budel budennovsk buderus budg budge budged budgens budget budget-cutting budgetary budgeted budgeting budgets budgie budging budi budiman budimex budisa budjak budnick budo budokai budokan budrys buds buducnost budva budvar budweiser buechelhofer buell bueller buen buena buenaventura buenavista buendia bueng bueno buenos buf bufalino bufe bufete buff buffa buffalo buffaloes buffaloman buffalos buffelsfontein buffer buffered buffering buffers buffet buffeted buffeting buffets buffett buffon buffoon buffs buffton buffy buffyverse bufo bufonidae buford bug buganda bugatti bugbear bugera bugg bugge bugged buggery buggies bugging buggy bugis bugle bugler bugles bugno bugs bugsy bugti buh buhl buhler buhner bui buick build build-operate-transfer build-out build-to-order build-up build-ups builder builders buildg building buildings builds buildup built built-in built-up buisness buisson bujold bujumbura buk buka bukac bukaka bukavu bukha bukhara bukhari bukharin bukidnon bukit bukka bukovina bukowski bul bula bulacan bulaga bulak bulatovic bulawayo bulb bulba bulbank bulbasaur bulbous bulbs bulbul bulbuls buldon bulent bulfinch bulfon bulgak bulgakov bulgar bulgargas bulgari bulgaria bulgarian bulgarian-russian bulgarians bulgars bulge bulged bulger bulges bulging bulgur buli bulic bulimia bulk bulkeley bulker bulkers bulkhead bulkheads bulkier bulkley bulky bull bull-run bull-spread bulla bullard bulldog bulldogs bulldozed bulldozer bulldozers bulle bulleen bulleid bullen buller bullet bullet-proof bullet-riddled bulletin bulletins bulletproof bullets bullfight bullfighter bullfighting bullfights bullfrog bullhead bulli bullied bullies bullimore bullinger bullion bullish bullishly bullishness bullitt bulloch bullock bullocks bullpen bullpup bullring bulls bullseye bullshit bullwinkle bully bullying bulma bulman bulmer bulog bulow bulut bulwark bulwell bulwer bum bumba bumble bumblebee bumblebees bumbling bumi bumiputera bumiputra bump bumped bumper bumpers bumping bumps bumpy bums bun buna bunbury bunce bunch bunche bunched bunches bunching buncombe bund bundaberg bundang bundelkhand bunder bundesautobahn bundesbahn bundesbank bundeslaender bundesland bundesliga bundesobligationen bundespost bundesrat bundesstrasse bundestag bundeswehr bundibugyo bundle bundled bundles bundling bunds bundy bune bung bunga bunga- bungalow bungalows bungay bunge bungee bungie bungle bungled bungling bungo bunia bunjevci bunk bunker bunkering bunkers bunkhouse bunko bunks bunn bunnell bunnie bunnies bunning bunny bunnymen bunraku buns bunsen bunshichi bunsom bunt bunter bunting buntings bunton buntrock bunts bunty bunuel bunwaree bunyan bunyip bunyoro bunzl buono buoy buoyancy buoyant buoyed buoying buoys bupa buprenorphine bupropion bur buran burana burba burbage burbank burberry burbridge burch burchard burchell burchett burchill burckhardt burda burdekin burden burdened burdening burdens burdensome burdett burdette burdick burdock burdon burdwan bure bureacracy bureau bureaucracies bureaucracy bureaucrat bureaucratic bureaucrats bureaus bureaux burelli buren bures burford burg burgage burgan burgas burgdorf burgdorfer burge burgenland burgenlandkreis burgeoning burger burgermeister burgers burges burgess burgesses burgh burgher burghers burghley burghs burgio burglar burglaries burglars burglary burgomaster burgos burgoyne burgtheater burgundian burgundians burgundy burhan burhanpur burhanuddin burhinidae buri burial burials buried buries burillo burin buriram burj burk burke burke'' burkert burkes burkett burkhard burkhardt burki burkina burkinabe burks burl burlando burlap burleigh burleson burlesque burley burlingame burlington burlison burly burma burmah burman burmans burmeister burmese burn burnaby burne burned burned-out burnell burner burners burnet burnett burnette burney burnfield burnham burnie burnin burning burnings burnished burnitz burnley burnout burns burnside burnsville burnt burnt-out buro burp burpee burqa burr burr-brown burra burrard burrell burren burress burridge burris burrito burritos burro burros burrough burroughs burrow burrowers burrowing burrows burrus burry bursa bursametrica bursar bursaries bursary bursaspor bursatil burscough burslem burson-marsteller burst burstein bursting burston bursts burstyn burswood burt burton burtt buru burundi burundian burundians burung bururi burwell burwood bury buryan buryat burying burzum burzynski bus busa busan busang busboy busby buscema buscemi buscetta busch buschschulte bused busemann buser buses busey bush bushehr bushel bushell bushels bushes bushey bushfire bushfires bushi bushido bushings bushkov bushland bushman bushmaster bushmen bushnell bushranger bushrangers bushveld bushwalking bushwhackers bushwick bushy busia busied busiek busier busiest busily busines busineses business business-friendly business-oriented business-related business-to-business business.he businesses businesslike businessman businessmen businesspeople businessperson businesss businessweek businesswoman businessworld busing busk busker buskers buskerud busking busloads busmaker busoni busquets busquin buss bussan bussard busse bussed busselton busses bussey bussie bussy bust busta bustamante bustard bustards busted buster busters busting bustle bustled bustling bustos busts busty busvine busway busways busy but buta butadiene butane butanol butare butch butcher butchered butchering butchers butchery bute butembo buteo buthelezi butinge butinges butkus butler butlerian butlers butlins butor buts butt butt-head butte butted butter buttercup buttered butterfat butterfield butterflies butterfly butterflyfish butterley buttermere buttermilk butternut butters butterscotch butterworth buttery buttes buttevant butthead butthole butting buttle buttock buttocks button buttoned buttonquails buttons buttress buttressed buttresses buttrick butts buttstock butuan butyl butz buu buuren bux buxom buxtehude buxton buy buy-back buy-backs buy-in buy-out buy-outs buy-sell buy-side buy-stop buy-stops buyback buybacks buyeo buyer buyers buyid buyids buying buying-in buyings buyout buyouts buyoya buys buyside buystops buz buzau buzurg buzz buzzard buzzards buzzcocks buzzed buzzer buzzers buzzes buzzing buzzsaw buzzword buzzy bv bva bvd bvi bvr bvs bvsc bw bwa bwalya bway bwb bwc bwca bwcb bwd bwe bwf bwg bwh bwi bwlch bwo bwr bwt bwv bx bx0 bxiii by by-election by-elections by-law by-laws by-pass by-product by-products by0 byakuya byars byatt byblos bycatch bydgoszcz bye byelection byelorussia byelorussian byers byes byett byfield bygone byker byl bylaw bylaws byline bylined bylis bynes byng bynum bypass bypassed bypasses bypassing byproduct byproducts byram byramjee byrd byrds byrne byrnes byron byrum byss bysshe bystander bystanders bystrica byte bytecode bytes bytom bytown byu byung byung-koog bywater byway byways byword byzantine byzantines byzantium bz bzp bzw bzw= c c$ c&c c&e c&f c&i c&p c&w c'baoth c'est c'mon c'tan c(0)0 c* c++ c+f c-and-f c-band c-block c-c c-cube c-mac c-phone c-qtr c-series c-share c-t c-t0 c-tec c-type c. c.a c.a. c.b. c.bank c.banker c.c c.c. c.d. c.e c.e. c.e.s.c c.f c.f. c.g. c.h. c.i. c.j. c.k. c.l. c.l.p c.l.p. c.m c.m. c.o. c.o.p.s. c.p. c.r. c.s. c.s.d c.s.d. c.v c.v. c.w. c.y. c/0 c/c++ c/d c0 c00 c0a c0b c0c c0i c0j c0po c0s c=customer ca ca. ca0 caa caac caan caas caatinga cab cabal cabalistic caballe caballero caballeros caballo cabana cabanas cabanatuan cabaret cabarets cabarrus cabbage cabbages cabbie cabel cabela cabell cabello cabernet cabeza cabezas cabiallavetta cabildo cabin cabinda cabinet cabinet-level cabinetmaker cabinetry cabinets cabins cable cable-tel cable-television cable-tv cablecomms cabled cablemedia cables cabletel cabletron cableuropa cablevision cableway cabling cabo caboolture caboose cabot cabotage caboto cabra cabral cabramatta cabrera cabrillo cabrini cabriolet cabrisas cabs cac cac0 cacao cacapon caccia caccini caceres cachaca cachar cache cached cacheris caches cachet caching cacho cachoeira caci cacic cacique cackling caco cacophony cactaceae cacti cactus cad cad/cam cadalora cadastral cadaver cadavers cadbury cadbury-schweppes cadderly caddick caddie caddies caddo caddy cade cadell cadena cadenalco cadence cadences cadenza cadenzas cadereyta cades cadet cadete cadets cadia cadillac cadillacs cadiz cadman cadmium cadmus cadogan cadore cadre cadres cadswep cadtic caduceus cadus cadwallon cady cae caecilia caeciliidae caecilius caedmon caedwalla caemi caen caer caerleon caernarfon caernarvon caernarvonshire caerphilly caersws caesar caesarea caesarean caesarian caesarius caesars caesium caetano caf cafe cafes cafeteria cafeterias caffe caffeine caffery caffrey cafta cafu cag cagalli cagamas cagayan cage caged cages cagey cagiva cagle cagliari cagliostro cagney caguas cah cahaya cahen cahiers cahill cahir cahn cahners cahokia cahoots cahora cahors cahuenga cahuilla cahya cai caiaphas caib caicos caid caidic cail caiman cain caine caio cair caird cairn cairngorms cairns cairo cairo-based cais caisse caisses caisson caissons caistab cait caithness caitlin caius caixa caja cajal cajamarca cajon cajun cajuns cake cakes cakewalk cakobau cakrawala cal cal. cal.carbide cala calabar calabasas calabash calabi calabrese calabria calabrian calabro calais calamari calamba calamine calamities calamitous calamity calamus caland calang calarasi calarts calatayud calatrava calaveras calaway calc calcareous calcasieu calcavecchia calcification calcified calcio calcite calcitonin calcium calcot calcuating calculable calculate calculated calculates calculating calculation calculations calculator calculators calculi calculus calcutta calcutta-based caldas caldecott calder caldera calderas calderdale calderon calderone calderwood caldicott caldor caldwell cale calea caleb caledon caledonia caledonian caledonians calendar calendar--bills calendar-year calendars calender calenergy calera calero calex calexico caley calf calgary calgary-based calgene calgon calhoun cali caliban caliber calibers calibrate calibrated calibrating calibration calibre calibres calibur calico calicut caliente calif calif. calif.-- calif.-based califano california california-based california-oregon californian californians californica californication californios caligari caligula calin calinescu calipari caliper calipers caliph caliphate caliphs calista calisthenics calitz calixto calixtus calkins call call-back call-in call-up calla callable callaghan callahan callan callander callao callas callaway callback callbacks calle callebaut called callendar callender callens caller callers calles calley callie calligrapher calligraphers calligraphic calligraphy callimachus calling callings calliope callis callisto callistus callixtus callon callosum callous callow calloway calls callsign callsigns callum callup callus cally calm calma calmed calment calmer calmfors calming calmly calmness calms calne calo calogero caloocan calor caloric calorie calories calorimeter calpers calpine calpurnius calrissian cals calsonic calta caltech caltex calthorpe calton caltrain caltrans calum calumet calumon calusa calvados calvary calvert calverton calves calvet calvi calvin calving calvinism calvinist calvinistic calvinists calvino calvo calvus calw calwell calwyn calypso calyx calzaghe cam cam'ron cama camacho camaenidae camaguey camanachd camara camaraderie camaras camargo camargue camarilla camarillo camarines camaro camas cambaridae camber camberley camberwell cambias cambie cambier cambio cambior cambiste cambium cambodge cambodia cambodian cambodians camborne cambrai cambre cambrensis cambria cambrian cambridge cambridge-based cambridgeshire cambuslang camby cambyses camco camcorder camcorders camden camdessus came cameco camel camelback camellia camellias camelopardalis camelot camels camembert camenzind cameo cameos camera cameraman cameramen cameras camerata camerino camerlengo camerlin cameron cameron-moore cameronians camerons cameroon cameroonian cameroons cameroun camesa camet cami camil camila camilla camille camilleri camillo camillus camilo caminero caminiti camino caminos camisea cammarata cammell cammy camo camoes camogie camorra camouflage camouflaged camp campagna campagne campagnolo campaign campaigned campaigner campaigners campaigning campaigns campana campanella campania campanian campanile campanulaceae campari campbell campbell* campbell-savona campbells campbellton campbelltown campbeltown campden campeau campeche camped campeonato camper camperdown campers campese campestris campfire campfires campground campgrounds camphor campi campiglio campina campinas camping campion campo campobasso campobello camporese campos camps campsie campsite campsites campus campuses campy camra camrose camry cams camshaft camshafts camus can can.consumer can.dollar can.manuf can.merch. can.real can=canola cana canaan canaanite canaanites canada canada-based canada-u.s. canadair canadas canadensis canadian canadian-based canadian-born canadian-led canadian-made canadian-owned canadians canadien canadienne canadiens canadon canakkale canal canal+ canale canales canaletto canals canalsatelite canalsatellite canam canamera canandaigua cananea canara canard canards canaria canarian canarias canaries canaris canarsie canary canas canasta canavan canaveral canavese canberra canberras canbra canby cancel canceled canceling cancellation cancellations cancelled cancelling cancels cancer cancer-causing cancer-stricken cancerous cancers cancion canciones cancri cancun candaba candace candela candelabra candelaria candeloro candi candia candice candid candida candidacies candidacy candidate candidates candidating candidature candide candidly candido candied candies candle candlelight candlelit candlemas candler candles candlestick candlesticks candlewood candlr candomble candor candour candover candu candy candyman cane canedo canegrowers canelo canes canet canete caney canf canfield canfor cangrande canibus canids caniff canine canines caning canio canis canisius canister canisters canizares canker canmore cann canna cannabinoid cannabinoids cannabis cannae cannan cannavaro canned cannell canneries cannery cannes cannex cannibal cannibalism cannibalistic cannibalized cannibals canning cannington cannisters cannock cannon cannonade cannonball cannonballs cannons cannot cannula canny cano canoe canoeing canoeists canoer canoes canoga canola canon canongate canonic canonica canonical canonically canonicity canonised canonization canonized canonry canons canonsburg canopic canopies canopus canopy canosa canossa canova canoxy cans canseco canso canstar canstock cant canta cantab cantabria cantabrian cantabrico cantacuzino cantal cantaloupe cantankerous cantar cantarella cantata cantatas cante canted canteen canteens cantel cantemir canter canterbury canti canticle canticles cantilever cantilevered cantillation cantina cantinflas canting canto canton cantona cantonal cantonese cantonment cantons cantopop cantor cantors cantorum cantos cantrade cantref cantrell cantu cantus cantv cantwell canty canuck canucks canute canvas canvases canvass canvassed canvasses canvassing canvey canwest canyon canyons cao caodc caolain caouette cap cap'n cap. capa capabilities capability capablanca capable capac capacitance capacities capacitive capacitor capacitors capacity capacity-x capacity-y capaldi capcom capcount cape cape-based caped capek capel capel-cure capell capella capellan capelli capello capensis caper capercaillie capers caperton capes capesize capestar capet capetian capetown capetronic capeverdean capex capilano capilla capillaries capillary capirossi capistrano capita capitaine capital capital-intensive capital-raising capital-to-risk capitalbank capitalcorp capitale capitalisation capitalisation-weighted capitalisations capitalise capitalised capitalising capitalism capitalist capitalist-style capitalistic capitalists capitalization capitalize capitalized capitalizing capitals capitan capitano capitis capito capitol capitoline capitols capitulate capitulated capitulation capiz capizzi caplan capleton caplin capline capmac capo capobianco capoeira capon capone caporegime capos capostagno capote capoten capp cappa cappadocia cappadocian capped cappella capper capping capps cappuccino capq capra capral capri capriati caprica capriccio caprice caprices capricious capricorn caprihans caprivi capron caproni caps capsa capsaicin capsicum capsid capsize capsized capsizes capsizing capstan capstar capstead capstone capsule capsules capsure capt capt. captain captaincy captained captaining captains captall captial caption captioned captioning captions captiva captivate captivated captivating captive captives captivity captor captors capture captured captures capturing capua capuano capuchin capuchins capulet caput caputo capybara caqueta car car-bomb car-buying car-jackings car-maker car-makers car-making cara carabao carabinieri carabiniers carabobo caracal caracalla caracas caracas-based caracciolo caracol caractacus caradoc caradog caradon carafa caragiale carajas caraka caraka- caramel caramon carapace cararah caras carasso carat caratacus carats carausius caraustar caravaggio caravan caravans caravel caravelle caraway caray carb carb-grade carbajal carbamazepine carbene carbenes carberry carbery carbide carbine carbines carbo carbocation carbody carbohydrate carbohydrates carbon carbon0 carbonaceous carbonari carbonate carbonated carbonates carbonation carbondale carbone carbonell carbonic carboniferous carbonneau carbonorca carbons carbonyl carborundum carboxyl carboxylic carbs carbuncle carbureted carburetor carburetors carburettor carburettors carcases carcass carcasses carcassonne carcetti carchemish carcinogen carcinogenic carcinogenicity carcinogens carcinoma carcinomas card cardamom cardano cardassia cardassian cardassians cardboard cardcaptor cardcast carded carden cardenal cardenas carder cardew cardholder cardholders cardiac cardif cardiff cardigan cardigans cardiganshire cardillo cardin cardinal cardinalate cardinale cardinality cardinals carding cardings cardio cardio-vascular cardiogenesis cardiological cardiologist cardiologists cardiology cardiometrics cardiomyopathy cardiopulmonary cardiosystems cardiothoracic cardiovascular cardioversion cardo cardon cardona cardoso cardoza cardozo cards cardston carducci cardwell care cared career career-best career-high careered careers carefree careful carefully caregiver caregivers carel careless carelessly carelessness carell caremark carematrix caren carentan carer carers cares caress caret caretaker caretakers carew carey carfax cargill cargo cargo-handling cargoes cargolux cargonave cargos carhart caria cariaco carib caribbean caribbeans caribe caribiner cariboo caribou caribs caribs-upcoast caricature caricatured caricatures caricaturist caricom caridad caries carigali carignan carignano carillo carillon carin carina carinae caring caringbah carinthia carinthian carioca cariplo carisbrook caritas carjacking carl carla carle carlebach carlene carles carleton carley carlile carlin carling carlingford carlisle carlist carlists carlito carlo carload carloadings carloads carloman carlos carlot carlota carlotta carlow carlsbad carlsberg carlsberg-tetley carlsen carlson carlsson carlstadt carlton carly carlyle carmack carmaker carmakers carmaking carman carmarthen carmarthenshire carmax carmel carmela carmelita carmelite carmelites carmella carmelo carmen carmichael carmike carmilla carmina carmine carmo carmody carmona carn carnaby carnac carnacki carnage carnahan carnal carnap carnarvon carnatic carnation carnations carnaudmetalbox carnaval carnby carne carnegie carneiro carnelian carnell carnes carnet carnevale carney carniola carnitine carnival carnivale carnivals carnivora carnivore carnivores carnivorous carnot carnoustie caro carol carola carolan carolco carole carolina carolina'' carolina-based carolinas caroline carolines carolingian carolingians carolinian carolinians carolla carollo carols carolus carolyn carom caron carondelet carotene carotenoids carothers carotid carousel carousels carp carpal carparelli carpark carpathia carpathian carpathians carpatho carpe carpels carpentaria carpenter carpenters carpentier carpentry carper carpet carpetbagger carpetbaggers carpeted carpeting carpetright carpets carpi carpinteria carpio carpool carr carracci carrack carradine carragher carramerica carranza carrapatoso carrara carrard carraro carrasco carrboro carre carrefour carreira carrel carreno carrer carrera carreras carrere carretera carrey carriage carriages carriageway carriageways carribean carrick carrickfergus carrie carried carrier carriere carriers carries carril carrillo carrington carrion carrizo carrol carroll carrollton carrom carron carronades carrot carrot-and-stick carrots carrott carrouges carrow carrozzeria carruth carruthers carry carry-forward carry-in carry-on carry-over carryforward carryforwards carrying carryout carryover cars carse carshalton carso carson carstairs carsten carswell cart carta cartagena cartago cartan carte carted cartel cartellieri cartels carter carter-wallace carteret carters cartersville cartesian carth carthage carthaginian carthaginians carthusian carthusians carthy cartier cartierdoc cartilage cartilages cartilaginous carting cartman cartmel carto cartographer cartographers cartographic cartography cartolini carton cartonboard cartons cartoon cartooning cartoonish cartoonist cartoonists cartoons cartoony cartouche cartridge cartridges carts cartwheel cartwright carty caruana carulla carus caruso carvajal carvalho carve carve-up carved carvel carver carvers carves carvey carville carvin carving carvings cary caryl caryn cas cas-rq cas-se casa casablanca casablanca-based casablancas casadei casadio casady casagrande casal casale casals casamance casanare casanova casares casas casaubon casbah casca cascade cascaded cascades cascadia cascading cascarino cascavel casciato casco cascos case case-by-case casebook cased casein casella caseload caseloads casema casemate casemates casement casero caserta cases casesa casetta casey cash cash-and-carry cash-and-stock cash-connected cash-credit cash-flow cash-for-votes cash-rich cash-settled cash-short cash-starved cash-strapped cash-to-three cash=dollars cashbox cashed cashel cashew cashflow cashflows cashier cashiers cashin cashing cashless cashman cashmere cashmore cashways casi casil casimir casimiro casing casings casini casino casinos casio casiraghi cask casket caskets casks caso cason caspar caspase casper caspian casque cass cassa cassadine cassady cassander cassandra cassano cassar cassation cassatt cassava cassavetes cassegrain cassel cassell cassels casserole cassette cassettes cassia cassian cassidy cassie cassin cassini cassino cassio cassiodorus cassiopeia cassirer cassis cassisa cassius casso cassock casson cassoulides cassville cast cast-----range--- cast-----range---prvs cast-iron castagnoli castaignede castaneda castanet castanets castano castaway castaways caste castech casted castel casteleyn castell castellammare castellammarese castellan castellana castellaneta castellani castellano castellanos castellated castelletto castelli castello castellon castells castellum castelnau castelnuovo castelo caster casters castes castigated castiglione castiglioni castile castilian castilians castilla castille castillo casting castings castle castlebar castledon castleford castlegar castleknock castlemaine castlereagh castlereigh castles castleton castletown castlevania castling castmates castonguay castor castorama castoroil castorseed castra castrated castrati castration castrato castres castries castro castrol castrum casts casual casually casuals casualties casualty casuarina casuistry casule casus caswell cat cat-and-mouse cat0 catabolism cataclysm cataclysmic catacomb catacombs catala catalan catalana catalans catalase catalina catalinas catalog cataloged cataloging catalogs catalogue catalogued catalogues cataloguing catalonia catalonian cataloochee catalpa cataluna catalunya catalysed catalyses catalysis catalyst catalysts catalytic catalytica catalyze catalyzed catalyzes catalyzing catamaran catamarans catamarca catan catanduanes catania catanzaro cataphracts catapult catapulted catapulting catapults cataract cataracts catarina catasauqua catastrophe catastrophes catastrophic catastrophically catatonia catatonic catawba catbirds catch catch-all catch-up catch0 catcher catchers catches catching catchment catchments catchphrase catchphrases catchup catchy cate cateau catechetical catechism catechisms catecholamines catechumens catedral categorical categorically categories categorisation categorise categorised categorization categorize categorized categorizes categorizing category category* catell catellus catelyn catena catenary cater catera catered caterer caterers caterham caterina catering caterpillar caterpillars caters cates catesby catex catez catfight catfish catfishes catford cath cathal cathar catharina catharine catharines cathars catharsis cathartic cathay cathcart cathedra cathedral cathedrale cathedrals cather catherall catherine catherines catherwood catheter catheterization catheters cathleen cathode cathodes cathodic catholic catholic-backed catholicism catholicos catholics catholique cathro cathy catia catic catiline cation cationic cations catkins catlett catli catlin catlins catlow catman cato catoctin catolica caton catonsville catoosa catriona catron cats catshark catskill catskills catt cattaneo cattaraugus cattaro cattell catterick catti cattle cattle-fax cattle-on-feed cattleman cattlemen cattles catto cattolica catullus catv catwalk catwalks catwoman cauca caucasian caucasians caucasoid caucasus cauchon cauchy caucus caucuses caudal caudillo caudron cauet caufield caught caul caulder cauldron cauldrons caulfield cauliflower causa causal causality causally causantin causation causative cause caused causes causeway causeways causey causing caustic caution cautionary cautioned cautioning cautions cautious cautiously cautiousness cauty cauvery caux cav cava cavaco cavagnoud cavalcade cavalcanti cavalera cavalier cavaliere cavalieri cavaliers cavalleria cavalli cavallo cavalry cavalryman cavalrymen cavan cavanagh cavanaugh cave caveat caveats caved caveglia cavegn cavell caveman cavemen cavendish cavern caverni cavernous caverns cavers caversham caves cavett caviar cavill caving cavitation cavite cavities cavity cavorting cavour cavs caw cawdor cawley cawnpore cawthorne caxias caxton cay cayabyab cayce caye cayenne cayetano cayey cayley cayman caymans cayo cayol cays cayuga cayuse caz cazares cazenove cazenovia cb cb0 cba cbank cbb cbbc cbc cbci cbd cbe cbeebies cbf cbgb cbi cbk cbl cble cbm cbn cbnk cbo cboe cbos cbot cbp cbpo cbq cbr cbrs cbs cbse cbt cc cc0 cc;nsa cc;nsajan cca ccair ccas ccb ccbpi ccc ccc- ccd ccds cce ccf ccfa ccfi ccg ccgs cch ccha cchs cci ccl ccl0 ccm ccma ccn ccnb ccny cco ccocha ccoo ccp ccps ccr ccr0 ccs ccsb cct cctld ccts cctv ccu ccw cd cd+dvd cd-quality cd-rom cd-roms cd/dvd cd0 cd0+ cda cdc cde cdf cdg cdi cdic cdl cdlr cdm cdma cdma0 cdn cdna cdo cdp cdpc cdr cdrom cds cdsi cdt cdu cdu/csu cdw ce cea ceahlaul ceann ceara cease cease-fire ceased ceasefire ceasefires ceaseless ceaselessly ceases ceasing ceat ceausescu ceawlin ceb ceballos cebit cebu cebuano cec ceca cecchetti cecchi cece cecelia cech ceci cecil cecile cecilia cecily cecum ced ceda cedar cedars cedars-sinai cedarville cedd cede ceded cedel cedenco cedeno cedergren cedes cedi ceding cedis cedras cedric cee ceec ceecs ceee ceefax cees cef cefic cefn cefta ceg cegelec cegep cegetel cegielski ceh cei ceiba ceili ceilidh ceiling ceilings ceiriog cejka ceka cekander cel cel-sci cela celadon celan celanese celastraceae celaya celbridge celcom celebes celebi celeborn celebrant celebrants celebrate celebrated celebrates celebrating celebration celebrations celebratory celebre celebrezze celebrities celebrity celera celeron celery celes celesc celesta celeste celestia celestial celestials celestica celestin celestina celestine celestino celgene celia celiac celibacy celibate celic celica celie celik celina celine celio celje celji cell cell. cella cellar cellars cellcom celle celled cellegy cellex cellier cellini cellist cellists cellmate cellnet cello cellophane cellos cellphone cellphones cellpro cells cellstar celltech cellucci cellular cellularvision celluloid cellulose cellulosic celo cels celsis celsius celso celsus celt celta celtiberian celtic celtics celts celulosa celulose celuloza celyn cem cemaes cement cement-maker cemented cementing cemento cementos cements cemeteries cemetery cemex cemig cemil cempella cen cen.bank cena cenbank cendant cenel cenelec cenfed cengic cenit cenobites cenotaph cenozoic censor censored censoring censors censorship censure censured censures censuring census censuses cent cent. centak cental centaur centauri centaurs centaurus centavo centavos centcom centenarian centenario centenary centennial centennials centeon center center-left center-south centercut centered centerfire centerfold centering centerior centerline centermark centerpiece centerpoint centers centertel centerville centex centigrade centigram centilibres centime centimes centimeter centimeters centimetre centimetres centipede centipedes centistoke cento centocor centra centraal centrais central central-chernozem central-south centrale centralia centralisation centralise centralised centralising centralism centralist centrality centralization centralize centralized centralizing centrally centralpower centre centre-back centre-field centre-forward centre-left centre-right centre-south centre-stage centred centreinvest centreline centreman centrepiece centrepoint centres centreville centric centrica centrifugal centrifugation centrifuge centrifuges centring centripetal centrist centrists centro centroid centrolenidae centromere centromin centronics centrosim centrostal centrum cents centum centura centuries centuries-old centurion centurions century century-old century. ceo ceoe ceos cep cepa cepeda cephalic cephalon cephalopod cephalopods cephalosporins cephalothorax cepheid cepheus cephiro cepi ceps cepsa cept cer cera ceramco ceramic ceramica ceramiche ceramics cerar ceratopsian ceratopsians cerberus cercle cerda cerdagne cerdanya cerdic cere cereal cereal-based cereales cereals cerebellar cerebellum cerebos cerebral cerebro cerebrospinal cerebrovascular cerebrum cerebus ceredigion ceremonial ceremonially ceremonies ceremoniously ceremony cereol ceres cerevisiae cerezo cerf ceri ceridian cerion cerium cerj cermak cern cerna cernavoda cerne cerner cernobbio cerny cero cerpa cerplex cerps cerrado cerrejon cerrito cerritos cerro cersei cert certain certainly certainties certainty certificate certificated certificates certification certifications certified certifies certify certifying certiorari certosa certs cerulean cerus cervantes cervecera cerveceria cervecerias cervera cerveza cervical cervix cervone cervus ces cesaire cesar cesare cesarini cesario cesaris cesc cesena cesi cesid cesium ceska ceske ceskoslovenska cesky cesnek cesp cespedes cess cessation cession cessna cessnock cet cetacea cetacean cetaceans ceteco cetelem cetera cetes ceti cetin cetinje ceto cetra cetragpa cetshwayo cette cetus ceu ceuta cev ceva ceval cevennes cevik ceyhan ceylan ceylinco ceylon ceylonese cez cezanne cezar cezary cf cf. cf0 cfa cfao cfb cfc cfcf cfcs cfd cfds cfdt cfe cff cfi cfl cfm cfmeu cfmmi cfny cfo cfp cfpi cfpl cfr cfrb cfs cfsa cfsa--us cfsls cfsp cft cftc cfto cfu cfx cg cg0 cga cgb cgc cge cgea cger cges cgi cgic cgil cgip cgm cgmp cgs cgt cgtl cgv ch ch'uan ch. ch.polivu ch0 ch0= ch0e cha chaab chabab chabad chaban chabon chabot chabrier chabrol chacabuco chacarita chace chach chacha chachapoyas chaco chacon chad chadbourne chadderton chade chadha chadian chadli chadwick chae chaebol chaebols chafed chafee chaff chaffart chaffee chaffey chaffin chafing chagall chagas chagatai chagos chagrin chaguanas chah chahar chahine chai chaim chain chain-smoking chaine chained chaining chainmail chains chainsaw chainsaws chaipravat chair chaira chaired chaires chairing chairlift chairlifts chairman chairman-in-office chairmanship chairmen chairperson chairpersons chairs chairwoman chaise chaitanya chaitow chaitra chaiwat chaiyasarn chaiyawat chak chaka chakki chakma chakotay chakra chakrabortti chakraborty chakras chakravarti chakravarty chakri chakwal chakyar chal chalabi chalcedon chalcedonian chalcis chalcolithic chalcopyrite chaldean chaldeans chalerm chalet chalets chaleur chalfant chalfont chalice chalk chalkboard chalke chalked chalker chalking chalky challenge challenged challenger challengers challenges challenging challis challoner chalmers chalmette chalon chaloner chalons chalukya chalukyan chalukyas cham chama chamba chambal chamber chambered chambering chamberlain chamberlin chambermaid chambers chambersburg chambery chambliss chambly chambord chambre chamchamal chameleon chameleons chamillionaire chaminade chaminda chamlong chamois chamomile chamonix chamorro chamot chamoun champ champa champagne champagnes champaign champalimaud champaran champion championed championing championnat champions championship championship-winning championships champlain champlin champoeg champollion champs champs-elysees chamrath chan chan-mok chana chanakya chance chanced chancel chancellery chancellor chancellors chancellorship chancellorsville chancery chances chand chanda chandana chandelier chandeliers chanderi chanderpaul chandi chandidas chandigarh chandler chandni chandon chandos chandra chandrababu chandradeo chandragiri chandragupta chandran chandrapur chandrasekera chandrasekhar chandraswami chandrika chandu chane chanel chanelled chanes chaney chang chang'an chang-joong changan changchai changchun change change-over changeable changed changeling changelings changeover changeovers changer changers changes changeup changhong changi changin changing changsha changzhou chani chania channa channel channeled channelers channeling channelized channelled channelling channels channing channon chanson chansons chant chantal chante chanted chantelle chanter chanters chanteur chanteuse chanthol chanticleer chantilly chanting chantry chants chanute chao chaos chaosium chaotic chaotix chaouch chaozhou chap chap. chapa chaparral chaparrals chapbook chapbooks chapel chapelle chapels chapeltown chaperon chaperone chaperones chapin chaplain chaplaincy chaplains chapleau chaplin chaplinsky chapman chappaqua chappell chappelle chapple chaps chapter chapterhouse chapters chapuisat chapultepec char chara character characterisation characterise characterised characterises characterising characteristic characteristically characteristics characterization characterizations characterize characterized characterizes characterizing characters charade charades charadriidae charan charasse charbonneau charbonnier charbonniere charcoal charcot chard chardin chardon chardonnay charente charentes charenton charest charette charge charge-off charge-offs chargeable charged chargeoff chargeoffs charger chargers charges chargesheet chargeurs charging chari charikar chariman charing chariot charioteer chariots charis charisma charismatic charisse charitable charite charities chariton charity charizard charkhi charl charlatan charlatans charlemagne charlemont charlene charleroi charles charleston charlestown charlesworth charleville charlevoix charley charlie charlier charlize charlois charlot charlotta charlotte charlottenburg charlottesville charlottetown charlton charly charm charmaine charman charmed charmer charmers charmian charmilles charming charms charmy charn charney charnham charnock charnwood charoen charon charopidae charpentier charred charrette charriere charron chart chart-based chart-driven charted charter chartered charterer charterers charterhouse chartering charteris charters charting chartist chartists chartres chartreuse charts chartwell chartwise charu charybdis chas chasa chase chased chaser chasers chases chasidic chasidim chasing chasm chasse chasseurs chassidic chassis chastain chaste chastened chastise chastised chastises chastity chasuble chat chatchai chateau chateaubriand chateauguay chateauneuf chateauroux chateaux chatelain chatelaine chatelet chatellerault chater chatfield chatham chatichai chatillon chatman chatroom chatrooms chats chatswood chatsworth chattahoochee chattan chattanooga chatted chattel chattels chattem chatter chatterbox chattering chatterjee chatterley chatterton chatti chatting chattisgarh chatto chattooga chattopadhyay chatty chatumongkol chaturanan chaturvedi chatwin chau chaucer chaudhary chaudhry chaudhuri chaudiere chauffeur chauffeur-driven chauhan chauhans chaumont chauncey chaus chaussee chausson chautauqua chauvel chauvet chauvin chauvinism chauvinist chauvinistic chaux chavalit chavannes chaves chavez chavin chavis chavo chawla chay chaya chaykin chaz chazov chazz chc chch che chea cheadle cheah cheam cheap cheapen cheapened cheaper cheapest cheaply cheapness cheapside cheary cheat cheated cheater cheaters cheatham cheating cheats cheb cheboksary cheboygan chebyshev checa chechen chechens chechnya check check-in check-up check-ups checked checker checkerboard checkered checkers checkfree checking checklist checklists checkmate checkoff checkout checkpoint checkpoints checks checksum checkup ched cheddar cheddi chedi chee chee-hwa cheech cheek cheekbone cheeked cheeks cheeky cheema cheer cheered cheerful cheerfully cheerfulness cheerier cheering cheerleader cheerleaders cheerleading cheers cheery cheese cheeseburger cheesecake cheeses cheesy cheetah cheetahs cheetham cheetor cheever chef chefoo chefs chege chehalis cheikh cheil cheiljedang cheju chek cheka chekhov chekiang chekov chela chelan chelating chelation chelicerae chelios chellgren chelm chelmno chelmsford chelny chelsea chelsfield cheltenham chelyabenergo chelyabinsk chem chemapol chembai chemco chemed chemfab chemgenics chemical chemically chemicals chemicals-inorganic chemicals-organic chemie chemin cheminor chemins chemise chemiskor chemist chemistry chemists chemlon chemnitz chemo chemokine chemopetrol chemotaxis chemotherapeutic chemotherapy chemtrak chemung chen chen-fu chenab chenango chenault chene cheney cheng cheng-chin chengdu chenier chenming chennai chennault chenoweth cheo cheong cheow chep chepanis chepstow cheque chequered chequers cheques cher chera cheras cheraw cherbourg cherenkov cheri cherie cherif cherifien cherifienne cherish cherished cheriton cherkasov cherkasy chern chernenko cherney chernigov chernihiv chernin chernivtsi chernobyl chernogorneft chernomorets chernomyrdin cherokee cherokees cherries cherry cherryh chert chertoff chertsey cherub cherubim cherubimon cherubini cherubino cherubs cherwell cheryl ches chesapeak chesapeake cheserem chesham cheshire cheshunt chesley chesney chesnokov chesnutt chespirito chess chess-playing chess0 chessboard chessen chessie chessington chest chested chester chester-le-street chesterfield chesterton chestertown chestnut chestnuts chests chet chetan chetham chetnik chetniks chetta chettiar chetumal chetwynd cheuk-yan cheung cheuvreux cheval chevalier chevaliers chevallier chevelle chevenement chevers chevette cheviot chevreuse chevrolet chevrolets chevron chevrons chevy chew chewbacca chewed chewing chews chewy chex cheyenne cheyne cheyney chez chf chg chh chhabria chhatrapati chhattisgarh chhay chhon chi chia chia-tung chiahemen chiaki chian chiana chiang chianti chiao chiapas chiappucci chiara chiarelli chiari chiaroscuro chiat chiba chibi chibiusa chibor chic chica chicago chicago-area chicago-based chicago.derivatives.newsroom@reuters.com chicagoans chicagoland chicane chicano chicanos chicha chichele chichen chichester chichi chichibu chichimeca chick chickahominy chickamauga chickasaw chicken chickenpox chickens chickpeas chicks chico chicogo chicopee chicory chicoutimi chidamabaram chidambaram chided chides chie chief chief-of-staff chiefdom chiefdoms chiefly chiefs chieftain chieftains chieftainship chien chiesa chieti chievo chiffon chiffre chifley chigi chigir chigorin chigwell chih chih-kang chiharu chihiro chiho chihuahua chihuahua-pacific chihuahuan chik chikafumi chikara chikuma chilanga chilavert chilcotin child child-care child-sex childbearing childbirth childcare childe childebert childen childeric childers childhood childhoods childish childless childlike children childrens childrenswear childress childs chile chilean chilean-issued chileans chilectra chilena chiles chilgener chili chilkoot chill chilled chiller chillers chilli chillicothe chillies chilling chilliwack chillout chills chilly chiloe chilpancingo chilperic chilquinta chiltern chilterns chilton chiluba chim chimaera chimaira chimborazo chimbote chime chimed chimera chimeras chimeric chimerine chimes chiming chimko chimney chimneys chimp chimpanzee chimpanzees chimps chimu chin china china-affiliated china-appointed china-backed china-based china-born china-concept china-controlled china-incorporated china-related china-taiwan china-u.s. chinaka chinaman chinas chinatown chinatowns chinatrust chincha chinchilla chinchillas chincoteague chindia chindits chine chinensis chinese chinese-american chinese-built chinese-controlled chinese-language chinese-made chinese-owned chinese-style ching ching-yuan chingford chingy chini chink chinle chinmaya chinn chinna chinnaswamy chino chinon chinook chinooks chins chioggia chios chiou chip chip-making chipboard chipita chipmaker chipmakers chipmaking chipman chipmunk chipmunks chipotle chippawa chipped chippendale chippenham chipper chipperfield chippewa chipping chips chipset chipsets chiquita chiquititas chirac chirag chiral chirality chiranjeevi chirex chiricahua chirico chiriqui chirk chiro chiron chiropractic chiropractor chiropractors chiroscience chirp chirping chisel chiseled chisels chisholm chishti chisinau chislehurst chispa chiss chissano chisum chiswick chit chita chitalu chitan chitauro chiti chitin chiton chitose chitra chitradurga chitral chitrapur chittagong chittaranjan chittenango chittenden chittenden00 chittoor chittor chitty chiu chivalric chivalrous chivalry chivas chivers chivington chiwan chiyo chiyoda chizu chizuru chl chladkova chlamydia chloe chlor chlor-alkali chloramphenicol chlorate chloride chlorides chlorinated chlorination chlorine chlorite chlorofluorocarbons chloroform chlorophyll chloroplast chloroplasts chloroquine chlorpromazine chm chng cho choa choate chobham choc chock choco chocobo chocolate chocolates choctaw choctaws chodkiewicz choe choephel chofetz chogyal chogyam chohung choi choice choices choir choirboy choirboys choirmaster choirs choiseul choithani chojin chok choke choked choker chokes chokhani choking choksey chol chola cholas cholera cholesterol cholesterol-cutting cholesterol-lowering cholesterol-reducing choline cholinergic cholinesterase cholla cholmondeley cholula chom chome chomp chomper chomsky chon chonbuk chondrites chong chong-ha chongqing chongryon chongyang chonnam chono choo choon choon-sik choong choonhavan choose chooses choosing choosy chop chopin chopped chopper choppers choppiness chopping choppy chopra chops chopsticks choquette chor chora choral chorale chorales choraria chord chordal chords chore choreograph choreographed choreographer choreographers choreographic choreographing choreography chores chorionic chorister choristers chorizo chorley chorlton chornomorets choro choroid chorus choruses chorzow chose chosen choses choshu chosin chosing chosun chota chou choudhary choudhury choughs chouinard choujin choujins chouteau chow chowan chowder chowdhury chowk choy chp chr chr. chretien chris chris-craft chris.aspin@reuters.com chrism chrissie chrissy christ christa christabel christadelphian christadelphians christchurch christchurch-based christen christendom christened christening christensen christer christgau christi christiaan christian christian-nationalist christiana christiane christiani christiania christianisation christianised christianity christianization christianize christianized christians christiansborg christiansen christie christies christin christina christine christman christmas christmastime christo christodoulakis christodoulos christodoulou christof christoffel christoffer christofias christofides christological christology christoph christophe christopher christopherson christos christus christy chroma chromalloy chromate chromatic chromaticism chromaticity chromatids chromatin chromatography chromcraft chrome chromed chrominance chromite chromium chromodynamics chromophore chromosomal chromosome chromosomes chronic chronica chronically chronicle chronicled chronicler chroniclers chronicles chronicling chronicon chronimed chrono chronograph chronological chronologically chronologies chronology chronometer chronometers chronopost chronos chroscicki chrysalis chrysanthemum chrysler chrysostom chrystie chs chthon chthonic chu chua chuan chuang chub chubais chubb chubby chubu chubut chucheep chucho chuck chuckie chuckle chuckles chucks chucky chudleigh chuen chugach chugai chugging chugh chugoku chui chuk chukchi chukotka chukyo chul chula chulalongkorn chum chumash chumbawamba chumphon chumpol chums chun chunder chung chung-ling chungcheong chunghwa chungking chunk chunks chunky chunnananda chuo chupacabra chuquicamata chur churaman church church-state churches churchgoers churchill churchman churchmen churchouse churchward churchyard churn churned churning churu churubusco chusok chute chutes chutney chuuk chuvash chuvashia chyan chye chyna chyron ci ci-telcom ci0 cia ciaculli ciadea ciampi ciampino cian ciano ciao ciara ciaran cib ciba ciba-geigy cibalia cibber cibc cibc-wood cibcr ciber cibinong cibitoke cibo cibola cibona cic cicada cicadas ciccarelli ciccone cicely cicero cichlid cichlidae cichlids cics cid cid-gallup cida cidade cidco cide cider cie ciech ciego ciel cielito cielo ciena cienaga ciencia ciencias cienega cienfuegos cierva cieszyn cif cifra cig cigading cigar cigarette cigarettes cigars cigatam cigna cih cii cil cilacap cilantro cilcorp cilento cilette cilia ciliary ciliated cilicia cilician cill cilla ciller cilley cillian cilliers cim cima cimarron cimbri ciment cimento ciments cimetiere cimino cimmeria cimmerian cimmerians cimoli cimon cimoszewicz cimpor cimpor-cimentos cin cina cinaed cinchona cincinnati cincinnati-based cincinnatus cinco cindam cinder cinderella cinders cindy cine cinema cinemas cinemascope cinematheque cinematic cinematics cinematographer cinematographers cinematographic cinematography cinemax cineplex cinerama cinerea cinergi cinergy cingular cingulate cinhil cink cinma cinna cinnabar cinnamon cino cinq cinque cinquecento cinquieme cinta cintas cintegabelle cintra cinven cio ciobanu ciorbea cip cipher ciphers ciphertext ciphertexts cipollini cipriani cipriano ciprofloxacin cips cipsco cipta cipta- ciputra cir cir. circa circadian circassian circassians circe circle circled circles circlet circleville circling circo circon circondariale circuit circuitous circuitry circuits circular circularly circulars circulate circulated circulates circulating circulation circulations circulatory circulo circumcised circumcision circumference circumferential circumflex circumnavigate circumnavigated circumnavigating circumnavigation circumpolar circumscribed circumscription circumspect circumstance circumstances circumstantial circumvent circumvented circumventing circumvention circus circuses cirdan cirebon cirencester ciriaco ciriec cirillo cirio cirith ciro cirque cirrhosis cirrus cis cisalpine cisc cisco cise cisf ciskei cisl cisneros cisplatin cisse cissy cistercian cistercians cistern cisterna cisterns cisticola cisticolidae cistron cit cit. cita citadel citadels citation citations cite citeaux cited cites citfeb citgo citi citibank citic citicorp cities citigroup citing citisec citisecurities citizen citizenry citizens citizenship citizenships citko cito citra citrate citric citrix citroen citron citrus citruspulp citta citv city city-based city-centre city-gate city-owned city-parish city-run city-state city. city.he citybeat citybus citydev cityfront cityhold cityline citylink cityrail citys cityscape cityscapes citytrain citytrust citytv citywide ciu ciubuc ciudad ciumara civ civet civic civica civico civics civil civile civilian civilians civilis civilisation civilisations civilised civility civilization civilizations civilized civilizing civita civitas civitavecchia civitella ciws cixi cj cj0 cjc cjd cjec cjk ck ckd cke cki cklw cks cky cl cl0 cla claar claassen clabecq clack clackamas clackmannan clackmannanshire clacton clad cladding clade clades cladistic cladistics cladogram claes claflin claiborne claim claimant claimants claimed claiming claims claims-paying clair claire clairs clairvaux clairvoyance clairvoyant clal clallam clam clamber clambered clambering clamor clamoring clamour clamoured clamouring clamp clampdown clamped clampett clamping clamps clams clamshell clan clancy clandeboye clandestine clandestinely clane clank clann clannad clanricarde clans clansman clansmen clanton clap clapboard clapham clapp clapped clapper clapping claps clapton clara clarabelle clarcor clare claremont claremore clarence clarendon clares claret clarett clariant clarice claridge clarification clarifications clarified clarifies clarify clarifying clarin clarinet clarinetist clarinetists clarinets clarinettist clarington clarins clarion clariond claris clarissa clarisse clarita claritin clarity clark clarke clarkin clarks clarksburg clarksdale clarkson clarkston clarkstown clarksville claro clary clas clash clashed clashes clashing clasico clasp clasped clasps class class-a class-action classe classed classes classic classical classically classicism classicist classicists classicizing classico classics classification classifications classified classifieds classifier classifiers classifies classify classifying classique classis classless classmate classmates classroom classrooms classy clastic clathrate clatsop clattering claud claude claudel claudette claudia claudian claudine claudio claudius claus clause clausen clauses clausewitz clausius claustrophobia claustrophobic clausura clavain clave clavell clavering clavet clavichord clavicle clavier clavinet clavius claw clawback clawed clawing claws clawson claxton clay clay-court claydon clayey clayface claymation claymore claymores claypool clays clayton clb clc cldy cle clea clean clean-burning clean-up cleaned cleaner cleaner-burning cleaners cleanest cleaning cleanliness cleanly cleans cleanse cleansed cleansing cleanup cleanups clear clear-cut clearance clearances clearcut cleared clearer clearest clearfield clearing clearinghouse clearings clearly clearness clearnet clears clearstream clearview clearwater cleary cleats cleavage cleave cleaved cleaver cleaves cleaving cleburne clec clee cleef cleese cleethorpes cleeve clef cleft clefts clegg cleghorn cleland clelia clem clemence clemenceau clemency clemens clement clemente clementi clementina clementine clements clemenza clemmow clemons clemson clenched cleo cleomenes cleon cleopatra clerc clerck clercq clerestory clergy clergyman clergymen cleric clerical clericalism clerici clerics clerides clerk clerked clerkenwell clerks clerkship clermont clermont-ferrand cletus cleve clevedon cleveland cleveland-based clever cleverly cleverness cleves clf cli cliburn cliche cliched cliches clichy click clickable clicked clicking clicks client client-server client/server clientele clients clifden cliff cliffe cliffhanger cliffhangers cliffjumper clifford cliffs cliffside clift clifton cliftonville cliggott clijsters clik climactic climate climates climatic climatological climatology climax climaxed climaxes climaxing climb climbdown climbed climber climbers climbing climbs climes clin clinch clinched clincher clinches clinching cline cling clinger clinging clings clinic clinical clinically clinician clinicians clinics clinker clint clinton clinton-gore clinton-yeltsin clintons clintrials clio clip clipboard clipped clipper clippers clipping clippings clips clipsal clique cliques clitheroe clitic clitoral clitoris clive clive.mckeef clive.mckeef@reuters.com clk cllr clm clmc clms clo cloaca cloak cloak-and-dagger cloaked cloaking cloaks clobbered clock clocked clocking clockmaker clockmakers clocks clocktower clockwerk clockwise clockwork clodia clodius cloes clog clogged clogging clogher clogs cloister cloistered cloisters clonal cloncurry clondalkin clone cloned clones cloney cloning clonmel clontarf clooney clopidogrel cloris clorox clos close close)----------------------- close-ended close-knit close-out close-range close-season close-up closed closed-circuit closed-door closed-end closed-ended closed-envelope closely closely-held closely-watched closeness closeout closer closers closes closest closet closeted closets closeup closing closings clostridium closure closures clot clotaire cloth clothe clothed clothes clothesline clothier clothing cloths clotilde clots clotting cloture cloud cloudbase clouded cloudiness clouding clouds cloudy clough clouseau clout cloutier clove cloven clover cloverdale cloverleaf clovers cloves clovis clow clowes clown clownfish clowning clowns cloyd cloyne clozapine clp clr clrd cls clsg clt clt-ufa clu cluan club club-record clubbed clubbers clubbing clubcard clube clubhaus clubhouse clubhouses clubman clubpartners clubs clue cluedo cluefinders clueless clues cluff cluj clump clumping clumps clumsily clumsiness clumsy clun clunes clung cluniac cluny clusiaceae cluster clustered clustering clusters clut clutch clutched clutches clutching clutha clutter cluttered clwyd clydach clyde clyde-savannah clydebank clydesdale clydeside clymer clyne clyro clytemnestra cm cm. cm0 cma cmac cmag cmal cmb cmbl cmbt cmc cmd cmdr cmdr. cme cmf cmg cmh cmhc cmi cmic cmie cmj cml cmll cmm cmmdty cmmi cmn cmo cmos cmp cmpc cmpltns cmr cms cmt cmu cmv cmvm cmx cmyk cn cn0 cna cnac cnam cnb cnb0 cnbc cnbv cnc cnca cnd cndd cne cnes cnet cnf cng cni cniec cnj cnl cnmi cnmv cnn cnnc cno cnooc cnor cnp cnpc cnpf cnr cnrs cns cns0 cnstrct cnstrctn cnt cntr cnv cnvm cnw co co- co-accused co-arranger co-arrangers co-author co-authored co-branded co-branding co-chair co-chaired co-chairman co-chairmen co-chairs co-chief co-conspirator co-conspirators co-counsel co-decision co-defence co-defendant co-defendants co-director co-driver co-exist co-existence co-financed co-financing co-founded co-founder co-founders co-generation co-head co-host co-hosting co-hosts co-lead co-leader co-leaders co-leads co-led co-managed co-manager co-managers co-nexus co-op co-operate co-operated co-operating co-operation co-operative co-operatives co-ops co-ordinate co-ordinated co-ordinating co-ordination co-ordinator co-ordinators co-owned co-owner co-owners co-pilot co-pilots co-premier co-premiers co-president co-presidents co-prime co-production co-ruling co-senior co-sponsor co-sponsored co-sponsoring co-sponsors co-star co-underwriters co-winner co-worker co-workers co. co.- co0 coa coach coachbuilder coachbuilders coached coachella coaches coaching coachman coachmen coad coadjutor coady coagulation coahuila coakley coal coal-based coal-fired coal-mining coalbed coalbrookdale coalesce coalesced coalescence coalescing coalfield coalfields coaling coalition coalitions coaliton coalminers coals coaltion coalville coanda coarse coarsely coarser coase coast coast-to-coast coastal coasted coaster coasters coastguard coastguards coasting coastline coastlines coasts coastway coastwise coat coat-tails coatbridge coated coates coating coatings coats coattails coatzacoalcos coauthor coauthored coax coaxed coaxial coaxing cob cobain cobalt coban cobb cobbett cobble cobbled cobbler cobblers cobbles cobblestone cobblestones cobbold cobbs cobby cobden cobe cobelfret cobepa cobh cobham cobleigh cobo cobol cobos cobourg cobra cobras cobre coburg coburn cobweb cobwebs coby coc coca coca-cola cocaine coccyx cocensys coceral coceres coch cochabamba cochem cochilco cochin cochineal cochise cochlea cochlear cochran cochrane cock cockade cockaerts cockatoo cockatoos cockbain cockburn cockcroft cocke cocked cocker cockerel cockerell cockerill cockermouth cockfighting cocking cockle cockles cockney cockpit cockpits cockrell cockroach cockroaches cockrum cocks cocktail cocktails cocky coco cocoa cocobod coconino coconut coconuts cocoon cocoons cocopa cocos cocteau cocu cod cod0 coda codan codd coddington code code-named code-share code-sharing codebase codebook codec codecision codecs coded codeine codelco codemasters codename codenamed codenames coder coders codes codeshare codesp codeword codewords codex codey codfish codices codification codified codify codifying codimension coding codman codogno codomain codon codons codreanu codrington cody coe coed coeducation coeducational coefficient coefficients coega coelba coelce coelho coeli coeliac coelom coen coenagrionidae coenzyme coerce coerced coerces coercing coercion coercive coetzee coetzer coeur coexist coexisted coexistence coexisting coextensive coface cofactor cofactors cofap cofco coffee coffee-growing coffee-producing coffeehouse coffeehouses coffees coffelt cofferati coffered coffers coffey coffeyville coffin coffins coffman coffs cofide cofidis cofinec cofir cofira coflexip cofounded cofounder cog cogan cogeco cogema cogen cogeneration cogent cogentrix coggan coggins coghill coghlan cogito cognac cognacs cognate cognates cognex cognition cognitive cognitively cognizance cognizant cognomen cognos cogs cogswell cohabit cohabitation cohabiting cohan cohasset coheed cohen cohens coherence coherency coherent coherently cohesion cohesive cohesiveness cohiba cohl cohn coho cohoes cohomology cohort cohorts cohr coi coif coil coiled coiling coils coimbatore coimbra coin coin-operated coinage coincide coincided coincidence coincidences coincident coincidental coincidentally coincidently coincides coinciding coined coining coins cointel cointelpro cointreau cointrin coir coire coit coitus cojuangco coke coker coking cokoladovny col col. cola colac colaiste colan colangelo colaninno colas colbert colbeth colborne colbun colburn colby colchester colchis colcom colcord cold cold-blooded cold-rolled coldcut colder colder-than-normal coldest coldfield coldfusion colditz coldly coldness coldplay colds coldstream coldwater coldwell cole colebrook colebrooke coleco colecovision colegio coleman colenso coleophora coleoptera colep coleraine coleridge coles coleshill colet colette coley colfax colgan colgate colgate-palmolive colhoun coli colibri colic coligny colima colin colina colinas coliseum colitis coll colla collaborate collaborated collaborates collaborating collaboration collaborationist collaborations collaborative collaboratively collaborator collaborators collage collagen collagenex collages collahuasi collapse collapsed collapses collapsible collapsing collar collarbone collard collared collars collate collated collateral collateralised collateralized collating collation collazo colle colleague colleagues collect collectable collectables collected collectible collectibles collecting collection collections collective collectively collectives collectivisation collectivism collectivist collectivity collectivization collector collectors collects colleen college colleges collegeville collegial collegian collegians collegiate collegiately collegio collegium collegues collen collender collenette collet collett collett-white collette colley colli colliculus collide collided collider collides colliding collie collier collieries colliers colliery collies collignon collimated collin collina collinear collings collingswood collingtree collingwood collins collins-thompson collinson collinsville collinsworth collinwood collis collision collisions collison collodion colloid colloidal colloids colloquial colloquialism colloquially colloquium colloquy collor colluded colluding collusion colly collyer collymore colm colma colman colmar colmes colne colney colo colo.-based colobus cologne cologne-based coloma coloman colomb colombes colombia colombian colombiano colombians colombier colombo colon colonel colonelcy colonels coloni colonia colonial colonial-era colonial/ colonialism colonialist colonialists colonials colonias colonic colonie colonies colonisation colonise colonised colonisers colonising colonist colonists colonization colonize colonized colonizer colonizers colonizing colonna colonnade colonnaded colonnades colonoscopy colons colony colophon color colorado colorado-based coloration coloratura colorectal colored colorful coloring colorist colorized colorless colors colosimo colosio colossal colosseum colossians colossus colostethus colour colour-chem colouration coloured coloureds colourful colouring colourless colours coloury colquhoun colquitt colrich colruyt colson colston colstrip colt coltabaco coltart coltec colter colton coltrane colts colubrid coluim colum columb columba columban columbanus columbarium columbia columbian columbiana columbians columbidae columbine columbium columbo columbus columella column columnar columned columnist columnists columns colusa colville colvin colwell colwyn com com(0 com(0)0 coma comafi comair comal comalco comanche comanches comandante comando comaneci comany comapnies comapny comapred comarca comas comatose comayagua comb combat combatant combatants combated combaticons combating combative combatives combats combatting combe combed comber combes combi combination combinations combinatorial combinatorics combine combined combined-cycle combiner combines combing combining combis combo combos combs combust combustible combustion combustor comcast comcauba comden comdex comdial comdisco comdr. come come-back come-from-behind comeau comeback comebacks comecon comed comedian comedians comedic comedie comedienne comedies comedy comedy/drama comelec comely comenius comer comerci comercial comerciala comercio comerford comerica comers comert comes comesa comet cometary cometh comets comeuppance comex comexindo comforce comfort comfortable comfortably comforted comforter comforting comforts comfy comgas comhairle comi comic comic0 comical comically comics comilla comin cominco coming comings comintern comique comision comiskey comission comit comita comital comitatus comite comitia comittee comix coml comm comma commagene command commandant commanded commandeer commandeered commandeering commandeers commander commander-in-chief commanderies commanders commandery commandeur commanding commandment commandments commando commandos commands commas commcorp comme commedia commem commemorate commemorated commemorates commemorating commemoration commemorations commemorative commemoratives commence commenced commencement commencements commences commencing commend commendable commendation commendations commendatory commended commending commends commensurate comment comment------------------------- comment-------------------------- comment---------------------------- commentaries commentarii commentary commentate commentated commentates commentating commentator commentators commented commenting comments commerce commercial commercial-industrial commercial-use commerciale commercialisation commercialise commercialised commercialism commercialization commercialize commercialized commercializing commercially commercials commerical commericial commerz commerzbank comminges commins commision commisioner commisison commissar commissariat commissars commissary commission commissioned commissioner commissioners commissioning commissionings commissions commisson commisssion commit commited commitee commiting commitment commitments commits committal committe committed committee committeeman committees committing committment committments commment commmission commmittee commnet commodification commodities commoditiies commodity commodore commodores commods commodus common common-equivalent common-sense commonalities commonality commoner commoners commonest commonly commonplace commons commonsense commonwealth commotion comms commscope commun communal communalism communally communards communaute communciations commune communes communicable communicants communicate communicated communicates communicating communication communications communicative communicator communicators communion communions communiqu communique communiques communis communism communist communist-backed communist-dominated communist-era communist-led communist-ruled communist-style communiste communistic communists communitarian communities community community-based commutation commutative commutator commute commuted commuter commuters commutes commuting comnenus como comodoro comoran comorbid comore comorian comoro comoros comoving comox comp comp. comp0 compaa compact compact/ compacted compactflash compactification compacting compaction compactly compactness compacts compagnia compagnie compagnoni companc companhia compania companies companion companions companionship company company----------------pft company---------sector--------price---broker---------------- company-by-company company-operated company-owned company-specific company-wide company. companys companywide compaore compaq comparability comparable comparable-store comparably comparative comparatively comparatives comparator compare compared compares comparing comparision comparison comparisons comparitive compart compartment compartments compass compasses compassion compassionate compatibility compatible compatibles compatriot compatriots compay compdent compel compelled compelling compels compendium compensate compensated compensates compensating compensation compensations compensator compensatory comper compere compete competed competence competences competencies competency competent competently competes competing competion competition competitions competitive competitively competitiveness competitivity competiton competitor competitors competitve competive compiegne compilation compilations compile compiled compiler compilers compiles compiling compl complacency complacent complain complainant complainants complained complaining complains complaint complaints compleat complement complementarity complementary complemented complementing complements complete completed completely completeness completes completiapr completidec completifeb completijan completimar completing completiojul completiojun completion completions complex complexes complexion complexities complexity compliance compliant compliation complicate complicated complicates complicating complication complications complicit complicity complied complies compliment complimentary complimented complimenting compliments compline complts complutense comply complying compnay compo component components compos compose composed composer composers composes composing composite composited composites compositing composition compositional compositions compositor composits compost compostela composting composure compound compounded compounders compounding compounds comprehend comprehended comprehending comprehensible comprehension comprehensive comprehensively compress compressed compresses compressibility compressible compressing compression compressive compressor compressors comprise comprised comprises comprising compromise compromised compromises compromising compte comptech comptes comptoirs compton comptroller compucom compulsion compulsions compulsive compulsorily compulsory compusa compuserve compuserve.com computability computable computation computational computationally computations compute computed computer computer-aided computer-based computer-controlled computer-driven computer-generated computer-related computerisation computerise computerised computerization computerized computerland computers computershare computervision computerworld computes computing computron compuware comrade comrade-in-arms comrades comradeship comrie coms comsat comshare comson comstar comstock comsys comte comtech comtesse comuna comunale comune comuni comunidad comunista comus comyn con conab conacher conagra conaill conakry conall conama conan conant conasupo conaway conc conca concacaf concatenated concatenation concave concavity conceal concealed concealing concealment conceals concede conceded concedes conceding conceicao conceit conceited conceivable conceivably conceive conceived conceives conceiving concensus concentrate concentrated concentrates concentrating concentration concentrations concentrator concentrators concentric concepcion concept conception conceptions conceptronic concepts conceptual conceptualised conceptualization conceptualize conceptualized conceptualizing conceptually conceptus concern concernant concerned concerning concerns concert concertante concerted concertgebouw concerti concertina concertino concertmaster concerto concertos concerts concession concessionaire concessionaires concessional concessionary concessions concetti conch concha conchita conchobair conchobar concierge concierto conciliar conciliate conciliation conciliator conciliatory concilium concise concisely conclave conclaves conclude concluded concludes concluding conclusion conclusions conclusive conclusively concoct concocted concoction concocts concomitant concomitantly concord concordance concordat concorde concordia concours concourse concourses concrete concretely concretes concretions concubine concubines concur concurred concurrence concurrency concurrent concurrently concurring concurs concussion concussions concussive condado conde condell condemn condemnation condemnations condemned condemning condemns condensate condensates condensation condense condensed condenser condensers condenses condensing conder condescending condiment condiments condit condition conditional conditionality conditionally conditioned conditioner conditioners conditioning conditions conditions.** conditons condo condoleezza condolence condolences condom condominium condominiums condoms condon condone condoned condoning condor condorcet condors condos condottieri condottiero condrey conducive conduct conductance conducted conducting conduction conductive conductivity conductor conductors conducts conduit conduits condumex condyle cone coned conejo conemaugh cones conestoga coney conf confab confalonieri confc0 confection confectionary confectioner confectioners confectionery confections confed confederacion confederacy confederate confederated confederates confederation confederations confer conferees conference conferences conferencing confernce conferred conferring confers confess confessed confesses confessing confessio confession confessional confessions confessor confessors confetti confia confianca confid confidant confidante confidants confide confided confidence confidence-building confident confidential confidentiality confidently confides confiding configurable configuration configurations configure configured configuring confindustria confine confined confinement confines confining confirm confirmation confirmations confirmed confirming confirms confiscate confiscated confiscating confiscation confiscations conflagration conflated conflation conflent conflict conflicted conflicting conflicts confluence confluent confocal conform conformal conformance conformation conformational conformations conformed conforming conformist conformists conformity conforms confound confounded confounding confram confraternities confraternity confront confrontation confrontational confrontations confronted confronting confronts confucian confucianism confucius confuse confused confuses confusing confusingly confusion confusions cong conga congaree congas congdon congeners congenial congeniality congenital conger congested congestion congestions congestive congleton conglomerate conglomerates conglomeration congo congo-zaire congolese congonhas congratulate congratulated congratulates congratulating congratulations congratulatory congregants congregate congregated congregating congregatio congregation congregational congregationalist congregationalists congregations congres congreso congress congress-led congress.he congresses congressional congressionally congressman congressmen congresswoman congreve congruence congruent conic conical conifer coniferous conifers conigliaro conillon conine coningsby coniston conjectural conjecture conjectured conjectures conjoined conjoiners conjoint conjuction conjugacy conjugal conjugate conjugated conjugates conjugation conjugations conjunction conjunctions conjunctiva conjunctive conjunctivitis conjunto conjure conjured conjurer conjures conjuring conker conklin conkling conlan conley conlin conlon conman conmebol conn conn. conn.-based connacht connah connally connaught conneaut connect connected connectedness connecticut connecticut-based connecting connection connections connective connectivity connector connectors connects conned connell connellsville connelly connemara conner connerotte conners connersville connery connex connexion connexions connick connie conning connivance conniving connoisseur connoisseurs connole connolly connor connors connotation connotations connote connotes conny conoco conocophillips conolly conon conor conover conquer conquered conquering conqueror conquerors conquers conquest conquests conquista conquistador conquistadores conquistadors conrad conradin conrail conrail-csx conran conroe conroy cons consanguinity consar conscience consciences conscientious conscientiously conscious consciously consciousness conscr conscript conscripted conscription conscripts conseco consecrate consecrated consecrating consecration consecrations consecrator consecrators consecutive consecutively conseil consejo consensual consensus consensus-australian consent consented consenting consents consequence consequences consequent consequential consequentialist consequentially consequently consequtive conservancy conservation conservationist conservationists conservatism conservative conservative-dominated conservatively conservatives conservatoire conservator conservatories conservatorio conservatorium conservators conservatory conserve conserved conserves conserving consett conshohocken consider considerable considerably considerate consideration considerations considered considering considers considine consigliere consiglio consign consignations consigned consigning consignment consignments consist consisted consistency consistent consistently consisting consistory consists consitution consitutional consmining consob consol consolation console consoled consoles consolidado consolidate consolidated consolidates consolidating consolidation consolidations consolidative consolidator consoling consonance consonant consonantal consonants consorcio consort consortia consortium consortiums consorts conspecific conspicuous conspicuously conspiracies conspiracy conspirator conspiratorial conspirators conspire conspired conspires conspiring const const'n constable constables constabulary constance constancy constans constant constanta constantia constantin constantine constantinescu constantinian constantino constantinople constantius constantly constants constantza constanza constanze constellation constellations consternation constipation constitucion constituencies constituency constituent constituents constitute constituted constitutes constituting constitution constitutional constitutionalism constitutionalist constitutionalists constitutionality constitutionally constitutions constitutive constn constr constrain constrained constraining constrains constraint constraints constrct constrctn constrict constricted constricting constriction constrictor construc construcciones construct construct'n constructed constructible constructicons constructing construction construction-related constructionist constructions constructive constructively constructivism constructivist constructivists constructor constructors constructs construed consuelo consul consul-general consular consulate consulate-general consulates consuls consulship consult consultancies consultancy consultant consultants consultation consultations consultative consulted consulting consultores consults consumable consumables consume consumed consumer consumer-led consumer-oriented consumer-related consumerism consumerist consumers consumes consuming consummate consummated consummation consumption consumption-led cont contact contacted contacting contactless contacts contador contagion contagious contain contained container containerboard containerised containers containing containment contains contal contaminant contaminants contaminate contaminated contaminating contamination contango contarini contax conte contemplate contemplated contemplates contemplating contemplation contemplative contemporain contemporanea contemporaneo contemporaneous contemporaneously contemporaries contemporary contempt contemptible contemptuous contemptuously contend contended contender contenders contending contends content content-based contented contention contentions contentious contentment contents contes contessa contest contestant contestants contested contesting contests context contexts contextual conti contifinancial contiguous contine contined continent continent-grains continental continentals continente continents contingencies contingency contingent contingents continous continously continua continual continually continuance continuation continuations continucare continue continued continues continuing continuities continuity continuo continuous continuously continuum contorted contour contoured contours contra contraband contrabass contrabassoon contraception contraceptive contraceptives contract contracted contractible contractile contracting contraction contractionary contractions contractor contractors contracts contractual contractually contradict contradicted contradicting contradiction contradictions contradictory contradicts contradistinction contraindicated contraindications contraints contralateral contralto contraption contraptions contrapuntal contrarian contrary contras contrast contrasted contrasting contrastive contrasts contravariant contravene contravened contravenes contravening contravention contre contred contreras contribute contributed contributes contributing contribution contributions contributor contributors contributory contrite contrition contrived control controladora controlee controling controllability controllable controlled controller controllers controlling controls controversial controversialist controversially controversies controversy contruction contship conundrum conurbation conurbations conure conus conv convair convalesce convalescence convalescent convalescing convection convective convene convened convener convenes convenience conveniences convenient conveniently convening convenor convent convention conventional conventionally conventions convento convents conventual conver.premium converge converged convergence convergent converges converging conversant conversation conversational conversations converse conversed conversely converses conversing conversion conversions conversos convert converted converter converters convertibility convertible convertibles converting converts convex convexity convey conveyance conveyed conveying conveyor conveyors conveys convict convicted convicting conviction convictions convicts convince convinced convinces convincing convincingly convocation convoked convoluted convolution convoy convoys convulsions convulsive conway conwell conwy conyers conyngham coo cooch cooder coogan coogee cooh cooit cook cookbook cookbooks cooke cooked cooker cookers cookery cookham cookie cookies cooking cookman cooks cooksey cooksley cookson cookstown cooktown cookware cool coola coolangatta coolant cooled coolee cooler cooler-than-normal coolers coolest cooley coolgardie coolidge coolie coolies cooling cooling-off coolio coolly coolmore coolness coolock cools coolum cooma coombe coombes coombs coon coonan cooney coonoor coons coontz coooperation coop cooper cooperate cooperated cooperates cooperating cooperation cooperations cooperative cooperatively cooperatives coopers cooperstown coops cooray coordinate coordinated coordinates coordinating coordination coordinator coordinators coors coos coosa coot coote coots cop copa copacabana copal copan copaxone copca copco copd cope copeau copec coped copei copel copeland copenhagen copepods copernican copernicus copes copied copier copiers copies copilot coping copious copland coplex copley copolymer copolymers coporate coporation coporo copp coppa coppell copper copper-gold copper-rich copperbelt copperfield copperhead copperheads copperplate coppersmith coppi coppice coppin coppola copps copra coprime coprocessor cops copse copter copthorne coptic copts copula copulation copy copycat copyer copying copyist copyists copyleft copyright copyrighted copyrights copywriter coq coquette coqui coquille coquimbo coquitlam cor cor. cora corach coral corals coram corange corapr corax corazon corba corbeil corbelled corbels corben corbet corbett corbie corbijn corbin corbridge corbulo corbusier corby corbyn corcoran corcyra cord corda cordage corday corded cordeiro cordelia cordell corder cordero cordes cordex cordial cordiale cordially cordiant cordier cordillera cordis cordite cordless cordoba cordon cordoned cordons cordova cordovez cords corduroy cordy core corea cored corel coreligionists corell corelli corellia corellian coren corentin coreper cores corestaff corestates coretta corey corfe corfeb corfo corfu corgan corgi cori coria coriander corigliano corimon corin corina corinna corinne corino corinth corinthian corinthians corinthos corio coriolanus coriolis coritiba cork corker corkery corks corkscrew corky corleone corleonesi corley corliss corluy corm cormac cormack corman cormar cormier cormorant cormorants corms corn corn-buying cornaro cornbelt cornbread corne cornea corneal corneas corned corneille cornejo cornel cornelia cornelio cornelis corneliu cornelius cornell corner cornerback cornerbacks cornered cornering corners cornerstone cornerstones cornet cornets cornett cornette cornfield corngluten cornhill cornhuskers cornice cornices corning cornish cornmeal cornplanter cornstarch cornu cornucopia cornwall cornwallis cornwell corny cornyn coro corolla corollary coromandel corona coronado coronal coronary coronation coronations coronavirus coronel coroner coroners coronet coronets corot corozal corozzo corp corp. corp.july corp0 corpgro corpn corpo corpora corporacion corporal corporals corporate corporates corporation corporations corporatisation corporatism corporatist corporeal corpoven corps corpse corpses corpsman corpus corpuscles corr corrado corral corrales corran correa correct corrected correcting correction correctional corrections corrective correctjan correctly correctness corrector corrects correggio corregidor correia correio correlate correlated correlates correlating correlation correlations correlative correll correspond correspondance corresponded correspondence correspondences correspondent correspondents corresponding correspondingly corresponds corretja correze corrib corrida corridor corridors corrie corriente corrientes corriere corries corrigan corrigendum corrin corrine corrino corris corrmay corroborate corroborated corroborates corroborating corroboration corrode corroded corroon corrosion corrosive corrs corrugated corrupt corrupted corrupting corruption corruptions corruptly corrupts corry corsa corsair corsaire corsairs corse corsehill corser corset corsets corsham corsi corsica corsican corsicana corsicans corsini corso corson corstorphine cort cortana cortazar cortdiv corte cortecs cortege cortes cortese cortex cortez corti cortical corticosteroid corticosteroids cortina cortisol cortisone cortland cortlandt corto cortona cortot corum coruna corundum corunna corus coruscant corvair corvallis corvas corvee corvel corvette corvettes corvey corvi corvidae corvids corvinbank corvinus corvo corvus corwin corwood cory corydon corydoras coryell coryo coryton corzine cos cos0 cosa cosafa cosas cosatu cosby cosco cosell cosenza cosette cosgrave cosgrove coshocton cosi cosic cosigned cosima cosimo cosine cosipa cosma cosmas cosme cosmetic cosmetically cosmetics cosmetology cosmic cosmo cosmodrome cosmogony cosmography cosmological cosmologies cosmologists cosmology cosmonaut cosmonauts cosmopolitan cosmopolitanism cosmos cosplay cosponsored cossack cossacks cossor cossutta cost cost-and-freight cost-based cost-benefit cost-competitive cost-conscious cost-cutting cost-effective cost-effectiveness cost-efficient cost-of-living cost-reduction cost-saving cost-savings cost-sharing cost-to-income costa costacurta costain costal costanera costantino costanza costanzo costar costarred costas costco coste costed costello coster costigan costilla costin costing costis costlier costliest costly costner costs costume costumed costumes costuming cosumar cosworth cosy cot cota cotabato cotangent cotati cote coteau cotentin coterie coterminous cotes cotesworth cotex cotillion cotingidae coto coton cotonou cotroceni cots cotswold cotswolds cott cotta cottage cottagers cottages cottam cottbus cotten cotter cotterill cottesloe cottew cotti cottingham cottle cotto cotton cottons cottonseed cottontail cottonwood cottrell coty cotyledons coubertin couch couched couches coucy cougar cougars cough coughing coughlan coughlin coughs could coulee couleur coull coulomb coulon coulsdon coulson coulter coulthard coumarin coun.wid council councillor councillors councilman councilmember councilmembers councilmen councilor councilors councils councilwoman counsel counseled counseling counselled counselling counsellor counsellors counselor counselors counsels count countable countably countdown counted countenance counter counter-attack counter-attacked counter-attacks counter-balance counter-bid counter-demonstration counter-demonstrations counter-espionage counter-insurgency counter-intelligence counter-measures counter-offensive counter-offer counter-productive counter-rallies counter-revolutionary counter-terrorism counteract counteracted counteracting counteracts counterattack counterattacked counterattacks counterbalance counterbalanced counterclaim counterclaims counterclockwise countercultural counterculture countered counterexample counterexamples counterfactual counterfeit counterfeiters counterfeiting counterfeits countering counterinsurgency counterintelligence counterintuitive countermeasure countermeasures counternarcotics counteroffensive counterpart counterparties counterparts counterparty counterpoint counterproductive counterpunch counterrevolutionary counters counterstrike countersuit countertenor counterterrorism countertop countervailing counterweight counterweights countess counties counting countless countries countries. country country-by-country country-wide country. countrylink countryman countrymen countryside countrywide countrywide-pp counts countship county county.he countywide coup coupe coupee couper couperin coupes coupland couple coupled coupler couplers couples couplet couplets coupling couplings coupmakers coupon couponed coupons coups cour courage courageous courageously courant courbet courbis courcy couric courier couriers courland cournot courreges cours coursault course coursers courses coursework coursing courson court court-appointed court-martial court-martialed court-ordered courtauld courtaulds courted courtenay courteney courteous courtesan courtesans courtesy courthouse courthouses courtier courtiers courting courtis courtland courtly courtnall courtney courtois courtroom courtrooms courts courtship courtside courtyard courtyards couscous coushatta cousin cousins cousteau cousy coutances coutinho couto coutts coutu couture couturier cova covadonga covalent covalently covance covariance covariant covas cove coven covenant covenanter covenanters covenants covenas covens covent coventry cover cover-up cover-ups coverage coverages coverdale coverdell covered covergirl covering coverings covers covert covertly coverts coverup coves covet coveted covey covic covilha covina covington covol cow cowal cowan coward cowardice cowardly cowards cowbell cowboy cowboys cowdenbeath cowdery cowdrey cowed cowell cowen cowering cowes coweta cowgirl cowgirls cowher cowherd cowichan cowie cowl cowles cowley cowling cowlitz coworker coworkers cowpens cowper cowra cowritten cowrote cows cox cox0 coxe coxed coxeter coxless coxon coxsackie coxswain coy coyle coyne coyote coyotes cozumel cozy cozzi cp cp&l cp/cms cp/m cp0 cpa cpas cpb cpc cpd cpe cpf cpfl cpg cpgb cph cpi cpi-based cpi-indexed cpi-linked cpi-m cpis cpj cpl cpl. cpm cpmf cpmi cpn cpo cpos cpp cpr cps cps0 cpsu cpt cpu cpuc cpus cpusa cpv cq cr cr-v cr0 cra crab crabb crabbe crabs crabtree crack crackdown crackdowns cracked cracker crackerjack crackers cracking crackle crackled crackling cracknell cracks cracovia cracow craddock cradle cradle-to-grave cradled cradles cradley cradock craft crafted crafter crafters crafting crafton crafts craftsman craftsmanship craftsmen craftspeople craftworld crafty crag cragg craggy cragnotti crags craide craig craigavon craighead craigie craigieburn craigslist craik crain craiova craioveanu crais crake crakes cram cramer crammed cramming cramp cramped cramping crampons cramps crampton cran cranach cranberries cranberry cranborne cranbourne cranbrook cranbury crandall crandon crane craned cranes cranfield cranford cranial craniofacial cranium crank crankcase cranked cranking cranks crankshaft crankshafts cranky cranleigh cranmer crans cranston cranwell crap crapo crappie craps crash crash-landed crashed crashers crashes crashing crass crasson crassus crate crater cratered cratering craterlet craterlets craters crates craton cratons craugastor cravat cravath crave craved craven craves craving cravings cravinho crawfish crawford crawfords crawfordsville crawl crawled crawler crawlers crawley crawling crawls craxi cray cray0 crayak crayfish crayford crayola crayon crayons craze crazed crazy crb crc crd crdit cre crea creaking cream creamer creameries creamery creams creamy crean crear crease creases create created creates creatine creating creatinine creation creation/ creationism creationist creationists creations creative creatively creativity creator creators creature creatures creche crecy cred credence credential credentialed credentialing credentials credibility credible credibly credicorp crediop credireal credit credit-card credit-rating credit-tightening creditable creditanstalt creditanstalt-bankverein creditanstalt-grant creditcapital credited crediting credito crediton creditor creditors credits creditului creditwatch creditweek creditworthiness creditworthy credo credor cree creech creed creedence creeds creek creeks creel creeley creep creeper creepers creeping creeps creepshow creepy cregan creighton crema cremades cremated cremation crematoria crematorium crematory creme cremer cremona cremonese cremorne crendell crenellated crenna crenshaw creo creole creoles creon creosote crepe crepes crept crepuscular crerar cresap crescendo crescent crescents cresco crespi crespigny crespo cress cressida cresskill cresson cresswell cressy crest cresta crestar crestco crested cresting creston crests crests.there crestview crestwood cresud creswell cretaceous cretan cretans crete creteil cretier cretin cretu creuse creuset creutzfeld-jakob creutzfeldt creutzfeldt-jakob crevasse crevasses crevice crevices crew crewe crewed crewman crewmates crewmember crewmembers crewmen crews creyf crf crh cri cria crib cribb cribbage cribs cricetidae crichton cricinfo criciuma crick cricket cricketer cricketers cricketing crickets cricklade cricklewood cried crieff crier cries crif criimi crim crime crime-fighting crime-ridden crimea crimean crimefighter crimefighting crimelord crimen crimes criminal criminalise criminality criminalization criminalize criminalized criminalizing criminally criminals criminologist criminology crimp crimped crimson cringe crinoids crinone criollo criollos crioulo crip crippen cripple crippled cripples crippling cripps crips cris crises crisil crisis crisis-hit crisis-ridden crisis-torn crisp crispa crispi crispian crispin crisps crispus crispy criss criss-cross criss-crossed criss-crossing crisscrossed crissy crist crista cristal cristea cristi cristian cristiana cristiano cristianos cristina cristinas cristo cristobal cristofori cristoforo cristovao crisul criswell crit critchley criteria criterion criterium critias critic critica critical criticality critically criticare criticial criticise criticised criticises criticising criticism criticisms criticize criticized criticizes criticizing critics critieria critique critiqued critiques critiquing crittenden critter critters crivelli criville crixivan crj crj0 crm crn crnt cro croak croaker croaking croat croat-controlled croat-held croat-moslem croatan croatia croatian croatians croation croats crobuzon croc croce crochet crocidura crociere crock crocker crockery crockett crocodile crocodiles crocodilian crocodilians crocus croesus croft crofters crofting crofton crofts croghan crohn croissance croix croke croker crokes crom cromartie cromarty crombie cromer cromford cromme crommelin crompton cromwell cromwellian cron crone cronenberg cronica cronies cronin cronista cronje cronkite cronos cronquist cronulla cronus crony cronyism cronyn crook crooked crookes crooks crookston croom crooner crooning crop crop-damaging cropcast cropland cropped cropper cropping cropredy crops croquet crore crores cros crosbie crosby crosfield crosland croslands crosley cross cross- cross-border cross-channel cross-continent cross-country cross-currency cross-examination cross-examine cross-examined cross-frontier cross-holdings cross-license cross-licensing cross-listing cross-med cross-media cross-mediterranean cross-over cross-ownership cross-pacific cross-party cross-section cross-selling cross-shareholding cross-shareholdings cross-strait cross-straits cross-subsidies cross-subsidy cross-trade cross-trading crossair crossan crossbar crossbill crossbone crossbones crossbow crossbowmen crossbows crossbred crossbreds crossbreed crossbreeding crosscomm crosse crossed crossen crosser crosses crossfire crossgen crosshair crosshairs crossing crossings crossland crossley crossman crossmann crosson crossover crossovers crossrail crossroad crossroads crosstalk crosstown crossunder crosswalks crosswind crosswinds crosswise crossword crosswords crosthwaite crotalus crotch crothers croton crotone crotty crouch crouched crouching croup crouse crovax crow crowbar crowd crowded crowder crowding crowds crowe crowed crowell crowes crowfoot crowhurst crowley crown crown-denominated crowne crowned crowning crowninshield crowns crows crowsnest crowther croxton croy croydon crozet crozier crp crr crs crss crt crtc crts cru cruces crucial crucially cruciate crucible crucified crucifix crucifixes crucifixion cruciform crucify crucis crucitti crude crudely crudes crudiv crudup crue cruel cruella cruelly cruelties cruelty cruger cruickshank cruijff cruikshank cruise cruised cruiser cruisers cruiserweight cruises cruising crum crumb crumble crumbled crumbles crumbling crumbly crumbs crumlin crump crumpled crumplezone crunch crunched crunches crunching crunchy crunk crus crusade crusader crusaders crusades crusading cruse crush crushed crusher crushers crushes crushing crushings crusoe crust crustacean crustaceans crustal crusts crusty crutch crutcher crutches crutchfield crutchings crutchley cruttenden crux cruyff cruz cruzeiro crv crvena crvenkovski crw cry crybaby cryer cryin crying cryo cryogenic cryogenically cryogenics cryonic cryonics cryopreservation crypt cryptanalysis cryptanalyst cryptanalytic cryptic cryptically crypto cryptographer cryptographers cryptographic cryptographically cryptography cryptologic cryptology cryptosystem cryptosystems cryptozoology crypts crystal crystallex crystalline crystallisation crystallised crystallization crystallize crystallized crystallizes crystallographic crystallography crystals cs cs0 csa csaba csb csc csce csd cse csepel csf csfb csg csh csi csicop csiha csir csiro csis csk cska csl csm csn csny cso csob csongrad csonka csopak csp cspi csr csrc css cssd cst csu csv csw csx csx-conrail ct ct. ct0 cta ctas ctb ctbt ctc ctcss cte ctesias ctesiphon ctf ctfs cth cthulhu cti ctk ctl ctm cto ctp ctr ctrl ctry cts ctsa ctu ctv ctvglobemedia cty ctz ctzs cu cua cuadra cuailnge cuajone cuando cuaron cuatro cuauhtemoc cub cuba cuban cuban-american cuban-americans cuban-born cuban-inspired cubana cubans cubase cubby cube cubed cubes cubic cubical cubicle cubicles cubiertas cubism cubist cubit cubits cubitt cuboid cubs cuc cucamonga cuccia cuccurullo cuchillo cuchulainn cuckold cuckoo cuckoos cuculidae cucumber cucumbers cucuta cud cudahy cuddalore cuddle cuddles cuddly cuddy cudgen cudworth cue cued cueing cuellar cuenca cuentos cuernavaca cuervo cues cuesta cueto cueva cuevas cuff cuffed cuffs cuffy cuga cugat cui cuirass cuirassiers cuisine cuisines cukaricki cukor cukurova cul culberson culbertson culbro culdi culebra culhane culhwch culiacan culinary culkin cull culled cullen cullens culligan cullinan culling cullman culloden cullum cully culm culminate culminated culminates culminating culmination culottes culp culpa culpability culpable culpeper culpepper culprit culprits culross culshaw cult cultic cultists cultivable cultivar cultivars cultivate cultivated cultivates cultivating cultivation cultivator cultivators cultor cults cultura cultural culturally culture cultured cultures culturing cultus culver culvert culverts cum cumae cuman cumana cumann cumans cumaraswamy cumberland cumbernauld cumbersome cumbia cumbria cumbrian cumhuriyet cumin cumming cummings cummins cumnock cumulative cumulatively cumulonimbus cumulus cuna cunanan cunard cuncolta cundinamarca cuneiform cuneo cuneta cunha cunliffe cunnilingus cunning cunningham cunninghame cunningly cuno cunt cuny cuomo cuore cup cup-winning cupar cupboard cupboards cupcakes cupe cupertino cupiagua cupid cupola cupolas cupped cupressaceae cupressus cupro cups cur cura curable curacao curacy curare curate curated curates curative curator curatorial curators curb curbed curbing curbishley curbs curbside curd curds cure cure-all cured curency curent curently cures curfew curfews curia curiae curial curie curierul curing curio curiosities curiosity curious curiously curitiba curl curled curler curlers curlew curlews curley curling curll curls curly curonian curr curragh curran currant currants curren currencies currency currency-buying currency-denominated currency-linked currency-related currency-selling currencywatch current current-account current-year currently currents curreny curricula curricular curriculum currie currier curries currituck currrency currrent curry currys curse cursed curses cursing cursive cursor cursory cursus curt curtail curtailed curtailing curtailment curtailments curtain curtains curtenelle curthose curtice curtin curtis curtiss curtius curtiz curtly curvaceous curvature curve curve-flattening curveball curved curves curvilinear curving curvy curzon cusa cusack cusco cusecs cush cushing cushion cushioned cushioning cushions cushitic cushman cusiana cusick cusip cusips cusp cusps cussler cust custard custer custis custodes custodial custodian custodians custodio custody custom custom-built custom-cleared custom-made customarily customary customer customer-service customers customise customised customizable customization customizations customize customized customizing customs customs-cleared custos cut cut-backs cut-off cut-out cut-price cut-rate cut-throat cutaneous cutaway cutback cutbacks cute cuteness cuthbert cuticle cutie cutlass cutler cutlery cutoff cutout cutouts cuts cutscene cutscenes cutt cuttack cutter cutters cutthroat cutting cutting-edge cuttings cuttitta cuttlefish cutts cutty cuvier cuxhaven cuyahoga cuyegkeng cuyler cuyo cuza cuzco cv cv0 cva cva0 cvc cvd cve0 cvg cvl0 cvm cvn0 cvne cvo cvp cvr cvrd cvs cvs0 cvt cvw0 cw cw0 cwa cwad cwb cwc cwe cwi cwm cwmbran cwrs cws cwt cwu cx cx0 cxd0 cy cyan cyanamid cyangugu cyanide cyanobacteria cyanosis cyanuric cyathea cybele cyber cybercash cyberguard cyberjaya cyberman cybermedia cybermen cybernetic cybernetically cybernetics cyberonics cyberpunk cybersite cyberspace cybertron cybertronian cybertronians cybex cybill cyborg cyborgs cyc cyca cycad cycads cycas cyclades cycladic cyclase cycle cyclecar cycled cycles cycleway cyclic cyclical cyclicality cyclically cyclicals cyclin cycling cyclist cycliste cyclists cyclo cyclohexane cycloid cyclol cyclone cyclones cyclonic cyclonus cyclopaedia cyclopean cyclopedia cyclopes cyclophosphamide cyclops cyclorama cyclosporine cyclotron cyclura cycomm cyd cydsa cygne cygnet cygni cygnus cygwin cylinder cylinders cylindrical cylink cylon cylons cymbal cymbals cymbeline cymer cymru cynan cyndi cynewulf cynic cynical cynically cynicism cynics cynodonts cynon cynthia cyntia cynwyd cyp cyp0a0 cypher cypress cyprian cyprinid cyprinidae cypriot cypriot-led cypriots cyprus cyprus-based cyr cyrano cyrax cyrenaica cyrene cyric cyril cyrille cyrillic cyrix cyrodiil cyrus cys cyst cysteine cystic cystine cystitis cysts cytec cytel cytochrome cytogen cytokine cytokines cytokinesis cytology cytomegalovirus cytometry cytoplasm cytoplasmic cytosine cytoskeleton cytosol cytosolic cytotoxic cytrx cyttorak cytyc cyzicus cz cz0 czako czar czarist czarnikow czartoryski czech czech-born czech-german czech-style czechinvest czechoslovak czechoslovakia czechoslovakian czechs czepliewicz czerny czeslaw czestochowa czipo czirjak czk czw czyzewski d d&b d&n d&p d&s d'abo d'action d'adda d'administration d'affaires d'afrique d'agglomeration d'agostino d'alema d'alembert d'alene d'amato d'amboise d'amico d'amore d'amour d'ampezzo d'andrea d'ange d'angelo d'anjou d'annunzio d'ansembourg d'antoni d'antonio d'arby d'arc d'architecture d'arco d'arcy d'argo d'armes d'art d'artagnan d'arte d'arthur d'artois d'assurance d'assurances d'asti d'aubigny d'audience d'automne d'autres d'auvergne d'azur d'electricite d'entrecasteaux d'entreprises d'epargne d'esposito d'estaing d'este d'estrees d'etat d'etre d'etudes d'exploitation d'hara d'havas d'histoire d'hondt d'honneur d'horlogerie d'huez d'iberville d'ici d'ieteren d'images d'imiter d'indy d'investissement d'isere d'italia d'ivoire d'jok d'ken d'lo d'ni d'oise d'onofrio d'or d'orazio d'origine d'orleans d'oro d'orsay d'outre d'oyly d'souza d'un d'une d'urville d'yquem d- d-day d-discount d-manhattan d-mark d-mass d. d.a. d.a.r.e. d.b. d.c d.c. d.c.-based d.c.l. d.d d.d. d.f. d.g. d.h. d.h0 d.iii d.j. d.l. d.m. d.o. d.o.a. d.phil d.phil. d.r. d.s. d.sc. d.w. d0 d00 d0a d0s da da0 daa daan dab daba dabbaransi dabbas dabble dabbled dabbling dabell dabhol dabney dabrowa dabrowski dabur dac dacca dace dacha dachau dachev dachshund dacia dacian dacians dacic dacite dacitic dacko dacom dacre dacs dactyl dactylic dad dada dadaism dadaist dadar dadas daddah daddies daddy dade dado dadonghai dadri dads dadu dae dae-jung daedalus daedra daedric daegu daehan daehlie daei daejeon daelim daemon daemonic daemonite daemonites daemons daenerys daeng daer daerah daeschner daesung daeva daew daewoo daewoo-fso daf daffodil daffodils daffy dafoe daft dafydd dag daga dagan dagang dagar dagblad dagbladet dagda dagenham dagens dagestan dagestani dagger daggerfall daggers daggett daglow dagmar dagny dago dagobah dagobert dagohoy dagon dagor dagoth daguerre daguerreotype dagupan dagwood dah dahaka daher dahir dahl dahlan dahlback dahlberg dahlgren dahlia dahlin dahlman dahlonega dahmer dahomey dai dai-ichi daianu daicel daichi daido daiei daifuku daigle daigo daihatsu daiichi daiki daiko daikon daikyo dail dailey dailies daily daim daimaru daimler daimler-benz daimlerchrysler daimon daimyo dain daine dainippon dainis dainong daintree dainty daioh dairies dairy dairying dais daishin daishowa daisies daisley daisuke daisy daito daivari daiwa daiwa-mkb daiwabo daiyeh daja dajiang dak daka dakar dakara dakin dakota dakota'' dakotah dakotas daksha dakshina dal dal-tile dala daladier dalai dalal dalamar dalaran dalarna dalat dalberg dalbergia dalborg dalby dale dalek daleks dales daley dalgety dalglish dalhousie dali dalia dalian dalida dalila daling dalit dalits dalkeith dalkey dall dalla dallaglio dallaire dallara dallas dallas-based dallas-fort dallas/fort dallben dalle dalles dalley dalliance dallin dally dalmacija dalmady dalmatia dalmatian dalmatians dalmatinska dalmeny dalmiya dalmuir daloa dalry dalrymple dalston dalton daltons daltrey daluwatte daly dalymount dalziel dam dama damage damage-control damaged damages damaging daman damani damansara damar damark damas damascus damascus-based damask damaso damasus damazin dambovita dame damen dames damian damiani damiano damien damietta damir damm dammam damme dammed damming damn damnation damned damning damo damocles damodar damon damone damp damped dampen dampened dampener dampening dampens damper dampers damphousse dampier dampierre damping damron damrosch dams damsel damselflies damselfly damsire dan dana danae danaher danamon danang danann danareksa danaus danaya danbury danby dancall dance danceable danced dancefloor dancehall dancer dancers dances dancesport dancin dancing dandavate dandelion dandelions dandenong dando dandolo dandridge dandruff dandy dane daneel danek danelaw daneri danes danesin danforth dang danger dangerfield dangerous dangerously dangers dangle dangled dangling dangun dani dania danica danie daniel daniela daniele daniell daniella danielle daniels danielson danielsson danielyan daniil danilo danilovic danio danis danisco danish danites danjou danjuro dank danka danko dankworth danmark danmarks dann danna dannebrog dannenberg danner danni dannii danny dano danoli danone danorum dans dansband danse dansk danske danskin danson dansville dantai dante dantes danton dantooine dantzig danu danube danubian danubius danuta danvers danville dany danyard danylo danza danzas danzig danziger dao daoism daoist daojiong daou daoud dap daphne dapper dapr daqamsa daqing dar dar-es-salaam dara darabi daradas darbar darbhanga darboe darboven darby darcy dardanelles dardanelspor darden dardenne dare darebin dared daredevil daredevils daren dares darfur dargah dari daria darian darien darin daring dario darius dariusz darjeeling dark darkchild darke darken darkened darkening darkens darker darkest darkforce darkhawk darkhold darkly darkman darkness darko darkover darkroom darkseid darkside darkstalkers darkstar darkthrone darkwave darkwing darla darlan darlene darley darlin darling darlinghurst darlings darlington darlot darmstadt darn darna darnall darnay darnell darnley daro darom daron darowa darpa darragh darrah darrel darrell darren darrin darrow darryl darshan dart darter darters dartford darth darting dartington dartmoor dartmouth darts dartz daru darug darul darusman darussalam darwen darwin darwinian darwinism darwish darya daryl daryll das dasa dasara dasaratha dascalu daschle dasein dasgupta dash dashboard dashboards dashed dasher dashes dashi dashiell dashing dashwood dasmarinas dass dassault dassin dastardly dat data data-- data--- data---- data----- data-------------------- databank database databases datable datacom datacomm datacraft dataflow datagram datagrams datakey datalink datalogix datamonitor datanet datang dataprocessing dataquest dataquick dataset datasets datasheet datastream datatec datatype datatypes dataworks date date* date- date--company-----period--profit------consensus---range-----pvs dated dateline dates dating dative dato datong dats datson datsun datta dattatreya datu datuk datum datura dau daub daubed daubert daud daugava daugavpils daugherty daughter daughter-in-law daughters daughtry daula daulah daulat daulatpur daulton daum daun daunte daunting dauntless dauphin dauphine dauzier dav davalos davao davco dave davenant davenport daventree daventry davey david david-weill davide davidian davidians davidic davidoff davidow davids davidson davie davies daviess davignon davila davin davina davinci davino davion davis davis-monthan davison davisville davitt davor davorin davos davout davox davros davy davydov davydova daw dawa dawda dawe dawes dawg dawid dawie dawkins dawley dawlish dawn dawned dawning dawns dawood daws dawson dax dax0 dax0o daxing daxter day day* day----gmt---indicator----period--forecast---range-----previous day--company------------period--consensus----range---------pvs- day--company------------period--consensus----range---------pvs-- day-ahead day-by-day day-care day-earlier day-high day-long day-low day-night day-old day-on-day day-to-day day. day/night daya dayak dayaks dayal dayan dayanand dayananda daybreak daycare daydream daydreaming daydreams daylight daylights daylong daynard dayne dayrates days days. daystar daytime daytimes dayton daytona daz daza daze dazed dazhong dazzle dazzled dazzler dazzling db db0 dba dbase dbe dbkom dbm dbms dbp-daiwa dbr0 dbrs dbs dbsa dbt dbu dbv dc dc0 dc00 dc00f dc0s dca dcb dcbs dcc dce dcembre dci dcl dclar dclare dcm dcn dcom dcp dcr dcs dcs0 dct dcu dcw dcx dd dd0 dda ddb ddc dde ddec ddf ddg0 ddi ddos ddp ddr ddr0 dds ddt ddu de de-facto de-icing de-merger de-regulation de-stocking de0 dea deacon deaconess deaconesses deacons deactivate deactivated deactivates deactivating deactivation dead dead-end deadbeat deadeye deadlier deadliest deadline deadlines deadlock deadlocked deadly deadman deadmarsh deadpan deadpool deadshot deadweight deadwood deaf deafening deafness deak deakin deal deal-making dealer dealers dealership dealerships dealey dealing dealings deals dealt dealyed dean deane deaneries deanery deanna deano deans deansgate dear dearborn dearden dearer dearest dearg dearly dearne dearth deas deasy death death-row death.he deathbed deathbird deatherage deathless deathlok deathly deathmatch deathrock deaths deathstrike deathstroke deathtrap deathwatch deathwing deauville deb debacle debakey debarge debarked debartolo debased debatable debate debated debater debaters debates debating debauched debauchery debayle debbah debbie debby debden debenhams debenture debentures debi debian debica debilitated debilitating debis debit debitel debits deboer debonair debora deborah debord debottlenecking debra debre debrecen debriefing debris debs debswana debt debt-equity debt-financed debt-for-equity debt-free debt-india debt-indian debt-laden debt-relief debt-restructuring debt-ridden debt-service debt-servicing debt-to-capital debt-to-equity debt-to-gdp debtor debtor-in-possession debtors debts debub debug debugger debuggers debugging debunk debunked debunking debussy debut debutant debutante debutantes debute debuted debuting debuts deby debye dec dec)*00 dec-- dec-feb dec-jan dec-mar dec-nov dec. dec0 dec0'0 deca decade decade-long decade-old decadence decadent decades decades-long decades-old decaffeinated decal decalitres decalogue decals decameron decamped decapitate decapitated decapitates decapitating decapitation decarboxylase decarlo decathlete decathlon decatur decay decayed decaying decays decca deccan deceased decebalus decedent deceit deceitful deceive deceived deceiver deceives deceiving decelerate decelerated decelerating deceleration december december-february decemberists decency decennial decent decently decentralisation decentralise decentralised decentralization decentralized decepticon decepticons deception deceptions deceptive deceptively decertification decertified decertify deceuninck decibel decibels decidable decide decided decidedly decider decides deciding deciduous decima decimal decimalisation decimals decimate decimated decimating decimation decimus decipher deciphered deciphering decipherment decision decision-makers decision-making decisionone decisions decisis decisive decisively decisiveness decison decius decjan deck deckard decked decker deckers decking decks declamation declan declaration declarations declarative declaratory declare declared declarer declares declaring declassification declassified declassify declension declensions declerck declination decline declined decliner decliners declines declining decmeber deco decode decoded decoder decoders decodes decoding decoherence decolonisation decolonization decommission decommissioned decommissioning decompose decomposed decomposes decomposing decomposition decompositions decompression deconsolidation deconstruct deconstructed deconstructing deconstruction decontamination decontrol decor decorah decorate decorated decorates decoratifs decorating decoration decorations decorative decorator decorators decorum decoster decouple decoupled decoupling decoy decoys decrease decreased decreases decreasing decree decreed decrees decrepit decretals decretum decribed decried decries decriminalization decriminalized decry decrying decrypt decrypted decrypting decryption decrypts decs decserver dect decussate ded ded:bc-diary-longterm dedasz dede dedede dedekind dederick dedham dedicate dedicated dedicatee dedicates dedicating dedication dedications dedicatory deduce deduced deduces deducing deduct deducted deductibility deductible deductibles deducting deduction deductions deductive dee deeb deed deeded deedee deedlit deeds deegan deejay deejays deeley deelkraal deem deemed deeming deems deemster deen deena deep deep-draft deep-rooted deep-sea deep-seated deep-water deepa deepak deepavali deepdale deepen deepened deepening deepens deeper deepest deeping deeply deeps deeptech deepthi deepwater deer deere deerfield deerhoof deering deers dees deeside def defa defaced defacing defacto defalco defamation defamatory defame defamed defaming defatted default defaulted defaulters defaulting defaults defcon defeasance defease defeat defeated defeating defeats defecate defecating defecation defect defected defecting defection defections defective defector defectors defects defence defence-related defenceless defenceman defencemen defences defend defendant defendants defended defendents defender defenders defending defends defensa defense defensed defenseless defenseman defensemen defenses defensible defensive defensively defensor defeo defer deference deferens deferment deferral deferrals deferred deferreds deferring defers defiance defiant defiantly defibrillation defibrillator defibrillators deficiencies deficiency deficient deficit deficit* deficit-cutting deficit-financing deficit-free deficit-gdp deficit-reduction deficit-slashing deficit-to-gdp deficit-to-gross deficits defict defied defies defile defiled definable definance definately define defined defines defining definite definitely definition definitions definitive definitively defl defla deflate deflated deflating deflation deflationary deflatoq0 deflator deflatorq0 deflect deflected deflecting deflection deflections deflector deflectors deflects deflt defoe deforest deforestation deforested deform deformable deformation deformations deformed deforming deformities deformity defra defranco defraud defrauded defrauding defray defreitas defriez defrocked deft deftly deftones defu defunct defuse defused defusing defy defying deg degala degarmo degas degaton degaussing degeneracy degenerate degenerated degenerates degenerating degeneration degenerative degeneres degli degolyer degradation degrade degraded degrades degrading degrassi degree degrees degroof degtyaryov degummed degussa deh dehaene dehecq deheubarth dehn dehra dehradun dehumanizing dehydrated dehydration dehydrogenase dei deicide deidre deification deified deighton deimon deimos dein deinonychus deion deip deir deira deirdre deisel deism deist deists deitch deities deity deiulemar dej deja dejan dejazmach dejected dejima dejohnette deka dekalb deke dekker deko dekos deku del dela delacorte delacroix delafield delage delahaye delahunt delaitre delamere delamuraz delancey deland delaney delano delany delaunay delaval delaware delawares delay delayed delaying delays delbert delbruck delchamps delchev delclaux delco delebarre delecour delegate delegated delegates delegating delegation delegations delek delen delenn deleon delerium delete deleted deleterious deletes deleting deletion deletions deleuze deleye delfi delfin delfino delfood delft delgada delgado delgratia delhaize delhez delhi delhi-based delhomme deli delia delian deliberate deliberated deliberately deliberating deliberation deliberations deliberative delibes delic delicacies delicacy delicate delicately delicatessen delicias delicious delifrance delight delighted delightful delightfully delighting delights deligne delilah delillo delimit delimitation delimited delimiter delineate delineated delineates delineating delineation delino delinquencies delinquency delinquent delinquents delirious delirium delisle delist delisted delisting delists delitzsch delius deliver deliverable deliverables deliverance delivered deliverer deliveries delivering delivers delivery dell dell'alba dell'arte dell'utri della della-giacoma delle deller dellinger dello dells dellums delmar delmarva delmas delo deloitte delon delong delonge delorean delores delors delos delp delphi delphic delphine delphis delray delrina delroy dels delta deltanet.com. deltas deltoid deltora deluca deluded deluge deluged deluise delusion delusional delusions deluxe delve delvecchio delved delves delvine delving delvita delvrd dely dem demagogue demak demand demand-driven demand-led demand-supply demand0 demande demanded demanding demands demarcate demarcated demarcation demarco demarest demari demasz dematerialisation dematerialised dematteis dembinski dembski demchenko demeaning demeanor demeanour demekas demel dement demented dementia dementieva demento dementors demeo demerara demerge demerged demerger demergers demerging demerit demerits demers demesne demeter demetrio demetrios demetris demetrius demi demidov demigod demigods demilitarisation demilitarised demilitarization demilitarized demille deminex deming demining demio demir demirbank demirci demirel demis demisch demise demiurge demler demme demmin demo demobilisation demobilise demobilised demobilization demobilized democracia democracies democractic democracy democrat democrat-controlled democrat-dominated democrat-led democrat-o democrata democratic democratica democratically democratically-elected democratico democratie democratique democratisation democratise democratization democrats democrazia democritus demoed demogorgon demographer demographers demographic demographically demographics demography demoiselle demokratike demolish demolished demolishing demolition demolitions demolli demon demona demonic demonise demonised demonising demonized demonology demons demonstrable demonstrably demonstrate demonstrated demonstrates demonstrating demonstration demonstrations demonstrative demonstratives demonstrator demonstrators demoralised demoralising demoralize demoralized demoralizing demos demoscene demoskop demosthenes demoted demotic demotion dempsey dempster dems demszky demure demurin demurrage demurred demutualisation demutualise den dena denali denamerica denant denar denard denarii denarius denars denationalisation denaturation denatured denazification denbigh denbighshire denbury denby dench dendrite dendrites dendritic dendrobatidae dendrochronology dendropsophus dene deneb denel denes denethor deneuve deng dengeki dengel dengler dengue denham denholm deni denia denial denials deniaud denied denier deniers denies denigrated denigrating denikin deniliquin denilson denim deniro denis denisa denise denison denisot deniz denizen denizens denizli denizlispor denka denker denki denko denktash denman denmark dennehy dennett denney denning dennis dennison denny denominated denomination denominational denominations denominator denominators denoms denotation denotational denote denoted denotes denoting denouement denounce denounced denounces denouncing denpasar denr denro dens dense densely densely-populated denser densest densetsu denshi denshin densities density densmore denso denson dent dental dentary dentate dented denticles dentin denting dentist dentistry dentists dentition denton dents dentsply dentsu denture dentures denuded denunciation denunciations denver denver-based denville denvir denwa denway deny denying denys denzel denzil deo deoband deodato deodorant deog-ryong deol deon deora deoxygenated deoxys dep depailler depalma depardieu deparment depart departamento departed departement departements departing department departmental departments departs departure departures depatie depaul depauw depeche depend dependability dependable dependant dependants depended dependence dependencies dependency dependent dependents depending depends depersonalization depew depfa depict depicted depicting depiction depictions depicts depite deplete depleted depletes depleting depletion deplorable deplore deplored deplores deploring deploy deployable deployed deploying deployment deployments deploys depo depok depolarization depopulated depopulation deport deportation deportations deported deportees deportes deporting deportiva deportivo deports depos depose deposed deposing deposit deposit-taking depositary deposited depositing deposition depositional depositions depositor depositories depositors depository depositos deposits depot depotech depots depowered depozytowo-kredytowy depp deppler depraved depravity deprec deprecated deprecating depreciate depreciated depreciates depreciating depreciation depreciations depredations depress depressant depressants depressed depresses depressing depression depression-era depressions depressive deprivation deprive deprived deprives depriving deprogramming deprotonation dept dept. deptford depth depths depuis deputation depute deputed deputies deputise deputised deputized deputy depuy der dera derail derailed derailing derailleur derailment derails deram deranged derbent derbez derbies derby derby-lewis derbyshire derech derecho deregistered deregulate deregulated deregulates deregulating deregulation deregulations deregulatory dereham derek derelict dereliction deren derevko derfel derg dergue deri deride derided deriding derision derisive derisively derisory derivation derivational derivations derivative derivatives derivatives-linked derivatives-related derivatives@reuter.com derivatives@reuters.com derivativesdesk(0 derivativesdesk(0)00 derivativesdesk(0)00/ derive derived derives deriving derks derlan derleth dermagraft dermal dermatitis dermatological dermatologist dermatologists dermatology dermis dermot dern dernier derniere derochette derogating derogation derogations derogatory deroma deron derosa derr derrick derricks derrida derringer derry dershowitz dervis dervish dervishes dervishi derwent deryck derycke deryni des desa desai desailly desalination desalvo desam desama desann desanti desarno desarrollo desborough desc descamps descartes descend descendant descendants descended descendent descendents descending descends descent descents deschamps deschanel deschutes describe described describes describing description descriptions descriptive descriptor descriptors desde desdemona desdiv desecrated desecration desegregate desegregated desegregation desensitization deseret desert deserted deserter deserters desertification deserting desertion desertions deserts deserve deserved deservedly deserves deserving desfosses desh deshastha deshields deshmukh deshpande desi desiccant desiccated desiccation desiderius design designate designated designates designating designation designations designator designators designed designee designer designers designing designs desilu desimon desimone desirability desirable desire desired desiree desires desiring desirous desist desjardins desk desk(0 desk(0)00 desk-top deskjet deskpro desks desktop desktops desmarais desmarest desmond desolate desolation deson desorption desoto despair despaired despairing despairs despatch despatched despatches despenser desperado desperados desperate desperately desperation despicable despina despise despised despises despite despondency despondent desportivo desposit despot despotate despotic despotism despots desprez desron dessalines dessau dessert desserts dessie dessislava dessler dest destabilisation destabilise destabilised destabilising destabilization destabilize destabilized destabilizing destec destefano destin destination destinations destined destinies destino destiny destitute destitution destocking destro destron destroy destroyed destroyer destroyers destroying destroys destruct destructed destructible destruction destructions destructive destructively destructiveness destructor destructs desulphurisation desulphuriser desulphurising desultory desus det detach detachable detached detaches detaching detachment detachments detail detailed detailing details detain detained detainee detainees detaining detainment detains detect detectable detected detecting detection detective detectives detector detectors detects detemobil detente detention detentions deter detergent detergents deteriorate deteriorated deteriorates deteriorating deterioration determinant determinants determinate determination determinations determinative determine determined determiners determines determining determinism deterministic deterred deterrence deterrent deterring deters detest detested detests dethklok dethrone dethroned detlef detlev detmer detmold detonate detonated detonates detonating detonation detonations detonator detonators detour detours detox detoxification detract detracted detraction detractors detrick detriment detrimental detritus detroit detroit-based detrusitol dettori detuned deu deuba deucalion deuce deuces deum deus deuss deustche deut. deutch deutche deuterium deuterocanonical deuteronomy deutsch deutschbau deutsche deutschemark deutschemarks deutschen deutscher deutsches deutschland deutschlands deutschmark deutz deux dev deva devadasi devaki deval devaluation devaluations devalue devalued devalues devaluing devalution devan devanagari devananda devane devaney devant devante devas devastate devastated devastates devastating devastation devastator devaty devco devdas deve devel develop developed developement developer developers developing development development-stage developmental developmentally developments developped developpement develops devendra devenport devens deventer dever deveraux devereaux devereux devers deveshwar devex devgan devi deviance deviant deviants deviate deviated deviates deviating deviation deviations device devices devil devilish deville devilman devils devimon devin devine devious devise devised devises devising devito devitt deviza devizes devletoglou devlin devlopment devnya devo devoe devoid devoir devolution devolve devolved devolvement devolving devon devonian devonport devonshire devore devos devote devoted devotee devotees devotes devoting devotion devotional devotions devoto devour devoured devourer devouring devours devout devoutly devoy devrait devries devry dew dewa dewan dewar dewas dewayne dewdney dewey dewhurst dewi dewi- dewine dewitt dewsbury dewulf dex dexamethasone dexia dexter dexterity dexterous dextroamphetamine dextromethorphan dextrose dey deyoung dez deza dezvoltare df df0 dfa dfb dfc dfcc dfct dfds dfeb dfes dfhi dfi dfl dflp dfs dft dfv dfw dg dga dgb dgc dgh dgi dgiv dh dh0 dha dhabi dhabi-based dhahran dhaiya dhaka dhalla dham dhamma dhan dhana dhanbad dhani dhanutirto dhar dharam dharamsala dharamsi dharma dharmala dharmani dharmapala dharmapuri dharmasena dharmendra dharmic dharshini dharwad dhc dhc0 dhcp dhd dhe dhekelia dherinia dhillon dhimmi dhimmis dhivehi dhl dhofar dhol dhole dholpur dhoni dhoom dhoti dhows dhr dhritarashtra dhrupad dhruva dhs dht dhu dhugal dhul dhv dhyana di dia diab diabetes diabetic diabetics diable diablo diablos diabolical diaboromon diaconate diaconescu diacritic diacritical diacritics diadem diadochi diaeresis diagana diageo diaghilev diagnose diagnosed diagnoses diagnosing diagnosis diagnostic diagnostics diagonal diagonally diagonals diagram diagrams diakostavrianos dial dial-up dialect dialectal dialectic dialectical dialectics dialects dialed dialer dialing dialled dialling diallo dialog dialogic dialogs dialogue dialogues dials dialup dialysis diamagnetic diamant diamante diamantina diamantopoulos diameter diameters diametrically diametrics diammonium diamond diamond-mining diamond-producing diamond-rich diamondback diamondbacks diamonds diamondworks dian diana diane dianetics dianne diao diaoyu diaoyus diapason diapause diaper diapers diaphragm diaphragms diaries diario diarist diarmait diarmuid diarra diarrhea diarrhoea diary dias diaspora diasporas diastolic diatide diatomic diatoms diatonic diatribe diavolo diawara diax diaz diaz-balart diazepam diazo dib diba dibble dibena dibiase dibley dibny dibona dibrugarh dibs dic dicaprio dice diced dicey dich dichotomous dichotomy dichroic dichromate dick dicke dickens dickenson dickerson dickey dickie dickies dickinson dicks dickson dicky diclofenac dicon dicotyledonous dicta dictate dictated dictates dictating dictation dictator dictatorial dictators dictatorship dictatorships diction dictionaries dictionary dictionnaire dictum dicussions did dida didache didactic didcot diddley diddy diderich diderot didgeridoo didi didier didion didius dido didot didsbury didymus die die-hard dieback diebel diebold diecast died diedrich diefenbaker diego diego-based diehard diehards diehl diekirch dielectric dielectrics diels diem diemen dien diena dienas diepgen diepholz dieppe dierks dies diesel diesel-powered diesels dieskau diet dietary dieter diethyl dieting dietmar dietrich diets dietz dieu dieudonne diez dif diff diff'rent diffeomorphism differ differance differed difference differences different differentiable differential differentially differentials differentiate differentiated differentiates differentiating differentiation differently differing differs difficult difficulties difficulty diffie difford diffracted diffraction diffs diffusapr diffuse diffused diffuser diffuses diffusfeb diffusing diffusion diffusmar diffusmay dificult difranco dig digambar digbeth digby digene digest digest- digest-australian digest-hong digested digestible digesting digestion digestive digests digex digg digger diggers digges digging diggings diggle diggs dighton digi digicall digicash digicel digidestined digimon digipack digipak digit digital digitalis digitalisation digitally digitel digitial digitised digitization digitize digitized digitizing digitorum digits digivolution digivolve digivolved digivolves diglossia digne dignidad dignified dignitaries dignitary dignitatum dignities dignity digory digoxin digraph digraphs digression digressions digs digweed dihedral diht dii dijk dijkstra dijon dik dike dikembe dikes diko dikshitar diktat dil dilapidated dilatation dilate dilated dilation dilbert dildo dildos dilemma dilemmas dilettante dilfer dili diliberto diligence diligent diligentia diligently diliman dilip dilke dill dilla dillard dillenburg diller dilley dillingen dillinger dillingham dillon dillwyn dilmun dilorenzo dilute diluted diluted0 dilutes diluting dilution dilutive dilworth dim dima dimaggio dimanche dimap dimapur dimas dimbleby dime dimebag dimension dimensional dimensionality dimensionally dimensionless dimensions dimeo dimer dimera dimers dimes dimethyl dimetrodon dimick diminish diminished diminishes diminishing diminution diminutive diminutives dimissed dimitar dimitra dimitri dimitrie dimitrios dimitris dimitriu dimitrov dimitrova dimly dimm dimmed dimmer dimmers dimming dimms dimmu dimon dimond dimorphic dimorphism dimple dimples dimwitted din dina dinaburga dinagat dinah dinajpur dinamina dinamo dinant dinar dinara dinaric dinars dinas dincote dindigul dine dined dineen dinelli diner diners dines dinesh ding dingane dingell dinger dinghies dinghy dingle dingley dingman dingo dingoes dingwall dingy dinh dini dining dinis diniz dink dinka dinkins dinky dinner dinners dinnerware dinning dinny dino dinobot dinobots dinoflagellates dinos dinosaur dinosaurs dinozzo dinsa dinsdale dinsmore dint dinu dinwiddie dio diocesan diocese dioceses diocletian diode diodes diodorus dioecesis dioecious diogenes diogo dioguardi diol diomede diomedea diomedes dion dione dionisio dionne dionysia dionysian dionysius dionysos dionysus diop diophantine diophantus dior diorama dioramas diorite dios dioscorides dioscorus diosdado diouf dioxide dioxin dioxins dip dipak diperdana diphenhydramine diphosphate diphtheria diphthong diphthongs dipietro diplodocus diploid diplom diploma diplomacy diplomas diplomat diplomatic diplomatically diplomatique diplomatist diplomats diplome dipolar dipole dipoles dipped dippenaar dipper dippers dipping dips diptera dipterocarpaceae diptych dir dirac diraja dirbtinis dirck dire direccion direct direct-broadcast direct-marketing direct-to-home direct0d directed directeur directing direction directional directionally directionless directions directive directives directly directly-elected directmail directness director director-general directorate directorate-general directorates directorial directories directors directorship directorships directory directs directshow directv directx dirge dirham dirhams dirichlet dirigible dirk dirks dirksen dirt dirt-poor dirtiest dirty dis disa disabilities disability disable disabled disables disabling disadvantage disadvantaged disadvantageous disadvantages disaffected disaffection disaffiliated disagree disagreeable disagreed disagreeing disagreement disagreements disagrees disallow disallowed disallowing disallows disambiguate disambiguation disappear disappearance disappearances disappeared disappearing disappears disappoint disappointed disappointing disappointingly disappointment disappointments disappoints disapproval disapprove disapproved disapproves disapproving disarm disarmament disarmed disarming disarms disarray disassemble disassembled disassembly disassociate disassociated disaster disasterous disasters disastrous disastrously disavow disavowed disband disbanded disbanding disbandment disbank disbarred disbelief disbelieving disbursals disburse disbursed disbursement disbursements disbursing disc discal discalced discard discarded discarding discards discern discernable discerned discernible discerning discernment disch discharge discharged discharger dischargers discharges discharging dischord disciple disciples discipleship disciplinarian disciplinary discipline disciplined disciplines disciplining disclaimed disclaimer disclaimers disclose disclosed discloses disclosing disclosure disclosures disco discocellulars discography discolor discoloration discolored discomfort disconcerting disconnect disconnected disconnecting disconnection disconnects discontent discontented discontinuance discontinuation discontinue discontinued discontinuing discontinuities discontinuity discontinuous discord discordant discordia discos discotheque discotheques discount discounted discounter discounters discounting discounts discourage discouraged discouragement discourages discouraging discours discourse discourses discover discovered discoverer discoverers discoveries discovering discovers discovery discredit discredited discrediting discreet discreetly discrepancies discrepancy discrete discretely discretion discretionary discretization discriminant discriminate discriminated discriminates discriminating discrimination discriminatory discs discursive discus discuss discussed discusses discussing discussion discussions discworld disdain disdained disdainful disease disease-causing disease-free diseased diseases disembark disembarked disembarking disembodied disenchanted disenchantment disenfranchised disenfranchisement disengage disengaged disengagement disequilibrium disestablished disestablishment disfavor disfavour disfellowshipped disfigured disfigurement disfiguring disgaea disgrace disgraced disgraceful disgruntled disguise disguised disguises disguising disgust disgusted disgusting dish disharmony disheartened dished disher dishes disheveled dishevelled dishonest dishonestly dishonesty dishonor dishonorable dishonorably dishonored dishonour dishonourable dishwasher dishwashers disillusion disillusioned disillusionment disincentive disincentives disinclined disincorporated disinfectant disinfectants disinfected disinfection disinflation disinflationary disinformation disingenuous disinherited disintegrate disintegrated disintegrates disintegrating disintegration disinterest disinterested disinterred disinvest disinvestment disinvestments disjoint disjointed disjunct disjunction disjunctive disk disk-drive diskette diskettes disks dislike disliked dislikes disliking dislocated dislocation dislocations dislodge dislodged dislodging disloyal disloyalty dismal dismally dismantle dismantled dismantling dismay dismayed dismember dismembered dismemberment dismiss dismissal dismissals dismissed dismisses dismissing dismissive dismount dismounted dismounting disney disney-owned disneyland disneymania disobedience disobedient disobey disobeyed disobeying disobeys disodium disorder disordered disorderly disorders disorganised disorganization disorganized disorientation disoriented disorienting disown disowned disparage disparaged disparagement disparaging disparagingly disparate disparities disparity dispassionate dispatch dispatched dispatcher dispatchers dispatches dispatching dispel dispell dispelled dispelling dispensaries dispensary dispensation dispensational dispensationalism dispensationalists dispensations dispense dispensed dispenser dispensers dispenses dispensing dispersal disperse dispersed disperses dispersing dispersion dispersive dispirited displace displaced displacement displacements displaces displacing display displayed displaying displays displeased displeasure disposable disposal disposals dispose disposed disposes disposing disposition dispositions dispossessed dispossession disproportionate disproportionately disprove disproved disproven disproving disputable disputation dispute disputed disputes disputing disqualification disqualifications disqualified disqualify disqualifying disque disquiet disraeli disregard disregarded disregarding disregards disrepair disreputable disrepute disrespect disrespected disrespectful disrupt disrupted disrupting disruption disruptions disruptive disruptor disrupts diss dissan dissanayake dissatisfaction dissatisfied dissect dissected dissecting dissection dissections disseminate disseminated disseminates disseminating dissemination dissension dissensions dissent dissented dissenter dissenters dissenting dissents dissertation dissertations disservice dissident dissidents dissimilar dissipate dissipated dissipates dissipating dissipation dissipative dissociate dissociated dissociates dissociation dissociative dissolute dissolution dissolve dissolved dissolves dissolving dissonance dissonant dissuade dissuaded dissuasive dist distaff distal distance distanced distances distancing distant distantly distaste distasteful distefora distemper distended distill distillate distillate-rich distillates distillation distilled distiller distilleries distillers distillery distilling distinct distinction distinctions distinctive distinctively distinctiveness distinctly distinctness distinguish distinguishable distinguished distinguishes distinguishing distort distorted distorting distortion distortions distorts distr distract distracted distracting distraction distractions distracts distrapr distraught distress distressed distressing distrib distribuicao distribuidora distribut distributable distributary distribute distributed distributes distributing distribution distributions distributive distributor distributors distributorship district districts distrigas distrigaz distrijul distrijun distrito distritos distrmar distrmay distrust distrusted distrustful distrusting disturb disturbance disturbances disturbed disturbing disturbingly disturbs disulfide disunity disuse disused disy dit dita ditch ditched ditches ditching dithering dithmarschen ditka ditko ditto ditton ditty ditzy diu diuretic diuretics diurnal div div. diva divac divaina divalent divan divas divatox dive dived divenuto diver diverge diverged divergence divergences divergent diverges diverging divers diverse diversey diverseylever diversification diversified diversifies diversify diversifying diversion diversionary diversions diversity divert diverted diverting diverts dives divest divested divesting divestiture divestitures divestment divestments divide divided dividend dividends divider dividers divides dividing divina divination divinatory divine divinely divines diving divinities divinity divino divinorum divisibility divisible divisie division divisional divisions divisive divison divisor divisors divizia divo divorce divorced divorcee divorces divorcing divs divsion divulge divulged divulging divx divya diw diwali diwan dix dixie dixieland dixit dixon dixons diy diya diyala diyarbakir diz dizon dizzee dizziness dizzy dizzying dj dj/producer djajic djakarta djalminha djan django djed djembe djenne djerba djetou dji djia djibouti djibril djindjic djing djinn djiwandono djordje djordjevic djorkaeff djoser djs djukanovic djukic djunic djurgarden djurgardens dk dkb dkba dki dkk dkny dkr dkv dkw dl dl0 dla dlamini dlb dlc dlf dlj dll dlls dlouhy dlp dlr dlrs dls dlsu dlugosz dlv dlvd dly dm dm0 dm=0 dma dmar dmay dmb dmc dmca dmci dmd dme dmg dmi dmitri dmitriev dmitrieva dmitriy dmitry dmk dmo dmowski dmp dms dms0 dmso dmt dmu dmus dmv dmx dmytro dmz dn dn# dn0 dna dnap dnb dnc dnd dnepr dnes dnestr dnevni dnevnik dnf dni dnib dnieper dniester dnipro dnipropetrovsk dnp dnr dns dnsc dnum do do'urden do-able do-it-yourself do-or-die doa doa0 doab doable doak doan doane dob dobbin dobbins dobbs dobby dobell doberan doberman dobie doble doboj dobrev dobro dobrowolski dobrudzha dobruja dobrzanski dobson doby doc docbook docdata doce docenave docent docetaxel docherty docile dock docked docker dockers dockery docket docking docklands docks dockside dockworkers dockyard dockyards docomo docs docteur doctor doctor-assisted doctoral doctorate doctorates doctored doctorow doctors doctrina doctrinal doctrinally doctrine doctrines docu docudrama document documenta documentarian documentaries documentary documentation documented documenting documents dod doda dodd dodder doddie dodds dodecahedron dodecanese dodge dodgeball dodged dodger dodgers dodges dodgeville dodging dodgson dodgy dodi dodie dodo dodoma dodson dodwell doe doer doerr doers does doesburg doetinchem dof dofasco dog dogan doge dogen dogfight dogfighting dogfights dogfish dogg dogged doggedly dogger doggett doggie dogging doggy doghouse dogma dogmas dogmatic dogmatics dogmatism dogme dogon dogpatch dogra dogs dogsled dogtown dogwood doh doha dohc doheny doherty dohnanyi dohuk doi doig doin doing doings doink doit doj doji dojin dojinshi dojo dojos dok doki dokken dokle dokmanovic doktor doku dol dolan dolarhyde dolby dolce doldrums dole dole-kemp doled dolenjska dolenz dolerite dolgellau dolina dolittle doll dollar dollar- dollar-based dollar-bloc dollar-buying dollar-denominated dollar-indexed dollar-linked dollar-mark dollar-pair dollar-rupee dollar-rupiah dollar-selling dollar-sensitive dollar-supportive dollar-weighted dollar-yen dollard dollarization dollars dollens dollfuss dollhouse dollinger dollis dolls dolly dollywood dolmen dolmens dolni dolomite dolomites dolores dolorosa dolow dolph dolphin dolphin-safe dolphins dolphy doly dom dom=domestic doma domain domaine domains doman domb dombrowski domco dome domecq domed domenech domenic domenica domenichino domenici domenico domes domesday domestic domestically domesticated domestication domestics domhnaill domhnall domi domicile domiciled domina dominance dominant dominantly dominaria dominate dominated dominates dominating domination dominator dominators dominatrix domine domineering domingo domingos domingue dominguez domini dominic dominica dominican dominicana dominicans dominici dominick dominik dominikovic dominion dominions dominique domino dominoes dominos dominus domitia domitian domitius domnall domo domon domos doms domtar domus don dona donadio donagh donaghy donaghys donahue donal donald donaldo donaldson donat donate donated donatella donatello donates donati donating donation donations donato donatus donau doncaster doncasters doncho donde dondo done donegal donegall donegan donelly donelson doner donetsk dong dong-a dong-ah dong-jin dongah dongbang dongbu donges dongfang dongfeng dongguan dongkuk dongle dongola dongsuh dongwon doni donington doniphan donis donitz donizete donizetti donjon donkey donkeys donlavey donmar donn donna donnan donnas donnchad donnchadh donne donned donnell donnellan donnelley donnelly donner donney donnie donning donnington donnkenny donny donnybrook donofrio donoghue donohoe donohue donor donors donoso donostia donovan dons dont donte donut donuts doo doobie doodle doodles doody doogie doohan dookie dooku dooley doolin doolittle doom doomed dooming doomsday doon doonesbury doop door door-to-door doorbell doordarshan doorknob doorman doornbos doors doorstep doorsteps doorway doorways doosan doot dooyeweerd dop dopa dopamine dopaminergic dopant dope doped dopey doping doppelganger doppelgangers doppler dor dora dorado doraemon doral doran dorans dorbyl dorcas dorchester dordogne dordrecht dore doreen doremi doren dorf dorff dorfman dorfmeister dorgan dori doria dorian dorians doriath doric doriemus dorion doris dorje dork dorking dorling dorm dorma dormammu dorman dormancy dormann dormant dormer dormers dormition dormitories dormitory dormouse dorms dorn dornan dornbusch dornelles dorney dornier dornoch doro doron dororo dorosz dorothea dorothy dorp dorpat dorr dorrance dorrell dorris dors dorsal dorsalis dorsally dorset dorsetshire dorsett dorsey dorsum dort dortmund doru dorval dorweiler dory dos dosa dosage dosages dosal dosbox dosco dose dosed dosedel doses doshi dosing doss dossier dossiers dost dostoevsky dostoyevsky dostum dot dotc dotcom doted doth dothan doting dotronix dots dotson dotted dotterels dottie dotting doty dou douai douala douaouda douay double double-a double-b double-blind double-bogey double-decker double-digit double-digits double-edged double-faulted double-figure double-hull double-hulled double-murder double-top double-witching doubled doubleday doubleheader doubles doublet doubletree doublets doubling doubly doubs doubt doubted doubters doubtful doubting doubtless doubts douce doucet douch douche doud doug dougal dougall dougan dough doughboy dougherty doughnut doughnuts doughty dougie douglas douglases douglass douin doujinshi doukas doull doulton douma doune doupnitsa dour dourian douro dourthe douse doused dousing doust douste-blazy doutriaux douwe dov dove dovecote dover dover-calais doves dovetail dovetailed dovid dovish dovrat dow dow-inspired dowa dowager dowd dowding dowdy dowel dowelanco dowell dower dowie dowitchers dowland dowling down down-to-earth downbeat downcast downdraft downe downed downer downers downes downey downfall downfield downforce downgrade downgraded downgrades downgrading downgradings downham downhill downhiller downhills downie downing downingtown downland downlink download downloadable downloaded downloading downloads downmove downpatrick downpayment downplay downplayed downplaying downplays downpour downpours downright downriver downs downscaling downshift downside downsides downsize downsized downsizing downslope downstairs downstate downstream downsview downswing downtempo downtime downton downtown downtowns downtrend downtrodden downturn downturned downturns downward downwardly downwards downwind downy dowry dowsing dowson dowty dox doxa doxology doxorubicin doxycycline doyen doyle doylestown dozen dozens dozer dozier dozois dp dp0 dpa dpb dpc dpd dpef dpg dphil dpi dpj dpm dpp dpr dprk dps dpt dpu dpuc dq dq0 dqb0*0 dqe dr dr. dr0 dra drab drac drachma drachma- drachmas draco draconian draconians draconic draconis dracula draenei draenor draft drafted draftee draftees drafters drafting drafts draftsman draftsmen drag dragados dragan dragged dragging draghi dragnet drago dragoljub dragomir dragon dragon- dragonair dragonball dragonfield dragonflies dragonflight dragonfly dragonforce dragonlance dragonriders dragons dragonzord dragoon dragoons dragoslav dragovoljac drags dragster dragutin drahy drain drainage drainages drained draining drains draka drake drakensberg drakes drakh drakken dram drama dramas dramatic dramatically dramatics dramatisation dramatise dramatised dramatist dramatists dramatization dramatizations dramatize dramatized dramatizes dramaturgy dramedy drammen drams drang drank dransfield drape drapeau draped draper draperies drapers drapery drapes draping drasin draskovic draskovics drastic drastically draugen draught draughts draughtsman draupadi drava dravid dravida dravidian dravidians draw drawback drawbacks drawbaugh drawbridge drawbridges drawdown drawdowns drawer drawers drawing drawings drawl drawn drawn-out draws drax draxis dray drayton drazek drazen drb drb-hicom drbls drc drdo dre dread dreaded dreadful dreadlocks dreadnaught dreadnought dreadnoughts dream dreamcast dreamcatcher dreamcoat dreamed dreamer dreamers dreamgirls dreamin dreaming dreamland dreamlike dreams dreamscape dreamscapes dreamt dreamtime dreamwave dreamweaver dreamworks dreamworld dreamy dreary dreco dred dredd dredge dredged dredger dredgers dredging dreekman dreekmann drees dregs dreher drei dreier dreiser drena drenched drenching drennan drenthe dresch drescher dresden dresdner dresner dress dressage dressed dresser dressers dresses dressing dressing-room dressings dressler dressmaker dreux drew drewry drexel drexler dreyer dreyfus dreyfuss drg dri dribble dribbled dribbling dried driefontein drier dries driessen driest driffield drift drifted drifter drifters drifting driftless drifts driftwood drigo drilex drill drilled driller drillers drilling drillings drills drina drink drinkable drinkdec drinker drinkers drinking drinkjan drinks drinkwater drip dripped dripping drips driscoll driss drive drive-by drive-in drive-through drive/genesis drivemax driven driver driverless drivers drives driveshaft drivetime drivetrain driveway driveways drivin driving drizzle drizzt drljaca drm drnk drnovice drnovsek dro drobiarskie drobnjak droege droga drogba drogheda drogo drogue droid droids droit droite droits droitwich droll drollas droma dromaeosaurids drome dromore drona drone drones dronfield drongos droning drood drooling droop drooping droopy drop drop-off dropkick droplet droplets dropout dropouts dropped dropping droppings drops dropship dropsy dror drosed drosera drosophila drotske drought drought-affected drought-hit drought-stricken droughts drouin drove drover drovers droves drow drown drowned drowning drowns drowsiness drowsy droylsden droz drs drsd dru drubbing druck drucker druckmaschinen drudge drudgery drug drug-fighting drug-free drug-maker drug-related drug-resistant drug-smuggling drug-taking drug-traffickers drug-trafficking drugged drugging druggist druggists drugmaker drugmakers drugs drugstore drugstores druha druid druidic druids druitt drukarnia drulovic drum drumbeat drumcondra drumcree drumhead drumheller drumkit drumline drumlins drummed drummer drummers drumming drummond drummondville drummoyne drums drumset drumstick drumsticks drunk drunkard drunken drunkenly drunkenness drunks drupe drury drusilla druss drusus drut druze druzhba drv drvar dry dry-dock dry-docked dryad dryandra dryas dryburgh dryden drydock drydocking drydocks dryer dryers drying dryland dryness drypers drys drysdale drywall ds ds0 dsa dsb dsc dsd dse dsf dsg dsi dsj dsl dslr dslrs dsm dso dsp dspc dsps dsr dsr-senator dss dst dsu dsv dsw dt dt0 dta dtb dtc dtcs dtd dte dth dti dtient dtm dtmf dtn dtp dts dtt dtv du dua dual dual-currency dual-listed dual-use duala dualdisc dualism dualist dualistic duality dually dualpurpose duals dualshock duan duane duarte dub dubai dubai-based dubal dubay dubbed dubbing dubbo dubcek dube dubh dubia dubilier dubin dubinin dubinsky dubious dubium dublin dublin-based dubliners dublins dubnica dubois dubokovic dubose dubrovnik dubrowski dubs dubstep dubuque duc duca ducal ducaru ducasse ducati ducats duce duceppe ducey duchamp ducharme duchesne duchess duchesse duchesses duchies duchovny duchy duck duckburg ducked duckett ducking duckling ducklings ducks ducktales duckwall-alco duckworth ducky duclos ducruet duct ducted ductile ductility ducting ducts ductus dud duda dudack dudayev duddon duddy dude dudek dudelange dudes dudgeon dudinka dudits dudley dudu due duel dueled duelfer dueling duelist duelists duelling duels duero duerr dues duesenberg duesseldorf duet duets duetted dufaux dufay duferco duff duff&phelps duffel dufferin duffield duffryn duffy dufka dufour dufresne dug dugald dugan dugar dugarry dugdale duggan dugme dugoin dugong dugout dugouts duguay duguid duh duhaime duhalde duhamel dui duiker duin duisburg duisenberg duit duk dukakis dukan dukas dukat duke dukedom dukedoms dukes dukie dukla duklja dul dula dulce dulcie dulcimer duleep dull dullah dulled duller dulles duluth dulwich duly dum duma dumaguete dumai dumars dumas dumb dumbarton dumbbell dumber dumbfounded dumbing dumbledore dumbo dume dumez dumfries dumfriesshire dumitrescu dumitru dummer dummies dummy dumnonia dumont dumouriez dump dumped dumping dumpling dumplings dumps dumpster dumpty dun duna dunaferr dunaholding dunajska dunamenti dunan dunant dunavant dunaway dunbar dunbartonshire dunblane duncan duncan-williams dunce dunciad duncombe dundalk dundas dundee dunder dundonald dundrum dundurn dune dunedain dunedin dunem dunes dunfermline dunford dung dunga dungan dungannon dungarvan dungeness dungeon dungeons dungiven dungy dunham dunhill dunhuang duni dunin dunk dunked dunkeld dunkerque dunkin dunking dunkirk dunkley dunks dunlap dunleavy dunlf dunlop dunloy dunmer dunmore dunn dunne dunnery dunnes dunning dunoon dunphy dunraven duns dunsany dunsmuir dunst dunstable dunstan dunster dunston dunton duntroon dunvegan dunwich dunwoody dunya duo duodenal duodenum duomo duong duopoly duos dup dupage dupas dupe duped duper dupes dupin duple dupleix duplessis duplex duplexes duplicate duplicated duplicates duplicating duplication duplications duplicative duplicitous duplicity dupont dupre dupree dupri dupuis dupuy duque duquesne duquette dur dura durability durable durables duracell durack durai durakon dural duralumin duramed duran durance durand durandal durang durango durant durante duras duratec duration durations durazzo durban durbar durbin durch durchholz durco durden durdynets duren durer duress durex durg durga durgapur durham duri durian durie durin during durkheim durkin durkon durlacher durnin durning duro durocher durr durrani durrant durrell durrenmatt durres durrett durrow dursley durst durum durward dury duryea duryodhana dusa dusaidi dusan dushanbe dusk dusk-to-dawn dusko dusky duss dussander dusseldorf dust dustbin dusted duster dusters dustin dusting dustour dusts dusty dut duta dutch dutch-based dutch-belgian dutch-born dutch-german dutch-owned dutch-speaking dutch-style dutcher dutchess dutchman dutchmen duthie duties dutiful dutifully dutoit dutra dutroux dutt dutta dutton duty duty-free duty-paid duty-unpaid duva duval duvalier duvall duvillard duwamish dux duxbury duxford duyn dv dv0 dva dvaita dvb dvd dvd-ram dvd-rom dvds dveloppement dvfa dvi dvina dvor dvorak dvr dvr0 dw dwan dwaraka dwarf dwarfed dwarfing dwarfism dwarfs dwarka dwarven dwarves dwayne dwd dwell dwelled dweller dwellers dwelling dwellings dwells dwelt dwemer dwi dwight dwindle dwindled dwindles dwindling dwm dworkin dworsky dws dwt dwyane dwyer dx dx0 dy dyachenko dyadic dyakov dyan dyce dyck dyckerhoff dye dyed dyeing dyer dyers dyersburg dyes dyess dyestuff dyfed dyffryn dying dyk dyke dykes dykstra dylan dylex dyn dyna dynamic dynamical dynamically dynamics dynamism dynamite dynamited dynamix dynamo dynamometer dynamos dynastic dynasties dynasts dynasty dynatech dyncorp dyne dynkin dyno dyp dysart dysentery dysfunction dysfunctional dysfunctions dyskinesia dyslexia dyslexic dyson dyson-kissner-moran dysphagia dysphoria dysplasia dyspnea dystar dystonia dystopia dystopian dystrophy dz dzerzhinsky dzhandosov dzhokhar dziennik dzierzoniow dziewulski dzogchen dzong dzugas e e&p e*trade e-class e-coli e-mail e-mail:chicago.derivatives.newsroom@reuters.com e-mail:derivatives@reuters.com e-money e-plus e-series e-systems e-z e. e.a. e.b. e.c. e.c.mex e.coli e.d. e.d.& e.d.&f e.d.&f. e.d.t e.d.t. e.e. e.europe e.f. e.g e.g. e.g.cst e.g.indust e.g.manu e.g.unemployment e.german e.h. e.i. e.i.d e.i.hotel e.j. e.l. e.m. e.o. e.on e.p e.p. e.p.s. e.r. e.s. e.s.t. e.t. e.u. e.v e.v. e.w. e/i e0 e0/0 e0a e0b e0c e0s e=estimate ea ea-generali ea0 ea0b eaa eaaa eab eac each eachother ead eadbald eadberht eadgils eadie eads eagan eager eagerly eagerly-awaited eagerness eaggf eagle eagled eagles eagleson eagleton eai eaker eakins ealdorman eales ealham ealier ealing ealy eam eames eamon eamonn ean eap eappen ear earache eardley eardrum eared earendil earhart earings earl earldom earldoms earle earler earless earley earlham earlier earlier-than-expected earliest earls early early-maturing early-morning early-season early-stage early-warning early0 early0s early0th earmark earmarked earmarking earmarks earn earnapr earnaug earned earner earners earnest earnestly earnestness earnhardt earning earnings earnings-enhancing earnings-per-share earnings-related earnings/ earningsapr earningsfeb earningsjan earningsmar earnjul earnjun earnmay earns earnshaw earp earphones earpiece earps earring earrings ears earshot earth earth-moving earth-shaking earth0 eartha earthbending earthbound earthen earthenware earthforce earthgrains earthling earthlings earthlink earthly earthmoving earthquake earthquakes earthrealm earths earthsea earthwork earthworks earthworm earthworms earthy eas easa easc easco easdaq ease eased easel easement easements eases easier easiest easily easing easings easington easley eason easow east east-central east-northeast east-southeast east-west east/west eastbay eastbound eastbourne eastbrokers eastchester eastenders easter easterbrook easterlings easterly eastern easterners easternmost eastgate eastham eastlake eastland eastleigh eastlink eastman easton eastport easts eastside eastview eastward eastwards eastwest eastwick eastwood easy easy-to-use easybeats easygoing easyjet easyknit easynet eat eaten eater eateries eaters eatery eating eaton eatontown eats eau eaux eaves eavesdrop eavesdropping eax eazy eb eb0 eba ebara ebay ebb ebba ebbed ebbers ebbets ebbing ebbs ebbsfleet ebbw ebcdic ebel ebeling eben ebenezer eber eberhard eberhart eberle eberron ebersol ebert ebi ebidta ebionites ebit ebitda ebla ebm ebn ebner ebola eboli ebon ebonics ebony ebook ebooks ebr ebrahim ebrd ebro ebs ebsen ebt ebu ebullient ebv ec ec0 eca ecac ecar ecare ecb ecbs ecc ecce eccellenza eccentric eccentricities eccentricity eccentrics eccles ecclesall ecclesia ecclesiae ecclesial ecclesiastes ecclesiastic ecclesiastica ecclesiastical ecclesiastics ecclesiology eccleston ecclestone ecco ecd ece ecevit ecf ecg ecgd ecgfrith echange echelon echelons echevarria echeverri echeverria echidna echidnas echigo echinoderms echizen echl echlin echo echocardiography echoed echoes echogen echoing echolocation echols echorium echos echostar echota echr echternach echuca eci ecia ecija ecj eck eckankar eckardt eckart ecker eckerd eckernforde eckersley eckert eckhard eckhardt eckhart eckler ecko eckstein eckstine ecl eclair eclampsia eclectic eclecticism eclipse eclipsed eclipses eclipsing eclipso ecliptic eclogues ecm ecma ecmascript ecn ecnz eco ecob ecofin ecofis ecogas ecolab ecole ecoles ecological ecologically ecologist ecologists ecology ecommerce ecomog ecomomic econ econet econoline econometric econometrics econometrix economia economic economica economical economically economico economics economies economique economische economist economista economists economy ecopetrol ecoplast ecoregion ecoregions ecosoc ecosystem ecosystems ecotek ecotourism ecovillage ecowas ecozone ecp ecpat ecr ecri ecs ecsa ecsc ecstasy ecstatic ect ecto ectoderm ectodermal ectopic ectoplasm ects ecu ecuador ecuadoran ecuadorean ecuadoreans ecuadorian ecuadorians ecumenical ecumenism ecus ecusa ecw eczema ed ed&f ed. ed.d. ed0 eda edah edain edaran edasz edb edberg edc edd edda eddard eddery eddic eddie eddies eddings eddington eddo eddy eddystone ede edec edegel edek edel edelca edelman edelnor edelstein edelstone edelweiss edema eden edenia edens edenton eder edessa edessaikos edexcel edey edeza edf edf-gdf edgar edgard edgardo edgars edgbaston edge edgecombe edged edgefield edgehill edgemont edgerton edges edgewater edgewood edgeworth edgier edging edgware edgy edhem edhi edi ediacaran edible ediciones edict edicts edie edifer edification edifice edifices edin edina edinburg edinburgh edinburgh-based edinger edington edirne edison edisto edit editable edited editek edith editing editio edition editions editor editor-in-chief editora editorial editorially editorials editors editorship edits edizione edlinger edlund edm edmark edmilson edmond edmonds edmondson edmonson edmonton edmund edmundo edmunds edmundston edn edna edo edoardo edogawa edom edon edouard edp edp-electricidade edper edri edrich edrington edriss eds eds-digital eds. edsa edsall edsel edson edst edt edta edu eduard eduardo educ educacion educate educated educates educating education educational educationalist educationally educationist educations educative educator educators educor eduction edulis eduscho edutainment edvard edward edwardes edwardian edwards edwardson edwardsville edwin edwina edzard ee eea eeb eec eee eefje eeg eei eek eel eelam eelgrass eels een eeoc eep eeprom eerie eerily eero eerste eesr.rts eesti eeyore eez ef ef0 efa efacec efan efate efe efeb efekt efendi efes eff effacing effec effect effected effecten effectenbank effecting effective effectively effectiveness effector effects effectual effeminate effenberg effendi efferent efficacious efficacy efficiences efficiencies efficiency efficient efficiently effie effigies effigy effingham effluent effluents efflux effort effortless effortlessly efforts effusion effusive efg efg-hermes efi eficorp efim efore efp efps efrain efrem efren efron efs eft efta efteling eftpos efx eg eg&g eg. ega egal egalitarian egalitarianism egan egana egat egbert egberts egco ege egeland eger egeria egerton egfr egg egg-shaped egged eggen egger eggers eggert egghead eggleston eggleton eggman eggplant eggs eggshell egham egil egill egin egis eglin eglinton eglise egm egmond egmont egnatia ego egocentric egoism egon egos egotism egotistical egoyan egpc egr egregious egremont egress egret egrets egs egwene egypt egyptair egyptian egyptian-born egyptian-israeli egyptians egyptologist egyptologists egyptology eh eh0 ehime ehlers ehr ehrenberg ehrenfest ehrenkrantz ehrlich ehrmann ehrnrooth ehs ehsan ehud ei eia eia).(0 eias eib eica eich eichenwald eicher eichhorn eichler eichmann eichsfeld eichstatt eid eide eidelheit eider eidolon eidos eidsvoll eielson eifb eifel eiffage eiffel eigenstate eigenstates eigenvalue eigenvalues eigenvector eigenvectors eiger eight eight- eight-contract eight-day eight-day-old eight-game eight-hour eight-inch eight-man eight-member eight-month eight-month-old eight-nation eight-page eight-party eight-percent eight-point eight-under eight-under-par eight-week eight-year eight-year-old eight-year-olds eightball eighteen eighteens eighteenth eightfold eighth eighth-inning eighth-largest eighth-ranked eighth-seeded eighths eighties eightieth eights eighty eighty-five eighty-four eigth eigtved eih eiichiro eiji eike eiko eilat eilean eileen eilenberg eilonwy eilts ein einar einars einaudi eindhoven eine einem einer eines einhorn einsatzgruppen einsiedeln einst einstein einsturzende eintracht eipico eir eira eircom eire eireann eirene eiri eirik eis eisai eisen eisenach eisenbahn eisenberg eisenhorn eisenhower eisenhuettenstadt eisenman eisenstadt eisenstein eishockey eisler eisley eisma eisner eissa eisteddfod eisuke eitan eitel either eitzen eiu eiwa eizenstat ej ejaculate ejaculation ejaz ejb eject ejecta ejected ejecting ejection ejective ejector ejects ejercito ejido ejup ek ek0 eka ekachart ekaterina ekaterinburg ekberg ekco eke eked ekeren ekeus ekg ekho ekimov ekinci ekinciler eking ekiti ekk ekka ekkehard eklund ekman eko ekoagrobanka ekofisk ekoku ekonomi ekran ekranas eks eksin eksportfinans eksportu ekspres eksteen ekstraklasa el el-alfi el-badri el-banbi el-baz el-gharib el-rashad el-rov el-sheikh el-sherif el-zak-zaky el-zayat el. el0 ela elaborate elaborated elaborately elaborates elaborating elaboration elaborations elagabalus elahi elaine elam elamex elamite elamites elan elanco eland elandsrand elang elapse elapsed elas elastic elastica elasticity elastin elastomer elastomers elated elation elayna elayne elazar elba elbasan elbasani elbe elber elberfeld elbert elbing elbirt elbit elblag elbow elbowed elbowing elbows elbrewery elbridge elc elca elche elcho elco elcon eld elda eldad eldar elden elder elderly elders elderslie eldest eldon eldorado eldr eldred eldredge eldridge eldritch ele eleanor eleazar elec elect elected electicity electing election election-related election-year electioneering elections elective electives elector electoral electorally electorate electorates electors electra electrabel electrafina electress electric electric-powered electrica electrical electrically electricals electricas electrician electricians electricidad electricidade electricite electricity electricity-generating electrics electricty electrification electrified electrify electrifying electro electroacoustic electrocardiogram electrochemical electrochemistry electroclash electrocom electroconvulsive electrocuted electrocuting electrocution electrode electrodes electrodynamics electroglas electrolux electrolysis electrolyte electrolytes electrolytic electromagnet electromagnetic electromagnetism electromagnets electromechanical electron electronegative electronegativity electronic electronica electronically electronics electronique electrons electropharmacology electrophilic electrophoresis electrophoretic electrophysiology electroplating electropop electroshock electrostatic electrotechnical electrowatt electroweak electrowinning electrum elects eleftherios eleftheros eleftherotypia elefun elegance elegans elegant elegantly elegiac elegies elegy elejalde elek-tek elekta elektra elektrarna elektrarne elektrarny elektrik elektrim elektrobudowa elektromontaz elektron elektronik elektroprivreda elektrowatt elem element elemental elementals elementary elements elemer elen elena elendil eleni eleonora eleonore elephant elephantine elephants elessar elessedil eletricas eletricidade eletrobras eletropaulo eletrosul eleusinian eleusis eleuterio eleuthera eleutherodactylus elevate elevated elevates elevating elevation elevations elevator elevators eleven elevens eleventh eleventh-hour elexsys elf elf-aquitaine elfangor elfi elfin elfman elfquest elgar elgi elgin elgood eli elia eliade eliades eliahu elian eliana eliane elias elicit elicited eliciting elicits elida elie eliezer elif eligibility eligible elihu elijah elim eliminate eliminated eliminates eliminating elimination eliminations eliminator eliminators elin elina elinor elint elio eliot eliott elis elisa elisabet elisabeth elisabetta elisaveta elise eliseo eliseu elisha elision eliskases elissa elissar elita elitbank elite elites elitism elitist elitserien elixir eliyahu eliza elizabeth elizabeth'' elizabethan elizabethton elizabethtown elizaveta elizondo eljer elk elka elke elkem elkhart elkhorn elkie elkin elkington elkins elko elks elkton ell ella elland ellawala elle ellen ellensburg eller ellerine ellerslie ellery ellesmere ellet ellett elli ellice ellicott ellie elliman ellimist elling ellington elliot elliott ellipse ellipses ellipsis ellipsoid ellipsoidal elliptic elliptical ellis ellison elliston ellora ellrich ellroy ellsberg ellsworth ellum ellwood elly ellyn elm elma elman elmar elmendorf elmer elmet elmham elmhurst elmi elminster elmira elmo elmont elmore elms elmsford elmu elmwood elmyra eln elo elocution elohim elohist eloi eloise elon elongate elongated elongation elope eloped elopement eloquence eloquent eloquently elora eloy elp elphaba elphin elphinstone elpidio elpo elric elrod elron elrond elroy els elsa elsag elsam elsbury elscint else elsevier elsewhere elseworlds elsie elsinore elsner elson elspeth elst elstein elster elston elstree elswhere elswick elta eltahawy eltech eltek eltham eltin eltingh elton eltrax eltron eltsova elua eluard elucidate elucidated elucidating elucidation elude eluded eludes eluding eluki eluru elusive elva elven elverum elves elvin elvir elvira elvis elvish elway elwes elwood elworthy elwyn ely elyo elyon elyria elyse elysee elysees elysian elysium elytra elza elzbieta elzelingen em em0 ema emaar emaciated emacs emad email email:bangkok.newsroom@reuters.com email:derivatives@reuters.com emailed emails emanate emanated emanates emanating emanation emanations emancipate emancipated emancipation emanu emanuel emanuele emap emar emas emasz emate emay emb emb0 emba embalmed embalming embankment embankments embarassing embarassment embarcadero embargo embargoed embargoes embark embarkation embarked embarking embarks embarrass embarrassed embarrasses embarrassing embarrassingly embarrassment embassies embassy embattled embayment embed embedded embedding embeddings embeds embellish embellished embellishing embellishment embellishments ember emberizid emberizidae emberizids embers embezzled embezzlement embezzling embittered emblazoned emblem emblematic emblems embodied embodies embodiment embodiments embody embodying embolden emboldened embolism embossed embossing embotelladora embotelladoras embouchure embrace embraced embraces embracing embraer embrasures embratel embroidered embroidery embroiled embrun embry embryo embryogenesis embryology embryonic embryos embu emc emcare emcee emceed emcees emco emd emden emdr eme emea emeka emelia emelianenko emendations emer emerald emeralds emerge emerged emergence emergencies emergency emergent emerges emerging emeric emerick emeril emerita emeritus emerson emery emeryville emesa emese emetel emetic emex emf emg emh emi emigrant emigrants emigrate emigrated emigrating emigration emigre emigres emil emile emilia emiliano emilie emilio emily emin eminem eminence eminent eminently eminescu emir emirate emirates emirau emiri emirs emishi emisphere emissaries emissary emission emissions emissivity emit emits emitted emitter emitters emitting emley emlico emlyn emm emma emmanuel emmanuelle emmanuelli emmaus emmeline emmen emmer emmeram emmerdale emmerich emmerson emmet emmett emmis emmitsburg emmitt emmons emms emmy emmylou emmys emnid emo emons emory emoticons emotion emotional emotionally emotionless emotions emotive emp empanadas empaques empath empathetic empathic empathy empedocles empennage emperor emperors emphases emphasis emphasise emphasised emphasises emphasising emphasize emphasized emphasizes emphasizing emphatic emphatically emphysema empire empires empirical empirically empiricism empiricist emplaced emplacement emplacements emplmnt employ employability employed employee employee-owned employees employement employer employers employes employing employment employs emplymnt empoli emporia emporium empower empowered empowering empowerment empowers empresa empresas empress empresses empt empted emptied empties emptiness emptive empty empty-handed emptying emr emre emrys ems emsland emslie emsworth emt emta emtn emts emu emu-related emulate emulated emulates emulating emulation emulator emulators emule emulsifier emulsion emulsions emus emusic emv emvasa en en0 ena enable enabled enabler enables enabling enact enacted enacting enactment enactments enacts enagas enamel enameled enamelled enamelon enamels enami enamored enamoured enantiomer enantiomers enap enarai enberg encad encamped encampment encampments encantadia encapsulate encapsulated encapsulates encapsulating encapsulation encarnacion encarta encased encasing ence enceladus encephalitis encephalopathies encephalopathy enchaine enchant enchanted enchanter enchanting enchantment enchantments enchantress encinitas encino encircle encircled encirclement encircles encircling encke enclave enclaves enclose enclosed encloses enclosing enclosure enclosures encode encoded encoder encoders encodes encoding encodings encomienda encomium encompass encompassed encompasses encompassing encore encores encotesa encounter encountered encountering encounters encourage encouraged encouragement encourages encouraging encouragingly encroach encroached encroaching encroachment encroachments encrusted encrypt encrypted encrypting encryption encumbered encyclical encyclopaedia encyclopaedic encyclopedia encyclopedias encyclopedic encyclopedie end end-account end-apr end-april end-aug end-august end-dec end-december end-feb end-february end-investors end-jan end-january end-july end-june end-mar end-march end-may end-month end-nov end-november end-oct end-october end-of-day end-of-empire end-of-life end-of-month end-of-quarter end-of-season end-of-the-month end-of-week end-of-year end-products end-q0 end-season end-sep end-sept end-september end-to-end end-use end-user end-users end-week end-year end0 enda endacott endanger endangered endangering endangerment endangers ende endean endear endeared endearing endearment endeavor endeavored endeavoring endeavors endeavour endeavoured endeavouring endeavours ended endemic endemics endemism endemol ender enderby enderlin enders endesa endgame endgames endiama endian endicott ending endings endless endlessly endmonth endo endocardial endocarditis endocare endocrine endocrinologist endocrinology endocytosis endoderm endogamous endogenous endometrial endometriosis endometrium endomorphism endoplasmic endor endora endorex endorheic endorphins endorse endorsed endorsement endorsements endorser endorses endorsing endoscopic endoscopy endosonics endosperm endosymbiotic endothelial endothelium endothermic endotracheal endovascular endow endowed endowing endowment endowments endows endpoint endpoints endre endress endrio ends endurance endure endured endures enduring enduro enduser endusers endymion endzone ene enea enel enema enemas enemies enemy ener enerapr enerco enerfeb enerfinance energen energet energetic energetica energetically energeticheskaya energeticka energetics energetika energetiki energi energia energie energie-versorgung energies energieversorgung energija energis energise energised energize energized energizer energizing energjul energjun energo energoaparatura energon energy energy-efficient energy-hungry energy-intensive energy-related energy-rich energy-saving energydirect energyone enerjak enermay enersis enertel enescu enfant enfants enfield enforce enforceable enforced enforcement enforcer enforcers enforces enforcing enfranchised enfranchisement eng eng. eng.may engage engaged engagement engagements engages engaging engel engelbart engelberg engelbert engelbrecht engelen-kefer engelhard engelhardt engell engelmann engels engen engender engendered engenders engg enghien engibous engil engin engine engined engineer engineered engineering engineers engines engl england englander englanders engle englefield englehart engler englewood english english-language english-speaking englishman englishmen englishwoman englund engquist engrave engraved engraver engravers engraving engravings engrish engro engrossed engstrand enguerrand engulf engulfed engulfing engulfs engva engvall engy enhance enhanced enhancement enhancements enhancer enhancers enhances enhancing enharmonic eni eniac enichem enid enies enigma enigmatic enishi enitel eniwetok eniwoke enix enjoin enjoined enjoining enjoy enjoyable enjoyed enjoying enjoyment enjoys enka enkhsaikhan enki enkidu enlai enlarge enlarged enlargement enlargements enlarges enlarging enlighten enlightened enlightening enlightenment enlil enlist enlisted enlistedmen enlisting enlistment enlistments enlists enliven enlivened enmeshed enmity enna enneagram ennerdale ennio ennis enniscorthy enniskillen ennobled enns eno enoch enochian enok enol enola enomoto enon enormity enormous enormously enos enosis enough enought enov enova enplaned enquire enquired enquirer enquiries enquiring enquiry enqvist enraged enrages enraging enrgapr enrgfeb enrgjan enrgmar enrgy enrgyaug enrgyjul enrgyjun enrich enriched enriches enriching enrichment enrico enright enrile enrique enriquez enrol enroll enrolled enrollees enrolling enrollment enrollments enrolls enrolment enrolments enron enroute ens ens. ensarioglu enschede ensco ensconced ensemble ensembles ensenada enserch enseval enshrine enshrined enshrines enshrining ensign ensigns enskilda enslave enslaved enslavement enslaving ensnare ensnared enso ensoniq ensor ensour enstar ensted ensue ensued ensues ensuing ensure ensured ensures ensuring ent entablature entail entailed entailing entails entangle entangled entanglement entanglements ente entebbe entel entendre entendres entente enteprises enter entercom entered entergy enteric entering enterprise enterprise-wide enterprises enterprising enterra enters entertain entertained entertainer entertainers entertaining entertainment entertainments entertains enthalpy entheogen entheogenic enthralled enthroned enthronement enthuse enthused enthusiasm enthusiast enthusiastic enthusiastically enthusiasts entice enticed enticing entire entirely entirety entities entitle entitled entitlement entitlements entitles entitling entity entombed entombment entomological entomologist entomologists entomology entourage entous entr entrails entrained entrainment entrance entranced entrances entrant entrants entrap entrapment entrapped entravision entre entreaties entree entrees entremed entrench entrenched entrenching entrenchment entrenchments entrepot entrepreneur entrepreneurial entrepreneurs entrepreneurship entreprise entreprises entreri entries entropic entropy entrust entrusted entrusting entrusts entry entry-level entryway ents entwined entwistle enugu enuma enumerable enumerate enumerated enumerates enumerating enumeration enunciated enunciation envelop envelope enveloped envelopes enveloping envelopment envelops enver envestra envi enviable envied envious enviro envirodyne enviromed enviroment enviromental environ environment environment-friendly environmental environmentalism environmentalist environmentalists environmentally environmentally-friendly environments environs enviroserv envirosource envirotest envisage envisaged envisages envisaging envision envisioned envisioning envisions envoy envoys envy enya enz enzo enzymatic enzyme enzymes eo eoa eoc eocene eochaid eod eoe eof eogan eoghan eohr eoin eoka eol eomer eon eons eos eosinophilic eosinophils eott eotvos eowyn ep ep. ep0 epa epaminondas eparchy epaulettes epc epco epcot epee epeli epf epfl epfr epg epguides. ephedra ephedrine ephemera ephemeral ephemerides ephemeris ephesians ephesus ephraim ephram ephrata ephrem ephron epi epic epica epicenter epicentre epics epicurean epicurus epidemic epidemics epidemiologic epidemiological epidemiologist epidemiology epidermal epidermis epididymis epidural epifanio epigastric epigenetic epigram epigrams epigraph epigraphic epigraphy epilepsy epileptic epilogue epimetheus epinephrine epiphanes epiphania epiphanius epiphany epiphone epiphytes epiphytic epirus episcopacy episcopal episcopalian episcopalians episcopate episcopi episkopi episode episodes episodic epistemic epistemological epistemology epistle epistles epistolary epitaph epitaphs epitaxy epithelial epithelium epithet epithets epitome epitomised epitomises epitomized epitomizes epitope epivir epix epl eplf epmd epo epoca epoch epochal epochs epogen epona eponine eponym eponymous eponymously epoque epos epoxide epoxy epp epperson eppes epping epps epr eprdf eprom epruc eps eps--consensus----range-------pvs epsilon epsom epson epstein epupa epworth epyx epz eq eqdom equ equal equaled equaling equalisation equalise equalised equaliser equalising equality equalization equalize equalized equalizer equalizing equalled equalling equally equals equanimity equate equated equates equateur equating equation equations equator equatoria equatorial equerry equestrian equestrians equi equiano equidistant equifax equilateral equilibria equilibrium equimed equine equinox equinoxes equip equipment equipments equipped equipping equips equis equisec equisure equitable equitably equitas equitation equites equiticorp equities equitilink equity equity-based equity-income equity-linked equity-to-assets equiv equivalence equivalency equivalent equivalently equivalents equivocal equivocation equus er er0 era eradicate eradicated eradicating eradication eradicator eragon eraiba eramet eran eranio erap eras erasco erase erased eraser eraserheads erasers erases erasing erasmus erastes erastus erasure eratosthenes eravis erb erbakan erbe erben erc ercan ercel ercole ercot erd erde erdei erdem erdemir erdemovic erdenet erding erdington erdman erdmann erdogan erdos ere erebor erebus erect erected erectile erecting erection erections erector erectus ered eredivisie eregli erekat erekle eremia erenn eres eresby eretria eretz erewash erewhon erez erfangji erfurt erg ergative ergen ergo ergobank ergodic ergonomic ergonomics ergot erh erhard erhardt erhu eri eriador eric erica ericaceae erich erick erickson ericson ericsson eridani eridania eridu erie erik erika eriksen erikson eriksson erin erina erinaceidae erinaceomorpha erindale erinsborough eriol eris erisa erith eritrea eritrean eritreans erj erkki erl erlang erlangen erlanger erlbaum erle erlend erlewine erley erlich erling erm erm0 erma ermengarde ermine ermioni ermisch ermita ermua ern erna ernakulam erne ernest ernestine ernesto ernie ernle erno ernst ero erode eroded erodes eroding eroica erol eromanga eromu eroni eros erosion erosional erosive erotic erotica eroticism erp erpm err errand errands errant errata erratic erratically erratics errazuriz erred errico erricsson erring errol erroll erroneous erroneously error errors ers ersan ersatz ershad erskine erskineville ersoy erstad erste erstwhile ert ertegun ertekpapir ertl eru erudite erudition erupt erupted erupting eruption eruptions eruptive erupts ervin ervine erving erwin erykah erythema erythematosus erythraean erythrocyte erythrocytes erythromycin erythropoietin erzhu erzurum es es0 esa esab esaf esalen esan esanda esarey esarhaddon esat esau esb esbjerg esc escadrille escala escalade escalante escalate escalated escalates escalating escalation escalator escalators escalona escambia escanaba escap escapade escapades escape escaped escapee escapees escapement escapes escaping escapism escapist escarpment escarpments escartin escb escelsa esch eschatological eschatology eschenbach escher escherichia eschew eschewed eschewing eschews esco escobar escobedo escola escom escondida escondido escorial escort escorted escorting escorts escovedo escravos escriva escrow escrowed escudero escudo escudos escuela escutcheon esd esdras ese eseba esec esen esf esfahan esgrima esguerra esha esham esher eshkol eshoo esi esiason esipisu esk eskdale eskil eskilstuna eskimo eskimos eskisehir esko eskom eskrima esl eslake eslami esm esmat esme esmeralda esmond esmonde esnaider eso esop esophageal esophagus esopus esoteric esotericism esp esp. espace espada espagne espalioux espana espanol espanola espanyol espartero espebepe especial especially espectador espejo espen esper esperance esperantists esperanto esperanza espers espina espinho espino espinosa espinoza espio espionage espirito espiritu esplanade espn espn.com espn0 espnews espnu espoo espoon esporte esposito espouse espoused espouses espousing espresso esprit espy esq esq. esque esquimalt esquire esquivel esr esrb esrey esri ess essa essai essanay essar essay essayist essays esse essef essel esselte essen essen-based essence essences essendon essenes essential essentialism essentialist essentially essentials essequibo esser essex essi essilor essington esslingen esso essonne essy est est. esta establish established establishes establishing establishment establishments estabrook estacado estacion estadio estado estados estancia estanislao estar estate estates estb este esteban estee esteem esteemed estefan esteghlal estella estelle estenssoro ester esterhazy estero esters estes estevan esteve esteves estevez esther esthetic esti estienne estiko estill estim estimate estimated estimates estimates* estimates---- estimating estimation estimations estimator estimators estime eston estonia estonian estonians estoppel estoril estrada estradiol estranged estrangement estrela estrella estrellas estrildid estrogen estrogens estrus estuaries estuarine estuary estudiantes estudios esu esv esztergom et et. et/pt et0 eta etain etale etane etap etat etats etb etba etc etc. etc.. etcetera etch etched etcher etcheverry etching etchings etd ete etec eteocles eterindo eternal eternally eternals eternia eternit eternity etete etf etfs eth ethan ethane ethanol ethel ethelbert ethelred ether ethereal etheria etheric etheridge ethernet ethers ethic ethical ethically ethicist ethics ethiopia ethiopian ethiopians ethiopic ethnic ethnical ethnically ethnicities ethnicity ethniki ethnikos ethno ethnocentric ethnocentrism ethnographer ethnographers ethnographic ethnographical ethnography ethnolinguistic ethnological ethnologist ethnologists ethnologue ethnology ethnomusicologist ethnomusicology ethnonym ethnos ethology ethos ethyl ethylene etibank etienne etiology etiquette etisalat etive etl etla etna eto eto'o etobicoke etoile eton etops etowah etpi etpm etr etre etruria etruscan etruscans ets etsc etsi ett etta ettinger ettore ettrick etuc etude etudes etur etv etymological etymologically etymologies etymology etz etzion eu eu-asean eu-harmonised eu-japan eu-level eu-mediterranean eu-rio eu-turkey eu-u.s. eu-us eu-wide eu0 euan eubank eubanks euboea eucalypt eucalypts eucalyptus eucharist eucharistic euclid euclidean eudes eudokia eudora eudoxia eudoxus eufaula eugen eugene eugenia eugenic eugenics eugenie eugenio eugenius eukaryotes eukaryotic eula eulalia eulalie eulenburg euler eulerian eulogies eulogized eulogy eumelanin eumenes eun eunice eunos eunuch eunuchs eup eupen euphemia euphemism euphemisms euphemistic euphemistically euphonium euphorbia euphorbiaceae euphoria euphoric euphrates euphrosyne eur eurasia eurasian eurasians euratom eure eureka eureko euridice euripides euris euro euro-arab euro-asian euro-atlantic euro-denominated euro-deputies euro-med euro-mediterranean euro-mp euro-mps euro-sceptic euro-sceptical euro-scepticism euro-sceptics euro-tax euro-zone euro.nm eurobank eurobarometer eurobasket eurobeat eurobelgian eurobond eurobonds eurobonds- eurobonds-expected eurobourses eurocan eurocentric eurochambres euroclear eurocommerce eurocontrol euroconvertible eurocopter eurocup eurodance eurodollar eurodollars euroenergy euroepan eurofer eurofighter eurofighters eurofima eurofor eurogas eurogold eurograde euroilstock eurokiwi euroleague euroleft eurolira eurolire euromanagement euromark euromarket euromarks euromed euromerchant euromobiliare euromoney euromonitor euronews euronext euronote euronotes europa europabio europaea europan europay europe europe-asia europe-wide europe/africa europe0 european european-based european-style european-wide europeans europeen europeenne europen europeso europhile europium europol europoort europop europort eurorand euros eurosceptic eurosceptical euroscepticism eurosceptics euroseries eurosport eurostar eurostat eurosterling euroswiss eurotax eurotel eurotherm eurotop eurotrack eurotunnel eurovignette eurovision eurowings euroxx euroyen eurozone euryalus eurydice eurystheus eurythmics eusebio eusebius euskadi eustace eustache eustachian eustathius eustatius eustis euston eutectic eutelsat euthanasia euthanized eutrophication eutyches euv euwe ev ev0 eva evacuate evacuated evacuates evacuating evacuation evacuations evacuees evade evaded evaders evades evading evaine eval evaluate evaluated evaluates evaluating evaluation evaluations evaluative evaluator evaluators evan evander evanescence evanescent evangel evangelical evangelicalism evangelicals evangeline evangelion evangelism evangelist evangelista evangelistic evangelists evangelization evangelize evangelized evangelizing evangelos evans evanston evansville evaporate evaporated evaporates evaporating evaporation evaporative evaporator evapotranspiration evaristo evarts evas evasion evasive evatt evc eve evea evel evelina evelyn even even-handed even-par evened evenimentul evening evenings evenly evens evensen evensong event eventful eventhough eventing events eventual eventuality eventually eventuate eventuated ever ever-changing ever-growing ever-increasing ever-present everard everbody everbright everbright-ihd everclear everen everest everett everglades evergo evergreen evergreens everhart everitt everlast everlasting everly evermore evernham everquest evers eversholt everson evert everthing everton everwood every everybody everyday everyman everyone everything everytime everywhere eves evesham evey evgeni evgenia evgeny evian evict evicted evicting eviction evictions evidence evidenced evidences evidencing evident evidential evidentiary evidently evie evil evildoers evils evin evinced evita evli evm evn evo evocation evocative evoke evoked evokes evoking evola evolution evolutionarily evolutionary evolutionism evolutions evolve evolved evolves evolving evora evp evreux evry evs evslin evy ew ewa ewald ewan ewart ewbank ewe ewell ewen ewes ewing ewok ewoks ews ewtn ex ex- ex-aircraft ex-amsterdam ex-army ex-autos ex-bonus ex-cabinet ex-ceo ex-chairman ex-chief ex-combatants ex-communist ex-communists ex-defence ex-defense ex-div ex-dividend ex-dividends ex-dubai ex-east ex-europe ex-factory ex-far ex-farm ex-finance ex-food ex-football ex-france ex-frankfurt ex-general ex-germany ex-government ex-guerrillas ex-head ex-hong ex-husband ex-im ex-interior ex-japan ex-king ex-london ex-lover ex-mayor ex-military ex-mill ex-minister ex-ministers ex-moscow ex-nazi ex-paris ex-pm ex-police ex-premier ex-president ex-presidents ex-prime ex-refinery ex-rights ex-slaves ex-soldier ex-soldiers ex-soviet ex-store ex-transportation ex-u.s. ex-uk ex-ussr ex-warehouse ex-warsaw ex-wife ex-wimbledon ex-works ex-yugoslav ex-yugoslavia ex-zaire ex. ex0 exabyte exacerbate exacerbated exacerbates exacerbating exact exacted exacting exactions exactly exactness exaggerate exaggerated exaggerates exaggerating exaggeration exaggerations exaltation exalted exam examen examination examinations examine examined examinee examinees examiner examiners examines examining example examples exams exar exarch exarchate exasperated exasperation exbud exc excalibur excavate excavated excavating excavation excavations excavator excavators exceed exceeded exceeding exceedingly exceeds excel exceler excelled excellence excellency excellent excellently excelling excels excelsior excelso exceps except excepted excepting exception exceptional exceptionalism exceptionally exceptionals exceptions excepts excercise excerpt excerpted excerpts excess excesses excessive excessively exch exch.rate exchange exchange(0 exchange-certified exchange-listed exchange-rate exchange-traded exchangeable exchanged exchanger exchangers exchanges exchanging exchequer exchnage excimer excise excised excision excitable excitation excitations excitatory excite excited excitedly excitement exciter excites exciting excl exclaim exclaimed exclaiming exclaims exclamation exclamations exclave exclaves exclude excluded excludes excluding exclusion exclusionary exclusions exclusive exclusively exclusives exclusivity exco excommunicate excommunicated excommunicating excommunication excrement excrete excreted excretion excretory excruciating excursion excursions excuse excused excuses excutive exe exec execs exective executable executables execute executed executes executing execution execution-style executioner executioners executions executive executive-designate executives executone executor executors exegesis exegete exegetical exel exemplar exemplars exemplary exemplified exemplifies exemplify exemplifying exempt exempt-ffc exempt-lt exempt-rev exempt-ult exempted exempting exemption exemptions exempts exer exercisable exercise exercised exercises exercising exergy exert exerted exerting exertion exertions exerts exeter exeuctive exfeb exhalation exhale exhaled exhange exhaust exhausted exhausting exhaustion exhaustive exhaustively exhausts exhibit exhibited exhibiting exhibition exhibitions exhibitor exhibitors exhibits exhilarating exhortation exhortations exhorted exhorting exhorts exhumation exhume exhumed exide exif exigencies exilarch exile exiled exiles exilic exiling exim eximbank exisiting exist existance existed existence existences existent existential existentialism existentialist existing exists exit exited exiting exito exits exley exlude exmoor exmouth exner exo exocet exocytosis exodus exogenous exon exonerate exonerated exoneration exons exorbitant exorcise exorcism exorcisms exorcist exorcists exoskeleton exoskeletons exothermic exotic exotica exotics exp expand expandable expanded expander expandia expanding expands expanse expanses expansion expansionary expansionism expansionist expansions expansive expat expatriate expatriates expats expecations expecially expect expectancies expectancy expectant expectation expectations expected expecting expections expects expedia expediency expedient expedite expedited expediting expedition expeditionary expeditions expeditious expeditiously expeditors expel expell expelled expellees expeller expellers expelling expels expend expendable expended expending expenditure expenditure-based expenditures expense expense/ expensed expenses expensing expensive expensively experian experience experienced experiences experiencing experiential experiment experimental experimentally experimentation experimentations experimented experimenter experimenters experimenting experiments experion expert expert-level expertise expertly experts expiration expirations expire expired expires expiries expiring expiry expl explain explained explaining explains explanation explanations explanatory expletive expletives explication explicit explicitly explique explode exploded explodes exploding exploit exploitable exploitation exploitative exploited exploiting exploits exploration explorations exploratory explore explored explorer explorers explores exploring explosion explosions explosive explosively explosives expo exponent exponential exponentially exponentiation exponents export export-dependent export-driven export-import export-led export-orientated export-oriented export-related export-sensitive exportable exportation exported exporter exporters exporting exports exportsend-dec exportsend-jan exportsend-nov exportsend-sep exportu expos expose exposed exposes exposing exposition expositions expositor expository exposure exposures expound expounded expounding expounds expreso express expressbank expressed expressen expresses expressible expressing expression expressionism expressionist expressionistic expressionists expressionless expressions expressive expressiveness expressly expresso expressvu expressway expressways expro expropriated expropriation exps expulsion expulsions expunged exquisite exquisitely ext ext0 extant extel extemporaneous extend extendable extended extender extenders extending extends extensibility extensible extension extensional extensions extensive extensively extensor extent extention extents extenuating exterieur exterior exteriors exterminate exterminated exterminating extermination exterminator external externalities externality externally extinct extinction extinctions extinguish extinguished extinguisher extinguishers extinguishing extinguishment extirpated extol extolled extolling exton extort extorted extorting extortion extortionist extortionists extra extra- extra-heavy extra-judicial extra-marital extra-territorial extra-time extracellular extract extracted extracting extraction extractions extractive extractor extracts extracurricular extradimensional extradite extradited extraditing extradition extragalactic extrajudicial extraliga extramarital extramural extraneous extranet extraocular extraord extraordinaire extraordinaries extraordinarily extraordinarius extraordinary extrapolate extrapolated extrapolating extrapolation extrapyramidal extras extrasolar extraterrestrial extraterrestrials extraterritorial extratropical extravagance extravagant extravagantly extravaganza extravehicular extremadura extremal extreme extreme-right extremely extremes extremism extremist extremists extremities extremity extricate extrinsic extrovert extroverted extruded extrusion extrusions exuberance exuberant exude exuded exudes exupery exx exxon exxonmobil ey eyadema eyal eyck eye eye-catching eye-popping eye-to-eye eyeball eyeballs eyebrow eyebrows eyed eyeglasses eyeing eyelashes eyeless eyelid eyelids eyepatch eyepiece eyepieces eyes eyesight eyesore eyetoy eyewall eyewear eyewitness eyewitnesses eyez eyharts eying eylau eyles eyman eyre eyres eyrie eysenck eystein eysteinn ez ez0 eze ezeiza ezekiel ezequiel ezer ezhava ezhavas ezine ezinwa ezio ezln ezo ezra ezrin f f&c f&m f&n f&p f'cast f-series f. f.a f.a. f.b.i. f.c f.c. f.d.t.feb f.d.t.jan f.e. f.e.a.r. f.e.b.c. f.h. f.j. f.k. f.m. f.o. f.o.licht f.w. f/0 f/a0 f0 f0/0 f0a f0as f0b f0c f0d f0ds f0e f0es f0f f0f0 f0g f0h f0s f0u f=cbot fa faa faaa fab fabaceae faber faberge fabia fabian fabiani fabiano fabien fabio fabiola fabius fable fabled fables fabletown fabolous fabra fabre fabregas fabriano fabric fabrica fabricate fabricated fabricating fabrication fabrications fabricator fabricators fabrice fabricius fabrics fabrikalari fabrikasi fabrique fabris fabrizio fabry fabryka fabryki fabs fabulous fabulously fabworth fac facade facades facb face face-off face-saving face-to-face facebook faced faceless facelift facelifted facelock facemask faceoff faceplate faces facet faceted facetious facetiously facets fach fachhochschule facia facial facie facies facil facile facilitate facilitated facilitates facilitating facilitation facilitator facilitators facilites facilities facility facilties facing facings facs facsimile facsimiles fact fact-finding factbook factfile faction factional factionalism factions facto factor factor=0 factorapr factordec factored factorfeb factorial factories factoring factorization factormar factors factory facts factual factually factum faculdade facultative faculte faculties faculty facundo fad fada fadden fade faded fadel fader fades fadika fading fadl fado fads fadyl fae faeces faenza faerie faeries faerun faery faf fafer fafnir fag fagaceae fagan fagaras fagen faggot fagin fah fahad fahd fahey fahmy fahn fahnestock fahrenheit fahrinkrug fahrni fahy fai faience fail faile failed failing failings failover fails failsafe failsworth failure failures fain faint fainted fainter fainting faintly faints fair fairbairn fairbank fairbanks fairbrother fairburn fairchild faircloth fairclough faire faired fairer fairest fairey fairfax fairfield fairford fairground fairgrounds fairhair fairhaven fairies fairing fairings fairlane fairleigh fairley fairlie fairlight fairly fairmont fairmount fairness fairplay fairport fairs fairtax fairtrade fairuz fairview fairway fairways fairweather fairwood fairy fairyhouse fairyland fairytale fairytales faisal faisalabad faison fait faith faithful faithfull faithfully faithfulness faithless faiths faiz faizabad fajardo fajr fake faked fakel fakenham fakes fakhoury fakhr fakhri faking fakir fakto fal fala falae falaise falange falciparum falco falcon falconara falconbridge falcone falconer falconers falconidae falconiformes falconry falcons faldo falena falgold falk falken falkenberg falkenhayn falkenstein falkirk falkland falklands falkner fall fall-off fall-out falla fallacies fallacious fallacy fallahiyan fallback fallen faller fallers fallible fallin falling falloff fallon falloon fallopian fallout fallow fallowfield falls fallschirmjager fallujah falmouth false falsehood falsehoods falsely falsetto falsifiability falsifiable falsification falsified falsify falsifying falsity falstaff falster falt falter faltered faltering falters faltskog falun falwell fam fama famagusta famas fame famed famer famers famicom familar familes familia familial familiar familiarisation familiarise familiarity familiarization familiarize familiarly familiars familias familie families families. famille family family-controlled family-oriented family-owned family-run family.it familymart famine famine-hit famine-stricken famine-threatened famines famitsu famous famously fan fana fanatic fanatical fanatically fanaticism fanatics fanbase fancher fancied fancier fanciers fancies fanciful fanclub fancy fandango fandom fandorin fane faneuil fanfare fanfares fanfiction fang fangda fanged fangio fangoria fangs fania fanie fanmi fann fanned fannie fannin fanning fannings fanny fano fanon fans fanshawe fansite fansites fant fanta fantaghiro fantagraphics fantail fantasia fantasies fantasio fantastic fantastical fantastically fantastique fantasy fantasyland fante fantine fantomas fantomex fantozzi fanu fanuc fanzine fanzines fao fap faq faqih faqs far far-fetched far-flung far-left far-reaching far-right far-rightist fara farabi faraci faraday farah faraj farakka farallon faramir faraway farben farber farc farce farces farcical fard fare fared fareed fareham faremo farenheit farense fares farewell farewells fargo farhad farhan farhat faria farian farias faribault farid faridabad faridi faridpur farina farinelli faring faringdon faris farish farita fariz farjestad farjestads farkas farleigh farley farm farm-gate farm-in farm-state farma farmaatsiatehas farmache farman farmed farmer farmer-owned farmer-patrick farmers farmfood farmgate farmhand farmhouse farmhouses farming farmingdale farmington farmland farmlands farms farmstead farmsteads farmville farmworkers farmyard farnborough farnell farnese farnham farnleitner farnsworth farnworth faro faroe faroes faroese farooq farouk farouq farquhar farquharson farr farragut farrah farrakhan farrand farrant farrar farrell farrelly farren farrer farrier farrill farringdon farrington farris farrow farry fars farscape farsi farsley farson farsons fart farther farthest farthing farthings farting faruk farul farum faruqi farwell faryab fas fasa fasb fasces fasci fascia fascicles fasciculus fascinated fascinating fascination fascism fascist fascists fashanu fashion fashionable fashioned fashioning fashions fasi faslane faso fass fassa fassbinder fassero fassi fassino fasslabend fast fast-breeder fast-changing fast-developing fast-expanding fast-food fast-growing fast-medium fast-moving fast-paced fast-rising fast-track fastback fastball fasted fasten fastened fastener fasteners fastening faster faster-growing fastest fastest-growing fastfood fasth fasti fastidious fasting fastners fastpitch fasts fat fat-free fat0 fata fatah fatal fatale fatalism fatalistic fatalities fatality fatally fatboy fatchett fate fate/stay fated fateful fateh fatehpur fates fatf fath father father-in-law fathered fatherhood fathering fatherland fatherless fatherly fathers fathi fathom fathoms fatigue fatigued fatigues fatih fatima fatimah fatimid fatimids fatio fatman fator fatos fatra fats fatso fatt fatten fattened fattening fatter fatty fatu fatwa fatwas fau faubourg faubus faucet fauji faulding faulk faulken faulkner faull fault faulted faulting faultless faults faulty faun fauna faunal faunas fauner fauntleroy fauquier faure faust faustin faustina faustini faustino fausto faustus fauvism faux fava favela favelas faversham favila favor favorable favorably favored favoring favorite favorites favoritism favors favour favourable favourably favoured favouring favourite favourites favouritism favours favre favreau faw fawcett fawehinmi fawkes fawkner fawley fawlty fawn fawr fawzi fax fax+ fax0 fax00 fax0000 fax:0 fax:000 faxed faxes faxing faxon fay faye fayed fayette fayetteville fayez faylona fayre faysal faz fazakas fazal faze fazed fazekas fazenda fazil fazio fazl fb fb0 fba fbc fbg fbi fbk fbl fbla fbo fbr fbs fbs= fc fca fcai fcast fcasts fcat fcb fcc fcd fcds fci fck fcl fcm fcnr fcnz fco fcoj fcp fcs fctry fcu fcw fcy fd fda fdc fdd fdec fdi fdic fdm fdny fdot fdp fdr fds fdt fe fe0 fea fealty feanor fear feared fearful fearing fearless fearlessly fearlessness fearne fearnley fears fearsome feasability feasibility feasible feast feasting feasts feat feather feathered feathering featherless featherlite feathers featherston featherstone featherweight feathery feats feature featured featureless features featurette featurettes featuring feb feb'0 feb- feb. feb0 febec febiac febmar febq febraury febrile february february-april february-march february/march febuary feburary fec fecal feces fechner fechter fecsa fecundity fed fedatrans fedayeen fedders fedepetrol feder federacao federacion federal federal-mogul federale federalism federalist federalists federalized federally federals federated federation federations federative federazione federer federici federico federline federman federmeccanica fedex fedor fedora fedorov feds fedsure fedun fee fee-based fee-for-service feeble feed feedback feeder feeder0 feeders feedgrain feedgrains feeding feedings feedingstuffs feedlot feedlots feedmill feedmillers feedmills feedmixers feeds feedstock feedstocks feedstuff feedstuffs feedwater feedwheat feedyards feehan feehely feel feel-good feelers feelgood feelin feeling feelings feels feely feen feeney fees feet feet-first feet/0 fef fehr fei feiersinger feign feigned feigning feigns feijenoord feilding fein feinberg feingold feinman feinstein feint feira feisal feissel feist feistel feisty feiter feith fejer fel fela felcor feld felda felder felderhof feldman feldspar feldstein feldt felgate felice felicia feliciana feliciano felicitas felicite felicity feliks feline felines felipe felis felix felixstowe feliz fell fella fellatio felled feller fellers felling fellini fellman fellner fellow fellow-american fellowes fellows fellowship fellowships fells felon felonies felons felony fels felsic felt feltex feltham felton felts feluda fem fema female females femi femina feminine femininity feminism feminist feminists feminization femm femme femmes femoral femoris fempiror femsa femur fen fenaltrase fenaseg fence fence-mending fenced fencer fencers fences fenchurch fencing fend fendall fended fender fenders fendi fending fends fenech fenella fenelon fenerbahce feng feng-cheng fengguan fengtian feni fenian fenians fenice fenimore fenix fenkner fenland fenn fennel fennell fennelly fenner fenno fenny fenosa fenrir fenris fens fentanyl fenton fentress fenugreek fenway fenwick feodor feodorovna fer fera feral ferber ferc ferch ferdinand ferdinando ferdowsi ferenc ferencvaros ferengi fergal fergana ferghana fergie fergus ferguson fergusson feria ferihegy ferley ferlinghetti fermanagh fermat ferme ferment fermentable fermentation fermented fermenting fermi fermilab fermin fermion fermionic fermions fermo fermor fermoy fern fernald fernan fernand fernanda fernandes fernandez fernandina fernando fernao ferndale fernie fernndez fernow ferns ferntree fernwood ferny fernz ferocious ferociously ferocity ferox feroz ferozepur ferradaz ferragamo ferran ferrand ferrante ferranti ferrara ferrari ferraris ferraro ferrata ferraz ferre ferreira ferreiro ferrell ferrer ferrera ferreras ferreri ferrero ferrers ferret ferrets ferretti ferri ferric ferridge ferrie ferried ferrier ferries ferrigato ferrigno ferriol ferris ferrite ferro ferro-alloys ferro-manganese ferro-silicon ferro-vanadium ferrocarril ferrochrome ferroelectric ferrofluidics ferrol ferromagnetic ferrosilicon ferrostaal ferrous ferroviaria ferroviario ferrovie ferruccio ferruginous ferrum ferruzzi ferry ferryboat ferrying ferryman ferrymead fersen fert ferte fertig fertile fertilisation fertilised fertiliser fertilisers fertility fertilization fertilize fertilized fertilizer fertilizers fertilizing fertima fertimport ferus fervent fervently fervor fervour fes fesal fesc0 fesci fess fessenden fest festa fester festering festil festillic festina festival festivals festive festivities festivity festooned festschrift festung festus fet feta fetal fetch fetched fetches fetching fete feted fetes fetish fetishes fetishism fetishistic fetishists fetisov fetratel fett fetter fetterlein fetterman fetters fettes fetus fetuses fetzer feu feud feudal feudalism feudatories feudatory feuded feuding feuds feuer feuerbach feuerstein fever fevered feverish feverishly fevers few fewer fewest fey feyenoord feyerabend feynman feyzin fez ff ff0 ffa ffc ffeb ffestiniog fff ffg ffg0 ffi ffjun ffk ffl ffm ffo ffp ffr ffr0 ffs fft ffurt fg fg0 fgc fgep fgic fgtb fgv fh fha fha-insured fhlb fhlmc fhm fhp fhtk fhwa fi fia fiala fiance fiancee fiancial fianna fiasco fiat fib fib0 fiba fibber fiber fiber-optic fiberglass fiberoptic fibers fibonacci fibre fibre-optic fibreboard fibreglass fibres fibrillation fibrils fibrin fibrinogen fibroblast fibroblasts fibromyalgia fibronectin fibrosis fibrous fibt fibula fibulae fic fica ficci fichte fick fickle fico ficorinvest fiction fictional fictionalised fictionalized fictions fictitious fictive ficus fid fida fidatov fiddle fiddler fiddlers fiddles fiddling fide fidei fidel fidelia fidelio fidelis fidelity fides fidesz fidh fidler fido fidonet fids fiduciary fie fiedler fief fiefdom fiefdoms fiefs fieger fiel field fieldbus fieldcrest fielded fielden fielder fielders fieldhouse fielding fields fieldstone fieldturf fieldwork fiend fiendish fiends fiennes fieo fier fierce fiercely fiercer fiercest fieremans fiero fierro fiery fieschi fieseler fiesole fiesp fiesta fiestas fifa fife fifi fifo fifteen fifteen-year fifteenth fifth fifth-largest fifth-placed fifth-ranked fifth-seeded fifth-wicket fifths fifties fiftieth fifty fifty-eight fifty-fifty fifty-five fifty-four fifty-nine fifty-one fifty-seven fifty-six fifty-three fifty-two fig fig. fig0 figaro figaro-economie figc figg figgie figgis fight fightback fighter fighter-bombers fighters fightin fighting fights figment fignon figo figs figueira figueiredo figueres figueroa figural figurati figuration figurative figuratively figure figured figurehead figureheads figures figurine figurines figuring fih fii fiis fiji fijian fijians fikret fil fil-estate fila filali filament filamentous filaments filaret filbert filbinger filderstadt file filed filemaker filename filenames filene filenet filers files filesharing filesystem filesystems filet filho fili filial filiale filibuster filibustering filibusters filigree filimonov filing filings filinvest filioque filip filipacchi filipe filipescu filipina filipinas filipino filipino-chinese filipinos filipov filipovic filippello filippini filippo filius filk fill fill-in fille filled filler fillers filles fillet fillets fillies filling fillings fillion fillip fillmore fillon fills filly film film-makers film-making filmation filme filmed filmfare filmi filmic filming filmmaker filmmakers filmmaking filmography filmon films filo filori filp fils filter filtered filtering filters filth filthy filton filtration filtrona fim fim* fim0 fima fimat fin fina finaapr finacial finadec finagrain final final-round final-status final;y finaldec finale finales finalfeb finalisation finalise finalised finalises finalising finalist finalists finality finalization finalize finalized finalizes finalizing finaljan finaljul finaljun finally finalmay finalq0 finals finamar finamex finan finanancial finance financeable financed financeiros finances financial financial-industrial financially financially-troubled financials financieel financieel-economische financieele financier financiera financiere financiero financieros financiers financing financings financni finanical finans finansovaya finanstidningen finansy finantia finanz finanziaria finaq0 finau finbarr finca fincantieri fincastle finch fincher finches finchley finck fincor fincorp find finder finders findhorn finding findings findlay findley finds fine fine-tune fine-tuned fine-tuning fined finegan finelist finely finemore fineness finer finery fines finesse finest finex fingal finger fingerboard fingered fingerhut fingering fingerings fingernail fingernails fingerprint fingerprinting fingerprints fingers fingerstyle fingertip fingertips finglas fingolfin finhold fini finial finials finian finidi fining fininvest finis finish finished finisher finishers finishes finishing finistere finisterre finite finitely finitevus fink finke finkel finkelstein finl finland finlandia finlay finlayson finlease finley finmeccanica finmedia finmin finn finnair finned finnegan finnegans finneran finnerty finney finnic finnigan finning finningley finnish finnlines finnmark finno finnpap finns finnyards fino finocchio finolex finova finrod fins finsbury finschhafen finster finstrom fintan finucane finvest finwe finzi fio fiom fiona fiona= fionn fiord fiordland fiore fiorello fiorentina fiorentino fiori fiorini fios fip fipb fipe fipresci fips fiqh fir fira firb fire fire-damaged fire-fighters fire-fighting firearm firearms fireball fireballs firebending firebird firebirds firebomb firebombed firebombing firebombs firebox firebrand firecracker firecrackers firecrest fired fired-up firefight firefighter firefighters firefighting firefights fireflies firefly firefox firehose firehouse fireman firemen firenze fireplace fireplaces firepower fireproof fireproofing firered fires fireside firesign firestar firestone firestop firestorm firewall firewalls firewire firewood firework fireworks firing firings firm firma firmament firman firmed firmer firmest firmin firming firmly firmness firms firmus firmware firpo firs first first- first-choice first-class first-come first-day first-degree first-division first-ever first-floor first-half first-hand first-leg first-past-the-post first-period first-phase first-place first-quarter first-rate first-round first-section first-served first-set first-stage first-team first-term first-tier first-time first-wave first-year firstar firstbank firstborn firstbus firstcity firstenergy firstfed firstfederal firsthand firstly firsts firth firuz fis fis.vi fisa fisc fiscal fiscales fiscally fischbach fischer fischler fiserv fiset fish fishbase fishbone fishbowl fishburne fishc fished fisher fisher-price fisheries fisherman fishermen fishers fishery fishes fisheye fishguard fishin fishing fishkeeping fishkill fishman fishmeal fishmongers fishponds fishwick fishy fisichella fisk fiskaragung fiskars fiske fisons fissile fission fissionable fissure fissured fissures fist fistandantilus fisted fistfight fistful fisto fists fistula fiszman fiszmann fit fitch fitchburg fitness fito fitr fits fitted fitter fittest fitting fittingly fittings fittipaldi fitton fitts fitz fitz-gerald fitzalan fitzgerald fitzgeralds fitzgibbon fitzherbert fitzhugh fitzmaurice fitzmorris fitzpatrick fitzrandolph fitzroy fitzsimmons fitzsimons fitzwalter fitzwilliam fitzwilton fiu fiume fiumicino fiv fivaz fivb five five- five-and-a-half five-car five-cent five-day five-day-old five-eighth five-fold five-foot five-for-four five-for-one five-for-two five-game five-hitter five-hour five-km five-man five-mark five-match five-member five-metre five-minute five-month five-month-old five-nation five-page five-party five-percent five-person five-point five-run five-session five-set five-star five-state five-storey five-test five-time five-times five-to five-to0 five-tonne five-under five-under-par five-week five-wicket five-year five-year-old five-yearly five-years five-yr five0 fivefold fiver fives fix fixated fixation fixed fixed-asset fixed-coupon fixed-income fixed-interest fixed-line fixed-price fixed-rate fixed-system fixed-term fixed-weights fixed-wing fixed-wire fixer fixes fixing fixings fixture fixtures fixx fiyero fiyta fiz fizi fizz fizzle fizzled fizzles fizzling fizzy fj fj0 fjan fjord fjordane fjords fk fki fl fl. fl0 fla fla. fla.-based flabbergasted flac flaccid flaccus flach flack flacourtiaceae flag flag-carrier flag-waving flagella flagellation flagellum flagg flagged flagging flagler flagpole flagrant flags flagship flagships flagstad flagstaff flagstar flaherty flail flailing flails flair flak flake flakes flaking flaky flam flambeau flamborough flamboyance flamboyant flamboyantly flame flamenco flamengo flames flamethrower flamethrowers flaming flamingo flamingoes flamingos flaminia flaminio flaminius flammability flammable flammarion flamsteed flamurtari flan flanaess flanagan flanders flange flanged flanges flank flanked flanker flankers flanking flanks flann flannel flannery flannigan flap flapper flapping flaps flare flare-up flare-ups flared flares flareup flaring flash flashback flashbacks flashdance flashed flasher flashes flashing flashlight flashlights flashman flashpoint flashpoints flashy flask flasks flassbeck flat flat-off flat-out flat-rate flat-rolled flat0 flatbed flatbush flatfish flathead flatiron flatland flatlands flatley flatly flatmate flatness flats flatt flatten flattened flattening flattens flatter flattered flattering flattery flattish flattop flatts flatulence flatwater flatwoods flatworms flaubert flaunt flaunting flautist flav flava flavia flavian flavin flavio flavius flavonoids flavor flavored flavorful flavoring flavorings flavors flavour flavoured flavouring flavourings flavours flaw flawed flawless flawlessly flaws flax flaxman flaxseed flay flayed flds flea fleas fleche flechette fleck flecked flecks flecktones fled fledermaus fledge fledged fledging fledgling flee fleece fleeces fleeing fleer flees fleet fleeting fleets fleetway fleetwood fleischer fleischman fleischmann fleisher fleishman fleiss fleksi fleming flemings flemington flemish flemmi flemming flensburg flesch flesh fleshed fleshy fletch fletcher fletchers flett fleur fleurian fleurs fleurus fleury flevoland flew flex flexed flexes flexi flexibility flexible flexibly flexing flexion flexner flexo flexor flextech flextronics flexure fli flick flicked flicker flickering flickers flicking flickr flicks flier fliers flies flight flight-to-quality flightless flights flightsafety flighty flik flim flimsy flin flinch flinched flinders fling flinging flings flinn flint flintheart flintlock flintoff flintridge flints flintshire flintstone flintstones flinx flip flippant flipped flipper flippers flipping flips flipside flir flirbs flirt flirtation flirtations flirtatious flirted flirting flirts fln flnc flo float floatation floated floater floaters floating floating-rate floatplane floatplanes floats floc floch-prigent flock flocked flockhart flocking flocks flodden floes flogged flogging flohr flon flood flood-damaged flood-hit flood-prone flood-ravaged flood-related flood-stricken flooded floodgates flooding floodlights floodlit floodplain floodplains floods floodwater floodwaters floodway floor floorball floorboards floored flooring floorplan floors flop flopped floppies flopping floppy flops flor flora floral flore florence florencia florencio florent florentine florentines florentino florenz flores florets florey florez floria florian floriana florianopolis floriculture florid florida florida-based floridian floridians florin florina florinda florins florio floris florissant florist floristic florists florsheim florus flory flos floss flossenburg flossie flotation flotations flotilla flotillas flotsam flotta flounder floundered floundering flour flourish flourished flourishes flourishing flournoy flout flouted flouting flouts flow flow-on flowed flower flowered flowering flowerings flowers flowery flowing flown flows floyd flp flq flrb flrbs fls flt flu flu-like fluctuate fluctuated fluctuates fluctuating fluctuation fluctuations flue flue-cured fluency fluent fluently fluff fluffy flugelhorn flugels flugge flughafen flugzeugbau flugzeugwerke fluid fluidity fluidized fluids fluke flukes flume fluminense flung flunitrazepam fluor fluoresce fluorescein fluorescence fluorescent fluoridation fluoride fluorides fluorine fluorite fluorspar fluoxetine flurries flurry flush flushed flushes flushing flustered flute fluted flutes flutie flutist flutter fluttered fluttering fluvial flux fluxes fluxus fly fly-half flyable flyby flybys flycatch flycatcher flycatchers flycatching flydd flyer flyers flyhalf flying flyleaf flynn flynt flyover flyovers flyte flytrap flyway flyweight flywheel fm fm0 fma fmb fmc fmf fmg fmk fmln fmr fmri fms fmv fmw fn fnb fnc fnla fnm fnma fnov fns fnsea fnv fo foa foal foale foaled foals foaly foam foamex foaming foams foamy fob fobaproa foca focal foccart foch foci fock focke focus focus- focus-bank focus-brazil focus-british focus-czech focus-dollar focus-eu focus-euro focus-eurobourses focus-european focus-france focus-french focus-german focus-italy focus-malaysia focus-oil focus-russia focus-uk focus-waigel focused focuses focusing focussed focusses focussing fod foday fodder fodio fodor foe foederati foerster foes foetal foetus foetuses fog fogade fogarty fogel fogelberg fogerty fogg foggia foggy fogh foghat foghorn fogleman fogo fogs foh foi foia foibles foie foil foiled foiling foilmark foils foinaven fois foix fok fokker fokker0 fokus fol fol. folate fold foldable folded folder folders folding folds foley folgado folger folgers folha foli foliage foliation folic folie folies foligno folio folios folk folke folkestone folketing folklife folklore folkloric folklorist folklorists folks folksinger folksong folksongs folksy folktale folktales folkways folky foll follain folland follett follette follicle follicles follicular follies follow follow-on follow-through follow-up followed follower followers following followings follows followthrough followup folly folowing folsom fom fomc foment fomented fomenting fomento fomin fomorians fon fonar fonarkov foncier fonciere fond fonda fondant fondation fondiaria fondly fondness fondo fondriest fonds fondue fone foner fong fons fonseca fonso font fontaine fontainebleau fontana fontanaud fontane fontanelle fontanne fonte fontenay fontenelle fontenot fontenoy fontes fonteyn fonthill fonts fonzie foo food food-based food-borne food-for-oil food-processing foodborne foodbrands foodcorp foodgrain foodgrains foodland foodmaker foodplant foods foodservice foodstuff foodstuffs fook fool fooled foolhardy fooling foolish foolishly foolishness foolproof fools foostuffs foot foot-and-mouth foot-dragging foot0 footage footbag football footballer footballers footballing footballs footbridge footbridges foote footed footer footers foothill foothills foothold footholds footing footings footlights footloose footman footmen footnote footnotes footnotes]0 footpath footpaths footplate footprint footprints foots footscray footstar footsteps footware footwear footwork footy fop for for-profit for0 fora forage forager foragers forages foraging foraj foramen foramina foraminifera foras forasol forasol-foramer foray forays forbade forbearance forbes forbid forbidden forbidding forbids forbo forbush forca forcados forcast forcasts force forced forcefield forceful forcefully forcenergy forceps forces forchheim forcible forcibly forcing ford ford-asili ford-kenya ford-werke forde forded fordham fordice fording fords fordun fordyce fore forearm forearms forebears foreboding forebrain forecast forecast- forecast-australian forecast-bombay forecast-china forecast-hungary forecast-italy forecast-mexico forecast-polish forecast-uk forecast0 forecasted forecaster forecasters forecasting forecastle forecasts forecasts- forecasts------ forecasts------------------- forecasts-------------------- forecasts--------------------- foreclose foreclosed foreclosure foreclosures forecourt forefather forefathers forefinger forefront forego foregoing foregone foreground forehand forehands forehead foreheads foreign foreign-based foreign-born foreign-currency foreign-exchange foreign-funded foreign-invested foreign-led foreign-made foreign-owned foreigner foreigners foreknowledge foreks forekspank foreland forelegs forelimb forelimbs forelli foreman foremast foremen foremost forename foreningsbanken forensic forensics foreplay forerunner forerunners fores foresaw foresee foreseeable foreseeing foreseen foresees foreshadow foreshadowed foreshadowing foreshadows foreshore foreshortened foreshortening foresight foreskin forest forest.it forestall forestalled forested forester foresters foresti forestries forestry forests forestville foret foretaste foretell foretelling foretells foretold forever forewarned forewing forewings foreword forex forfaiting forfar forfeit forfeited forfeiting forfeits forfeiture forgan forgave forge forgeard forged forger forgeries forgers forgery forges forget forgetful forgetfulness forgets forgettable forgetting forging forgings forgive forgiven forgiveness forgives forgiving forgn forgo forgoing forgot forgotten foriegn forint forints fork forkbeard forked forking forklift forklifts forks forlani forli forlorn form forma formal formaldehyde formalise formalised formalising formalism formalisms formalist formalities formality formalization formalize formalized formalizing formally forman formannskapsdistrikt format formation formations formative formats formatted formatting formby forme formed formely formentini former formerly formers formic formica formicidae formidable forming formless formosa formosan formosus forms formula formulab formulae formulaic formulary formulas formulate formulated formulates formulating formulation formulations formwork fornari forney fornication foro forrage forres forrest forrestal forrestania forrester forsa forsake forsaken forsaking forsberg forsbrand forschungsgruppe forsee forseeable forsees forsheda forsikring forsman forsook forst forster forstmann forsyte forsyth forsythe fort fortaleza fortas forte fortean fortepiano fortescue forth forthcoming forthe forthright forthwith forti fortier forties fortieth fortification fortifications fortified fortify fortifying fortin fortis fortissimo fortitude fortnight fortnightly fortran fortress fortresses forts fortuitous fortuitously fortuna fortunate fortunately fortunato fortunatus fortune fortunes fortuyn forty forty-eight forty-five forty-four forty-nine forty-one forty-six forty-three forty-two forum forums forw forward forward-looking forwarded forwarder forwarders forwarding forwards forza fos fosamax foschini fosdick foshan fosler foss fossa fosse fosset fossett fossey fossil fossil-fuel fossilised fossilized fossils fossum foster fostered fostering fosters fostoria fot fotball fotco fotex fothergill fotiadis fou fouad foucault fouche fought foul fouled fouling foulis foulke foulkes foulois fouls found foundation foundational foundations founded founder foundered foundering founders founding foundling foundress foundries foundry founds fount fountain fountainhead fountains fouquet four four- four-and-a-half four-country four-cylinder four-day four-day-old four-door four-engine four-engined four-fifths four-fold four-for-one four-game four-goal four-hitter four-hour four-km four-lane four-level four-man four-match four-member four-minute four-month four-month-old four-months four-nation four-page four-part four-party four-percent four-point four-run four-session four-stage four-star four-storey four-team four-time four-times four-to-one four-tranche four-under four-under-par four-way four-week four-wheel four-wheel-drive four-wheeled four-wicket four-year four-year-old fourballs fourche fourfold fourie fourier fournier fours foursome foursomes foursquare fourteen fourteeners fourteenth fourth fourth-biggest fourth-largest fourth-place fourth-placed fourth-quarter fourth-ranked fourth-round fourth-seeded fourth-wicket fourths fourtou fouts fovea foveaux foward fowey fowl fowler fowles fowley fowls fownes fowzie fox fox0 foxboro foxborough foxe foxes foxhole foxhound foxman foxmeyer foxtel foxton foxtrot foxwoods foxworth foxworthy foxx foxxy foxy foy foyer foyle foyt foz fp fp&l fp0 fpa fpb fpc fpd fpga fpgas fphc fpi fpl fpo fpr fps fpso fpu fr fr-fr fr-frjpn fr-mo fr-mocan fr-moger.retail fr-mojpn fr-th fr-tu fr-we fr-weita fr. fr0 fra fra.consumer fra.cpi fra.gdp fra.unemployment fracas fracmaster fractal fractals fraction fractional fractionally fractionation fractions fractious fracture fractured fractures fracturing fraenkel frag fraga fraggle fragile fragilis fragility fragment fragmentary fragmentation fragmented fragmenting fragments fragrance fragrances fragrant frahm frail frailty fraiser frakes fraktur fram framatome frame framebuffer framed framerate framers frames framework frameworks framing framingham framlingham frampton fran frana franais franaise franc franc)----------------- franc-mark franca francais francaise francaises france france-based france-info france-soir france0 frances francesa francesc francesca franceschini francesco francescoli francesconi francese franche franchi franchione franchise franchise-record franchised franchisee franchisees franchiser franchises franchising franchisor franchot francia francie francine francis francisca franciscan franciscans francisco francisco-based franciscus franciso franciszek franck franco franco-african franco-american franco-belgian franco-british franco-german franco-italian franco-spanish francois francoise francoist francolins franconia franconian francophone francophones francophonie francorchamps francorum francqui francs franeker frangieh frangipani franjo frank franke franked frankel franken frankenberg frankenheimer frankenstein frankenthal frankford frankfort frankfurt frankfurt- frankfurt-based frankfurter franki frankie frankincense franking frankish frankivsk frankl frankland franklin franklins frankly franklyn frankness franko frankopan franks frankston franky franny franquin frans fransabank fransisco franti frantic frantically frantisek frantschach frantz franz franz-christoph franz-josef franzen franziska frapaco fras frascati fraser fraserburgh frasers frasier frat fratelli frater fraternal fraternisation fraternite fraternities fraternity fratricidal fratricide fratton frau fraud frauds fraudsters fraudulent fraudulently frauen frauenkirche fraught fraulein fraunhofer frawley fraxinus fray frayed fraying frayn frazee frazer frazetta frazier frazione frazioni frb frbs frc frcd frcds frcp frcs freak freaked freaking freakish freaks freakshow freaky freamon frears freberg frechet frechette freckles frecuencia fred freda freddie freddy frederic frederica fredericia frederick fredericks fredericksburg fredericktown frederico fredericton frederik frederiksberg frederiksborg frederiksen fredholm fredi fredo fredonia fredric fredrick fredrik fredriksson fredrikstad free free-agent free-fall free-floating free-for-all free-kick free-kicks free-lance free-market free-marketeer free-mkt free-on-board free-speech free-spending free-standing free-to-air free-to-trade free-trade free-wheeling freebirds freeboard freeborn freebsd freed freedman freedmen freedom freedoms freefall freeform freegold freeh freehand freehold freeholder freeholders freeing freekick freelance freelanced freelancer freelancers freelancing freeland freelander freeloader freely freely-elected freeman freemans freemason freemasonry freemasons freemen freenet freepages freeport freeport-mcmoran freer frees freescale freese freese-notis freest freestanding freestone freestyle freestyles freethinker freethinkers freethought freetown freeview freeware freeway freeways freewheel freewheeling freewill freeza freeze freezer freezers freezes freezing frege frehley frei freiberg freiburg freie freienwalde freight freighter freighters freightliner freightways freih freiheit freiherr freij freikorps freilich freire freising freitas freiwilligen frejus freleng frelimo frelinghuysen frem fremantle fremantlemedia fremen fremont french french-backed french-based french-born french-canadian french-german french-language french-led french-made french-owned french-speaking french-style frenchman frenchmen frenchtown frenchwoman frenchy frenetic frenkel frente frentzen frenulum frenzied frenzy freon frepaso freq frequencies frequency frequent frequent-flyer frequented frequenting frequently frequents frere freres frerotte fresco frescobaldi frescoed frescoes frescos fresenius fresh fresh-faced fresher freshers freshest freshly freshman freshmen freshness freshwater fresi fresnel fresnes fresno fret fretboard fretilin fretless frets fretted fretting freud freudenthal freudian freund frey freya freyberg freycinet freyja freyr freytag frf frft frg fri fria friar friars friary frias fribourg fricative fricatives frick fricke friction frictional frictions frid frida friday friday-saturday fridays frideric fridge fridges fridtjof fried frieda friedberg friedel frieden friederike friedkin friedland friedlander friedman friedmann friedrich friedrichshafen friel friend friendless friendlier friendlies friendliness friendly friends friendship friendships frierson fries friesen friesian friesland frieze friezes frigate frigatebirds frigates frigg fright frighten frightened frightening frightens frightful frigid frigyes friis frill frills frilly frimley fringe fringed fringer fringes fringillidae fringing frink frio fripp frisbee frisby frisch frisco frisell frisia frisian frisians frisk frisky frist frith fritillary frito frito-lay frits fritsch fritters fritz fritzlar friuli friulian frivolity frivolous friz frizzell frm frn frns fro frobenius froberger frobisher frock frode frodebu frodi frodo frodsham froehlich froelich froese frog frogger froggy frogman frogmen frogmore frogs frohlich frohman froissart frolic frolinat frollo frolunda from fromartz fromberg frome fromm fromme fromthe fron frond fronde fronds front front-end front-line front-loaded front-month front-page front-runner front-runners front-running front-wheel fronta frontage frontal frontbench fronte fronted frontenac frontenacs frontend frontera frontier frontieres frontiers frontiersman frontiersmen fronting frontispiece frontline frontlines frontman frontpage frontrunner frontrunners fronts frontside frontwoman froom frosinone frost frost-free frostbite frostburg frosted frosting frosts frosty froth frothy frou froude frowick frown frowned frowns froze frozen frozone frp frquences frro frs frsa frsc frse frsh fru fructose fruehauf frugal frugality fruit fruitful fruiting fruition fruitless fruitlessly fruits fruity frum frunze frusciante frustrate frustrated frustrating frustratingly frustration frustrations fry frydek fryderyk frye fryer fryges frying frykberg frylock fryman frzn fs fs0 fsa fsa--u.s. fsb fsc fsf fsh fsi fsis fsk fsl fsln fsm fsn fso fsp fsr fss fsu fsv ft ft-actuaries ft-se ft. ft.lbf ft/0 ft/s ft0 fta ftaa ftc fte ftk ftks ftl ftp ftse ftse0 ftth ftx fu fuad fuca fuchs fuchsia fuck fucka fucked fuckin fucking fudan fudd fudge fudged fudging fudosan fue fuego fuehrer fuel fuel-cell fuel-efficient fuel/air fueled fueling fuelled fuelling fuels fuente fuentes fuer fueros fuerte fuerteventura fuerth fuerza fuerzas fuga fugal fugazi fugees fugen fugger fugitive fugitives fugro fugu fugue fugues fuhr fuhrer fuhrerbunker fuhrman fuisz fujairah fuji fujian fujifilm fujii fujiko fujikura fujimori fujimoto fujin fujisaki fujisash fujisawa fujita fujitsu fujiwara fukoku fuku fukuda fukui fukuoka fukushima fukutoku fukuyama ful fula fulani fulbe fulbright fulcher fulci fulcrum fuld fulda fulfil fulfill fulfilled fulfilling fulfillment fulfills fulfilment fulfils fulford fulgencio fulgrim fulham fulk fulke fulkerson full full(0 full- full-back full-blown full-day full-fledged full-freighter full-length full-line full-page full-range full-scale full-service full-size full-strength full-time full-year full-yr fullback fullem fuller fullerene fullerenes fullers fullerton fullest fullick fulling fullmer fullmetal fullness fullscreen fullsets fulltime fully fully-diluted fully-fledged fully-listed fully-owned fully-paid fulmar fulmer fulsome fulton fulvia fulvio fulvius fulwood fuma fumagalli fumakilla fumaroles fumble fumbled fumbles fumbling fume fumed fumes fumi fumigation fumiko fuming fumio fun funafuti funai funaki funakoshi funan funar funchal funcinpec function functional functionalism functionalist functionalities functionality functionally functionals functionaries functionary functioned functioning functions functor functors fund fund-based fund-led fund-raiser fund-raisers fund-raising fund-related fundacao fundacion fundamental fundamentalism fundamentalist fundamentalists fundamentally fundamentals funded fundementals funder funders funding fundings fundo fundraiser fundraisers fundraising funds funds------------------ fundusz fundy funen funeral funerals funerary funes funfair fung fungal fungi fungible fungicide fungicides fungurume fungus funhouse funicello funicular funimation funk funkadelic funke funky funnel funneled funneling funnelled funnelling funnels funnier funnies funniest funny funston fuori fup fuqua fur furama furey furies furio furioso furious furiously furlan furlong furlongs furlough furloughed furman furnace furnaces furnariidae furnas furness furnish furnished furnishes furnishing furnishings furniture furon furor furore furr furred furrow furrowed furrows furry furs furst furstan furstenberg furstenfeldbruck furtado furter furth further furtherance furthered furthering furthermore furthers furthest furtwangler furukawa furuseth fury furyk fusai fusarium fusco fuscus fuse fused fuselage fuselages fuseli fuser fuses fushigi fushimi fusiform fusilier fusiliers fusing fusion fusions fuso fuss fussball fussy fust fuszert fut futa futaba futbol futebol futenma futhark futher futile futility futs futsal futuna futur futura futurama future futures futures-led futures-linked futures-options futures-related futuris futurism futurist futuristic futurists futurity futuro fuu fuyuki fuze fuzes fuzhou fuzors fuzz fuzzy fv fv0 fvrier fw fw0 fwa fwd fwu fx fx0 fxsu fy fy'0 fy0 fyb fyfe fyffes fylde fynbos fynes fyodor fyodorov fyodorovich fyodorovna fyrom fyvie fz g g&a g&e g&k g&l g&s g'kar g'teed g-v g. g.a. g.b. g.c. g.cargo g.d. g.e. g.g. g.h. g.i g.i. g.i.joe g.k. g.l. g.m. g.n. g.n.f.c g.nut g.o g.o. g.o.b. g.p. g.r. g.s. g.t. g.v. g.w. g0 g0m g0s g0techtv ga ga'hoole ga. ga.-based ga0 gaa gaafu gaal gaap gaara gaas gab gaba gabala gabba gabbana gabbard gabber gabbro gabby gabcikovo gabe gabel gabelli gaber gabes gabi gabin gabirol gable gabled gabler gables gabo gabon gabonese gabor gaborone gabreski gabriel gabriela gabriele gabrieli gabriella gabrielle gabumon gaby gac gaceta gacl gacoms gacy gad gada gadd gaddafi gaddi gaddis gaddum gade gadek gades gadfly gadget gadgetry gadgets gadgil gadi gado gadol gadolinium gadsden gadzooks gae gaea gaeilge gaekwad gael gaelic gaels gaeltacht gaeta gaetan gaetano gaetti gaf gaff gaffe gaffer gaffes gaffney gafta gag gagarin gagauz gage gagetown gagged gaggi gagging gaggle gagik gagliano gagliardi gagne gagnoa gagnon gags gah gahan gahima gai gaia gaidar gaiden gaiety gaijin gail gaillard gaillot gaim gaiman gain gain/ gainax gained gainer gainers gaines gainesville gainey gaining gains gainsborough gainsbourg gainsco gainsford-taylor gainst gaint gair gairdner gais gait gaita gaitan gaited gaither gaithersburg gaits gaitskell gaius gaj gajah gajduskova gajevi gajoen gak gakkai gakki gakko gakuen gakuikusha gakuin gakushuin gal gala galactic galactica galactose galactus galad galadriel galaga galagen galahad galan galant galante galapagos galarraga galas galashiels galata galatasaray galatea galati galatia galatians galaxia galaxian galaxias galaxie galaxies galaxy galba galbatorix galbraith gale gale-force galea galeazzo galement galen galena galeon galeone galera galeria galerie galeries galerius gales galesburg gali galicia galician galicians galil galilean galilee galilei galileo galina galindo galis galitzine galkin gall galla gallacher gallaecia gallagher gallaher galland gallant gallantly gallantry gallardo gallatin gallaudet gallbladder galle gallego gallegos gallen galleon galleons galleria galleries gallery galley galleys galli gallia gallian galliani galliano gallic gallican gallico gallienus gallifrey gallimard gallinules gallipoli gallipolis gallium gallo gallois gallon gallons gallop galloped galloping galloway gallows galls gallstones gallup gallura gallus gally galmoy galo galois galoob galore galperin gals galston galsworthy galt galthie galtieri galton galtsov galvan galvani galvanic galvanise galvanised galvanising galvanize galvanized galvanizing galvanometer galvatron galveston galvez galvin galway gam gam-------------------- gama gama'a gamal gamaliel gamarra gamay gamba gambardella gambela gambetta gambia gambian gambians gambier gambino gambit gamble gambled gambler gamblers gambles gambling gamboa gambon gambro game game-tying game-winner game-winning game. gameboard gamebook gamebooks gameboy gamecock gamecocks gamecube gameday gamefaqs gamekeeper gamelan gamelin gamemaster gamepad gameplay gamepro gamer gamera gamers games gameshark gameshow gamesmaster gamespot gamespy gamestop gametap gamete gametes gametocytes gametophyte gameworks gamez gamgee gami gaming gamini gamla gamma gammage gammon gamow gampo gams gamsakhurdia gamut gan gana ganadero ganao ganapati ganassi ganchev gand ganda gandalf gandel gander gandhara gandharas gandharva gandharvas gandhi gandhian gandhiji gandhinagar gandia gandois gandy gane ganelon ganes ganesa ganesan ganesh ganesha gang ganga gangadhar gangadharan gangas gangbusters ganges gangetic gangland gangland-style ganglia ganglion gangnam gangotri gangrel gangrene gangs gangsta gangster gangsterism gangsters gangtok ganguly gangway gangwon gani ganic ganilau ganis ganisafari ganj ganja gann gannet gannets gannett gannon gano ganon ganondorf gans gansevoort gansu gant gantos gantry gantt gantu gantz ganymede ganz ganzouri gao gaogaigar gaol gaon gaozong gaozu gap gape gaping gapped gapping gaps gar gara garage garageband garagent garages garagiola garak garam garamendi garamond garand garang garant garanti garantia garay garb garba garbage garber garbled garbo garbutt garces garcetti garcia garciaparra garcilaso gard garda gardai gardanne garde gardel garden gardena gardener gardeners gardenia gardening gardens gardermoen garderobe gardes gardez gardie gardiner gardiners gardner gardnerian gare gareth garex garfield garforth garfunkel garg gargan gargano gargantua gargantuan gargoyle gargoyles garh garhwal gari gariano garibaldi gariepy garifuna garigliano garin garion garip-bertuol garis garish garland garlands garlic garlick garm garma garman garmendia garment garments garmin garmisch garmisch-partenkirchen garn garneau garner garnered garnering garners garnet garnets garnett garnier garnish garnished garo garofalo garon garonne garou garoua garovaglio garp garr garran garrard garratt garret garreton garrett garrick garrido garrigan garrincha garriott garrison garrisoned garrisoning garrisons garrity garrod garros garry gars garson garston garten garter garth gartmore gartner garton garu garuda garvaghy garvan garvey garvin garware garware-wall garwood gary garza garzarelli garzon gas gas--bcf gas-based gas-fired gas-powered gas-rich gas0 gasana gasandes gasb gasc gascoigne gascon gascony gascor gascoyne gaseous gases gasfield gash gasification gaskell gasket gaskets gaskin gaslight gasoil gasolin gasoline gasoline-making gasoline-powered gasoline-rich gasoline-to-crude gasoline0 gasoline0pb gasolines gasp gaspar gaspard gaspare gaspari gasparilla gasparovic gaspart gaspe gasped gasping gasps gass gassed gasser gasses gassing gassman gast gastaut gastel gaster gaston gastonia gastown gastric gastritis gastro gastro-intestinal gastroenteritis gastroenterology gastrointestinal gastronomic gastronomy gastropod gastropods gasui gasunie gasworks gat gata gatchaman gatchina gate gatecrasher gated gatefold gatehouse gatekeeper gatekeepers gately gates gateshead gateway gateways gath gathas gather gathered gatherer gatherers gathering gatherings gathers gatien gatineau gating gatiss gatlin gatlinburg gatling gato gatomon gator gatorade gators gatos gatsby gatt gatti gatting gatto gatton gatwick gatx gau gauche gaucher gaucho gauchos gauda gaudeamus gaudens gaudenzi gaudi gaudin gaudio gaudiya gaudy gauge gauged gauges gaughan gauging gauguin gaul gauleiter gauley gaulieder gauliga gaulin gaulish gaulle gaullist gaullists gauloises gauls gault gaultier gaumont gaung gaunt gauntlet gauntlets gaur gaurantee gaurav gauri gauss gaussian gautam gautama gauteng gauthier gautier gauze gav gava gavan gavaskar gave gavel gaveston gavilan gavin gaviria gavle gavriiski gavril gavrilescu gavrilo gavyn gaw gawad gawain gawler gay gaya gayatri gaye gayle gaylord gaymard gaynor gayoom gays gayssot gaz gaza gazan gazdasag gazdik gaze gazebo gazed gazelle gazelles gazes gazeta gazette gazetted gazetteer gazettes gazi gaziantep gaziantepspor gazing gazit gazivoda gazp.rts gazprom gazzetta gb gb/s gb0 gba gbadolite gbagbo gbc gbe gbh gbit/s gbl gbm gborie gbp gbp0 gbr gbs gbu0 gc gca gcap gcb gcc gcd gce gch gchq gci gcl gcm gcmg gcp gcr gcs gcse gcses gcsi gcvo gd gda gdansk gdanska gdanski gdb gdc gde gdf gdfi gdi gdp gdp-a gdp-e gdp-i gdr gdrs gds gdss gdv gdynia ge ge'ez ge0 gea geagea gear gearbox gearboxes geared gearing gears geary geatish geats geauga gebel geber geberit gebhard gebhardt gebreselassie gebrselassie gec gec-alsthom gec-marconi gecamines gecc gechev gecko geckos gecpt gecsi ged geddes geddy gedeon gedichte gediminas gedling gedo gee geek geeks geeky geelong geena geer geert geerts gees geese geest geeta geetha geezer geffen geforce geforce0 gegen gehe gehenna gehl gehlen gehn gehrig gehringer gehry geico geier geiger geigy geils gein geir geis geisel geiseric geisha geissler geist gekko gel gela gelasius gelatin gelatine gelatinous gelato gelb gelbard gelber gelder gelderland gelding geldings geldof gelfand gelgoog geli gelinas gell gellar geller gellert gelli gellibrand gellius gelman gelnar gels gelsenkirchen geltex gelug gelugpa gem gema gemara gematria gemayel gemeentekrediet gemeenten gemeinde gemeinschaft gemelli gemex gemina geminate gemini gemma gemmell gemplus gems gemstar gemstone gemstones gen gen'l gen. gen0 gena genaro genbel genc genclerbirligi gencor gencorp gendarme gendarmerie gendarmes gender gendered genders gendo gene gene-altered gene-maize gene-modified gene.emery genealogical genealogies genealogist genealogists genealogy genelabs genemedicine genentech geneon genera general general-secretary generale generales generalfeldmarschall generali generalisation generalisations generalised generalisimo generalissimo generalist generalitat generality generalization generalizations generalize generalized generalizes generalizing generalleutnant generally generalmajor generaloberst generals generalship generate generated generates generating generation generational generations generative generator generators generic generically genericized generics generis generosity generous generously genes genesco genesee geneseo genesis genesys genet genetic genetically genetically-altered genetically-engineered genetically-modified geneticist geneticists genetics geneva geneva-based geneve genevieve genghis gengold genial geniculate genie genies genii genis genital genitalia genitals genitive genius geniuses genji genk genkai genki genl genma genn genna gennadius gennady gennaro gennosuke geno genoa genoc genocidal genocide genocides genoese genome genomes genomic genomics genosha genossenschaftsbank genotype genotypes genova genovese genpei genpharm genrad genre genres gens genscher gensec genset gensia gensym gent genta gente gentech genteel gentes gentex gentian gentil gentile gentiles gentilly genting gentis gentium gentle gentleman gentlemanly gentlemen gentleness gentler gently gentoo gentrification gentrified gentry gents gentyre gentz genuine genuinely genuineness genus genzyme geo geo-services geocentric geochemical geochemistry geocities geocodes geode geodesic geodesics geodesy geodetic geoff geoffrey geoffrion geoffroy geoghegan geographer geographers geographia geographic geographical geographically geographie geographies geography geoid geologic geological geologically geologist geologists geology geomagnetic geomancy geometer geometric geometrical geometrically geometries geometry geomorphology geon geonim geonosis geophysical geophysicist geophysics geophysique geopolitical geopolitics geordi geordie georg georgakis george georges georgescu georgetown georgette georgi georgia georgia-based georgia-pacific georgian georgiana georgians georgie georgiev georgina georgine georgiopoulos georgios georgiou georgius georgy geos geoscience geosciences geospatial geostationary geosynchronous geotechnical geotek geotel geothermal geoworks gep gephardt gepids geppetto ger ger.cost ger.cst ger.current ger.export ger.gdp ger.import ger.indust ger.industrial ger.m0 ger.manu ger.producer ger.retail ger.trade ger.unemployment ger.wholesale gera geraci geraghty geraint gerais gerak gerakan geral gerald geraldine geraldo geraldton geranium gerard gerardo gerardus gerasimos gerasimov gerassimos gerber gerbert gerbil gerbils gerd gerda gerdau gere geremia gerety gerg gergiev gerhard gerhardt gerhardus gerhart geri geriatric geriatrics gerlach gerling germ germain germaine german german-based german-born german-built german-czech german-french german-language german-made german-owned german-polish german-speaking german-style germane germania germaniae germanic germanicus germanisation germanium germanization germanized germano germans germantown germanus germany germany-based germanys germinal germinate germinated germinating germination germline germon germs gernot gernsback gero gerome geron gerona geronimo gerontius gerontology gerrard gerrit gerrold gerry gerrymandering gers gersen gershom gershon gershwin gersi gersik gerson gersovitz gerstein gerstenfeld gerstner gert gertie gertrud gertrude gertz gerulaitis gerund gerusalemme gervais gervase gervasi gervasio gerwel geryon ges gesamtmetall geschichte geschwader gesell gesellschaft geshe gesher gesner gesneriaceae gespenst gesser gesserit gessle gesso gest gesta gestalt gestapo gestation gestational geste gestetner gestion gestural gesture gestured gestures gesturing gesu gesualdo gesuri gesury get get-rich-quick get-together get-tough get-well geta getae getafe getafix getaway getchell gete gethsemane geto getronics gets getter getters gettin getting getty gettysburg getulio getz geum geupec gev gevaert gevirtz gewandhaus gewehr gewiss gex geyer geylang geyser geysers geza gf gfb gfdl gfesa gfinver gfk gfm gfms gfoa gfp gfr gfs gfsa gfx gg ggg ggt gh ghadar ghaffar ghafoorzai ghaggar ghali ghalib ghamdi ghana ghanaian ghanaians ghanem ghani ghanima ghanimifard ghanmi ghar gharana gharekhan gharib ghassan ghastly ghat ghatak ghatkopar ghats ghazal ghazali ghazals ghazan ghazi ghaziabad ghaznavid ghaznavids ghazni ghb ghc ghedina ghee ghei ghenda ghent gheorghe gheorghiu ghetto ghettos ghez ghg ghia ghibelline ghibellines ghibli ghica ghidorah ghinwa ghirlandaio ghislain ghneim ghneimat ghola gholamreza ghor ghorband ghori ghose ghosh ghoshe ghosheh ghost ghostbusters ghostface ghosting ghostly ghosts ghostwriter ghostwriters ghostwritten ghoul ghoulish ghouls ghous ghq ghraib ghs ghul ghulam ghz gi gia giacinto giacometti giacomo giai giallo giamatti giambattista giambi giambologna giampiero gian giancana giancarlo gianetti gianfranco giang giani gianluca gianluigi gianna gianni giannini giant giant-killer giantess giants giap giardello giardia giat gib gibara gibb gibbard gibberish gibbes gibbet gibbon gibbons gibbs gibraltar gibraltarian gibraltarians gibran gibson gic gichin giczy giddens giddings giddins giddy gide gidel gideon gidget gidi gidley gidusa gielgud gier giese giessen gieves gif giffard giffen giffin gifford gifhorn gift gifted gifting gifts giftware gifu gig giga gigabit gigabits gigabyte gigabytes gigajoule gigan gigante gigantea gigantes giganteus gigantic gigas gigawatt gigawatts giger gigged gigging giggle giggles giggling giggs gigi gigli giglio gignac gignoux gigolo gigs giguere giheno gihren giic gijon giken gil gil-robles gila gilad gilan gilani gilardi gilat gilbert gilberto gilberts gilbertson gilbey gilboa gilby gilchrist gild gilda gildas gildea gilded gilder gildersleeve gilding gilead giles gilford gilgamesh gilgit gili gilissen gilkey gill gillan gillard gille gillen giller gillerman gilles gillespie gillett gillette gilley gilliam gillian gillick gillies gillig gilligan gilliland gillingham gillis gillispie gillman gillmor gillon gills gilly gilman gilmartin gilmer gilmore gilmour gilon gilpin gilroy gilson gilt gilt-edged gilts gilwell gim gimbal gimbel gimbutas gimelstob gimenez gimli gimmes gimmick gimmicks gimnasia gimnasia-jujuy gimnasia-la gimp gimpo gimv gin gina ginanjar ginastera ginebra gines ging ginga ginger gingerbread gingerly gingiva gingival gingold gingrich gini ginji ginkgo ginn ginna ginned ginneries ginners ginnie ginning ginny gino ginobili ginola ginrai gins ginsberg ginsburg ginseng ginta gintaras gintian ginuwine ginza ginzburg gio gioacchino gioconda gioia giolitti giolla giordano giorgetto giorgi giorgio giorgione giorgos giorno gios giotto giovan giovane giovanna giovanni gip gipcl gipp gipps gippsland gipsy gipuzkoa gir gira giraffe giraffes giraldo giraldus girard girardeau girardelli girardi girardot girassol giraud giray girder girders girdle girdled girdles giresun giri giribaldi girish girl girlfriend girlfriends girlguiding girlie girls girly giro girocredit girolamo giron girona gironde girondins girondists giroro giroux girozentrale girt girth girton girty girvan gis gisborne giscard gisela gisele giselle gisenyi gish gislason gisli gissa gist gist-brocades gisulf git gita gitega gitic gitner giudicato giuffre giugiaro giulia giuliana giuliani giuliano giulietta giulio giuly giunta giurgiu giurleo giuseppe giusti giustiniani giusto give give-away giveaway giveaways given givenchy givens giver givers gives giving giza gizmo gizzard gj gjallica gjelsten gjirokaster gjoevik gk gki gkn gko gkos gks gl gl0 gla glaad glabra glabrous glace glacial glaciated glaciation glaciations glacier glaciers glacis glad gladden glade glades gladesville gladiator gladiatorial gladiators gladio gladis gladishiva gladius gladly gladstone gladwell gladwin gladys glafcos glagolitic glam glamis glamor glamorgan glamorganshire glamorous glamour glamourous glan glance glanced glances glancing gland glands glandular glans glantz glanville glare glareolidae glaring glarus glas glascock glaser glasgal glasgow glasgow-based glasnevin glasnost glass glass-maker glass-steagall glassboro glasser glasses glassfibre glasshouse glassmaker glassmaking glassman glasson glassware glassworks glassy glastonbury glaswegian glauber glauca glaucoma glaucous glaucus glaurung glaverbel glavine glaxo glaxo-wellcome glaxosmithkline glay glaze glazed glazer glazes glazier glazing glazunov glbt glc gle gleam gleaming glean gleaned gleaner gleaning gleann gleason gleb glebe glee gleefully gleeson glemp glen glenavon glenayre glenbard glenbogle glenborough glenbrook glencairn glencoe glencore glenda glendale glendalough glendening glendon glendora gleneagles glenelg glenfield glengarry glenmark glenmore glenn glennie glennon glenorchy glenrothes glens glenside glentoran glenview glenville glenwood glf gli glial gliatech glick glickman glicksberg glidden glide glided glider gliders glides gliding gliese gligoric gligorov glimcher glimmer glimmers glimpse glimpsed glimpses glimt glinda glinka glion glissando glitch glitches glitter glittering glitz glitzy gliwice glo gloating gloats glob global globalink globalisation globalise globalised globalising globalization globalized globally globalstar globe globe-trotting globemaster globes globetrotters globex globo globose globtel globular globules globulin globus glock glockenspiel glogow glogowski gloire glomerular glomerulus glomma gloom gloomier gloomy gloria glories glorification glorified glorifies glorify glorifying glorious glory glos gloss glossary glossed glosses glossolalia glossop glossy gloster glottal glottis gloucester gloucestershire glove gloved glover gloves glow glowed glowing glows glr gls glu glucagon gluck glucksburg glucocorticoid glucocorticoids glucokinase gluconeogenesis glucosamine glucose glucose0 glue glued glues glufosinate gluing glum gluon gluons glut glutamate glutamic glutamine glutathione gluteal gluten gluteus glutinous glutted glutton gluttonous gluttony gluzman glx glycemic glycerin glycerine glycerol glycine glycogen glycol glycolysis glycoprotein glycoproteins glycoside glycosides glycosidic glycosylation glydon glyn glyndebourne glyndwr glynis glynn glynwed glyph glyphosate glyphs gm gm0 gma gmac gmail gmb gmbh gmc gmcr gmd gmelin gmexico gmg gmina gml gmo gmos gmp gmr gms gmt gmt)---------------- gmt)----------------- gmt)------------------ gmt)--------------------- gmt------------key gmt-----------key gmt0 gmtv gmund gn gna gnaeus gnarled gnarls gnassingbe gnat gnats gnawing gnc gne gnehm gneisenau gneiss gneisses gner gni gniezno gnma gnome gnomes gnomon gnosis gnostic gnosticism gnostics gnp gnpc gnr gnral gnrale gnrh gnu gnu/linux gnutella go go-ahead go-between go-it-alone go-slow go0 goa goa'uld goad goaded goading goal goal-scoring goalie goalies goalkeeper goalkeepers goalkeeping goalkicker goalkicking goalless goalmouth goalpost goalposts goals goalscorer goalscorers goalscoring goaltender goaltenders goaltending goan goat goatee goats goatskin gob gobain gobble gobbled gobbling gobbo gobe gobel gobert gobes gobi gobierno gobies gobind gobineau goble goblet goblets goblin goblins gobots goby goc goch god god-king godal godalming godard godavari godber godbout goddamn goddard goddess goddesses gode godefroy godel goderich godfather godfathers godflesh godfrain godfrey godhead godhood godin godina godinho godiva godless godley godlike godly godman godmother godo gododdin godolphin godot godown godoy godparents godrej godric godrich gods godsell godsmack godson godspeed godspell godunov godwin godwinson godwits godzilla goebbels goebel goeben goel goellner goemon goenitz goenka goepel goer goering goers goes goethals goethe goetia goetschl goetz goetze goey goff goffin goffman goffredo gog goga gogele goggin goggle goggles gogh goglia gogo gogol goguryeo goh gohad gohan gohar goi goi0 goiania goias goidelic goin going goings goizueta gojjam gojko gojong gojoseon goju gojulas gokak gokal gokhale gokongwei goktas goktepe gokturk gokturks goku gol gola golam golan golani golbahar golconda gold gold($ gold-domed gold-plated gold-rich gold-silver golda goldar goldbach goldbeam goldberg goldberger goldblum goldbug goldcorp golden goldenberg goldenberg-hehmeyer goldeneye goldenrod golders goldfaden goldfarb goldfield goldfields goldfinch goldfinger goldfish goldflds goldfrapp goldhagen goldie goldilocks goldin golding goldman goldmark goldmember goldmine goldmoon goldoni goldrush golds goldsboro goldsborough goldschmidt goldsmid goldsmith goldsmiths goldstar goldstein goldstone goldstream goldsun goldsworthy goldthwait goldtron goldust goldwater goldwyn golem golems golestan goleta golf golfer golfers golfing golfo golgi golgotha goliad goliath golic golitsyn golkar gollancz goller gollnisch gollum golly golmard golob golomb golombek golos golota golovin golput goltz golub goma gomarsall gombak gombos gomel gomer gomera gomersall gomery gomes gomex gomez gomi gomorrah gompa gompers gomphidae gomulka gon gonadal gonadotropin gonads gonal goncalo goncalves gonchar goncharov goncourt goncz gond gondar gondi gondola gondolas gondoliers gondolin gondor gondry gondwana gone gong gongadze gongora gongs gongsun gonna gonorrhea gonsalves gontchar gontha gonville gonzaga gonzales gonzalez gonzalo gonzo goo goober gooch good good-bye good-faith good-humoured good-looking good-natured good-quality goodale goodall goodbody goodbye goodbyes goode goodell gooden goodenough goodfellas goodfellow goodhart goodhue goodie goodies gooding goodison goodkind goodland goodlatte goodly goodman goodness goodnight goodrem goodrich goodricke goodridge goods goods-producing goodson goodspeed goodtree goodwill goodwin goodwood goodwrench goody goodyear gooey goof goofy googie google googler googly goole goomba goombas goon goonies goons goose gooseberry goosebumps goosen goossens gop gopac gopal gopala gopalakrishnan gopalan gopher gophers gopi gopinath goppingen gopuram gor gora gorakhpur gorali goram goran gorani gorazde gorazdze gorbachev gorbals gorchakov gord gorda gordan gordana gorden gordian gordie gordimer gordini gordo gordon gordon.mackenzie@reuters.com gordons gordy gore gorecki gored goree gorelick goren gores gorey gorgan gorgas gorge gorgeous gorges gorgias gorgon gorgoroth gorham gori gorica gorilla gorillas gorillaz gorin gorinchem goring gorizia gorka gorkha gorkhas gorky gorky0 gorleben gorlitz gorm gorman gormanston gormenghast gormley gorn gornik gornji gorny goro gorod goron gorriaran gorriz gorrochategui gorse gorsedd gorski gorsky gorst gort gortari gorton gory goryeo gorzow gos gosalyn goschen goscinny gosden goseco gosei gosford gosforth gosh goshawk goshen goslar goslin gosling gospel gospels gospic gospodarczy gospodarczych gospodarki gosport goss gossage gossamer gossard gosse gosselin gossett gossip gossiping gosta gostivar gostkowski goswami got gota gotaas-larsen gotaland gotch gotcha goteborg goteborgs goten goth gotha gothaer gotham gothenberg gothenburg gothia gothic goths gotland goto gotovac gotra gotras gott gottardo gotten gotterdammerung gottesman gottfredson gottfried gotthard gotti gottingen gottlieb gottlob gottorp gottschalk gottschalks gottwald gotz gou gouache goucher goud gouda goudie goudsmit gouf gouge gouged gouges gough gouging gouin goukouni goulart goulburn gould goulding gouldman goulds goulet goulette gounder gounod gourami gouraud gourd gourds gourlay gourmet gourock gourvennec gout goutard gouveia gouvernement gouverneur gouws gov gov't gov. govan gove govenment govenor govenrment goverment goverments govern governance governed governement governemnt governemt governent governer governess governing government government- government-affiliated government-allied government-appointed government-approved government-backed government-controlled government-funded government-guaranteed government-held government-imposed government-in-exile government-in-waiting government-led government-linked government-mandated government-owned government-related government-run government-set government-sponsored government-to-government governmental governmentally governments governmment governmnent governmnet governnment governor governor-general governorate governorates governors governorship governorships governs govett govind govinda govpx govt govt. govt.budget govt.fcast govts gow gowan gowanus gowar gowda gowdy gowen gower gown gowns gowri gowrie gowrings gowron goya goyal goyder goydos goyer gozhita gozo gp gp0 gp0x gpa gpb gpc gpg gpi gpl gpm gpo gprd gprs gps gpt gpu gpus gq gr gr. gr0 gra graaf graaff graafschap grab grabbed grabber grabbing graben graber grable graboplast grabowski grabs graca gracchus grace graced graceful gracefully graceland graces gracey grachev gracia gracias gracie graciela gracile gracilis gracing gracious graciously graco grad gradascevic gradation gradations grade graded grader graders grades gradi gradient gradients gradin grading gradius grado grads gradual gradually graduate graduated graduates graduating graduation graduations gradus grady graeca graecia graeco graem graeme graetz graf grafe graff graffiti grafin graft grafted grafting grafton grafts graham grahame grahams grahamstown graig grail grain grain-based grainbelt grainco graincorp grained grainfed grainger grainne grains grainy grajewo grajewski gralla gram grama grambling grameen gramercy gramley gramlich gramm grammar grammarian grammarians grammars grammatical grammatically grammaticus gramme grammer grammes grammophon grammy grammys gramont gramophone grampa grampian grampians grampus grams gramsci gran grana granada granados granaries granary granata granato granby grancare grand grandad grandaddy grandaughter grandchild grandchildren granddad granddaughter granddaughters grande grandees grander grandes grandest grandeur grandfather grandfathered grandfathers grandi grandier grandiflora grandin grandiose grandis grandison grandma grandmaster grandmasters grandmet grandmother grandmothers grandnephew grandniece grandpa grandparent grandparents grandpuits grands grandsire grandson grandsons grandstand grandstanding grandstands grandview graney grange grangemouth granger granges granholm granic granite granites granitic granma granny grant grant-in-aid granta grantchester granted grantee grantees granth grantham granting grantley grantor grantors grants grantville granular granularity granulated granulation granule granules granulomas granulosa granville granz grape grapefruit grapes grapevine grapevines graph grapheme graphemes graphic graphical graphically graphics graphing graphite graphix graphs grappa grappasonni grappelli grapple grappled grappler grapplers grapples grappling gras grasberg graseby grasim grasmere grasp grasped grasping grasps grass grass-court grass-fed grass-roots grasscourt grasse grassed grasses grassfed grasshopper grasshoppers grassi grassland grasslands grassley grassmann grasso grassroot grassroots grassy grata grate grated grateful gratefully grates gratia gratian gratification gratified gratifying grating gratings gratiot gratis gratitude graton grattan gratton gratuities gratuitous gratuity gratz grau graubunden grauer grauman gravano grave gravedigger gravel gravelaine gravelly gravels gravely graven graveney graver graves gravesend graveside gravesite gravest gravestone gravestones graveyard graveyards gravina gravis gravitate gravitated gravitating gravitation gravitational gravitationally gravitis graviton gravity gravure gravy gray graydon grayish grayling grays grayscale grayskull grayson graystone graystripe graz graze grazed grazer grazers grazia graziani graziano grazie grazier grazing grb grbac grc grcs grd gre grease greased greaser greasers greasy great great-west greatbatch greater greater-than-expected greatest greatly greatness greats greaves grebats grebe grebes grech grecian greco greece greed greedy greehey greek greek-turkish greeks greeley greely green greenalls greenaway greenback greenbacks greenbank greenbelt greenberg greenblatt greenbriar greenbrier greenbury greenbush greencastle greencore greendale greene greener greenery greenest greeneville greenfield greenfields greenford greenhalgh greenham greenhill greenhills greenhouse greenhouses greening greenish greenland greenlandic greenleaf greenlee greenleft greenlight greenlit greenmount greenock greenough greenpeace greenpoint greenport greens greensand greensboro greensborough greensburg greenshields greenshoe greenside greenslade greenspace greenspan greenspond greenstein greenstone greenstreet greentree greenup greenview greenville greenwald greenway greenwell greenwich greenwood greer greet greeted greetham greeting greetings greets greg gregan gregarious gregg greggs gregoire gregor gregori gregorian gregorio gregorios gregory gregson greif greifswald greig greil greiner greiss greiz grell gremio gremlin gremlins gren grenache grenada grenade grenades grenadier grenadiers grenadines grendel grenfell grenier grenland grenoble grenouille grenville gresham gresik gresley greste greta gretchen grete gretel gretelle gretna gretsch gretton gretzky greve grevenmacher greville grevillea grew grewal grey grey-haired greycoat greyer greyfriars greyhawk greyhound greyhounds greying greyish greymon greymouth greys greystone greystones greytown greywacke greywater gri grianne gribble grice grid gridasov griddle gridiron gridley gridlock grids grief grief-stricken grieg grier grierson gries griesbach griese griesheim grievance grievances grieve grieved grieves grieving grievous grievously grif griff griffen griffey griffin griffins griffith griffiths griffon grifter grifters grigg griggs grignard grigor grigore grigori grigory grigsby grijalva grill grille grilled grilles grilling grillo grills grim grim-faced grima grimaldi grimandi grime grimes grimethorpe grimgor grimke grimlock grimlord grimly grimm grimmjow grimoald grimoire grimsby grimshaw grimsley grimston grimsvotn grimy grin grinaker grinch grind grindcore grindelwald grinder grinders grindhouse grinding grindings grindlays grinds grindstone grindwell gringo grinned grinnell grinning grinspoon grinstead grinsven grintek grinten griot griots grip gripe gripen gripped gripping grips griqualand griquas gris griscom griselda grisham grisly grisman grisons grissom grist gristle gristmill gristmills griswold grit grito grits gritschuk grittier gritty grivas grizzard grizzled grizzlies grizzly gro groan groaning groans groat groats grob groban grobbelaar grobler grocer groceries grocers grocery grodas grodd groden grodin grodno groen groenenberg groening groep groff grog grogan groh grohl groin grolier grolsch grom gromit gromov gronberg gronbjerg grondona groningen gronkiewicz-waltz gronning groo groom groombridge groomed grooming grooms groot groote grootvlei groove grooved grooves groovy groping gropius gros gros-pietro grosbeak groschen grose grosjean grosmont gross grossa grossberg grossdeutschland grosse grossed grosser grosses grosset grosseteste grosseto grossing grossly grossman grossmith grossmont grosso grosvenor grosz groszek groszes grote grotesque grotesquely grotesques groth grothendieck grotius groton grotowski grotte grotto grottoes grottos groucho grouchy groulx ground ground-based ground-breaking groundbreaking grounded grounder groundhog groundhogs grounding groundings groundless groundlings groundnut groundnuts groundout grounds groundskeeper groundstrokes groundswell groundwater groundwood groundwork group group-wide groupe grouped groupement grouper groupes groupie groupies grouping groupings groups groupware groupwise grouse grout grove groveland grover groves grow grower growers growing growl growler growling growls grown grown-up growns grows growtapr growtfeb growth growth-oriented growthaug growthjul growthjun growths growtjan growtmar growtmay groza grozny grp grrrl grs grt gru grub grubb grubbs gruber grubs gruden grudge grudges grudging grudgingly grue gruel grueling gruelling gruen gruenigen gruenwald gruesome gruff gruffudd gruffydd gruma grumble grumbled grumbling grumman grumpy grun grunberg grund grundhofer grundig grundy gruner grunewald grunfeld grunge grunt gruntal gruntilda grunting grunts grunty grunwald grupo gruppe gruppen gruppenfuhrer gruppo gruumm gruyere gruyter gryffindor grylls gryphon grytviken grzegorz grzybowska gs gs0 gsa gsb gsbs gsc gsci gsd gse gsee gsf gsg gsi gsm gsm0 gsn gsp gsr gss gst gstaad gstc gsu gsx gt gt0 gta gtc gtd gte gtech gteed gti gtk gtk+ gtl gtlb gtm gto gtp gtr gts gtu gtv gtx gu gu'teed gua guacamole guadagni guadalajara guadalcanal guadalquivir guadalupe guadeloupe guadiana guage guaimar guaira guajira guale guam guan guanabara guanacaste guanajuato guanches guandong guang guangdong guangnan guangshen guangxi guangxu guangzhou guanine guano guanosine guanta guantanamo guanzhong guar guarana guarani guaranted guarantee guaranteed guaranteeing guarantees guarantor guarantors guaranty guard guarda guarded guardedly guardhouse guardia guardian guardians guardianship guarding guardiola guardrail guards guardship guardsman guardsmen guarini guarino guarneri guastalla guatel guatemala guatemalan guatemalans guatmal guattari guava guaviare guaxupe guayama guayana guayaquil guayas guaymas guaynabo gubbio guber gubernatorial gubernia guberniya gucci guccione gud gudang guderian gudgeon gudlaugur gudme gudmundsson gudmundur gudrun gue guedes gueily guelders guelph guelphs guemes guen guenier guenon guenter guenther gueorgui guercino guercio guerilla guerillas guerin guerini guernica guernsey guernsey-based guerra guerre guerrera guerrero guerreros guerrilla guerrillas guerrouj guesclin guess guessed guesses guessing guesswork guest guested guesthouse guesthouses guesting guests guetersloh guevara gugelmin guggenheim guglielmo gugliotta guha gui guia guiana guianas guibert guichard guid guidance guidant guide guidebook guidebooks guided guideline guidelines guides guideway guidi guiding guido guidolin guidon guidotti guidry guignol guigou guilbert guild guildenstern guilder guilderland guilders guildford guildhall guilds guile guilford guilfoyle guilherme guiliani guilin guillain guillaume guillemot guillemots guillen guillermo guillory guillot guillotine guillotined guilmon guilt guilty guimaraes guimard guin guinan guindy guinea guinea-bissau guineafowl guinean guineans guineas guiness guinevere guingamp guinn guinness guipuzcoa guis guisborough guiscard guise guises guitar guitar/vocals guitarist guitarist/vocalist guitarists guitarra guitars guiteau guivarc'h guizhou guizot guj gujar gujarat gujarati gujaratis gujing gujjar gujjars gujral gujranwala gujrat guk gul gul'dan gula gulab gulag gulags gulati gulbahar gulbarga gulbenkian gulbuddin gulch gulden guldimann guldur gules gulf gulf-based gulfport gulfstream gulistan gull gullah gullfaks gullible gullies gullikson gullit gulliver gulls gully gulp gulshan gulu gulzar gum gumball gumbel gumbo gumby gumi gummer gummi gummy gump gums gumucio gumy gun gun-toting guna gunasekera gunbattle gunbattles gunboat gunboats guncannon gund gunda gundagai gundam gundams gundersen gunderson gundle gundy gunes gunewardena gunfight gunfighter gunfighters gunfights gunfire gung gungahlin gunge gunigundo gunma gunman gunmen gunn gunnar gunnarsson gunned gunnell gunner gunners gunnersbury gunnery gunning gunnison gunns gunny gunpoint gunpowder gunray guns gunship gunships gunshot gunshots gunslinger gunslingers gunsmith gunsmoke gunston gunt guntank guntar guntars gunter guntersville gunther guntis gunto guntram guntung guntur gunung gunz gunzburg gunze guo guo'an guoco guofang guoliang guoqiang guotai guppy gupta guptas guqin gur gur-arieh gura gurage gurdas gurdaspur gurdjieff gurdwara gurdwaras gurdy gurevich gurewitz gurgaon guri guria gurion gurkha gurkhas gurley gurmukhi gurnard gurnee gurner gurney guro gurps gurren gurria gurrieri guru gurudwara guruji gurukul gurung gurus gurusinha guruvayur gus guscott gusen gusev gush gushed gushing gusinsky gusmao gusmeroli gussie gust gustaf gustafson gustafsson gustav gustave gustavo gustavsberg gustavsson gustavus guster gusti gustincic gusting gusto gustrow gusts gusty gut gutenberg gutensohn guterres gutersloh guthrie guthrum gutierrez gutlederer gutman gutmann gutnick guts gutsa gutsy gutta gutted guttenberg gutter gutters gutting guttman guttsman guttural gutu guus guwahati guwar guy guy-alain guyana guyanese guyanor guyau guybrush guyed guylos guymon guynn guyon guyot guys guysborough guyton guyuk guyver guzman guzzi gv gvsu gvt gw gwa gwadar gwalia gwalior gwangju gwar gweedore gwen gwendolen gwendoline gwendolyn gwent gwf gwh gwillimbury gwilym gwin gwinnett gwr gwydion gwydir gwyn gwynedd gwyneth gwynn gwynne gx gx0 gy gyan gyanendra gyaos gyatso gyaw gyda gyeon gyeongbu gyeonggi gyeongju gyeongsang gygax gyi gylfaginning gyll gyllene gyllenhaal gym gymboree gymea gymkhana gymnasia gymnasium gymnasiums gymnast gymnastic gymnastics gymnasts gymnosperms gymnures gympie gyms gynaecology gynecare gynecological gynecologist gynecology gynecomastia gynt gyogyszergyar gyohten gyor gyorgy gyori gyorui gyoubu gypsies gypsum gypsy gyr gyrate gyrated gyrating gyrations gyrich gyro gyrodines gyros gyroscope gyroscopes gyroscopic gyrus gysin gyula gyulai gz gza gzi gzip h h&h h&m h&q h&r h* h-p h-share h-shares h. h.a. h.b. h.c. h.d. h.e. h.f. h.g. h.grade h.h. h.i.s. h.i.v.e. h.j. h.k. h.l. h.m. h.m.s. h.o. h.p. h.r. h.s. h.t. h.w. h/aca h0 h0'0 h0)- h0b h0n0 h0o h0s h=cbot h=house h=kcbt h=march ha ha'al ha'tak ha-lo ha0 haa haag haagen haagen-dazs haakon haaland haan haar haaren haaretz haarhuis haarlem haas haasan haase haast hab habad habakkuk habana habanos habash habeas haber haberdashers haberer habermas habib habibi habibie habibullah habijabi habilis habilitation habit habitability habitable habitants habitat habitation habitations habitats habito habits habitual habitually habitus habonim habra habre habs habsburg habsburgs habsudova habur habyarimana hac hacche hach hachani hachette hacienda haciendas hack hacked hackensack hacker hackers hackett hackettstown hacking hackle hackles hackman hackney hacks hacksaw hackworth hactl had had0 hada hadad hadamard hadar hadassah hadco hadda haddad haddadin haddam hadden haddington haddo haddock haddon haddonfield haden hadep hadera hades hadfield hadi hadid hadith haditha hadiths hadj hadji hadlee hadleigh hadley hador hadramaut hadrian hadron hadrons hadrosaurid hadzhieva hadzic hae haeckel haeco haeggman haemoglobin haemonetics haemophilia haemophiliacs haemophilus haemorrhage haemorrhagic haemorrhaging haeni haensch haessler haeupl haeusl haeusler hafey hafez haffa haffner hafidh hafiz hafner hafnia hafnium hafslund haft haftarah hag haga hagai hagan haganah hagane hagar hagbard hagberg hage hagedorn hagee hagel hagelin hagemann hagemeyer hagen hagenlocker hagenuk hager hagerman hagerstown hagerty haggadah haggadic haggar haggard haggerty haggie haggis haggle haggled haggling hagi hagia hagin hagiography hagland hagler hagley hagman hagner hagorn hagrid hags hagstromer hague hague-based hagushi hah hahn hahnemann hai hai0 haida haidar haider haier haifa haig haigh haight haikou haiku hail haile hailed hailes hailey haileybury hailing hails hailsham hailstorms haim hain hainan hainanese hainault hainaut haines hainiu haiphong hair haircare haircut haircuts hairdo hairdresser hairdressers hairdressing haired hairless hairline hairpin hairs hairspray hairston hairstreak hairstyle hairstyles hairy haitai haitham haiti haitian haitians haitien haiveta haixin haj haja hajar hajdari hajdu hajduk hajdutej haji hajibeyov hajime hajj hajjaj hajji hajric hak haka hakala hakam hakama hakan hakata hake hakeem haken hakes hakham haki hakim hakka hakkari hakker hakki hakkinen hakko hakluyt hakoah hakodate hakon hakone haku hakuba hakufu hakusho hakuto hal hala halabja halacha halachic haladas halakha halakhic halakic halal halas halasz halat halberd halberstadt halberstam halbish halcyon haldane haldea haldeman halden halder haldia haldimand hale hale-bopp haleakala halen hales halesowen halevi halevy halewood haley half half-a-million half-an-hour half-brother half-cent half-centuries half-century half-day half-dozen half-empty half-hearted half-hour half-mast half-million half-month half-owned half-percent half-point half-submerged half-time half-way half-year half-yearly half-yr halfa halfaya halfback halfbred halfdan halflife halfling halflings halford halfpenny halfpipe halftime halftone halfway halga hali haliburton halibut halicarnassus halide halides halidon halifax halim halit halkbank hall halla halladay hallam hallamshire halland hallberg halldor halle halleck hallelujah hallenstein haller hallergard halles hallet hallett halley halliburton halliday hallie halligan halling halliwell hallman hallmark hallmarks hallo hallock halloran hallowe'en hallowed halloween halloweentown hallowell hallows halls hallstatt hallstrom hallucinate hallucinating hallucination hallucinations hallucinatory hallucinogen hallucinogenic hallucinogens hallway hallways hallwood hallwright hallyday halmahera halmstad halo halogen halogenated halogens halonen haloperidol halos halperin halpern halpert halphen halpin hals halsell halsey halsingland halstead halsted halt halted halter halting halton halts haluan halutz halve halved halverson halves halving halvorsen haly halyard halych halyk ham hama hamaca hamad hamada hamadan hamai hamalainen hamama hamamatsu haman hamanaka hamann hamar hamas hamasaki hamble hambledon hambleton hamblin hambrecht hambro hambros hamburg hamburg-based hamburg-berlin hamburg-mannheimer hamburger hamburgers hamburgische hamdan hamdard hamden hamdi hamdoon hamdoun hame hamed hamedan hameed hameenlinna hamel hamelin hamengkubuwono hamer hamersley hamgyong hamid hamidullah hamilcar hamill hamilton hamiltonian hamiltons hamina hamirpur hamish hamitic hamlet hamlets hamleys hamlin hamline hamlyn hamm hammadi hammam hammarberg hammarby hammarskjold hammer hammered hammerfall hammerfest hammerhead hammerheads hammering hammers hammerschmidt hammersmith hammerson hammerstein hammett hammill hamming hammock hammocks hammon hammond hammonds hammurabi hammy hamner hamon hamoud hampden hampel hamper hampered hampering hampers hampi hampshire hampson hampstead hampton hamptons hamra hams hamster hamsterdam hamsters hamstring hamstrung hamsun hamtaro hamtramck hamza hamzah hamzik han han-chung hana hanafi hanan hanania hananiah hanart hanau hanauer hanawa hanbo hanbonn hanbury hanchongryon hancock hand hand-held hand-in-hand hand-outs hand-over hand-picked hand-to-hand hand-to-mouth hand-written handa handan handbag handbags handball handbell handberg handbook handbooks handbrake handbuch handcock handcrafted handcrafts handcuff handcuffed handcuffs handed handedly handedness handel handels handelsbank handelsbanken handelsblad handelsblatt hander handers handful handfuls handguard handgun handguns handheld handhelds handicap handicapped handicapping handicaps handicraft handicrafts handies handily handing handiwork handkerchief handkerchiefs handle handlebar handlebars handled handleman handler handlers handles handley handling handloom handlowy handmade handmaid handmaiden handmaidens handoff handout handouts handover handphone handpicked handrail handrails hands hands-off hands-on handset handsets handshake handshakes handsome handsomely handspring handstand handsworth handwriting handwritten handy handy-size handy-sized handy-sizes handyman handymax handyphone handyside handziski haneda haneef hanegbi hanekom hanes haney hanford hang hanga hangar hangars hanged hanger hangers hangin hanging hangings hangman hangout hangover hangovers hangs hangul hangzhou hanh hani hania haniel hanif hanifa hanifen hanil hanina hanish hanja hanjaya hanjin hanjung hank hanke hankey hanko hankook hankou hankow hanks hanky hankyu hanley hanlon hanmer hann hanna hannaford hannah hannan hannay hanne hanneman hannes hannett hannibal hannifin hannigan hannity hanno hannon hannover hanns hannu hannuri-salomon hanny hanoch hanoi hanoi-backed hanon hanover hanoverian hanrahan hanratty hans hans-dietrich hans-juergen hans-olaf hans-peter hansa hansabank hansabank-latvija hansapank hansard hansberry hansch hanscom hanse hanseatic hansel hansen hansenne hansford hanshin hansi hansie hansol hansom hanson hanspeter hanssen hansson hants hantuchova hanukkah hanuman hanwa hanwell hanwha hanworth hanyang hanyu hanzo hao haoma haotian hap hapag hapag-lloyd hapes hapgood haphazard haphazardly hapkido hapless haplo haplochromis haplogroup haplogroups haploid haplotype haplotypes hapoalim hapoel happart happen happened happening happenings happens happenstance happier happiest happily happiness happosai happy hapsburg haptic hapu haq haqiqi haqq haqqani haque har hara harad harada haradrim harajuku harald haraldsson haram harappa harappan harar harare harari haras harass harassed harassing harassment haravghi harazi harb harbaugh harbert harbhajan harbi harbin harbinger harbingers harbison harbor harbord harbored harboring harborne harborough harbors harbour harboured harbourfront harbouring harbours harbourside harburg harchaoui harchester harcourt hard hard-core hard-currency hard-earned hard-fought hard-headed hard-hit hard-hitting hard-left hard-line hard-liners hard-nosed hard-pressed hard-right hard-up hard-won hard-working harda hardanger hardaway hardback hardball hardboiled hardcastle hardcore hardcourt hardcourts hardcover hardee hardeman harden hardenberg hardened hardening hardens harder hardest hardest-hit hardesty hardianti hardie hardin hardiness harding hardinge hardisty hardiyanti hardleft hardline hardliner hardliners hardly hardman hardness hardouin hardpoints hardrock hardship hardships hardstands hardt hardtop hardtops hardware hardwick hardwicke hardwired hardwood hardwoods hardworking hardy hardys hare haredi harel harelbeke harem haren hares haret harewood harf harford hargeisa hargitay hargrave hargreaves hargrove hari harian haridwar harihara harima hariman haring haringey harington haripur hariri haris harish harith harjojudanto harju hark harkat harkat-ul-ansar harken harkens harker harkers harkes harkin harking harkins harkness harkonnen harlan harland harlech harlem harlequin harlequins harlesden harley harley-davidson harleysville harlin harling harlingen harlington harlock harlot harlow harm harmala harman harmar harmattan harmed harmen harmer harmful harming harmison harmless harmlessly harmoko harmon harmonia harmonic harmonica harmonically harmonicas harmonics harmonies harmonious harmoniously harmonisation harmonise harmonised harmonising harmonium harmonix harmonization harmonize harmonized harmonizing harmony harms harmsworth harnack harnell harness harnessed harnesses harnessing harnett harney harnisch harnischfeger harnosand haro harold haroon haroun harp harpe harpenden harper harpercollins harpers harpies harpist harpo harpoon harpoons harps harpsichord harpsichordist harpsichords harpur harpy harrach harradine harrah harran harrassed harrassment harrell harrelson harrer harri harried harrier harriers harries harriet harriett harriette harrigan harriman harringay harrington harriot harriott harris harrisburg harrison harrisonburg harrisons harrisville harrod harrods harrodsburg harrogate harrold harron harrow harrowing harry harryhausen harrying harryville harsco harsh harsha harshad harshbarger harshegyi harsher harshest harshly harshness harstad hart hart-scott-rodino hartarto harte harte-hanks hartebeestfontein harter hartford hartigan hartington hartland hartle hartlepool hartley hartman hartmann hartmarx hartmut hartnell hartnett hartog hartono hartree harts hartsdale hartsfield hartshorne hartson hartsville hartt hartwall hartwell hartwick hartwig hartwill harty hartz hartzell hartzler haru haruhi haruka haruki haruko harum harumi harun haruna haruo harushige harvard harvard.holding harvest harvested harvester harvesters harvesting harvestman harvestmen harvestons harvests harvey harveys harvick harvie harvinder harwell harwich harwill harwood haryana haryanto harz has hasan hasanov hasbro hasbrouck hasdai hasdrubal hase hasegawa hasek haselock haseo hasert hash hashan hashana hashanah hashed hashem hashemi hashemite hashes hashim hashimoto hashing hashish hashmi hashomer hasidic hasidim hasidism hasina haskalah haskel haskell haskins haslam haslemere hasler haslingden hasluck hasmonean hass hassall hassan hassanal hasse hassel hasselbeck hasselblad hasselhoff hasselkus hassell hasselt hassett hassi hassidic hassle hassler hassles hasso hasson hast hasta haste hasten hastened hastening hastert hastily hastily-arranged hastinapur hastinapura hastings hastur hasty haswell hat hat-trick hata hatamoto hatay hatch hatchback hatchbacks hatched hatcher hatcheries hatchery hatches hatchet hatching hatchling hatchlings hate hatebreed hated hateful hateley hatem hater haters hates hatfield hath hatha hathaway hathor hatillo hatina hating hatip hatips hatley hato hatorah hatori hatoyama hatpipliya hatred hatreds hats hatshepsut hatt hatta hatted hatter hatteras hatters hattersley hatti hattie hattiesburg hattin hatto hatton hattori hattrick hattusa hattusili hatzair hau hauck hauer haug hauge haugen haugens haugesund haughey haughton haughty haugsrud hauk haul haulage hauled hauler hauliers hauling hauls haultain haun haunt haunted haunter haunting hauntings haunts hauppauge haupt hauptbahnhof hauptmann hauptschule hauptsturmfuhrer hauraki haus hausa hausdorff hause hausen hauser hausfeld haushofer hausmann hausner hauspie hausse haussmann haut haute hautes hauteville hauts hav hava havana havant havard havas havasu have have-nots havel havelange haveli havelis havelock havemeyer haven havenite havens haver haverford haverfordwest haverhill havering havers haverstraw haverty haves haviland havilland having havisham havlicek havnen havoc havok havre haw hawa hawai hawai'i hawaii hawaiian hawaiians hawarden hawes hawi hawick hawiye hawk hawke hawken hawker hawkers hawkes hawkesbury hawkeye hawkeyes hawkfrost hawkgirl hawking hawkins hawkish hawkman hawkmoon hawks hawksbill hawkshaw hawksmoor hawkwind hawkwood hawley hawn haworth hawthorn hawthorne hawthorns hawtrey hax haxhi hay haya hayabusa hayakawa hayao hayashi hayat hayate hayato hayatou haydar haydarpasa hayden haydn haydock haydon haye hayek hayes hayfield hayford haying hayle hayley hayleys hayling haylor hayman haymanot haymarket haymes hayne haynes haynie hayride hays haystack haystacks hayter haytham hayton hayward haywards haywire haywood hayworth hayyim haza hazara hazaras hazard hazardous hazards hazaribagh haze hazel hazell hazelnut hazelnuts hazeltine hazelton hazelwood hazen hazing hazira hazlehurst hazleton hazlewood hazlitt hazmat hazmi hazrat hazuki hazy hazzard hb hbc hbf hbg hbi hbo hbor hbos hbv hc hc&c hc0 hca hcc hcg hci hcia hcl hco hcp hcv hd hd* hd0 hda hdb hdcp hdd hde hdfc hdi hdl hdmi hdnet hdpe hdr hds hdsl hdtv hdv hdz he he-ro he/she he0 head head-and-shoulders head-butting head-on head-to-head headache headaches headband headbands headbanger headbangers headbutt headcount headcrab headcrabs headdress headdresses headed header headers headfirst headgear headhunter headhunters headhunting heading headingley headings headington headlam headlamp headlamps headland headlands headless headley headlight headlights headline headline-grabbing headlined headliner headliners headlines headlines-july headlining headlong headman headmaster headmasters headmen headmistress headmistresses headphone headphones headquarted headquarter headquartered headquarters headrests headroom heads headscarf headscarves headset headsets headship headstart headstock headstone headstones headstrong headteacher headwater headwaters headway headways headwear headwinds heady heal heald healed healer healers healesville healey healing healings heals health health-care health-related healthcare healthcor healthcorp healthdyne healthful healthier healthiest healthplan healthrite healthscope healthsource healthsouth healthy healy hean heaney heap heap-leaching heaped heaping heaps hear heard hearer hearers hearing hearings hearn hearne hearns hears hearsay hearse hearst heart heartache heartbeat heartbeats heartbreak heartbreaker heartbreakers heartbreaking heartbroken heartburn hearted heartedly heartened heartening heartfelt hearth hearths heartily heartland heartlands heartless heartport hearts heartstream heartthrob heartwood hearty hearx heat heat-seeking heat-trapping heat-treated heated heater heaters heath heathcliff heathcote heathen heathens heather heatherton heathfield heathland heathrow heaths heating heatley heaton heats heatseekers heatsink heatwave heave heaved heaven heavenly heavens heavier heavier-weight heavies heaviest heavily heavily-armed heavily-fortified heavily-guarded heavily-indebted heavily-traded heavily-weighted heaviness heaving heaviside heavy heavy-duty heavy-handed heavy-load heavy-weight heavylift heavyweight heavyweights heb hebb hebden hebdo hebe hebei heber hebert hebner hebrew hebrews hebridean hebrides hebron hebronites hebrosbank hec hecate hechinger hecht heck hecke hecker heckle heckled heckler hecklers heckling heckscher hecla hectare hectares hectic hectoliters hectolitres hector hecuba hed hedberg hedblom hedda heder hedge hedged hedgehog hedgehogs hedgerow hedgerows hedgers hedges hedging hedin hedland hedley hedlund hedman hedmark hednesford hedonism hedonistic hedrick hedstrom hedvat hedwig hedy hee hee-yup heeb heed heeded heeding heel heeled heelers heeley heels heenan heep heer heerden heerenveen heerlen heero hees hefa hefei hefetz heffer heffernan heffron heflin hefner heftier hefty hegarty hegde hegel hegelian hegelians hegemon hegemonic hegemony heglig hegumen hehmeyer hehn hei heian heiberg heico heide heidegger heidelberg heidelberger heidemij heiden heidenheim heidenreich heider heidfeld heidi heidnik heidrun heifer heiferettes heifers heifetz height heighten heightened heightening heightens heights heihachi heiji heijmans heijn heike heikensten heikki heiko heil heilbronn heilig-meyers heiligbrodt heilman heilmann heilongjiang heim heimann heimdall heimlich heimo heimskringla hein hein-werner heine heineken heineman heinemann heinen heiner heinie heinkel heinlein heino heinonen heinous heinrich heinrici heinz heinz-harald heinze heir heir-apparent heir-to-the-throne heireann heirens heiress heiresses heirless heirloom heirlooms heirs heisei heisenberg heisler heisman heist heitor heiwa hejab hejailan hejaz hejduk heke hekmatyar hel hela helaba helasto held helden helder hele helen helena helene helens helensburgh helfer helfgott helft helga helge helgeland helgi helgoland heli heliade helibor helic helical helicarrier helicase helices helicobacter helicon helicopter helicopters helier heligoland helin helio heliocentric heliodorus heliopolis helios helipad heliport helissio helium helium0 helix hell hella hellaby hellas hellblazer hellboy hellcat hellcats helle hellebore hellenes hellenic hellenism hellenistic hellenized hellens heller hellers helles hellespont hellfire hellgate hellhammer hellhound hellion hellions hellish hellman hellmann hellmouth hellmuth hello helloween hellraiser hells hellsing hellspawn hellstrom hellyer helm helmand helmed helmer helmerich helmet helmeted helmets helmholtz helmig helming helmond helms helms-burton helmsley helmsman helmstedt helmut helmuth helo heloise helots help help-wanted helped helper helpers helpful helping helpless helplessly helplessness helpline helpmann helps helsing helsingborg helsingborgs helsingin helsinki helston helter helton helveg helvellyn helvetia helvetic helvetica helvetii helwan hely hem hem-fir hema hemagen hemant hemasure hematite hematology hematoma hematopoietic heme hemel hemet hemi hemings hemingway heminway hemiptera hemisphere hemispheres hemispheric hemispherical hemlock hemme hemmed hemmerling hemming hemminghaus hemmings hemodialysis hemoglobin hemolysis hemolytic hemophilia hemorrhage hemorrhages hemorrhagic hemorrhaging hemorrhoids hemp hempel hempfield hemphill hempstead hemsley hemsworth hen henan henare henares hence henceforth henceforward hench henchman henchmen henchoz henderson hendersonville hendon hendra hendrick hendricks hendrickson hendrie hendrik hendriks hendrix hendron hendry hendy heneghan heng henge hengelo hengest henie henin henk henke henkel henle henley henlopen henman henn henna hennady henne hennepin hennes hennessey hennessy hennie hennig henniker henning henninger henny henri henrich henrico henricus henrieta henrietta henriette henrik henriksen henrique henriques henriquez henry henryk hens henschel hensel henshaw henshin hensley henslow henslowe henson hentai hentgen hentschel henty henze hep hepagene heparin hepatic hepatitis hepatocytes hepburn hephaestion hephaestus hepher hephthalites heppner heptathlete heptathlon hepworth her her/his hera heraclea heracles heraclitus heraclius heraf herakles heraklion herald heralded heraldic heraldically heralding heraldry heralds heras herat herault herb herbaceous herbal herbalife herbalism herbalist herbalists herbarium herberger herbert herbicide herbicides herbie herbivore herbivores herbivorous herbold herbrand herbs herbst herbst-bayliss herc herceg herceg-bosna hercegovina herck herculaneum hercule herculean hercules herczeg herd herded herder herders herdez herdillia herding herds herdsman herdsmen here hereafter hereby heredia hereditary heredity hereford herefordshire herein hereinafter herero heresies heresy heretic heretical heretics heretofore hereward herfoelge herford herge heri hering heriot heritability heritable heritage heritages herkimer herkstroter herley herlihy herm herman hermann hermano hermanos hermanus hermaphrodite hermaphrodites hermaphroditic hermeneutic hermeneutics hermes hermetic hermetically hermeticism hermia hermie hermine herminio hermione hermis hermit hermitage hermite hermitian hermits hermon hermosa hermosillo hermoza hernan hernandez hernando hernansanz herndon herne hernia hernias herniated herniation herning hernu hero herod herodian herodias herodotus heroes heroic heroically heroics heroin heroine heroines heroism herold heroles heron herons heros herpes herpesvirus herpetologist herpetology herr herran herren herrera herri herrick herriman herrin herring herringbone herrings herrington herriot herrlich herrmann herro herron hers herschel herschell herschelle herself hersey hersfeld hersh hershel hershey hersheypark hershiser herstal herta herter hertford hertfordshire hertha hertie hertogenbosch herts herty hertz hertzberg hertzog hertzsprung heru herut hervarar herve hervey heryanto herz herzberg herzegovina herzegovinian herzen herzfeld herzl herzliya herzog herzogenaurach hes heschel heseltine hesh heshe hesiod hesistant hesitancy hesitant hesitantly hesitate hesitated hesitates hesitating hesitation hesketh heskey hesperia hesperides hesperiidae hesperus hess hesse hessel hessels hessen hessian hessians hesslefors hessler hester hestia heston het hetch hetchy hetero heterochromatin heterocyclic heterodox heterodyne heterogeneity heterogeneous heterosexual heterosexuality heterosexuals heterotrophic heterozygous hetfield heth hetherington hetman hetmanate hetmans hett hetty hetz hetzel heuer heung heure heures heuristic heuristics heusden heusen heuston heute hev hevelius hever hevesi hevra hew hewes hewett hewitt hewlett hewlett-packard hewn hewson hex hexadecimal hexafluoride hexagon hexagonal hexagons hexagram hexameter hexameters hexane hexcel hexes hexham hextall hey heydar heyday heyden heydrich heyer heyerdahl heyford heylin heyman heymann heynckes heyns heysel heysham heytesbury heyting heyward heywood hezb hezb-i-islami hezb-i-wahadat hezb-i-wahdat hezbollah hezekiah hf hfa hfc hfcl hfcs hfea hfnc hfr hfrs hfs hg hgb hgca hgh hgtv hh hh0 hhc hhld hhs hi hi-bred hi-fi hi-lo hi-pro hi-tech hi0 hialeah hian hiap hiatt hiatus hiawatha hibbard hibbert hibbing hibbs hibernate hibernating hibernation hibernia hibernian hibernians hiberno hibiki hibiscus hibiya hibor hibs hic hiccup hiccups hicham hick hickam hickenlooper hickey hickman hickock hickok hickories hickory hickox hicks hickson hicksville hicom hicor hicp hid hidalgo hidatsa hidden hiddink hide hide-and-seek hideaki hideaway hideki hideo hideous hideously hideout hideouts hider hides hidetada hideyori hideyoshi hideyuki hiding hidir hidrocantabrico hidroelectrica hie hiei hien hier hierarch hierarchical hierarchically hierarchies hierarchs hierarchy hieratic hiero hieroglyph hieroglyphic hieroglyphics hieroglyphs hieromonk hieronymus hierro hifi hifk higashi higashida higbee higdon higer higginbotham higgins higginson higgs high high- high-altitude high-capacity high-caps high-class high-cost high-definition high-density high-end high-fat high-flying high-fructose high-grade high-grades high-growth high-handed high-income high-interest high-level high-margin high-octane high-paying high-performance high-point high-power high-powered high-pressure high-priced high-profile high-profit high-protein high-quality high-ranking high-resolution high-return high-rise high-risk high-school high-scoring high-security high-speed high-spending high-stakes high-street high-sulphur high-tech high-technology high-techs high-teens high-temperature high-tension high-value high-voltage high-volume high-water high-yield high-yielders high-yielding high-yields high0s higham highbridge highbrow highbury higher higher-end higher-margin higher-priced higher-quality higher-risk higher-speed higher-than-average higher-than-expected higher-than-forecast higher-value higher-yielding higher.-usda highest highest-ever highest-level highest-paid highest-profile highest-ranking highfield highfields highgate highgrade highjump highland highlander highlanders highlands highlife highlight highlighted highlighting highlights highlights--usda highline highly highly-enriched highly-paid highly-publicised highly-rated highness highpoint highrise highs highschool highsmith hightower highveld highway highwayman highwaymaster highwaymen highways highwood highwoods hignett higson higuchi higuita higurashi hih hijab hijack hijacked hijacker hijackers hijacking hijackings hijacks hijau hijaz hijazi hijikata hijo hijos hijra hijri hika hikari hikaru hike hiked hiker hikers hikes hiking hiko hilaire hilal hilario hilarion hilarious hilariously hilarity hilary hilberg hilbert hild hilda hildburghausen hilde hildebrand hildebrandt hildegard hildegarde hildesheim hildreth hildy hilfiger hiligaynon hill hillage hillard hillary hillbillies hillbilly hillclimb hillclimbing hillcrest hillel hillenbrand hiller hillery hilley hillfort hillgruber hillhead hillhouse hilliard hillier hillingdon hillis hillman hillock hillocks hills hillsboro hillsborough hillsdale hillsdown hillside hillsides hillsong hilltop hilltoppers hilltops hillview hilly hillyer hilmar hilmi hilo hilt hilti hilton hilts hilversum him him. him/her him/herself himachal himal himalaya himalayan himalayas himatsingka hime himeji himes himiko himko himmel himmler himona himself hin hina hinata hinault hinayana hincapie hinch hinchey hinchliffe hinckley hind hindalco hinde hindemith hindenburg hinder hindered hindering hinders hindery hindi hindko hindley hindlimbs hindman hindmarsh hindquarters hindrance hindrances hinds hindsight hindu hindu-majority hinduism hinduja hindukush hindus hindustan hindustani hindutva hindwing hindwings hine hiner hines hing hinge hinged hinges hingham hinging hingis hinkle hinkley hinman hinn hino hinojosa hinrich hinsdale hinson hint hinted hinterland hinterlands hintikka hinting hinton hints hintze hip hipaa hipc hiphop hipolito hipotecario hipotekarna hipp hipparchus hipparcos hipped hippel hipper hippias hippie hippies hippo hippocampal hippocampus hippocrates hippocratic hippodrome hippolyta hippolyte hippolytus hippopotamus hippos hippy hips hipster hipsters hira hirabayashi hirabo hirado hiragana hirai hiraki hiram hiramatsu hirano hirata hiratsuka hird hire hired hires hiring hirings hirlap hiro hirobumi hiroden hirohiko hirohito hiroki hiroko hiromi hirono hiroshi hiroshima hiroya hiroyuki hirsch hirschbeck hirschfeld hirschler hirschmann hirschsprung hirsh hirshhorn hirsi hirst hirszon hirt hirta hirth hiruma hirundinidae hirwani hiryu his his/her hisako hisao hisar hisarak hisashi hisayuki hiscox hisd hisham hislop hispania hispanic hispanica hispanics hispaniola hispano hispanoamericano hiss hissing hissou hist hist. histadrut histamine histidine histogram histoire histologic histological histologically histology histone histones historia historiae historian historians historic historica historical historically historicism historicist historicity historico historie histories historiographer historiographical historiography historique historiques history history. hit hit-and-run hit-squad hitachi hitam hitch hitchcock hitched hitchens hitches hitchhiker hitchhikers hitchhiking hitchin hitching hitcom hite hitech hitel hitelbank hither hitherto hitler hitless hitlist hitman hitmen hitomi hitoshi hits hitsugaya hitter hitters hitting hittite hittites hitz hitzfeld hiv hiv-infected hiv-positive hiv-tainted hiv/aids hiv0 hiva hive hived hives hiving hiwassee hixon hizb hizbollah hj hjalmar hjelm-wallen hjerpe hjk hjort hk hk$ hk0 hkbank hkbk hkcb hkcee hkd hkfe hkifa hkma hkp hkr hksar hl hl&h hl&p hl0 hla hlac hlasek hld hldg hldgs hlds hlg hlinka hll hls hlth hm hm0 hma hmas hmc hmcs hmg hmh0 hmi hmm hmm0 hmmwv hmnzs hmo hmong hmos hmp hmr hms hmt hmv hn-wood hnb hnc hnk hnlms hnoms ho hoa hoad hoadley hoag hoagie hoagland hoagy hoan hoang hoar hoard hoarded hoarding hoards hoare hoarse hoary hoax hoaxes hob hoban hobart hobbes hobbies hobbit hobbits hobble hobbled hobbling hobbs hobby hobbyist hobbyists hoberman hobey hobgoblin hobgoblins hobhouse hobie hobo hoboken hobos hobsbawm hobscheid hobson hoc hoch hoche hochelaga hochschild hochschule hochtief hocine hock hockenheim hockenheimring hockey hocking hockley hockman hockney hocks hocl hocs hocus hod hodder hoddle hodeidah hodge hodgepodge hodges hodgins hodgkin hodgkins hodgkinson hodgson hodierna hodo hodson hoe hoechst hoecker hoegh hoehn hoek hoekstra hoel hoelgaard hoeness hoenig hoenn hoes hoesch hoesch-krupp hoeven hoey hof hofburg hofer hoff hoffa hoffenberg hoffer hoffman hoffman-la hoffmann hoffmann-la hofmann hofmeyr hofstadter hofstra hog hogan hogarth hogback hoge hogeschool hogfather hogg hoggard hogged hogging hogh hoglund hogmanay hogni hogs hogue hogwarts hoh hohe hohenberg hohenheim hohenlohe hohenstaufen hohenwutzen hohenzollern hohmann hohner hohns hohokam hohrin hoi hoi-chang hoiles hoist hoisted hoisting hoists hoiu hoiupank hojo hok hokage hokama hokanson hoke hokey hokianga hokies hokitika hokkaido hokkien hokkoku hokuetsu hokum hokuriku hokusai hokuto hol hola holabird holarctic holbeck holbein holberg holborn holbrook holbrooke holby holcomb holcombe hold hold'em hold-up hold-ups holden holder holderbank holderlin holderness holders holdfast holding holdings holdout holdouts holdover holds holdsworth holdup hole holec holed holes holford holgado holgate holger holguin holi holiday holiday-makers holiday-shortened holiday-thinned holidaying holidaymakers holidays holies holiest holiness holing holinshed holism holistic holkar holkham holl holladay holland hollande hollander hollandi hollandia hollands hollandsche hollandsworth holler hollerith holles holley hollick holliday hollidge hollies hollinger hollings hollingsworth hollingworth hollins hollioake hollis hollister hollobone holloman hollow holloway hollowed hollowing hollows holly hollyhock hollyoaks hollywood holm holman holmberg holmdel holme holmen holmenkollen holmes holmfirth holmgren holness holo holocaust holocaust-era holocene holocron holodeck holodomor hologic hologram holograms holographic holography holomisa holomorphic holon holotype holovaty holroyd holst holstein holsteins holster holsters holston holsworthy holt holter holton holtz holtzman holtzmann holum holy holyfield holyhead holyman holyoake holyoke holyrood holyroodhouse holywell holywood holzer holzland holzman holzmann hom homa homage homages homberg hombre hombres hombu homburg home home-based home-grown home-made home-owners home-use homebase homeboys homebrew homebuilder homebuilders homebuilding homebuilt homebush homebuyers homecare homecoming homecourt homed homefront homegate homegrown homeland homelands homeless homelessness homeloans homely homem homemade homemaker homemakers homeomorphic homeomorphism homeopathic homeopathy homeostasis homeostatic homeowner homeowners homeownership homepage homepatient homeport homeported homer homered homeric homeroom homers homerton homes homeschool homeschooled homeschooling homesick homesickness homeside homespun homestake homestar homestead homesteaded homesteader homesteaders homesteading homesteads hometown hometowns homeward homewood homework homeworld homeworlds homicidal homicide homicides homiletics homilies homily hominem homing hominid hominids homme hommes homo homocysteine homoerotic homogeneity homogeneous homogenization homogenous homolka homolog homologated homologation homological homologous homologue homologues homology homomorphism homomorphisms homonym homonymous homonyms homophobia homophobic homophone homophones homophonic homosexual homosexuality homosexuals homotopy homozygous homs homunculi homunculus hon hon. honam honda hondo honduran honduras hone honecker honed honegger honen honesdale honest honestly honesty honey honeybee honeybees honeycomb honeycombs honeycutt honeydew honeyeater honeyeaters honeyguide honeyman honeymoon honeymooners honeypot honeysuckle honeywell hong hong-koo hongai hongi hongkong hongkongbank hongo hongwu hongyuan honiara honiball honinbo honing honiton honk honkarakenne honking honko honky honma honolulu honor honorable honorably honorary honore honored honoree honorees honoria honorific honorifics honoring honoris honorius honors honorverse honour honourable honourably honoured honouring honours hons hons. honshu honus honved hoo hoobastank hooch hood hooded hoodlum hoodlums hoodoo hoods hoof hoofddorp hoofed hooff hooft hooghly hoogovens hooijdonk hook hook-up hookah hooke hooked hooker hookers hooking hooks hool hoole hooley hooligan hooliganism hooligans hoon hoop hooper hoopes hoople hoopoe hoopoes hoops hooray hoorn hoosier hoosiers hoost hoot hootenanny hooters hootie hooton hoover hooves hooydonk hop hopalong hopatcong hope hopea hoped hoped-for hopedale hopeful hopefully hopefuls hopeless hopelessly hopelessness hopes hopetoun hopewell hopf hopi hoping hopital hopkin hopkins hopkinson hopkinsville hopkinton hopkirk hoplite hoplites hopman hopp hoppe hopped hopper hoppers hopping hoppus hoppy hops hopton hopwood hor hora horace horacio horam horan horana horas horatio horbulin horcrux hord hordak hordaland horde hordern hordes hordika hore horemheb horgan hori horia horie horii horinouchi horipro horiuchi horizon horizon-multiplan horizons horizont horizontal horizontally horizonte hork horkheimer horlick hormats hormel hormonal hormone hormone-treated hormones hormuz horn hornacek hornaday hornbarger hornbeam hornbill hornbills hornblende hornblower hornbostel hornby horncastle hornchurch horne horned hornell horner hornet hornets horney horni horniman hornish hornos horns hornsby hornsey hornung horny horo horoscope horoscopes horovitz horowitz horrendous horrible horribly horrid horrific horrified horrifying horrobin horrocks horror horrors horry hors horsa horse horse-drawn horse-racing horse-trading horseback horsecar horsehair horseheads horseman horsemanship horsemen horsens horsepower horseracing horseradish horses horseshoe horseshoes horsey horsfield horsham horsley horst hort horta horten hortense hortex horthy horticultural horticulture horticulturist horton hortons hortus horus horvath horvitz horwich horwitz horwood hory hos hosanna hose hosea hoses hoshi hoshiarpur hoshino hosiden hosiery hosking hoskins hoskyns hosmer hosni hosokawa hosp hospice hospices hospitable hospital hospital-based hospitalisation hospitalised hospitality hospitalization hospitalized hospitaller hospitallers hospitals hospodarske hoss hossain hossein hosseini host hostage hostage-taker hostage-takers hostage-taking hostages hoste hosted hostel hostels hoster hostess hostesses hostetler hostile hostiles hostilities hostility hosting hostname hosts hot hot-rolled hot-selling hota hotaru hotarubi hotbed hotchkiss hotdog hotdogs hotel hotelier hoteliers hotels hoth hotham hothouse hoti hotline hotlines hotly hotly-contested hotmail hots hotshot hotspot hotspots hotspur hotted hotter hottest hotting hotung hotwired hou houde houdini hougang hough houghten houghton houk houlihan houllier houma houn hound hounded hounding hounds hounslow houphouet houphouet-boigny hour hour-long hourglass hourigan hourly hourman hours hourth hous'g housatonic house house-senate house-to-house houseboat houseboats housebuilder housebuilding housecall housed houseguest houseguests household householder householders households housekeeper housekeeping housemaid houseman housemaster housemate housemates houser houses houseware housewares housewarming housewife housewives housework housing housings housman houston houston-based houston-to-new hout houten houyi hov hove hoveida hovell hoven hover hovercraft hovered hovering hovers hovey hovhaness hovind hovis hovnanian how howa howard howards howarth howden howdy howe howell howell-davies howells howerd howes however howey howick howie howitt howitzer howitzers howl howland howler howlers howlett howley howlin howling howls howrah howser howson howth hoxan hoxha hoxie hoxton hoy hoya hoyas hoyer hoyer-larsen hoylake hoyland hoyle hoynes hoyos hoysala hoysalas hoyt hoyts hp hp0 hpa hpai hpc hpcl hpi hpl hplc hpp hps hpseb hpsfc hpt hpv hpy hq hq0 hr hr-rb hr0 hradec hrawi hrbaty hrbr hrc hrd hre hrh hri hristo hristov hrithik hrk hrk0 hrly hrm hrodgar hrodna hrolf hrolfr hrovat hrozany hrs hrs0(0 hrsg hrt hrvatska hrvatski hrvoje hrw hrw0(0 hryvna hryvnia hryvnias hryvnya hs hs0 hsa hsb hsbc hsc hsd hsdpa hse hsfo hsg hsh hshld hsi hsia hsiang hsiao hsiao-yen hsieh hsien hsin hsinchu hsing hsiung hskel hsl hsls hsn hsp hsp0 hss hst hsts hsu hsuan hsv hsv0 ht ht.leela ht0 htc htein htl htm html htp http http://www.bizinfo.reuters.com http://www.hk0com http://www.tse.ee/online/total.htm https htv hu hua huac huachuca huafa huai hualien hualing huallaga hualon huambo huan huandao huaneng huang huangpu huangshan huaorani huaqing huard huarte huascar huat huatulco huawei hub hubba hubbard hubbell hubbert hubble hubcaps hubco hube hubei huber hubert hubertus hubie hubley hubli hubner hubris hubs huck huckabee huckebein huckleberry hucknall hud huda hudak hudco huddart huddersfield huddle huddled huddleston huddling hudec hudgens hudson hudsons hue huebener huebner hueco hued huels huelva huene hueneme hueppi huerta hues huesca huestis huet huey huf huf0bln huff huffer huffington huffins hufflepuff huffman hufvudstadsbladet hug huge hugely huger hugged hugging huggins hugh hughenden hughes hughie hughson hugo hugoton hugs huguenot huguenots hugues huh huhtamaki hui huia huic huichol huila huili huis huish huitzilopochtli huizenga huizhou hujilan hula hulagu hulbert hulda hulk hulking hulks hull hullabaloo hulled hulls hulman hulme hulse hulton hulu huludao hum huma humacao humaid humaine humala human human-rights humana humanae humane humanely humanism humanist humanistic humanists humanitarian humanitarianism humanitas humanite humanities humanity humanized humankind humanly humanoid humanoids humans humayun humber humberside humberstone humbert humberto humble humbled humbling humbly humboldt humbucker humbuckers humbucking humbug hume humenne humeral humerus humes humfrey humid humidity humiliate humiliated humiliates humiliating humiliation humiliations humility hummadi hummel hummer humming hummingbird hummingbirds humongous humor humoral humorist humoristic humorists humorous humorously humour humours hump humpback humped humperdinck humphrey humphrey-hawkins humphreys humphries humphry humps humpty hums humus humvee humvees hun huna hunan hunas hunch hunchback hunched hund hundley hundred hundreds hundredth hundredths hundredweight hundt hunedoara hung hungagent hungarhotels hungaria hungarian hungarian-born hungarian-romanian hungarians hungarocamion hungary hunger hunger-stricken hungerford hunghom hungnam hungry hunk hunky hunley hunnic hunnicutt huns hunsdon hunslet hunsruck hunt huntco hunte hunted hunter hunterdon hunters hunting huntingdale huntingdon huntingdonshire huntington huntley huntly huntress hunts huntsman huntsville huntway hunyadi hunyani hunza hunzike hunziker huo huon huong huot hup hupp huq hur huracan huracan-corrientes hural hurco hurd hurdle hurdled hurdler hurdles hurdling hurdy hureyev hurghada hurin hurl hurlbut hurled hurler hurlers hurley hurling hurlingham hurls hurn huron hurons hurrah hurrian hurrians hurricane hurricane-force hurricanes hurried hurriedly hurries hurriyat hurriyet hurry hurrying hurst hurstbridge hurston hurstville hurt hurtado hurter hurtful hurting hurtled hurtling hurts hurwitz hus husain husak husam husan husarova husayn husayni husband husbandry husbands husein huseyin hush hushed hushovd husk husker huskers huskey huskies huskisson husks husky husqvarna huss hussain hussar hussars hussein husseini husserl hussey hussite hussites hussman husson hustings hustle hustled hustler hustlers hustling huston husum hut huta hutch hutchence hutcherson hutcheson hutchings hutchins hutchinson hutchison huth hutmen hutner hutnik hutomo huts hutson hutt hutten hutter hutterites huttleston hutto huttoe hutton hutts hutu hutu-dominated hutu-led hutu-tutsi hutus huvitusfond huw huxley huxtable huy huygens huysamer huysmans huyton huzar hv hv0 hvac hvar hvdc hvide hvidovre hvo hvy hw hwa hwan hwang hwange hwi hwwa hwy hwy. hx hx0 hy hy-boulais hyacinth hyacinthe hyal hyaline hyams hyang hyannis hyatt hyattsville hyborian hybrid hybridisation hybridization hybridize hybridized hybridon hybrids hycamtin hyde hydel hyder hyderabad hydra hydramatic hydrangea hydrant hydrants hydrate hydrated hydrates hydration hydraulic hydraulically hydraulics hydrazine hydride hydrides hydro hydro-electric hydro-power hydro-quebec hydrobiidae hydrocarbon hydrocarbons hydrocephalus hydrochloric hydrochloride hydrocodone hydrocortisone hydrocracker hydrocracking hydrodynamic hydrodynamics hydroelectric hydroelectricity hydrofluoric hydrofoil hydrofoils hydrogen hydrogenated hydrogenation hydrogens hydrographer hydrographic hydrography hydrologic hydrological hydrologist hydrology hydrolysis hydrolyzed hydrophilic hydrophobic hydroplane hydropneumatic hydroponic hydroponics hydropower hydroquinone hydroskimming hydrostatic hydrotherapy hydrothermal hydrotreater hydrous hydroxide hydroxy hydroxy0 hydroxyl hydroxylase hye hyena hyenas hyeon hygiene hygienic hyginus hygromiidae hygroscopic hyksos hyla hyland hylden hyles hylidae hylsamex hylton hyman hymen hymenoptera hymn hymnal hymnals hymnody hymns hynde hyndman hynek hynes hyo hyoga hyogo hyoid hyouma hypatia hype hyped hyper hyper-inflation hyperactive hyperactivity hyperbaric hyperbola hyperbole hyperbolic hyperboloid hyperborea hypercard hypercholesterolemia hypercube hyperdrive hyperfine hypergeometric hyperglycemia hyperinflation hyperion hyperlink hyperlinks hypermarket hypermarkets hypermedia hyperoliidae hyperolius hyperplane hyperplasia hypersensitive hypersensitivity hypersonic hyperspace hypertension hypertensive hypertext hyperthermia hyperthyroidism hypertransport hypertrophic hypertrophy hyperventilation hypervisor hyphae hyphen hyphenated hyphens hyphy hypno hypnos hypnosis hypnotherapy hypnotic hypnotised hypnotism hypnotist hypnotize hypnotized hypnotizes hypnotizing hypo hypo-bank hypobank hypochlorite hypochondriac hypocrisy hypocrite hypocrites hypocritical hypodermic hypoglycemia hypoglycemic hyponatremia hypoplasia hypostasis hypotekbanken hypotension hypotenuse hypothalamic hypothalamus hypotheken hypotheken- hypothekenbank hypothermia hypotheses hypothesis hypothesised hypothesize hypothesized hypothesizes hypothetical hypothetically hypothyroidism hypotonia hypoxia hypoxic hyraxes hyrcanus hyrule hyrum hysan hysterectomy hysteresis hysteria hysterical hysterically hysterics hythe hyuga hyuk hyun hyun-chul hyundai hyung hywel hz hzds hzl i i&j i-net i-s i-sec i-sec- i. i... i.d. i.d.e.a i.d.e.a. i.e i.e. i.f. i.g. i.k. i.l. i.m. i.o. i.q. i.r.0 i.r.s. i.s.d. i.t. i/0 i/o i0 i0/i0 i0e i0s i0w ia ia0 iaa iaaf iab iabs iac iaco iacocca iad iadb iae iaea iaf iago iai iaido iain iala iam iama iambic iamblichus ian iana iancu iannis iannucci iansa ianthe ianto iap iapetus iar iarnrod ias iasasa iasc iasi iast iat iata iatrogenic iau iaws ib ib. iba ibadan ibagere ibama iban ibanez ibaraki ibarra ibas ibb ibc ibca ibec ibel ibelin iberdrola iberia iberian iberians ibero ibero-american ibersecurities iberville ibes ibex ibex0 ibf ibge ibi ibid ibid. ibiden ibis ibis-dax ibises ibiza ibj ibl iblis ibm ibn ibngr ibni ibo iboe ibogaine ibomed ibook ibope ibp ibra ibrahim ibrahima ibrd ibrox ibs ibsen ibstock ibt ibu ibuki ibuprofen ibusz ic ic0 ica icac icae icahn icann icao icarus icatu icb icbc icbm icbms icc iccf icco icd icd0 icds ice ice-breaker ice-cream iceberg icebergs icebreaker icebreakers icecream iced icedogs icefield icefields icehouse iceland icelanders icelandic iceman ices icewind icf icfai icfi icftu icg ich ichabod ichat ichi ichigo ichihara ichijo ichikawa ichiki ichikoh ichiro ichiyoshi ichkeria ichthyologist ichthyology ichthyosaurs ici icici icicle icicles icing icj ickes icknield ickx icky icl icm icmp icms icn ico icon iconic iconoclasm iconoclast iconoclastic iconographic iconography iconostasis icons icopal icos icosahedral icosahedron icp icq icr icrc ics icse icsg ict ictr icts ictsi icty icu icumsa icv icw icy iczn id id. id0 id=0 ida idaho idaho-based idan idb idbi idbs idc idd iddison ide idea ideal idealised idealism idealist idealistic idealists idealization idealized ideally ideals ideas ideation idec idee idei idelsons idema idemitsu idempotent iden ident identical identically identifed identifiable identification identifications identified identifier identifiers identifies identify identifying identities identity identix idents ideograms ideological ideologically ideologies ideologue ideologues ideology ideon ides idex idexx idf idfc idg idi idiocy idiom idiomatic idioms idiopathic idiosyncrasies idiosyncratic idiot idiotic idiots iditarod idl idlc idle idled idleness idler idles idlewild idling idly idm ido idol idolatrous idolatry idolised idolized idolizes idols idomeneo idp idps idrac idris idriss ids idt idukki idv idw idwal idx idyll idyllic idylls idyllwild ie ie. iea ieb iebl iec ied ieds iee ieee ieee0 iefp iemitsu iemma ien ieng ieoc iep ieremia ies ietf ieuan ieyasu ieyoub if ifa ifas ifb ifbb ifc ifci ifct ife iff ifi ifield ifil ifk ifl ifo ifop ifor ifp ifpi ifr ifrc ifriqiya ifs ift iftikhar ifugao ifv ifvs ifw ig ig0 iga igad igarashi igb igbo igc igcp igcse ige iger igf igf0 igg iggo iggy igi igier iginla iglesia iglesias igloo igm ign ign.com ignace ignacio ignacy ignalina ignatenko ignatieff ignatius ignatyev ignatz ignaz ignazio igneous ignite ignited ignites igniting ignition ignominious ignominy ignorance ignorant ignore ignored ignores ignoring ignoto igor igp igp-di igp-m igpa igreja igs igt iguacu iguana iguanas iguanodon iguazu iguchi igy ih iha ihalainen ihara ihc ihd ihi ihl ihlas ihlwan ihop ihor ihr ihre ihs ihsa ihsan iht ii ii'' ii* ii. ii0 iia iib iic iida iidx iie iif iigs iihf iii iii. iii0 iiia iiis iijima iim iino iipm iir iis iisc iisi iiss iit iits ij ija ijape ijaw ijaws ijaz ijebu ijmuiden ijn ijssel ijsselmeer ijtihad ijui ik ika ikan ikari ikarus ikb ike ikea ikebukuro ikeda ikeja iki ikimi ikki ikko ikon ikos ikpeba ikram iks ikshvaku ikuyo il il-nam il-sung il0 il0m il0s ila ilaiyaraaja ilam ilan ilaria ilbo ilc ilchester ildefonso ile ilea ileana ilebo ilene iles ileum ilex iley ilford ilfov ilfracombe ilg ilgwu ilha ili ilia iliac iliad ilian ilias ilic ilie iliescu iliev iliffe iligan ilija ilinden ilir ilitch ilium ilk ilker ilkeston ilkhan ilkhanate ilkka ilkley ill ill-advised ill-conceived ill-considered ill-defined ill-disciplined ill-equipped ill-fated ill-feeling ill-founded ill-gotten ill-health ill-informed ill-judged ill-prepared ill-tempered ill-timed ill-treatment ill. ill.-based illa illam illawarra ille illegal illegalities illegality illegally illegals illegible illegitimacy illegitimate illgner illicit illicitly illidan illingworth illini illiniwek illinois illinois-based illinova illiquid illiquidity illiteracy illiterate illithids illmatic illner illness illnesses illogical illovo ills illuminate illuminated illuminates illuminati illuminating illumination illuminations illuminator illuminatus illusion illusionary illusionist illusions illusory illustrate illustrated illustrates illustrating illustration illustrations illustrative illustrator illustrators illustrious illyana illyria illyrian illyrians illyricum ilm ilmarinen ilmenau ilmenite ilmor ilo ilocano ilocanos ilocos iloilo ilokano ilona ilp ilr ils ilsa ilse ilsley ilu iluvatar ilva ilves ilya ilyas ilyich ilyukhin ilyushin ilyushin0 im ima imac imacec imad imagawa image imaged imager imagery images imagex imagin imaginable imaginary imagination imaginations imaginative imaginatively imagine imagined imagineer imagineering imagineers imagines imaging imagining imago imagyn imai imam imam-jomeh imamate imams imamura iman imap imas imasco imasen imation imatran imax imb imbalance imbalanced imbalances imbedded imbibed imbrium imbroglio imbruglia imbue imbued imc imc-agrico imco imd imdb ime imed imelda imereti imerisia imf imf-agreed imf-backed imf-directed imf-prescribed imf-sponsored imf-world img imhoff imhotep imi imia imidazole imigran imine imitate imitated imitates imitating imitation imitations imitative imitator imitators imiter imjin imk imkb imkb0 imlach imlay imm immaculata immaculate immanence immanent immanuel immaterial immature immatures immaturity immeasurable immeasurably immediacy immediate immediately immediatly immelmann immemorial immense immensely immerse immersed immersing immersion immersive immigrant immigrants immigrate immigrated immigrating immigration imminent imminently immingham immobile immobilien immobilier immobilised immobility immobilization immobilize immobilized immobilizing immolation immoral immorality immortal immortalised immortality immortalized immortals immortus immovable immudyne immulogic immune immunex immunisation immunise immunised immunities immunity immunization immunizations immuno immunocompromised immunodeficiency immunoglobulin immunoglobulins immunological immunologist immunology immunomedics immunosuppression immunosuppressive immunotherapy immutable imnet imo imogen imogene imola imomali imp impac impact impacted impacting impactor impacts impair impaired impairing impairment impairments impairs impala impale impaled impalement impales impaling impart imparted impartial impartiality impartially imparting imparts impassable impasse impassioned impassive impassively impatience impatient impatiently impe impeach impeached impeachment impeccable impeccably impedance impedances impede impeded impedes impediment impediments impeding impelled impeller impending impenetrable imperative imperatives imperator imperceptible imperfect imperfection imperfections imperfective imperfectly imperia imperial imperiale imperialism imperialist imperialistic imperialists imperials imperiex imperil imperiled imperilled imperio imperious imperium impermeable impermissible impersonal impersonate impersonated impersonates impersonating impersonation impersonations impersonator impersonators impervious impetuous impetus impexmetal imphal impi impiety impinge impinging impious impl implacable implacably implant implantable implantation implanted implanting implants implats implausible implement implementation implementations implemented implementing implemention implements implicate implicated implicates implicating implication implications implicit implicitly implied implies implode imploded implore implored implores imploring implosion imply implying impolite import import-export import/export importance important importantly importation imported importer importers importing imports impose imposed imposes imposing imposition impossibility impossible impossibly imposter impostor impostors impotence impotent impound impounded impounding impoundment impoverished impoverishment impracticable impractical imprecise impregilo impregnable impregnate impregnated impregnating impregnation impresario impress impressed impresses impressing impression impressionable impressionism impressionist impressionistic impressionists impressions impressive impressively impressment impreza imprimatur imprint imprinted imprinting imprints imprison imprisoned imprisoning imprisonment imprisons improbability improbable improbably impromptu improper improperly improprieties impropriety improv improve improved improvement improvements improves improving improvisation improvisational improvisations improvisatory improvise improvised improviser improvisers improvises improvising improvment imprudent imps impulse impulses impulsion impulsive impulsively impunity impure impurities impurity imputation imputed imr imran imre imro imro-dpmny imry ims imsa imsi imss imt imtiaz imtiyaz imu imus in in-depth in-fighting in-flight in-form in-gil in-house in-laws in-line in-market in-movement in-nazzjon in-patient in-principle in-process in-service in-state in-store in-the-money in-vitro in. in0 ina inaba inability inaccessibility inaccessible inaccuracies inaccuracy inaccurate inaccurately inacio inacom inaction inactivate inactivated inactivation inactive inactivity inadequacies inadequacy inadequate inadequately inadmissibility inadmissible inadvertent inadvertently inaki inal inalienable inane inanimate inanna inapa inapplicable inappropriate inappropriately inara inari inasmuch inattention inattentive inaudible inaugral inaugural inaugurate inaugurated inaugurates inaugurating inauguration inaugurations inauspicious inauthentic inayat inbetween inbev inboard inborn inbound inbox inbrand inbred inbreeding inbuilt inbursa inc inc. inc.. inca incalculable incan incandescent incantation incantations incap incapable incapacitate incapacitated incapacitating incapacitation incapacity incarcerated incarceration incarnate incarnated incarnation incarnations incas incat incc incd ince incendiaries incendiary incense incensed incentive incentives inception incessant incessantly incest incestuous inch inchcape inched incheon inches inchicore inching inchiquin inchon incidence incidences incident incidental incidentally incidents incinerate incinerated incineration incinerator incinerators incipient incirlik incised incision incisions incisive incisor incisors incite incitec incited incitement incites inciting incl inclement inclination inclinations incline inclined inclines include included includes including inclusion inclusions inclusive inclusiveness inco incognito incoherent income income(0 income-tax income/ incomes incoming incommunicado incomnet incomparable incompatibilities incompatibility incompatible incompetence incompetent incomplete incompletely incompleteness incomprehensible incompressible inconceivable inconclusive inconclusively incongruous inconsequential inconsiderate inconsistencies inconsistency inconsistent inconsistently inconsolable inconspicuous incontinence inconvenience inconvenienced inconveniences inconvenient incorporate incorporated incorporates incorporating incorporation incorporations incorporeal incorrect incorrectly incorrigible incorruptible incorvaia incr increase increase/ increased increases increasing increasingly incredible incredibles incredibly incredulity incredulous increment incremental incrementally incremented increments increse incriminate incriminating incrimination incstar incubate incubated incubates incubating incubation incubator incubators incubus inculcate inculcated incumbency incumbent incumbents incunabula incur incurable incurred incurring incurs incursion incursions incyte ind ind. ind.-based indah indal indctrs indcts indeapr indebted indebtedness indecency indecent indecision indecisive indecisiveness indeed indefatigable indefeb indefensible indefinite indefinitely indejan indelible indelicato indemar indemay indemerc indemnify indemnity indenet indent indentation indentations indented indentified indenture indentured indepedent independance independant independants independence independence-minded independencia independent independent-minded independentist independently independents independiente indeq0 inder indescribable indesen indesign indestructible indeterminacy indeterminate index index-arbitrage index-linked index.aug index.jul index.jun index.may indexapr indexation indexaug indexed indexes indexfeb indexing indexjan indexjul indexjun indexmar indexmay indexq0 indi india india-ceat india-marxist india-pakistan india-primary india-private india0 indian indian-born indian-origin indian-ruled indiana indiana-based indianapolis indianapolis-based indianola indians indias indic indica indicat indicate indicated indicates indicating indication indications indicative indicatjan indicatodec indicator indicator------------f indicator-----------f indicator----------f indicators indicators- indicators----------forecast---range---prevs indicators-latest indicdec indices indices* indicia indict indictable indicted indictees indicting indictment indictments indicts indicus indie indies indifference indifferent indigenisation indigenous indigenously indigent indigestible indigestion indignant indignation indignity indigo indinavir indio indios indira indirect indirectly indiscipline indiscretion indiscretions indiscriminate indiscriminately indispensable indispensible indisputable indisputably indistinct indistinguishable indium individual individualism individualist individualistic individualists individuality individualized individually individuals individuation indivisible indo indo-gulf indo-pakistan indocement indochina indochinese indocopper indoctrinated indoctrination indofood indoil indole indolent indomitable indon indonesia indonesian indonesians indoor indoors indorama indorayon indore indosat indosuez indosurya indovest indra indrajit indraprastha indre indrek inds indst'l indstl indu induce induced inducement inducements inducer induces inducing induct inductance inducted inductee inductees induction inductions inductive inductively inductor inductors indulge indulged indulgence indulgences indulgent indulges indulging indupa indurain indus indusia indusind indust industr industri industria industrial industrial-use industriale industriales industriali industrialisation industrialised industrialising industrialism industrialist industrialists industrialization industrialized industrializing industrially industrials industrias industrie industriel industrielle industriels industrier industries industrija industrindo industrious industrivarden industry industry-leading industry-specific industry-wide industrywide industy indwelling indx indxsep indy indycar indyk indykpol indymedia ine inebriated inedible ineffable ineffective ineffectiveness ineffectual inefficiencies inefficiency inefficient inegi inei inelastic ineligible inem inept ineptitude inequalities inequality inequitable inequities inequity inermis inerrancy inert inertia inertial ines inescapable inespal inessa inevitability inevitable inevitably inexact inexcusable inexhaustible inexorable inexorably inexpensive inexpensively inexperience inexperienced inexplicable inexplicably inextricably inez inf infact infallibility infallible infamous infamously infamy infancy infant infanta infante infanterie infanticide infantile infantino infantry infantryman infantrymen infants infarction infatuated infatuation infeasible infect infected infecting infection infections infectious infective infects infer inference inferences inferential inferior inferiore inferiority infernal inferno inferred inferring infers infertile infertility infest infestation infestations infested infidel infidelities infidelity infidels infield infielder infielders infighting infill infilled infiltrate infiltrated infiltrates infiltrating infiltration infiltrations infiltrator infiltrators infineon infiniband infinite infinitely infinitesimal infinitesimals infiniti infinities infinitive infinitives infinitum infinity infirm infirmary infirmity infisa infix inflame inflamed inflaming inflammation inflammatory inflatable inflate inflated inflates inflating inflation inflation-adjusted inflation-fighting inflation-free inflation-indexed inflation-linked inflation-protected inflation-sensitive inflation-wary inflationary inflected inflection inflectional inflections inflexibility inflexible inflict inflicted inflicting infliction inflicts inflight inflorescence inflorescences inflow inflows influence influence-peddling influenced influences influencing influential influenza influenzae influx info info-tech infocom infocomm infocure infogrames infomercial infomercials infor inforadio inform informaciones informal informally informant informants informatics information informational informations informationssysteme informative informed informer informers informing informix informs infoseek infostrada infosys infotainment infotech infotek infoworld infra infra-red infraction infractions infraero infraorder infrared infrastructural infrastructure infrastructures infrastucture infratest infratil infrequent infrequently infringe infringed infringement infringements infringes infringing infront infuriate infuriated infuriates infuriating infuse infused infuses infusing infusion infusions ing ing-baring ing-barings inga ingalls ingame inge ingeborg ingelheim ingemar ingen ingenious ingeniously ingenue ingenuity inger ingersoll ingersoll-rand ingest ingested ingesting ingestion ingham ingjald ingle ingleby ingles ingleside inglewood inglis ingman ingmar ingo ingolstadt ingosstrakh ingot ingots ingraham ingrained ingram ingratiate ingredient ingredients ingres ingress ingria ingrid ings inguinal ingush ingushetia ingvar ingwe inh inhabit inhabitable inhabitant inhabitants inhabitated inhabitation inhabited inhabiting inhabits inhalation inhale inhaled inhaler inhalers inhales inhaling inherent inherently inherit inheritable inheritance inheritances inherited inheriting inheritor inheritors inherits inhg inhibit inhibited inhibiting inhibition inhibitions inhibitor inhibitors inhibitory inhibits inhomogeneous inhospitable inhouse inhuman inhumane inhumanity inhumans ini ini0 inicjatyw inigo inika inimical inimitable iniquity inis init inital initally initative initial initialed initialism initialization initialize initialized initialled initialling initially initials initiate initiated initiates initiating initiation initiations initiative initiatives initiator initiators initiatory initio inject injectable injected injecting injection injections injective injector injectors injects injuction injunction injunctions injunctive injure injured injures injuries injuring injurious injury injury-hit injury-plagued injury-time injustice injustices ink inkatha inked inker inkerman inking inkjet inkling inklings inkombank inks inkster inkwell inky inl inla inlaid inland inlay inlays inlet inlets inline inline0 inman inmarsat inmate inmates inmet inn inna innards innate innately inner inner-city innermost innervate innervated innervation innes inning innings innis innisfail inniskilling innkeeper innkeepers innocence innocent innocenti innocently innocents innocuous innogenetics innotech innova innovate innovated innovating innovation innovations innovative innovator innovators innovest innovex innovir innovo inns innsbruck innsmouth inntrepreneur innu innuendo innuendos innumerable ino inocencio inoculated inoculation inoculations inoffensive inoki inonu inoperable inoperative inopportune inordinate inorganic inositol inoue inouye inp inparsa inpatient inpc inpex inphynet inps input input/output inputs inputting inquest inquire inquired inquirer inquires inquiries inquiring inquiry inquisition inquisitions inquisitive inquisitor inquisitorial inquisitors inr inr= inra inro inroads ins insa insane insanely insanity insatiable inscribe inscribed inscription inscriptional inscriptions inscrutable insd insead insect insecticide insecticides insecticons insectivore insectivores insectivorous insectoid insects insecure insecurities insecurity insee insein insemination insensitive insensitivity inseparable inseparably insert inserted inserting insertion insertions inserts inset insg inshore inside insider insider-trading insiders insides insidious insight insight- insight-aussie insight-australian insight-cocoa insight-coffee insight-dlr insightful insights insignia insignias insignificance insignificant insilco insincere insinuated insinuates insinuating insipid insist insistance insisted insistence insistent insisting insists insituform insitute insitutional insitutions inso insofar insolation insolence insolent insoluble insolvencies insolvency insolvent insomnia insomniac inspect inspected inspecting inspection inspections inspector inspector-general inspectorate inspectors inspects inspiral inspiration inspirational inspirations inspire inspired inspires inspiring inspite inst instabilities instability instal install installation installations installed installer installers installing installment installments installs instalment instalments instance instances instant instantaneous instantaneously instantiated instantiation instantly instar instars instated instead instigate instigated instigating instigation instigator instigators instil instill instilled instilling instills instinct instinctive instinctively instincts instinctual instinet instititutions institn institut institute instituted institutes instituting institution institutional institutionalised institutionalization institutionalized institutionally institutionals institutions instituto instron instruct instructed instructing instruction instructional instructions instructive instructor instructors instructs instrument instrumental instrumentalist instrumentalists instrumentality instrumentally instrumentals instrumentarium instrumentation instrumented instruments insubordinate insubordination insubstantial insufficiency insufficient insufficiently insula insulae insular insulate insulated insulating insulation insulator insulators insulin insult insulted insulting insults insulza insurance insurances insure insured insurer insurers insures insurgencies insurgency insurgency-related insurgent insurgents insuring insurmountable insurrection insurrectionary insurrections int int'l intact intaglio intake intakes intamin intan0 intangible intangibles intec intech integ integer integers integon integra integrable integral integrally integrals integrand integrate integrated integrates integrating integration integrationists integrations integrative integrator integrators integrifolia integrion integrity integument intel intel-based intelidata inteligencia intelisano intellect intellects intellectual intellectualism intellectually intellectuals intellicall intelligence intelligencer intelligences intelligent intelligently intelligentsia intelligibility intelligible intelligroup intellivision intelsat intend intendant intended intending intends intense intensely intensification intensified intensifies intensify intensifying intensities intensity intensive intensively intent intention intentional intentionality intentionally intentioned intentions intently intents inter inter- inter-african inter-agency inter-american inter-bank inter-city inter-communal inter-company inter-continental inter-corporate inter-dealer inter-entity inter-ethnic inter-europa inter-governmental inter-island inter-korean inter-kurdish inter-meeting inter-ministerial inter-month inter-office inter-operability inter-parliamentary inter-party inter-regional inter-state inter-u.k. inter-uk inter-ukc interacciones interact interacted interacting interaction interactionism interactions interactive interactively interactivity interactivos interacts interafrican interagency interahamwe interamerican interbank interbellum interbred interbreed interbreeding interbrew interbulk intercable intercalary intercalated intercapital intercargo intercede interceded intercel intercell intercept intercepted intercepting interception interceptions interceptor interceptors intercepts intercession interchange interchangeability interchangeable interchangeably interchanged interchanges interchanging intercity intercollegiate intercolonial intercom intercommunal intercompany interconnect interconnected interconnectedness interconnecting interconnection interconnections interconnector interconnects intercontinental intercooler intercorporate intercostal intercounty intercourse intercultural intercut interdealer interdenominational interdependence interdependent interdict interdiction interdigital interdimensional interdisciplinary interdiscount interest interest-bearing interest-earning interest-free interest-rate interest-sensitive interested interesting interestingly interests interface interfaced interfaces interfacing interfaith interfax interfax-ukraine interfere interfered interference interferences interferes interfering interferometer interferometers interferometric interferometry interferon interfin interform interfraternity intergalactic intergang intergen intergenerational interglacial intergovernmental intergraph intergration intergroup interim interims interior interiors interjection interjections interkom interlace interlaced interlacing interlake interlaken interleaf interleague interleaved interleaving interleisure interleukin interleukin0 interlibrary interline interlingua interlink interlinked interlocal interlochen interlock interlocked interlocking interlocutor interloper interlopers interlude interludes intermagnetics intermarche intermarket intermarriage intermarriages intermarried intermarry intermedia intermediaries intermediary intermediate intermediate-term intermediates intermediation intermedics intermeeting interment interments intermet intermezzo interminable intermingle intermingled intermingling interministerial intermission intermissions intermittent intermittently intermixed intermodal intermolecular intermoney intermonth intermountain intern internacional internal internalisation internalization internalized internally internals internasional internatinal internatio-mueller internation international internationale internationales internationalisation internationalise internationalism internationalist internationalists internationalization internationalized internationally internationally-recognised internationals internationl internatonal internazionale internecine interned internee internees internet internet-based internet-related internetworking interneuron interning internist internment interns internship internships interntional interoperability interoperable interoperate interosseous interparliamentary interpellation interpersonal interphase interplanetary interplay interpol interpolate interpolated interpolating interpolation interpolations interpool interpore interport interposed interpret interpretation interpretations interpretative interpreted interpreter interpreters interpreting interpretive interprets interprovincial interpublic interra interracial interred interregional interregnum interrelated interrelationships interreligious interrogate interrogated interrogates interrogating interrogation interrogations interrogative interrogator interrogators interros interrupt interrupted interruptible interrupting interruption interruptions interrupts interscholastic interscope intersec intersect intersected intersecting intersection intersections intersects intersegment interservices intersex interspace interspaces interspecies interspecific interspersed intersputnik interst interstate interstates interstellar interstitial intersuisse intertanko intertech intertechnology intertek intertidal intertie intertoto intertropical intertwine intertwined intertwining interuniversity interurban interval intervals intervarsity intervene intervened intervener intervenes intervening intervention interventional interventionism interventionist interventions interventions* intervertebral interview interviewed interviewee interviewees interviewer interviewers interviewing interviews intervoice interwar interweaving interwest interwoven interzonal interzone intestate intestinal intestine intestines inthe inti intial intially intiative intiatives intifada intim intimacy intimate intimated intimately intimates intimidate intimidated intimidating intimidation intimidators intimidatory intindola intissar intitial intitially intl intl0 into intolerable intolerance intolerant intonation intoxicated intoxicating intoxication intra intra-afghan intra-asian intra-community intra-country intra-day intra-eu intra-european intra-group intra-regional intra-session intracellular intraco intracoastal intracom intracranial intractable intraday intramolecular intramural intramurals intramuros intramuscular intranet intranets intranetware intransigence intransigent intransitive intraocular intrasession intrasoft intrastate intrauterine intravascular intravenous intravenously intrawest intrepid intria intricacies intricacy intricate intricately intrigue intrigued intrigues intriguing intriguingly intrinsic intrinsically intro introduce introduced introduces introducing introduction introductions introductory intron introns intros introspection introspective introversion introvert introverted intru intrude intruded intruder intruders intrudes intruding intrusion intrusions intrusive intubation intuit intuition intuitionism intuitionistic intuitions intuitive intuitively intvn inu inui inuit inuktitut inundated inundating inundation inupiat inuvik inuyasha inv invacare invade invaded invader invaders invades invading invalid invalidate invalidated invalidating invalided invalides invalidity invalids invaluable invariable invariably invariance invariant invariants invasion invasions invasive invective inveks inven invent inventec invented inventing invention inventions inventive inventiveness inventor inventories inventors inventory inventory-to-sales invents inver inverban invercargill inverclyde inverkeithing inverlat invermexico inverness inverse inversely inverses inversion inversiones inversions inversora invert invertebrate invertebrates inverted inverter inverters invertible inverting inverts inverurie invesco invesment invesments invest invest.+ invest.holding investable investama investasi investcorp investec invested investee investees investement investeringsbank investible investicni investigate investigated investigates investigating investigation investigational investigations investigative investigator investigators investigatory investimento investimentos investing investir investissements investiture investment investment-grade investment0 investmentbank investments investor investor-friendly investor-owned investors invests inveterate invicta invictus invid invigorate invigorated invigorating invincibility invincible invincibles inviolability inviolable invirase invisibility invisible invisibles invisibly invision invitation invitation-only invitational invitations invite invited invitee invitees invites inviting invocation invocations invoice invoiced invoices invoicing invoke invoked invokes invoking involuntarily involuntary involution involve involved involvement involvements involves involving involvment invs invulnerability invulnerable inward inwardly inwards inwestycyjny inwood inx inxs inyo inzaghi inzamam inzamam-ul-haq io ioan ioannina ioannis iobe ioc iocc iod iodide iodine iof iola iolani iolanthe iolaus iolcos iolo iom iomega iommi ion iona ione ionesco ionescu ionia ionian ionians ionic ionica ionics ionikos ionisation ionization ionize ionized ionizing ionosphere ionospheric ions iop ior iordanescu iorga iori iorwerth ios iosco iosif iota iowa iowa-based iowa-minn iowa-s iowa-so iowa-southern ip ip0 ipa ipaa ipai ipako ipalco ipanema ipb ipc ipca ipcc ipcl ipco ipe ipea ipecac ipeco ipf ipfw ipg iphigenia iphone ipi ipiranga ipkf ipl ipm ipma ipma0 ipn ipo ipod ipods ipoh ipos ipp ippolito ippolitov ipps ipr iprd ips ipsa ipsco ipsec ipsilateral ipso ipsos ipsta ipswich ipt iptf iptn iptv ipu ipv0 ipx iq iqaluit iqbal iqlim iqs iquique iquitos ir ir0 ira irabu irae iraj iraklis irala iran iran-contra iran-iraq iran-libya irani iranian iranian-backed iranians iraq iraq-based iraq-iran iraq-kuwait iraqi iraqi-backed iraqi-turkish iraqis iras irascible irate irb irbe irbi irbid irbm irby irc ircam ird irda ire ireda iredell ireland ireland-based irelands irena irenaeus irene ires ireton irfan irfb irfc irfu irgun iri iria irian iridescence iridescent iridium irina iris irises irish irish-american irish-based irish-pound irishman irishmen irisis iriso irix irja irked irkutsk irkutskenergo irl irma irn irna iro iroc iroh iron iron-fisted ironbark ironbound ironbridge ironclad ironclads irondale irondequoit ironed ironhide ironi ironic ironically ironing ironman ironmaster ironmen ironore irons ironside ironsides ironstone ironton ironwood ironwork ironworkers ironworks irony iroquoian iroquois irp irr irradiance irradiated irradiation irrational irrationality irrationally irrawaddy irreconcilable irredentist irreducible irrefutable irregular irregularities irregularity irregularly irregulars irrelevance irrelevant irreligious irreparable irreparably irreplaceable irrepressible irresistible irrespective irresponsibility irresponsible irresponsibly irreverence irreverent irreversible irreversibly irrevocable irrevocably irri irri0 irrigat irrigate irrigated irrigating irrigation irritability irritable irritant irritants irritate irritated irritates irritating irritation irritations irrorated irs irsa irsg irshad irt irtysh iru irulan irv irvan irvin irvine irving irvington irwell irwin irwindale is is0 isa isa. isaac isaacs isaacson isaak isab isabeau isabel isabela isabella isabelle isadora isadore isaf isaiah isaias isaie isak isaly isam isambard isamu isan isandlwana isang isao isar isard isarescu isayas isb isbank isbell isbn isbn0 isc isca iscar iscariot ischemia ischemic ischia isco iscor iscsi isd isda isdb isdn ise isec iseki iselin isen isenberg isenburg isengard iseq isere iserlohn isetan iseult isf isfahan isg isgiec ish isha ishai ishak isham ishaq isherwood ishi ishida ishigaki ishihara ishii ishijima ishikawa ishikawajima ishikawajima-harima ishikura ishmael ishq ishta ishtar ishvara isi isiah isidor isidore isidoro isidro isildur isin ising isiro isis iskandar iskander iskcon iskenderun iskra isl isla islacom islah islam islam-based islamabad islamabad-based islami islamia islamic islamism islamist islamist-conservative islamist-free islamist-leaning islamist-led islamist-oriented islamists islamiyah islamization islamophobia island island'' island-wide islander islanders islandia islands islandwide islas islay isle isles islet islets isleworth isley isleys islington islip ism isma isma'il ismael ismail ismaili ismailis ismay ismea ismet ismoil isms isn iso iso/iec iso0 iso00 isobel isobutane isoc isocrates isocyanate isoform isoforms isola isolate isolated isolates isolating isolation isolationism isolationist isolde isolyser isomer isomeric isomerization isomers isometric isometries isometry isomorphic isomorphism isomorphisms isonzo isopropyl isoroku isosceles isospin isostatic isothermal isotherms isotimia isotonic isotope isotopes isotopic isotropic isotta isp ispat isps isr israel israel-based israel-gaza israel-palestinian israel-plo israeli israeli- israeli-arab israeli-backed israeli-born israeli-controlled israeli-egyptian israeli-held israeli-jordanian israeli-occupied israeli-palestinian israeli-plo israeli-syrian israelis israelite israelites isro iss issa issac issachar issam issaquah isse issen issf isshin issing issn issu issuable issuance issuances issue issued issuer issuers issues issues-middle issuing issus issy issyk ist istana istanbul istanbullu istanbulspor istar istat isthmian isthmus istiqlal istituto istock istra istrabenz istraturist istria istrian istvan isu isuzu it it. it.the ita ita.consumer ita.cpi ita.gdp ita.industrial ita.producer ita.wholesale itagaki itajai ital italcementi italia italian italian-based italian-born italian-controlled italian-led italian-thai italiana italianate italiani italiano italians italic italica italicized italico italics italo italtel italy itamar itamaraty itami itanium itaperuna itar-tass itarsi itasca itau itausa itb itc itch itchen itching itchy ite item items iteq iter iterate iterated iteration iterations iterative iteratively itesm itf ith ithaca ithilien iti itil itim itinerant itineraries itinerary itis itj itl itn ito ito-yokado itochu itogi itogon itoh itoki itp itron its itsekiri itsekiris itself itsuki itt ittihad itto itu itunes iturbide ituri itv itv0 itw itza itzhak itzik iu iucn iud iudaea iue iuka iulia iulian iuliano iupac iupui iuris ius iusa iusacell iuz iv iv. iv0 iva ivac ivaco ivailo ivalice ivan ivana ivanhoe ivanic ivanisevic ivanko ivano ivano-frankivsk ivanov ivanova ivanovic ivanovich ivanovna ivanovo ivany ivar ivax ivb ivc ivcher ive iveagh iveco ivens iver ivernia iversen iverson ives ivester ivey ivf ivi ivic ivica ivins ivkovic ivo ivor ivorian ivorians ivory ivr ivrea ivri ivry ivs ivvm ivy iw iwa iwa-canada iwai iwaki iwakuni iwama iwan iwao iwasaki iwata iwatani iwate iwatsu iwc iwcc iwerks iwgp iwh iwi iwo iwp iws iwto iww ix ix. ix0 ixc ixe ixelles ixion ixis iyad iyasu iyengar iyer iyers iyo iz iza izaak izard izetbegovic izit izmir izmit izolacja izquierda izquierdo izu izui izumi izumo izvestia izvorul izz izzard izzie izzo izzy j j$ j&a j&b j&h j&j j&l j'ai j'onn j-block j-curve j-league j. j.a. j.b. j.c j.c. j.d j.d. j.e. j.e.b. j.f. j.g j.g. j.h. j.j j.j. j.j.b. j.k. j.l. j.m. j.m.baxi j.n. j.n.vyas j.p j.p. j.p.morgan j.r j.r. j.r.r. j.s. j.t. j.w. j0 j0ee j0me j0s ja ja'far jaa jaad jaafar jaak jaakko jaan jaap jaarsveld jab jababeka jabal jabal-os-saraj jabal-os-siraj jabali jabalpur jabba jabbar jabber jabberwocky jaber jabez jabil jabiluka jabir jabiru jablonec jablonski jabo jabot jabotinsky jabr jabs jabu jaburo jac jaca jacana jacanas jacanidae jacaranda jacco jace jacek jacen jacikevichius jacinta jacinto jack jack-up jackal jackals jackass jacked jacket jacketed jackets jackfruit jackhammer jackie jackin jacking jackins jackman jacko jackpot jackrabbit jacks jackson jacksonian jacksons jacksonville jackup jacky jaclyn jaco jacob jacobean jacobi jacobian jacobin jacobins jacobite jacobites jacobitism jacobo jacobs jacobsen jacobson jacobus jacoby jacopo jacor jacquard jacque jacqueline jacques jacques-yves jacquet jacqui jacquie jacuzzi jad jada jadakiss jadavpur jade jaded jadeite jadeja jaden jadida jadis jadranko jadranturist jadwiga jadzia jae jae-chull jaeger jaen jafar jafarey jafco jaffa jaffar jaffary jaffe jaffee jaffer jaffna jaffray jaffre jaffrey jag jagadguru jagan jagannath jagat jagdgeschwader jagdish jager jagermeister jagge jagged jagger jaggery jagielinski jagiello jagiellon jagiellonian jagir jagirdars jagland jagmetti jago jagoda jagodina jagr jagran jags jaguar jaguars jah jahan jahangir jahn jahnke jahr jahrbuch jahre jahwist jai jaia jaidyn jail jailbreak jailed jailer jailers jailhouse jailing jailings jails jaime jain jaina jainism jains jaipal jaipur jair jaisalmer jaja jajce jak jakab jakarta jakarta-based jakarta.newsroom@reuters.com jake jakes jaki jakob jakobsen jakobson jakobstad jakub jakubik jakubowska jal jala jalabert jalal jalalabad jalali jalan jalandhar jalapa jalapeno jalgaon jalil jalisco jaller jalore jalosjos jalpaiguri jalut jam jama jamaal jamaat jamaat-e-islami jamaat-i-islami jamaica jamaican jamaicans jamal jamali jamalpur jamba jambalaya jambay jambi jamboree jamborees jame jameel jamelia jamerson james jameson jamestown jamey jami jamia jamiat jamiat-i-islami jamie jamieson jamil jamiroquai jamison jammed jammeh jammer jammers jammin jamming jammu jammy jamnagar jamon jams jamshed jamshedpur jamsheed jamshid jamtland jamtv jamuna jamz jan jan'0 jan-apr jan-april jan-aug jan-aug'0 jan-dec jan-dec'0 jan-dec0 jan-feb jan-feb0 jan-jul jan-jul0 jan-july jan-july'0 jan-jun jan-june jan-june'0 jan-june0 jan-mar jan-mar0 jan-march jan-march0 jan-may jan-may0 jan-nov jan-nov'0 jan-nov0 jan-oct jan-oct'0 jan-ove jan-sep jan-sept jan-sept'0 jan. jan0 jana janacek janae janaf janaki janamejaya janata janaury jancso janda jandek jandial jane janeane janeiro janelle janes janeshwar janesville janet janette janeway janey janez janfeb jang jang-yop jangle jango jani janice janie janina janine janis janisch janissaries janissary janiszewski janitor janitorial janitors janjaweed janjua jankel janko jankovic jankowski jann janna jannati janne janner jannetty janney jannie jano janome janos janowski jansa jansch jansen jansenism jansenist jansenists jansher jansky janson janssen janssens jansson janszoon jantzen january january- january-april january-august january-december january-february january-july january-june january-march january-may january-november january-october january-september january/february janus janusz janvier janzen jao jaora jaoude jap japan japan-based japan-russia japan-s.korea japan-sk japan-u.s. japanese japanese-made japanese-owned japanese-style japex japhet japheth japie japonica japw jaques jar jara jarai jarama jaramillo jarasandha jarc jardel jardim jardin jardine jardines jardins jared jargon jari jarl jarlaxle jarman jarmo jarmusch jarnet jarni jarno jaro jaromir jaroslav jaroslaw jarrah jarre jarreau jarred jarrell jarrett jarring jarrod jarrow jarry jars jaruzelski jarvi jarvis jas jasa jascha jasco jase jasenka jasenovac jasinowski jasmin jasmine jasna jason jasper jaspers jasqui jass jassa jassan jassem jassim jasta jaswant jasz jat jataka jati jatin jatiya jato jatoi jatra jatropha jats jatt jatta jauch jauhar jaume jaundice jaune jaunpur jaunt jaunty jaures java java-based javad javagal javan javanese javascript javasoft javastation javed javelin javelins javert javi javier javits javurek jaw jawa jawad jawahar jawaharlal jawara jawbone jawboning jawbreaker jawed jawi jawor jaworski jaws jax jaxa jaxx jay jaya jaya- jayadeva jayadratha jayakarta jayakumar jayalalitha jayantha jayanti jayapura jayasinghe jayasuriya jayatunga jayavarman jayawardena jayawardene jayawickrama jaycees jaye jayesh jayewardene jayhawk jayhawks jayne jaynes jays jayson jaz jazeera jazz jazze jazzmaster jazzy jb jbl jbm jboss jbra jbri jc jcb jcbk jcc jceai jci jcm jcp jcpenney jcr jcs jct jd jda jdam jdb jdbc jdc jdm jdn je jeal jealous jealousies jealously jealousy jean jean-baptiste jean-bedel jean-bertrand jean-christophe jean-claude jean-felix jean-francois jean-jacques jean-louis jean-luc jean-marc jean-marie jean-michel jean-pascal jean-paul jean-philippe jean-pierre jean-rene jean-yves jeane jeanes jeanette jeanie jeanine jeanne jeannette jeannie jeannine jeanniot jeans jeanswest jearl jeb jebb jebediah jebel jecs jed jedburgh jeddah jeddah-based jedediah jedi jee jeep jeepney jeepneys jeeps jeered jeering jeers jeet jeeva jeevan jeeves jeezy jef jefe jeff jefferies jeffers jefferson jefferson-pilot jeffersonian jeffersons jeffersonville jeffery jeffords jeffrey jeffrey.hodgson@reuters.com jeffreys jeffries jeffs jegan jehan jehangir jehiel jehovah jehu jehuty jeju jekabpils jekyll jelena jelenc jelenia jelfa jelgava jelinek jell jelle jellicoe jellies jellinek jello jelly jellybean jellyfish jelmoli jelter jelved jem jem'hadar jemaah jemaine jemima jemison jen jena jenapharm jenifer jenin jenkin jenkins jenkinson jenks jenn jenna jenner jenni jennie jennifer jennings jenny jeno jenova jenrette jens jensen jenson jentzsch jeoff jeolla jeon jeong jeonju jeopardise jeopardised jeopardises jeopardising jeopardize jeopardized jeopardizing jeopardy jeph jeppesen jepson jer jerald jere jeremiah jeremias jeremie jeremy jerez jeri jericho jerk jerkan jerking jerkins jerks jerky jermaine jermyn jernigan jeroboam jeroen jerome jeronimo jerram jerri jerriais jerrold jerry jersey jersey-based jersey-maryland jerseys jerusalem jervis jerzy jes jesmond jesper jess jessamine jesse jessel jessen jessi jessica jessie jessop jessore jessup jessy jest jester jesters jesu jesuit jesuits jesup jesus jet jet-kerosene jet-set jetblue jeter jetfire jetform jethro jetix jetliner jetliners jetpack jetro jetronic jets jetsam jetset jetsons jetstar jetstream jett jetta jetties jettison jettisoned jettisoning jetty jeu jeudi jeun jeune jeunes jeunesse jeux jevons jew jewel jeweled jeweler jewelers jewelery jewell jewelled jeweller jewellers jewellery jewelry jewels jewett jewish jewishness jewison jewry jews jeyaretnam jez jezebel jezek jezreel jezzine jf jfim jfk jfm jg jgb jgbs jgc jh jha jhang jhansi jharkhand jhaveri jhelum jhereg jhiaxus jhta jhulelal jhunjhunu ji jia jiabao jialing jian jiancheng jiang jiangling jiangnan jiangsu jiangxi jianshe jiao jiaotong jiashi jib jibe jibes jibril jidaigeki jidosha jie jieh jig jigger jiggy jigme jigoro jigs jigsaw jihad jihadist jihlavan jihoceska jihoceske jihomor jihomoravska jiji jil jilin jill jillette jillian jilly jilted jim jima jimbo jimena jimenez jimeno jimi jiminy jimma jimmie jimmy jin jinan jind jindal jindrak jindrich jing jingle jingles jingoro jingsheng jingu jingwei jingyi jingzhou jinhua jinhui jinja jinju jinks jinn jinnah jinqiao jinro jinsen jintao jinx jio jiong jipro jiraiya jirga jiri jiro jis jisc jit jitney jitsu jitter jitterbug jitters jittery jiu jiul jiva jive jizya jizzine jj jjb jk jka jkx jl jla jlg jli jlw jlx jly jm jma jmb jmc jme jmi jmm jms jn jn0 jna jnana jnoc jnpt jnr jo joab joachim joad joakim joan joana joanie joann joanna joanne joannes joannette joao joaquim joaquin job job-creating job-creation job-cutting job-seekers joban jobber jobbers jobbing jobe jobim jobless joblessness jobs jobs-for-life jobs-to-applicants jobseekers jobson joc jocasta jocelin jocelyn jochems jochen jochi jochimsen jock jockey jockeying jockeys jocko jocks jocular jodeci jodhpur jodi jodie jodl jodo jodorowsky jodrell jody joe joel joeli joelle joensuu joerg joergen joergensen joern joes joest joestar joey joffe joffre joffrey jog jogaila jogged joggers jogging jogi joginder joh johan johanan johann johanna johanne johannes johannesburg johannesburg-based johannesburg.newsroom@reuters.com johannesson johannis johansen johanson johansson johar john john.sanders@reuters.com johnathan johnnic johnnie johnnies johnny johns johnsbury johnsen johnson johnson-sirleaf johnsons johnsonville johnsson johnston johnstone johnstown johor johore johri johto joi joie join joined joiner joiners joinery joining joins joint joint-stock joint-venture joint-ventures jointed jointing jointly jointly-owned joints joinville joists joji jojo jojoba jokanovic joke joked joker jokerit jokers jokes joking jokingly joko jol jolene joli jolie joliet joliette joliot jolla jolles jolley jollibee jolliffe jolly jolo jolson jolt jolted jolts joly jolyne jolyon jomhuri jomo jomon jon jona jonah jonas jonathan jonathon jonbenet jondalar jone jones jonesboro jonestown jonesville jonesy jong jong-il jong-pil jongh joni jonk jonker jonkoping jonny jono jonouchi jonquiere jonrowe jons jonson jonsson jonty jonze jonzon joo jool jools joon joondalup joong-ang joop joos joost jop joplin joppa jor joram jord jordaan jordan jordanes jordanhill jordanian jordanians jordans jordi jordin jordison jordon jorf jorg jorge jorgen jorgensen jorgenson jorhat joris jorma jorn jornada jornal jorritsma jory jos josaphat joscelin joschka jose jose-maria josef josefa josefina joseon josep joseph josepha josephine josephs josephson josephthal josephus josette josey josh joshi joshua josi josiah josias josie josip joslin joslyn jospin josquin joss josselin jost jostens jostle jostled jostling jot jota jotaro jotun jotunheimen joubert joubran jouett jouf joule joules joulwan jour jourdain jourdan jourgensen journal journal-constitution journaling journalism journalist journalistic journalists journals journey journeyed journeying journeyman journeymen journeys jours joust jousting joutseno jovan jovanovic jove jovi jovial jovian jovic jovovich jow jowar jowell jowett jowie jowl jowls joy joya joyce joyeuse joyful joyfully joyner joyner-kersee joyo joyous joyride joyriding joys joystick joysticks jozef jozias jozsef jp jp0 jpe jpeg jpl jpm jpmorgan jpms jpn jpn.consumer jpn.cpi jpn.indust jpn.trade jpn.wholesale jps jpy jr jr. jrbi jrotc jrs js js0 jsa jsc jscript jsda jsdf jse jsf jskyb json jsp jsr jt jtf jts jtwc ju ju0 jua juan juana juanele juanes juanis juanita juanito juarez juba jubail jubal jubba jubei jubilant jubilation jubilee jubilees jubilo juche juchniewicz jucker juckes jud judaea judaeo judah judaic judaica judaisation judaise judaism judas judd jude judea judean judell juden judenrat judeo judge judged judgement judgements judges judgeship judging judgment judgmental judgments judi judicature judicial judicially judiciary judicious judie judit judith judith.schoolman juditha judo judoka judson judy jue juel juelz juergen jug jugantar jugend jugendstil juggalos juggernaut juggle juggled juggler jugglers juggling jughead jugopetrol jugovic jugs jugular jugurtha juha juhani juhi jui juice juiced juices juicy juillet juilliard juin jujitsu juju jujutsu jujuy juke jukebox jukeboxes jukes jukka juku jukwey jul jul'0 jul0 jul0-aug jul0-sep0 julaug juldis jule julen jules juli julia julian juliana juliane julianna julianne juliano julianus julich julie julien julienne juliet julieta juliette julii julio julius juliusz jull july july--rev july-aug july-august july-dec july-december july-june july-nov july-oct july-sept july-september july/august july0 juma jumabhoy jumba jumbish-i-milli jumblatt jumble jumbled jumbo jumeirah jumet jumhour jumhouriya jumla jumo jumong jump jump-start jumped jumper jumpers jumpin jumping jumps jumpstart jumpsuit jumpy jun jun)*00 jun. jun0 junagadh junak junankar juncker junco junction junctions juncture jundee june june--rev june-aug june-august june-july june-may june-september june/july june0 juneau junee junevichius jung junge jungels junger jungian jungle jungle-covered jungle-trained jungles juni juniata junichi junichiro junid junimea junin juninho junior junior/senior juniors juniper junipero juniperus junius junjul junk junk-bond junker junkers junket junkie junkies junko junks junkyard juno junoon junot junsheng junta juntas junto juozas jupiler jupiter jupiters jupp juppe jura jurado jurai juraj juran jurassic jurchen jurchens jure jurgen jurgens juri juridical juried juries juris jurisdiction jurisdictional jurisdictions jurisprudence jurist jurists jurnalul jurong juror jurors jury juryo jurys jus jusco jusen jushin jusici jusko juskowiak jussi just just-completed just-in-time juste justice justices justicia justicialist justiciar justiciary justifiable justifiably justification justifications justified justifies justify justifying justin justina justine justinian justly justo justus jusuf jute jutes jutha jutland jutrzenka juts jutsu jutta jutting juuken juusela juve juvenal juvenil juvenile juveniles juventud juventude juventus juwan juwita jux juxtaposed juxtaposes juxtaposing juxtaposition jv jvc jvm jvp jw jwt jyllands jyllands-posten jyoho jyoti jyrki jyske jyvaskyla k k&h k&s k'iche k-iii k-mart k-shareholders k-shares k-sheets k-tel k. k.a. k.b. k.c. k.d. k.g. k.k. k.l. k.m. k.n. k.o. k.r. k.s. k.t. k.v. k0 k0s k=cbot k=kcbt k=may ka ka-shing ka0 kaa kaaba kaan kaarstoe kaas kaashyap kaaterskill kaba kabaddi kabaka kabakov kabalo kaban kabardino kabariti kabbah kabbaj kabbalah kabbalist kabbalistic kabbalists kabc kabel kaberuka kabhi kabila kabir kabirpanthi kablan kable kabli kablo kabo kabongo kabuhayan kabuki kabul kabun kabupaten kabuto kabuya kabwe kabyle kabylie kac kacem kach kachari kachin kachrod kacin kaczmarek kaczynski kad kadamba kadambas kadan kadapa kadar kadare kadavu kadazan kaddish kaddoumi kadena kader kadesh kadett kadi kadima kadir kadirgamar kadlec kadokawa kadoorie kaduna kadyrov kae kaede kael kaelin kaen kaeo kaesong kafelnikov kaferle kaffa kaffee kaffir kafir kafka kafr kafue kaga kagaku kagame kagami kagan kaganovich kagawa kage kagero kagerou kagesada kageyama kagiso kago kagome kagoshima kagura kaguya kagyu kah kahalani kahan kahane kahindo kahl kahlan kahler kahless kahlo kahn kahne kahneman kaho kahr kahuna kai kai-shek kaiba kaibab kaido kaif kaifa kaifeng kaihatsu kaija kaiju kaikai kaikan kaikoura kail kailash kailua kain kaine kaio kairi kairinos kairos kairouan kaiser kaiserliche kaiserslautern kaisha kaiten kaitlin kaito kaiun kaizen kaizer kaj kajang kaji kajima kajiyama kajol kak kaka kakadu kakap kakapo kakashi kakatiya kakatua kake kaken kakheti kaki kakinada kaklamanis kako kakodkar kakouli kaku kakudji kakuzi kal kala kala-ginned kalac kalachakra kalahari kalakan kalakaua kalam kalama kalamata kalamazoo kalan kalani kalanke kalari kalarippayattu kalas kalash kalashnikov kalashnikovs kalasin kalat kalb kalbe kaldor kale kaleidoscope kaleidoscopic kalejs kalem kalemie kalemli kalenjin kalev kalevala kalevi kalff kalgan kalgold kalgoorlie kali kalia kalicki kalidasa kalika kalim kalima kalimantan kalimba kalimdor kalimpong kalina kalinga kalingas kalinin kaliningrad kalinowski kalirai kalish kalisz kaliyan kalka kalkavan kalki kalla kallang kallar kallas kalle kallio kalliomaki kallis kallstrom kalma kalman kalmar kalms kalmurzayev kalmyk kalmykia kalmyks kalnapilis kalogerakis kalogjera kalonzo kaloudis kalov kaloyan kalpa kalpage kalpana kalpataru kalu kaluga kaluwitharana kaluza kalvoda kalyan kalyana kalyani kam kama kamajor kamajors kamakura kamal kamala kamalakshi kaman kamanda kamanin kamanyola kamara kamaraj kamarupa kamath kamau kamaz kambalda kambale kambas kamber kambli kamboh kamboj kamboja kambojas kambuja kamchatka kame kamehameha kamei kamel kamen kamenev kamensky kamer kami kamikaze kamikazes kamil kamille kamina kamini kamino kaminski kaminsky kamisese kamisiyah kamiya kamloops kamm kamma kammerer kamnik kamo kamoga kamogawa kamotho kamouraska kamov kamp kampala kampani kampen kampf kampfgruppe kamphaeng kampo kampong kamps kampuchea kampung kamran kamsar kamui kamuzu kamyshin kan kana kanaan kanafani kanagawa kanak kanaka kanal kaname kanan kananaskis kananga kanara kanata kanawa kanawha kanazawa kanchanaburi kanchanalak kancheepuram kanchelskis kanchev kanchi kanchipuram kanda kandahar kandarr kandel kandemir kander kandi kandiah kandinsky kandir kandla kandor kandrakar kandy kandyan kane kaneb kaneda kaneko kanem kanematsu kaneohe kanerva kang kanga kangaroo kangaroos kangnung kangra kangri kangsar kangu kangwon kangxi kangyo kanharith kani kanin kanishka kanji kanka kankakee kankaku kankkunen kanko kann kanna kannada kannan kannapolis kannauj kanneh kanno kannon kannur kano kanohi kanon kanoria kanowna kanpur kansai kansan kansanshi kansas kansas-based kansi kant kanta kantakouzenos kanther kanti kantian kantner kanto kantonalbank kantor kanu kanya kanyakumari kanye kanyon kanzaki kao kaohsiung kaolin kaolinite kaori kaoru kaos kaoshiung kap kapa kapalua kapampangan kapelle kapellmeister kapi kapil kapila kapisa kapital kapitan kapitanleutnant kapiti kaplan kapoor kaposi kapp kappa kappel kapson kaptur kapu kapuni kapur kapurthala kapuskasing kar kara karabakh karachaganak karachay karachi karachi-based karadayi karadzic karafuto karaha karai karaite karaites karajan karak karakoram karakorum karam karamanlis karamat karamazov karami karamira karan karana karani karaoke karas karasu karat karate karateka karatzas karbacher karbala karbovanets karbunkle karcher kardashian kardec kardinal kare kareem kareena karel karelia karelian karelians karembeu karen karenina karenni kargil kari kariba karibzhanov karikomi karim karimi karimkhany karimnagar karimov karin karina karine karisma kariya karjalainen karjat karl karl-heinz karla karlette karlheinz karlin karlis karlo karloff karlovac karlovacka karlovci karlovy karls karlskrona karlsruhe karlsruher karlsson karlstad karma karmal karman karmann karmanos karmapa karmas karmazin karmen karmi karmic karn karna karnak karnal karnataka karnchang karner karnes karo karol karolina karoline karolinska karoly karolyi karoo karori karoui karp karpat karpaty karpin karpinski karpov karr karras karri karrie karros karry kars karsh karst karstadt karsten karstic kart karta kartasasmita kartel karthik kartik karting kartli kartman kartograficznych karts karun karuna karunanidhi karunungan karur karvina karwar karya karydakis karyn karyotype karzahni karzai kas kasa kasa-vubu kasabian kasai kasaragod kasay kasb kasdan kase kasei kasem kasenga kaserne kasese kasey kash kasha kashan kashgar kashi kashima kashin kashiwa kashmere kashmir kashmiri kashmiris kashrut kashubian kashyap kashyapa kashyyyk kasi kasiak kasich kasim kasimov kasindi kaskaskia kaspar kasparkova kasparov kasper kasprowicz kasriel kasrils kass kassa kassai kassala kassar kassebaum kassel kassem kassier kassim kassite kassner kastner kastor kastoria kastriot kasturi kasuga kasumi kasyanov kat kata katahdin katakana katale katamari katana katanga katangese katar katara kataria katarina katarn katarzyna katas katayama kate katerina kates kath katha kathak kathakali katharina katharine kathe katherine kathi kathiawar kathie kathimerini kathir kathleen kathmandu katholieke kathryn kathy kati katia katich katicic katie katif katiforis katina katipunan katja kato katokichi katona katonah katong katoomba katori katowice katra katrin katrina katrine kats katsina katsioulas katsoulis katsu katsuhiko katsumi katsura katsuya katsuyoshi katt kattabomman kattegat katy katya katyn katyusha katyushas katz katzenberg katzin katzman kau kaua kaua'i kauai kaubamaja kaucuk kauffman kauffmann kaufhof kaufman kaufmann kaukonen kaul kaumudi kaun kaunas kaunda kaundinya kauppakaari kauppalehti kaur kaurava kauravas kauri kaurna kautsky kautz kava kavafian kavaje kavala kavanagh kavanaugh kaveri kavetas kavi kavieng kavita kavo kavu kavya kaw kawabata kawada kawaguchi kawai kawamura kawanishi kawartha kawasaki kawashima kawasho kawkab kaworu kay kaya kayaba kayak kayakers kayaking kayako kayaks kayanza kaye kayenta kayfabe kayhan kayla kaylee kayleigh kayo kays kayser kayseri kaz kaza kazaa kazair kazakh kazakhs kazakhstan kazakhstani kazakhtelekom kazakov kazakova kazakstan kazama kazan kazarian kazbek kaze kazem kazembe kazer kazhagam kazhegeldin kazi kazim kazimierz kazimir kaziranga kazkommertsbank kazoku kazon kazoo kazooie kazu kazuhiko kazuki kazuma kazuo kazushi kazuya kazuyoshi kb kb-securities kb0 kbb kbc kbe kbit/s kbjnl kbps kbr kbs kbt kc kc0 kc0s kca kcal kcb kcbs kcbt kcc kcet kci kcmg kcna kcop kcp&l kcpl kcr kcra kcrc kcrw kcs kctu kcvo kd kda kdb kdc kdd kde kdh kdk kdka kdmillion kdnp kdp kdpw kdu-csl kdwb ke ke0 kea keach keady keaggy keamari kean keane keanu kearney kearns kearny kearsarge keat keating keaton keats keays keb kebab kebabs kebangsaan kebble kebir keble kebzabo kec keck kecskemet kedah kedar kedarnath kediri kedleston kedo kee keeble keebler keefan keefe keefer keegan keel keele keeled keeler keeley keeling keells keels keelung keely keen keenan keene keeneland keener keenest keeney keenly keenness keenspot keep keeper keepers keeping keeps keepsake keepwell kees keese keesler keeton keevil keewatin kef kefalonia kefauver kefka keflavik keg kegalle kegel kegs keher kehoe kei keibler keidanren keighley keigo keihin keiichi keiji keikaku keiko keil keillor keilor keio keiper keir keira keiretsu keiron keirsey keisei keiser keisha keisuke keita keitaro keitel keith keithley keiyo keizai keizer keke kekkonen kekkuti kekule kel kel'thuzad kelana kelang kelani kelantan keld keler keleti kelgran kelis kelkar kell kelland kellaway kelleher kellen keller kellerman kellermann kellett kelley kelli kellie kelling kellman kellner kellogg kells kellstrom kellwood kelly kelme kelmscott kelo kelon kelowna kelp kelsang kelsey kelso kelson keltner kelton kelty kelvin kelvinator kelvingrove kelvins kem kemal kemano kemayan kember kembla kemble kemerovo kemi kemira kemp kempe kempeitai kempen kemper kempf kempo kemps kempsey kempston kempten kempthorne kempton kemptville ken kenah kenai kenan kencana kendal kendall kender kendo kendra kendrick kendricks kendriya kendy keneally kenedy kenema kenen kenesaw keng kenge kengo keni kenichi kenilworth keningau kenji kenjiro kenjutsu kenko kenley kenmare kenmore kenn kenna kennametal kennan kennard kennebec kennecott kennedy kennedys kennel kennelly kennels kenner kennesaw kennet kenneth kennett kennewick kenney kenning kenningham kennings kennington kennon kenny kennywood keno kenobi kenora kenosha kenpachi kenpo kenrick kensal kensei kenseth kensetsu kensey kenshin kenshiro kensico kensington kensit kensou kensuke kent kenta kentigern kenting kentish kentmere kenton kents kentuckians kentucky kentville kentwood kenwin kenwood kenya kenyan kenyan-born kenyans kenyatta kenyon kenzo keo keogh keokuk keon keough keown keoyang kepa kepco kepi kepit kepler keppel kepphil keppler kept ker kerala kerama keramane kerametal keratin keratitis keravision kerb kerberos kerbs kerch kerdos kerekou kerem keren kerensky keres kereskedelmi keresztesi kerguelen keri kerik kerir keris kerk kerkenah kerkennah kerkorian kerkrade kerm kermadec kerman kermanshah kermit kermode kern kernal kernan kernel kernels kernen kerner kernot kernow kerns kero keroro kerosene kerouac kerr kerr-mcgee kerrang kerrey kerri kerrigan kerrville kerry kersaf kersey kershaw kerslake kersley kersten kerstin kertesz kertzman kerwin kerzner kes kesari kesc kesey kesh kesko kesoram kesri kessel kesselring kessler kesteven kestrel kestrels kestutis kesuma keswick ket ketamine ketan ketch ketcham ketchen ketchikan ketchum ketchup keter ketil keto ketone ketones kettering kettle kettles kettlewell ketu ketumile kety keuka kev kevan kevco kevelson kevic kevin kevlar kevorkian kew kewaunee keweenaw kewell kexim key keyboard keyboardist keyboardists keyboards keychain keycorp keyed keyes keyhoe keyhole keying keyless keynes keynesian keynote keynsham keypad keyport keys keyser keyshia keyspan keystart keystone keystones keystroke keystrokes keyvan keyword keywords kf kfa kfar kfc kfi kfir kfk kfmia kfor kfrc kft kfw kfx kg kg0 kgaa kgb kgf kghm kgo kgs kh kh0 kha khabar khabarovsk khabibulin khachaturian khachrod khaddam khader khadi khadijah khadka khadr khagan khaganate khai khaimah khaine khair khairkhwa khaitan khajuraho khaki khalaf khalap khalda khaldun khaled khaleda khaleej khali khalid khalidi khalifa khalil khalili khalip khalistan khalkha khalq khalsa kham khama khamenei khamis khamisiyah khammam khan khana khanani khanate khanates khandeparkar khandesh khandsari khandwa khandwala khanewal khanh khanna khanoda khans khanty khanum khao khar khara kharafi kharagpur kharak kharg kharkiv kharkov kharrazi khartoum khas khasas khasavyurt khashoggi khasi khat khatami khatib khatri khatris khattab khattak khatulistiwa khatun khawaja khaybar khayyam khazad khazanah khazar khazaria khazars khd khe kheda khedive khel kheng khenpo kher kherson kherubim khet khiam khieu khiing khilafat khilji khin khiri khitan khitans khiva khj khlong khlystun khmelnytsky khmelnytskyi khmer kho khobar khodorkovsky khodro khodyrev khoi khoikhoi khoisan khoja khok khol khomeini khon khong khoo khor khorasan khorishko khorne khosla khosrau khost khotan khotin khou khouri khouribga khoury khowai khrunichev khruschev khrushchev khudjand khudoyberdyev khufu khulna khumalo khun khurasan khurd khurshid khush khushab khushi khusro khuzestan khwaja khwarazm khwarizmi khyber khyentse khz ki ki-sup ki0 kia kialoa kiama kiambu kian kiang kiara kiarostami kiat kib kiba kibaki kibassa kibble kibbutz kibbutzim kibria kibumba kibungo kick kick-off kick-start kick-started kickapoo kickback kickbacks kickboxer kickboxing kicked kicker kickers kickin kicking kickoff kickoffs kicks kickstart kid kidd kidder kidderminster kiddie kidding kiddo kiddy kiden kidman kidnap kidnapped kidnapper kidnappers kidnapping kidnappings kidnaps kidney kidneys kido kidoodle kidron kids kidsgrove kidston kidwell kidz kie kiedis kiefer kieffer kiel kielce kielholz kielty kiely kiem kien kier kieran kieren kierkegaard kiernan kieron kieslowski kiet kiev kievan kiewit kif kigali kiggen kight kigoma kiguel kii kiis kijac kijana kijang kijimuta kikai kiki kikinda kikki kikkoman kiko kiku kikuchi kikuyu kikwit kikyo kil kil'jaeden kilauea kilbey kilbirnie kilborn kilbourn kilbride kilburn kilby kilcollin kilda kildare kildonan kile kiley kilgallen kilgore kilgour kilian kilij kilik kilimanjaro kilinochchi kilkenny kill killa killah killala killaloe killam killarney killebrew killed killeen killen killer killer0 killers killface killian killigrew killin killing killinger killings killingsworth killington killingworth kills killswitch killua killy kilmacud kilmainham kilmarnock kilmaurs kilmer kilmore kiln kilner kilns kilo kilobit kilobits kilobyte kilobytes kilogram kilogramme kilogrammes kilograms kilohertz kilolitre kilolitres kilometer kilometers kilometre kilometres kilos kiloton kilotons kilovolt kilowatt kilowatt-hour kilowatt-hours kilowatts kilowog kilpatrick kilrah kilrathi kilrea kilroy kilsyth kilt kilter kilts kilwa kilwinning kim kima kimak kimanthi kimba kimball kimber kimberley kimberlite kimberly kimberly-clark kimble kimbolton kimbrough kimchi kimco kimi kimia kimiko kiminobu kimmel kimmon kimmy kimo kimono kimura kin kin-kiey kina kinabalu kinane kinark kinase kinases kincaid kincardine kincardineshire kind kinda kinder kindercare kindergarten kindergartens kinderhook kindersley kindi kindle kindled kindling kindlustus kindly kindness kindred kinds kindu kine kinef kinelyov kinematic kinematics kinescope kinesiology kinesthetic kinetic kinetics kinetoscope king king-yuh kingdom kingdome kingdoms kingfish kingfisher kingfishers kinghorne kinglets kingly kingmaker kingman kingpin kingpins kingpriest kings kingsbridge kingsbury kingsford kingsgate kingship kingside kingsland kingsley kingsmead kingsmen kingsmill kingspan kingsport kingston kingstown kingstream kingsville kingsway kingswinford kingswood kington kingwood kiniski kink kinkade kinkaid kinkel kinki kinko kinks kinky kinloch kinloss kinnaird kinnard kinnear kinnevik kinney kinnick kinniku kinnikuman kinnock kinnunen kino kinoshita kinross kinsale kinsch kinsella kinsey kinshasa kinship kinski kinsky kinsley kinsman kinsmen kinson kinston kint kintanar kintaro kintetsu kintobor kintore kintyre kinzie kinzig kinzoku kio kiosk kiosklis kiosks kiowa kip kipchak kipchaks kipketer kipling kipp kippax kipper kippur kiptanui kipushi kir kira kiraly kiran kirana kiratas kirby kirch kirchberg kirche kirchen kircher kirchheim kirchhoff kirchner kiri kiriakis kiribati kirihara kirikkale kiril kirilenko kirill kirin kirishi kirishima kirit kiriyama kiriyenko kirk kirkbride kirkby kirkcaldy kirkcudbright kirke kirkenes kirkham kirkintilloch kirkland kirklees kirkman kirkpatrick kirkstall kirksville kirkuk kirkwall kirkwood kirkyard kirlian kirlin kirloskar kirnan kiro kirov kirovohrad kirpan kirribilli kirsch kirschbaum kirschner kirshner kirsipuu kirsten kirstie kirstin kirsty kirtan kirti kirtland kirtley kirton kiruna kirwan kiryat kiryu kis kisa kisaeng kisan kisangani kisaragi kisco kisei kiselyov kisen kish kishan kishi kishima kishin kishinev kishore kisii kiska kiskoros kiskun kislev kismayo kismet kiso kispest kiss kissed kissei kisses kissimmee kissing kissingen kissinger kist kista kistler kisumu kiswahili kit kita kitab kitagawa kitakyushu kitamura kitana kitano kitchen kitchener kitchens kitchenware kitching kite kites kitesurfing kith kitiara kitimat kitna kits kitsap kitsch kitson kitsune kitt kitta kittanning kittelmann kitten kittens kittery kittie kittiwakes kittles kitto kitts kittson kitty kitzbuehel kitzbuhel kitzingen kitzmiller kiu kiuchi kiva kivimaki kivu kiwanis kiwi kiwifruit kiwis kix kiya kiyo kiyomaro kiyomori kiyone kiyoshi kizenko kj kj/mol kjell kjetil kjetil-andre kjs kjus kjv kk kke kkk kkr kl kla klaas klaatu klabin klac kladno klagenfurt klaipeda klaipedos klalit klamann klamath klan klang klansmen klapal klara klarsfeld klas klasco klass klasse klassen klatt klauer klaus klaus-dieter klaus-juergen klauser klausner klauss klaveness klaw klaxons kleber klebold kleckner klee kleene kleenex kleimar klein kleine kleiner kleinkirchheim kleinman kleinova kleinschmidt kleinwort kleist klemens klementi klemm klemperer klene klepacki klerk klesch klesken klesko klestil klettner kleuver klevan kleve kley klezmer klf klg kli klia klibor klickitat klien klim klima kliment klimov klimt kline kling klingenberg klinger klingon klingons klink klinsmann klipstine klipton klitschko klm kloeckner kloeckner-humboldt-deutz kloffe klondike klonoa kloof klos klose kloss kloster klotz klse klub klug kluge klugman kluivert klum klumpar klusener klutse kluwer klux klystron klz km km. km/0 km/h km/s km0 kmart kmb kmc kmel kmfdm kmh kmpc kmph kms kmsp kmt kmu kn knack knape knapp knapsack knaresborough knatchbull knaus knauss knave knbc knd kneading kneale knebworth knecht knee knee-deep knee-jerk kneecap kneejerk kneel kneeling kneels knees knell kneller knelt knepper knesset knew knez knezevic knick knickerbocker knickerbockers knickers knicks knievel knife knife-edge knife-wielding knifed knight knight-ridder knighted knighthawks knighthood knighthoods knightley knightly knightmare knighton knights knightsbridge knik knil knin knippschild knit knits knitted knitters knitting knitwear knives knm knob knoblauch knobs knock knock-down knock-on knock-out knockdown knockdowns knocked knocker knockin knocking knockout knockouts knocks knoll knolls knollys knopf knopfler knoppix knorr knossos knot knothole knots knott knotted knotting knotts knotty know know-how knowable knowhow knowing knowingly knowland knowle knowledgable knowledge knowledgeable knowles knowlton known knows knowsley knox knoxville knp knpc knu knuckle knuckleball knuckles knud knudsen knut knute knuth knuthsen knutsford knutson knutsson knuvers knvb knx knyaz ko koa koala koalas koan kob kobashi kobayashi kobe kobets kobi koblenz kobo kobol kobold kobolds kobra kobren kobudo kobus kobzar kobzars koc kocaelispor kocarnik koch kochanski kocharyan kocher kocheril kochi kocinski kock kocks kocopia kocsis koda kodachi kodachrome kodagoda kodagu kodaikanal kodaira kodak kodaly kodama kodansha kodiak kodjo kodo kodokan kodos kodro kodungallur koe koebenhavn koebnick koech koege koehler koei koekoek koeman koen koenig koenigsegg koepke koerber koerppen koestler koetsawang kof koffi kofi kofler kofu kofun koga kogaku kogalniceanu kogan kogarah kogas koger kogoro kogyo koh koha kohaku kohala kohan kohanim kohap kohary kohat kohden kohen kohima kohistan kohl kohlberg kohler kohlhaussen kohli kohn kohut kohutikova koi koichi koigi koike koil koin koine koinonia koipe koirala koissy koito koivisto koivu koizumi kojak koji kojiki kojima kojiro kojo kok koka kokand kokanee kokborok koken kokeny kokh kokhba koki kokiri kokkalis kokkola koko kokoda kokomo kokoro kokoschka kokrajhar koku kokura kokusai kokutai kol kola kolar kolarov kolb kolbe kolbenschmidt kolber kolberg kolchak kolding kole kolej koleka kolelas kolesnikov kolhapur koli kolin kolingba kolinska kolka kolkata kolker koll kollam kollel koller kollmorgen kollsnes kollywood kolmogorov koln kolnhofer kolo kolodko koloff kolokotronis kolombangara kolomna kolon kolosus kolpakov kolumbina kolwezi kolya kolyma kolynos kolyvanov kom koma komag komansky komarno komarom komarov komatiite komatsu kombassan kombat kombinasi kombinat komdragmet komen komercbanka komercni komi komineft komitek komitet kommando kommersant kommun kommunekredit komnenian komnenos komo komodo komori kompaniya kompap kompas kompong komrakov komsomol komsomolets komsomolskaya komunalny komura komuro komusubi komuter kon kona konakchiev konami konan konare konark koncar konchellah konda kondalexis kondo kondor kondpetroleum kone konecranes konev kong kong-based kong-incorporated kong-listed kongarar kongelige kongers kongo kongolo kongs kongsberg kongsvinger kongu koni koniambo konica koniecpolski konig konigsberg konigstein konik koninklijke konishi konitz konka konkan konkani konkola konnan konno kono konoe konoha konoka konovalov konqueror konquest konrad konsel konsolidacni konsortium konstal konstantin konstantinos konstantinov konstantinova konstantinovich konstanty konstanz kontic kontinent kontogiannis kontrollbank kontsern kony konya konyshev konzern konzum konzumbank koo koodiyattam kook kookaburra kookaburras kookmin kooks kool koolhaas koon koong-lian kooning koons koontz koop koopa kooper koor kooragang koos kootenai kootenay koothu kooti kop koper kopessoua koping kopint-datorg kopli kopp koppel koppelin koppen kopper koppers kopran koprivnica koptev kopu kor kora koragg koram koramic koran koranic korat korbel korce korchnoi korcula kord korda kordic kordofan kore korea korean koreans koreas koreatown korei koren koresh korg korhonen kori korin korkmaz korman korn kornblum korneev korner korngold kornheiser kornilov koro korolev korolyov koroma koromah korona koronevsky koros korous korowi korps korriban kors korsakov korsun korsvold kortrijk kortunov koruna koryo koryu korzhakov korzun korzybski kos kosa kosal kosala kosan kosar kosciusko kosciuszko kosevo kosh kosher koshi koshien koshiro koshirou kosi kosice kosie kosinski kosir kosmo kosmos kosova kosovar kosovo kospi kospi0 koss kossoff kossol kossuth kosta kostadinov kostadinova kostas kostenko koster kostic kostka kostner kostov kostovic kostroma kostya kosuke kosygin koszalin kot kota kota- kotagala kotak kotar kotaro kotc kotch kothari kothi kotjo kotka kotla kotler kotli kotmale koto kotobuki kotok kotoko kotor kottayam kotte kotter kottke kottonmouth kotzebue kou kouassi kouba kouchner koufax kouga kouji koukoulas kountze kourieh kournikova kourosh kourou koussevitzky koutla kovac kovacevic kovacic kovacs kovalainen kovalenko kovalev kovaleva kovalyov kovel kovil kovinotehna kovno kovr kovu kovzharov kowalczyk kowalski kowloon koxinga koy koya koyama koyo koyomi koyuki koyukuk koyunlu koz kozak kozani kozarac kozhikode kozinski kozlik kozloduy kozlov kozlowski kozo kozosushi kp kpa kpb kpbp kpc kpd kpeir kpfa kph kpi kpix kpmg kpn kpo kprc kpw kqed kr kra kraal kraatz krab krabbe krabby krabi krabs kracun kraehe kraemer kraepelin krafft kraft kraftwerk kraftwerke krag kragujevac krahn krai kraj krajci krajicek krajina krajisnik krajowa krakatau krakatoa krakauer krakchemia kraken kraki krakow krakow-based kraljevo krall kralove kralupy kramer krammer kramnik kramplova krang kranidiotis kranjska krantor krantz kranz krapp kras krasimir krasinski krasnapolsky krasnaya krasner krasnodar krasnoyarsk krasnoyarskenergo krasny krassimir krastinsh krasts kratos kraus krause krauser krauss krauss-maffei kraut krautrock krav kravchenko kraven kravis kravitz krawczyk kray krayer krazy krcmar kreator krebs kredi kredietbank kredit kreditanstalt kreditkasse kreditna kreditni kredyt kredytowy kree krefeld kreidl kreindler kreir kreis kreisky kreisler kreituss krelian krem kreme kremenyuk kremer kremin kremlin krems krenz kresa kresge kresimir kress kretschmer kretzmer kreuger kreutz kreutzer kreuz kreuzberg kreuzer kreuznach krew krewe krewes kri kricfalusi krieg krieger kriegsmarine kriel krigbaum krikalyov krill krim krio kripalani kripke kris krishan krishna krishnaan krishnadevaraya krishnamurthy krishnamurti krishnan krishnaraja krishtopans krispy kriss krist krista kristal kristallnacht kristaq kristen kristensen kristi kristian kristiania kristiansand kristiansen kristianstad kristiansund kristie kristin kristina kristine kristof kristoff kristoffer kristofferson kristol kristy krisztina kriti kritik kriya krizevci krizhinauskas krizia krk krka kroc kroeber kroeger kroeske krofft kroger krogh krohn krol kroll kromah kron krona kronberg krone kronecker kroner kronfeld kronk kronor kronos kronstadt kronus kroon kroons kroot kropf kropotkin kroq kroslak krosno kross kroto krovak krs krsko krsna krstic kru krueger krueng krug kruger krugerrand krugman krull krum krung krungthai krupa krupp krupp-hoesch kruppa kruse krush krusher kruskal krusty kruszwica krutick krutil krylov krylova krylya krynauw krynn krypto krypton kryptonian kryptonians kryptonite krystal krystyna kryten kryuchkov kryvbas krzaklewski krzysztof krzyzewski ks ks0 ksb ksc kscm ksdk kse kseb ksfc ksh kshatriya kshatriyas ksi ksiidc ksk ksl kss kstp ksu kt kt0 kti ktla ktm ktpi ktrk kts kttv ktvu ku ku-band kuala kuala- kuala.lumpur.newsroom@reuters.com kuan kuang kuantan kuba kuban kubek kubelik kubera kubert kubica kubicki kubik kubilay kubin kublai kubo kubosch kubota kubrick kubsch kucan kucera kuch kucha kuchiki kuching kuchma kucinich kudarat kudlow kudo kudos kudrin kudrow kudu kudzu kuehbacher kuehbauer kuehn kuehne kuei kuen kuerten kufa kufra kufuor kugel kugelfischer kugelstadt kugler kuh kuhl kuhlman kuhn kuhnl kuhnt kui kuiper kuk kuka kukai kukdong kuki kukic kukis kukk kukla kuklis kukoc kuku kul kula kulaks kulczyk kulick kulicke kulik kulikov kulin kulintang kulkarni kulkereskedelmi kull kullervo kullu kulm kulmbach kulongoski kulothunga kulp kult kulthum kulti kultur kulturkampf kulwicki kum kuma kumagai kumamoto kumano kumanovo kumaon kumar kumara kumaran kumaratunga kumari kumasi kumbakonam kumbernuss kumbha kumble kumho kumi kumiai kumite kummer kumpulan kumtor kumwanza kun kuna kunal kunar kuncze kund kunda kundalini kundera kundrun kundtz kunduz kune kunene kung kuni kunihiro kunimatsu kunio kunkel kunlun kunming kunnen kuno kunoichi kunsan kunst kunste kunsthalle kunsthistorisches kunstler kunta kunti kuntoro kuntz kunwar kunz kunze kuo kuok kuomintang kuoni kuopio kup kupang kuperman kupka kupon kupshys kur kura kurako kurama kuranda kuraray kuras kurata kuraya kurchatov kurd kurdish kurdish-controlled kurdish-held kurdish-inhabited kurdish-populated kurdistan kurds kure kurenai kurgan kurgans kuri kurier kuril kuriles kuririn kurita kurlak kurland kurman kurmanji kurmuk kurn kurnool kuro kuroda kurogane kuroki kurosaki kurosawa kurow kurri kursk kurt kurten kurtis kurts kurtz kurtzman kuru kurukshetra kurupt kururu kurus kuruvila kuruvilla kurz kurzeme kurzweil kus kusa kusacek kusanagi kusel kush kushan kushans kushiel kushko kushner kusjanto kuskokwim kusturica kusuma kut kutaisi kutak kutan kutch kutcher kuti kutner kutno kuttab kuttner kutty kutubu kutuzov kutztown kuwabara kuwait kuwait-based kuwaiti kuwaitis kuyper kuzbass kuzco kuze kuzmanov kuzmiuk kuzmuk kuznets kuznetsov kuznetsova kv kv. kv0 kvaerner kvamme kvant0 kvanto kvarme kven kvenland kvitfjell kvm kvp kw kw'alaams kw/0 kwa kwacha kwai kwaito kwajalein kwakiutl kwakwaka'wakw kwala kwala- kwama kwame kwan kwang kwang-shik kwangju kwangyang kwantung kwasniewski kwazulu kwazulu-natal kweli kweller kwh kwiatkowski kwik kwinana kwisatz kwk kwok kwon kwong kwoon kws kwu kwun kwv ky ky. kya kyan kyapaz kyat kyats kyaw kyd kydd kyi kyiv kyl kyla kyle kylie kym kymmene kyo kyocera kyodo kyoei kyohei kyoken kyoko kyokushin kyokuto kyon kyong-shik kyoritsu kyosan kyoshi kyoshiro kyosuke kyotaru kyoto kyowa kyoya kyp kyprianou kyra kyran kyrenia kyrgyz kyrgyzstan kyriacos kyriakides kyriakidou kyriakopoulos kyriakos kyrie kyro kyser kyshtymov kysor kyu kyu-hyung kyuma kyung kyung-bae kyung-shick kyungu kyushu kyuss kyustendil kyw kz kz0 kz0k0 kzin kzinti l l&g l&h l&m l&t l'abbe l'academie l'aeropostale l'agefi l'air l'amour l'anne l'anse l'aquila l'arc l'art l'assemble l'assomption l'audiovisuel l'authentique l'auto l'automobile l'avenir l'echo l'ecole l'economiste l'eglise l'empire l'enfant l'engle l'ensemble l'equipe l'espresso l'est l'etat l'etoile l'europe l'expansion l'express l'habitat l'helias l'histoire l'homme l'hopital l'humanite l'ile l'industrie l'isle l'oeil l'offre l'opera l'opinion l'ordre l'oreal l'osservatore l'ouest l'unita l- l-bank l-long l-orizzont l-term l. l.a l.a. l.c. l.c.raheja l.d. l.j. l.k. l.l. l.l.c l.l.c. l.l.p. l.m. l.o. l.p l.p. l.t. l/0 l0 l00 l0a l0a0 l0s la la-z-boy la. la0 laa laa+ laaa laager laan laar laas laatste laax lab labadie laban labarge labasa labastida labat labatt labchile labe label labeled labeling labelle labelled labelling labelmate labelmates labels labem labeouf labi labia labial labials labianca labienus labile labinal labine labonte labor laboratoire laboratories laboratory laborde labored laborer laborers laboring laborious laboriously labors labouchere labour labour-intensive labour-led labour-nz labour-related labour-saving laboured labourer labourers labouring labours labrador labroy labrum labs labuan labuhan- labus labview labyrinth labyrinthine labyrinths lac laca lacan lacatus lace laced lacerations lacertidae laces lacey lach lachaise lachapelle lachey lachine lachlan lachmann laci lacina lacing lack lackawanna lacked lackey lackeys lacking lackland lackluster lacklustre lacks laclede lacombe laconia laconic lacordaire lacoste lacquer lacquered lacquers lacrimal lacroix lacrosse lacs lacson lactam lactantius lactate lactating lactation lactic lactobacillus lactone lactose lacuna lacus lacustrine lacy lad lada ladainian ladakh ladas ladbroke ladbrokes ladd ladder ladders laddie lade laden ladenburg ladic ladies ladin lading ladino ladislas ladislaus ladislav ladki ladle ladner lado ladoga ladon lads ladwp lady ladybird ladybug ladysmith ladytron ladywood lae laem laemmle laender laertes laertius laetitia laettner laevis laf laface lafalce lafarge lafayette laff laffan laffer lafferty laffey laffite laffitte lafitte lafleche lafleur lafontaine lafourche lafrance lag lagan lagarde lagardere lagardre lagash lage lager lagerfeld lagers laggard laggards lagged lagging laghman laghouat lagman lago lagoa lagomorphs lagonda lagoon lagoons lagos lagoven lagrange lagrangian lags laguardia laguna lah lahad lahaina lahar laharl lahars lahaye lahd lahey lahiri lahlou lahm lahn lahore lahoud lahr lahteenmaki lahti lai laibach laicite laid laid-off laid-up laidlaw laigh laigle laignel laika laiki laila laima laimbeer lain laine laing lair laird lairds lairs lais laisenia laissez laissez-faire lait laith laitiere laity laius lajes lajoie lajos lajous laju lajunen lak lakas lakatos lake lakeba lakebed lakefield lakefront lakehead lakehurst lakeland lakeman lakenheath lakeport laker lakers lakes lakes-rotterdam lakeshore lakeside lakeview lakeville lakewood lakh lakhs lakhubhai lakme lakoff lakos lakota lakshadweep lakshman lakshmana lakshmi lal lala lalabalavu lalah lalande lalas lalibela lalime laliotis lalit lalita lalla lalloz lally lalo lalonde laloo lalor lalu lalumiere lam lama lamac lamacq lamaison laman lamanites lamar lamarca lamarche lamarck lamarque lamarr lamartine lamas lamassoure lamb lambasted lambasting lambasts lambayeque lambda lambe lambeau lambert lamberto lamberton lambertville lambeth lambie lamble lamborghini lambourn lambrecks lambs lambsdorff lambswool lambton lame lame-duck lamellae lamellar lameness lamennais lament lamentable lamentation lamentations lamented lamenting laments lamer lamers lamfalussy lamia lamiaceae lamin lamina laminae laminar laminaria laminate laminated laminates laminating lamine lamington laminitis lamivudine lamm lammas lammermoor lammers lamoille lamon lamond lamont lamontagne lamothe lamotta lamotte lamouchi lamour lamoureux lamp lampang lampard lampedusa lampert lampeter lampoon lampooned lampooning lampoons lamport lampreia lamprey lampreys lamps lampson lampung lamson lamu lamy lan lana lanao lanark lanarkshire lanaudiere lanc lancashire lancaster lancasters lancastrian lancastrians lance lancelot lanceolate lancer lancers lances lancet lanchester lanchile lancia lancing lancit lancome lancre lancs land land-based land-for-peace land-locked land-use landa landau landauer landbank lande landed landen lander landers landes landesbank landesbanken landesgirokasse landeskreditbank landesliga landesrentenbank landfall landfalls landfill landfills landform landforms landgrave landgraviate landhi landholder landholders landholding landholdings landi landing landings landini landis landkreis landlady landless landline landlines landlocked landlord landlords landmark landmarks landmass landmasses landmine landmines lando landon landor landour landover landowner landowners landowning landreau landrieu landrum landry lands landsat landsberg landsbergis landscape landscaped landscapes landscaping landseer landshut landshypotek landsknechts landskrona landslide landslides landslips landsman landstar landsting landtag landulf landuyt landward landwehr landwirtschaftliche landy landzo lane laned lanegan lanes laney lanfranc lanfranco lang langa langan langar langara langbo langdale langdon lange langella langen langenburg langendries langer langerhans langevin langfield langford langham langhorne langit langkawi langlade langland langlands langley langlois langmuir langres langsa langside langston langton langtry language languages langue languedoc langues languid languish languished languishes languishing langur lanham lani lanica lanier lanka lankadeepa lankan lankans lankester lankford lanky lanna lannen lanner lannes lanni lannin lanning lannister lannoy lannoye lanny lanois lanolin lanos lanotte lanqing lans lansbury lanschot lansdale lansdowne lansford lansing lansingburgh lansivoima lansky lanston lantana lantau lantern lanterns lanthanides lanthanum lantos lantz lanuf lanus lanyard lanyon lanyu lanz lanza lanzarote lanzhou lao laodicea laoghaire laois laon laos laotian laozi lap lapa laparoscopic lapd lapeer lapel lapels lapentti lapham laphonso lapid lapidary lapierre lapilli lapin lapine lapis laplace laplacian lapland lapointe laporte lapped lappeenranta lapping laps lapse lapsed lapses lapsing lapthorne laptop laptops lapu lapua lapwing lapwings lar lara larabie laraine laramie larba larceny larch larchmont lard larder lardner lareau laredo laren lares larga large large- large-cap large-capacity large-capitalisation large-capitalised large-capitalization large-investor large-lot large-scale large-sized largely largemouth larger larger-than-expected largesse largest largest-ever largo largs lari lariat laridae larimer larini larionov larios larisa larissa larizza lark larkana larkhall larkham larkin larkins larks larkspur larma larmor larnaca larne laroche larocque larosiere larouche larousse larox larp larps larrabee larrain larrikin larrinaga larry larrys lars larsen larson larsson larue larus larva larvae larval larvik larwood lary laryngeal larynx larz las lasagna lasalle lasallian lasam lascala lascaris lascelles lascivious laser laser-guided laserbeak laserdisc laserjet lasermaster lasers lasersight laservision laserwriter lasfar lash lashed lasher lashes lashing lashkar lashley lasik lasing lask lasker laski lasky laslandes lasmo lason lasorda lass lassalle lasse lassen lasseter lassie lassila lassiter lasso lassus last last-ditch last-gasp last-half last-minute last-next last-resort last.fm lasted lastest lasting lastly lastman lastovo lasts laswell laszlo lat lat. lata latakia latal latam latch latched latches latching late late-afternoon late-april late-day late-maturing late-month late-morning late-night late-november late-planted late-season late-session late-stage late-term late0 late0s late0th latecomers lateef lateen lately latency lateness latent later later-maturing lateral lateralis laterally laterals lateralward lateran laterano laterite latest latex latgale lath latham lathan lathe lather lathes lathrop latics latief latif latifah latifolia latimer latin latina latinised latinized latino latinos latins latinus latinvest latitude latitudes latitudinal latium lato latour latrell latrine latrines latrobe latronica lats latsis latta lattakia latte lattelekom latter latterly lattice lattices lattimore latur latvenergo latveria latvia latvian latvians latvijas latymer lau laubscher lauch lauched lauck laud lauda laudable laudanum laudatory laude lauded lauder lauderdale lauding laudrup lauds laue lauenburg lauer laugh laughable laughed laughing laughlin laughs laughter laughton lauk launay launceston launch launched launcher launchers launches launching launchpad launder laundered launderers laundering laundries laundromat laundry lauper laupheim laura lauraceae laurana laurance laurasia laure laurea laureano laureate laureates laurel laureline laurels lauren laurence laurens laurent laurentia laurentian laurentides laurentiis laurentius laurer laurette lauri lauria lauric laurics laurie laurier laurin lauritz lauritzen lauro lauryn lausanne lausd laut lautaro lautenberg lauter lauterbach lautoka lautrec lauwers lauzon lav lava laval lavalas lavalie lavalle lavan lavas lavatories lavatory lavella lavelle lavender laver lavera laverne laverton lavery lavey lavi lavigne lavin lavington lavinia lavipharm lavish lavished lavishly lavochkin lavoisier lavon lavoro lavra lavrov law law-abiding law-and-order law-enforcement law-making law-smith law.he laware lawder lawes lawford lawful lawfully lawgiver lawler lawless lawlessness lawley lawlor lawmaker lawmakers lawmaking lawman lawmen lawn lawndale lawnmower lawns lawrence lawrenceville lawrenson lawrie lawry laws lawsky lawson lawsuit lawsuits lawter lawton lawyer lawyers lawzi lax laxapana laxative laxatives laxey laxity laxman laxmi laxmikant lay lay-off lay-offs laya layard laycock layden laye layer layered layering layers layfield laying layla layman laymen layne layoff layoffs layout layouts layover laypeople layperson laypersons lays laysan layton layup laywers laz lazar lazard lazards lazare lazarenko lazarev lazarevic lazaro lazaroni lazarus lazenby lazer lazier laziness lazio lazlo lazne lazuli lazutkin lazy lazzaro lb lb. lb0 lb=labour lba lbc lbf lbj lbl lbma lbo lbs lbs. lbw lc lc0 lca lcag lcc lcd lcdr lcds lce lch lci lcl lcm lcms lcp lcr lcra lcs lct ld ld0 lda ldap ldc ldcs ldd ldd)0 ldd-loading ldd-to ldem ldg ldk ldl ldlp ldn ldp ldr lds ldt ldv le lea leach leachate leached leaching leachman leacock lead lead-acid lead-free lead-manage lead-managed lead-manager lead-managing lead-up lead-zinc leadbeater leadbelly leaded leaden leader leader-in-waiting leaderboard leaderless leaders leadership leaderships leadframes leading leading-edge leadoff leads leadup leadville leaf leafed leafgreen leafin leafless leaflet leaflets leafpool leafs leafy league league-best league-leading leaguer leaguers leagues leah leahey leahy leak leakage leakages leake leaked leakey leaking leaks leaky leal leamington lean lean* leanbow leander leandro leaned leaner leaney leaning leanings leann leanne leans leant leao leap leaped leaper leapfrog leapfrogged leapfrogging leaping leaps leapt lear learjet learmond learn learned learner learners learning learns learnt leary leas lease lease-back lease-purchase leaseback leased leasehold leaseholders leases leash leaside leasing least least-developed leather leatherback leatherdale leatherface leatherhead leathers leathery leave leaved leavell leaven leavened leavening leavenworth leavers leaves leaving leavis leavitt leb lebanese lebanese-born lebanon lebar lebaron lebeau lebed lebedev lebel leben lebensraum lebenthal leber lebesgue leblanc leboeuf lebor lebow lebowa lebowski lebron lebrun lec leca lecaros lecce lecco lech leche lecherous lechkov lechmere lechuck lecithin leciva leckie leclair leclerc lecompton leconte lecoq lecroy lectec lecter lectern lectionary lector lecture lectured lecturer lecturers lectures lectureship lecturing lecythidaceae led leda ledbetter ledbury lede ledenyi lederer lederman ledesma ledge ledger ledgers ledges ledo ledogar ledoux ledra leds leduc ledyard lee leeb leech leeches leed leeds leek leekens leekpai leeks leela leelanau leeman leeming leen leena leer leery lees leesburg leese leeson leesville leet leetch leeton leeudoorn leeuw leeuwarden leeuwen leeuwenhoek leeuwin leeward leeway lefebvre lefevre lefferts leffler leflamand leflore lefort lefroy lefschetz left left-arm left-armer left-back left-centre left-field left-foot left-footed left-hand left-handed left-hander left-leaning left-of-centre left-right left-right-green left-wing left-winger left-wingers left/right leftfield lefthanded lefthander leftism leftist leftists leftmost leftover leftovers leftward leftwich leftwing leftwingers lefty leg leg-hold leg-spinner leg-up lega legacies legacy legal legalisation legalise legalised legalising legalism legalist legalistic legality legalization legalize legalized legalizing legally legally-binding leganza legaspi legate legates legation legations legato legatus legazpi legco legend legendarium legendary legendre legends leger legere leges legg leggatt legge legged leggett leggings leggio legh leghari leghold leghorn legia legibility legible legio legion legionaries legionary legionnaire legionnaires legions legislate legislated legislating legislation legislations legislative legislator legislators legislature legislatures legit legitimacy legitimate legitimated legitimately legitimise legitimist legitimists legitimize legitimized legitimizing legless legnano legnica lego legoland legolas legrand legras legroom legros legs leguizamo legume legumes legwinski leh lehamn lehane lehar lehashgaha lehava lehi lehigh lehman lehmann lehner lehr lehrbuch lehre lehrer lehrman lehtinen lehto lei leia leib leiber leibler leibnitz leibniz leibowitz leibstandarte leica leicester leicestershire leichhardt leichter leiden leif leigh leighton leij leijte leila leilani leimann leinart leinfuss leiningen leinster leipsic leipzig leipziger leir leiras leiria leis leishmaniasis leisure leisurely leisurenet leitao leitch leite leiter leith leitmotif leitmotifs leitner leitrim leitz leixlip leixoes lejeune lek leka lekberg leko leks lela leland lelievre lelle lellouche lelouch lely lem lemaire lemaitre leman lemans lemar lemass lemay lemberg lemieux lemillion lemke lemma lemmerz lemming lemmings lemminkainen lemmon lemmy lemnos lemoine lemon lemonade lemonades lemond lemonheads lemons lemont lemony lemoore lemos lemoyne lemuel lemur lemuria lemurs len lena lenac lenalee lenape lenard lenawee lenco lencs lend lendable lender lenders lending lendings lendl lendoiro lends lene lenenergo lenexa lenfest leng length lengthen lengthened lengthening lengthier lengths lengthwise lengthy lengua leni leniency lenient leniently lenihan lenin leningrad leninism leninist leninists lenk lenka lenna lennar lennard lennart lenne lenneth lenni lennie lennon lennon/mccartney lennox lenny leno lenoir lenore lenovo lenox lens lenses lensing lenski lensman lent lenten lentex lenticular lentil lentils lentini lenton lentulus lentz lenz lenzing lenzoloto leo leoben leofric leominster leomon leon leona leonard leonardo leonards leonce leone leonean leoneans leonel leones leonese leong leonhard leonhardsen leonhardt leoni leonia leonid leonidas leonie leonine leonis leonor leonora leonore leonov leontief leontius leopard leopard-skin leopardi leopards leopardstown leopold leopoldina leopoldo leopoldville leos leota leotard leotardo leow lep lepa lepage lepanto leper lepers lepida lepidoptera lepidopteran lepidus lepikson lepine lepomaki lepore leporidae leppard lepper leprechaun leprechauns leprosy lept leptin leptodactylidae lepton leptons lepus ler lerach lereah lerenius lerida lerins lerma lerman lermontov lerner lernout leroi leros leroux leroy lerwick les lesabre lesage lesbian lesbianism lesbians lesbos lescaut leschly lescure lese lesh lesiak lesieur lesion lesions leskie leskinen lesko lesley leslie leslie-adm lesnar lesotho lespinasse less less-developed less-expensive less-than-expected lessa lessard lessee lessen lessened lessening lessens lesseps lesser lesser-known lesser-quality lessig lessing lesson lessons lessor lest lestari lestat leste lester lestrade lesueur leszczynski leszek let let-up letchworth letdown letelier letes lethal lethality lethargic lethargy lethbridge lethe lethem leticia letitia leto letourneau letoya letran letras lets letsie lett letter letterbox lettered letterer letterhead lettering letterkenny letterman lettermen letterpress letters lettice letting lettow lettre lettres letts lettuce letup lety letzte leu leu-dollar leucadia leucine leuenberger leukaemia leukemia leukocyte leukocytes leul leumi leuna leung leur leutnant leuven lev lev-denominated leva levada levallois levan levanger levant levante levantine levator leve levee levees level level-one level-par level-three level0 leveled leveling levelled leveller levellers levelling levels levels-------------------- levels--------------------- leven levene levenson leventhal leveque lever leverage leveraged leverages leveraging leverett leverhulme leverkusen levers levert leverton leveson levesque levett levey levi leviathan levice levied levies leviev levin levinas levine levingston levinson levis levitan levitate levitating levitation levite levites leviticus levitt levittown levitz levobupivacaine levon levs levski levu levuka levy levy-lang levying lew lewa lewd leweni lewes lewin lewins lewinsky lewis lewisburg lewisham lewiston lewistown lewisville lewontin lews lewton lewy lex lexcorp lexi lexical lexicographer lexicographic lexicographical lexicography lexicon lexicons lexie lexikon lexington lexipafant lexis lexis-nexis lexisnexis lexmark lexus lexx ley leyden leykam leykis leyl leyla leyland leyritz leys leyshon leyte leyton leytonstone leyva lezajsk lezama lezhe lezion lf lfb lfc lfg lfo lfs lg lg&e lg-caltex lga lgb lgbt lgpl lgt lgv lh lha lhasa lhc lhd lhikan lhoknga lhokseu- lhota lhs lht li li$ li'l li-teh lia liab liabilites liabilities liability liable liaise liaising liaison liaisons liam liamine lian liana lianas liancourt liane liang liangshan lianhua liani liano liao liaodong liaoning liaquat liar liard liars lias liason liath liatti liaz lib liban libanais libanaise libbed libbey libbra libby libe libel libelled libelling libellulidae libelous liber libera liberace liberacion liberadzki liberal liberal-national liberale liberalisation liberalise liberalised liberalises liberalising liberalism liberality liberalization liberalize liberalized liberalizing liberally liberals liberate liberated liberates liberating liberation liberator liberators libere liberec liberia liberian liberian-registered liberians liberman libero liberta libertad libertador libertadores libertarian libertarianism libertarians libertas libertatea liberte libertel liberties libertine libertines liberty libertyville libeskind libido libor liboro libra librarian librarians librarianship libraries library libration libre libres libretti librettist libretto librettos libreville libri libris libro librorum libs libx libya libyan libyans lic licari licata lice licence licenced licences licenciatura licencing license licensed licensee licensees licenses licensing licensor licensure licentiate licentious liceo liceu lich lichen lichens lichfield licht lichtenberg lichtenstein lichtman licinius lick licked lickey licking lickliter licks licorice lid lida lidar lidcombe liddell liddesdale liddle liddy lidia lidl lido lidocaine lidove lids lidy lie lie-detector lieb liebe liebenberg lieber lieberman liebermann liebert liebig liebknecht liebling liebman liebscher liechtenstein lied lieder lief liefeld liege liege-bastogne-liege liegnitz lieko lien lienard liens liepaja liepajas liepvre lier lieres lierse lies liesen lietuva lietuvos lieu lieut lieutenancy lieutenant lieutenant-colonel lieutenant-general lieutenants liew lif life life-high life-insurance life-long life-of-contract life-saving life-support life-threatening life-time life. lifeblood lifeboat lifeboats lifecare lifecore lifecycle lifeforce lifeform lifeforms lifeguard lifeguards lifehouse lifeless lifelike lifeline lifelong lifes lifesaving lifesize lifeson lifespan lifespans lifestyle lifestyles lifetime lifetimes lifeway liffe liffey lifford lifo lift lift-off liftback lifted lifter lifters lifting liftings liftoff lifton lifts lig liga ligament ligaments ligand ligands ligase ligat ligation ligature ligatures liger ligeti liggett light light-hearted light-load light-water light-weight lightbulb lightbulbs lighted lightel lighten lightened lightening lighter lighter-than-expected lightering lighters lightest lightfoot lighthearted lighthouse lighthouses lighting lightly lightner lightness lightnin lightning lightnings lights lightsaber lightsabers lightship lightspeed lightwave lightweight lightyear ligier ligne lignin lignite ligny ligonier ligresti ligue ligure liguria ligurian liha lihir liiga liikanen liir liising lij lijsttrekker lik lika likable like like-for-like like-minded likeable liked likeliest likelihood likely liken likened likeness likenesses likening likens likes likewise likhovtseva liking likley liklihood likoni likud likud-led likulia lil lila lilac lilacs lilah lilandra lilburn lilburne lilco lileikis liley lili lilia liliaceae lilian liliana lilic lilienthal lilies lilith lill lilla lilladher lille lillee lillehammer lillestroem lilley lilli lillian lillie lillies lilliput lillooet lilly lillywhite lilo lilongwe lilting lily lilydale lim lima liman limassol limavady limb limbaugh limbed limber limbic limbo limbs limbu limburg limburger limburgish limbuwan lime limehouse limeira limelight limerick limericks limes limestone limestones limete liminal limit limit-down limit-up limitada limitation limitations limited limited-overs limiter limiting limitless limits limo limoges limon limon-covenas limor limousin limousine limousines limp limped limpet limpets limping limpopo lims lin lina linares linate linc lincei linchpin lincoln lincoln-mercury lincolns lincolnshire lind lind-wald lind-waldock linda lindahl lindane lindau lindauer lindbaek lindberg lindbergh linde lindell lindelof lindeman lindemann linden linder linderman lindesfarne lindfield lindgren lindh lindholm linding lindisfarne lindley lindner lindo lindon lindquist lindqvist lindros lindsay lindseth lindsey lindsley lindstrom lindt lindy line line-item line-out line-up line-ups line. linea lineage lineages lineal linear linearcity linearity linearly linebacker linebackers lined linehan lineker lineman linemen linen linenger linens lineout liner linerboard liners lines linescore linesman lineup lineups linfield linford ling linga lingala lingam lingayen linge lingen linger lingered lingerie lingering lingers linghui lingle lingo lingpa lingua linguae lingual linguist linguistic linguistically linguistics linguists lingus lingyun linhart lini lining linings link link-up link-ups linkage linkages linke linked linker linkin linking linklater linklaters linkletter linkoping links linksys linkup linley linlithgow linn linna linnaean linnaeus linnane linnco linne linnean linnell linnet linney lino linoleic linoleum linotype linotype-hell lins linseed lint lintas lintel lintels lintilla linton linus linux linwood linx linz linzer lio lion lionda lionel lioness lionesses liong lionhead lionheart lionore lions lionsgate lior liotier liotta liouville lip lipa lipan lipari lipase lipetsk lipid lipids lipinski lipitor lipkin lipman lipophilic lipoprotein lipoproteins liposome liposomes liposuction lipp lippe lipped lippens lipper lippert lippi lippincott lippisch lippman lippmann lippo lipponen lips lipschitz lipscomb lipsius lipsky lipstick lipton liptovsky liqudity liquefaction liquefied liquefy liqueur liqueurs liquid liquidate liquidated liquidating liquidation liquidations liquidator liquidators liquide liquidity liquidity-driven liquidity-smoothing liquids liquified liquor liquorice liquoring liquors lir lira lirael lire lireo liri lirma liro lirquen lirr lis lisa lisala lisandro lisboa lisbon lisbon-based lisbon-hamburg lisbor lisburn lisco lise liselotte lisesi lisette lisgar lisheen lisi lisieux liskeard lisle lismore lisnave lisp lispi liss lissa lissitzky lissouba list lista listed listen listenable listened listener listeners listenership listening listens lister listeria listing listings listless liston listowel lists lisu liszt lit lit. lita litani litanies litany litas litchfield lite lite-on liter literacy literal literally literals literary literate literate. literati literatur literatura literature literatures liters lites litex lithe lithgow lithic lithium lithium-ion litho lithograph lithographed lithographer lithographic lithographs lithography lithosphere lithuania lithuania,$0 lithuanian lithuanians litigant litigants litigated litigating litigation litigator litimpeks litin litle litmanen litmus lito liton litoral litoria litovsk litre litres litt litte littelfuse litter litteraire litterature littered littering litters little little-changed little-known little-used littlechild littlefield littlefoot littlehampton littlejohn littlest littleton littlewood littlewoods littmann litton littoral liturgical liturgies liturgy litvinenko litvinov liu liutprand liuzzi liv livable livas live live-action live-fire live0 livecd lived livejournal livelier liveliest livelihood livelihoods lively liven livened livent liver liveries livermore liverpool liverpudlian livers liverworts livery lives livesey livestock livestocks livewire livgren livia livid livilla livin living livings livingston livingstone livio liviu livius livnat livolsi livonia livonian livorno livre livres livret livshits livy liyanage liz liza lizarazu lizard lizardmen lizards lizhu lizzano lizzie lizzy lj ljubisa ljubljana ljubljanska ljubomir ljudevit ljunggren ljungqvist lk lkoh.rts lks ll ll&e ll.b ll.b. ll.d ll.d. ll.m ll.m. llama llamas llan llanberis llandaff llandeilo llandovery llandudno llanelli llanes llanfair llangollen llano llanos llanrwst llansantffraid llanview llazar llb llc llc. lld lleida lleu llew llewellyn llewelyn lleyton llm llnl llobregat llorente lloret llosa lloyd lloydminster lloyds llp lls lluis llwyd llyn llyr llywelyn lm lm0 lma lmc lme lmg lml lmp lmp0 lmr lms lmts lmu ln lnb lnd lner lng lnnk lns lntl=lentils lnwr lo loa loach load loaded loader loaders loading loadings loads loaf loafing loam loamy loan loan-loss loaned loaning loans loans-for-kickbacks loansharking loanword loanwords loath loathe loathed loathes loathing loathsome loaves lob lobanov lobato lobau lobbed lobbied lobbies lobbing lobby lobbying lobbyist lobbyists lobdell lobe lobed lobelia lobengula lobes loblaw loblaws loblolly lobo loboc lobos lobotomy lobov lobsang lobster lobsters loc loc. loca locabail local local-call local-led local-option locale locales localisation localise localised localism localities locality localization localizations localize localized localizing locally locally-based locally-made locally-produced locals locarno locate located locatelli locates locating location locational locations locative locator loch lochaber lochalsh locher lochner lochs loci lock lock-in lock-out lock-up locka lockdown locke locked locker lockerbie lockers locket lockett lockhart lockheed lockheed-martin locking lockjaw locklear lockout lockport locks locksmith lockup lockwood lockyer loco locomotion locomotive locomotives locos locsin loctite locum locus locust locusts lod lodbrok lodder loddon lode loder lodewijk lodge lodged lodgenet lodgepole lodger lodges lodging lodgings lodhi lodi lodoss lodovico lodz lodzka loe loeb loeffler loehmann loehr loei loess loesser loew loewe loewen loews loewy lof lofgren lofoten loft lofted lofthouse lofton lofts loftus lofty log logal logan logansport logarithm logarithmic logarithms logbook loge logged logger loggerhead loggerheads loggers loggia logging loggins logia logic logica logical logically logician logicians logicon logics logie logies login logistic logistica logistical logistically logistics logitech logjam logo logograms logographic logon logone logos logrones logrono logs logu logudoro logue logunov logwood loh lohan lohani lohengrin lohia lohman lohmann lohmus lohner lohot lohr lohse loi loik loin loin:striploin loincloth loins loir loire loiret lois loitering loix loja lojas lojban lok loka loke loken lokendra lokeren loki lokmanya loko lokomotiv lokomotiva lokomotive lokondo lol lola lolita lolland lollapalooza lollard lollards lollipop lollipops lolly lolo lolth lom loma lomak loman lomas lomax lomb lombard lombarde lombardi lombardia lombardo lombards lombardy lombok lomborg lombroso lome lommel lomond lomonosov lompoc lomu lomza lon lonard loncaric londinium londo london london- london-based london-listed londonderry londoner londoners londono londrina lone loneliness lonely loner lonergan lonesome lonestar loney long long- long-anticipated long-awaited long-bond long-closed long-course long-dated long-delayed long-distance long-dormant long-end long-established long-expected long-fibre long-grain long-haired long-haul long-held long-hsien long-lasting long-liquidation long-lived long-medium long-on long-overdue long-planned long-promised long-protected long-range long-ruling long-run long-running long-serving long-simmering long-sought long-stalled long-standing long-staple long-suffering long-term long-time longa longarm longboard longboat longbottom longbow longbowmen longbows longbridge longchamp longclaws longed longer longer-dated longer-end longer-range longer-term longer-than-expected longest longest-running longest-serving longevity longfellow longfield longford longhair longhaul longhi longhorn longhorns longhouse longhouser longhouses longhurst longifolia longin longing longinus longish longitude longitudes longitudinal longitudinally longleaf longley longman longmeadow longmont longnose longo longoria longreach longridge longs longships longshore longshoreman longshoremen longshot longsight longstanding longstreet longsword longterm longtime longton longue longueuil longueville longus longview longwave longwell longwood longworth longyear lonhro loni lonnie lonny lono lonrho lonsdale lonski lonza loo looc looe loog look look-alike look-out lookalike looked looker lookin looking lookout lookouts looks looksmart lookup lookups loom loomed looming loomis looms loon loonatics looney loong loons loony loop looped looper loophole loopholes looping loops loor loos loose loosed loosely loosen loosened loosening loosens looser looses loosing loot looted looters looting lop lopatka lopburi lope lopes lopez lophem lopped lopping lopsided lor lora lorain loraine loral loran loras lorazepam lorber lorca lorcan lorch lord lordaeron lorde lordi lords lordship lordships lordstown lore lorean lorelai lorelei loren lorena lorentz lorentzian lorentzson lorenz lorenzen lorenzi lorenzo lores loreto loretta loretto lori loria loricariidae lorico lorien lorient lorikeet lorillard lorimar lorimer lorin loring loris lorn lorna lorne loro lorrach lorrain lorraine lorrayne lorre lorrie lorries lorry lors lorsch lortel lorton lory los losada loscam lose losec loser losers loses losey losh losing losman loss loss$ loss-makers loss-making loss0 losses lossiemouth lossless lossmaking lossy lost lostprophets lostwithiel lot lotbiniere lotfi lotfy lothair lothal lothar lotharingia lothario lothian lothians lothlorien lothoo lothor lothrop loti lotion lotions lotru lots lott lotta lotte lotteries lottery lottie lotto lottum lotus lotz lou loubna loubser loud louden louder loudest loudly loudness loudon loudoun loudspeaker loudspeakers loudun lough loughborough lougheed loughlin loughnane loughor loughran loughton louhi louie louima louis louis-based louis-dreyfus louisa louisbourg louisburg louise louisiana louisiana-pacific louisson louisville loulo lounge lounges lounging lounici loup lourdes lourenco lourens lourey louse lousiana lousy louth louvain louvers louviere louvre louw lovable lovas lovat love love-hate love/hate lovebirds lovech lovecraft lovecraftian loved lovejoy lovelace loveland loveless loveline lovell lovelock lovelorn lovely lovemaking lovenox lover loverboy lovering lovers loves lovesick lovett loviisa lovin loving lovingly lovitz low low- low-budget low-caste low-cost low-delta low-density low-dose low-end low-fare low-fat low-grade low-income low-inflation low-intensity low-interest low-key low-level low-lying low-margin low-paid low-pour low-pressure low-price low-priced low-profile low-quality low-ranking low-risk low-speed low-sulfur low-sulphur low-tariff low-tax low-tech low-teens low-to-mid low-value low-volume low-wage low-yielding low0s lowbrow lowcountry lowden lowder lowe lowell lowen lowenstein lowenthal lower lower-cost lower-court lower-end lower-house lower-income lower-level lower-margin lower-paid lower-priced lower-quality lower-ranking lower-rated lower-than-anticipated lower-than-expected lower-than-forecast lower.-usda lowercase lowered lowering lowers lowery lowes lowest lowest-cost lowest-paid lowestoft loweswater lowey lowland lowlands lowlife lowly lowndes lowrey lowrider lowrie lowry lows lowther lowy lox loxley loxton loy loya loyal loyalist loyalists loyally loyalsock loyalties loyalty loyd loynes loyola lozada lozano lozenge lozenges lozere lozi loznica lp lp0 lpa lpc lpd lpf lpfm lpg lpga lpgs lpmo lpo lpp lpr lps lpu lr lr0 lra lrc lrg lrs lrt lrv ls ls0 lsa lsam lsat lsb lsc lsd lsd0 lse lsfo lsi lsm lso lsp lssah lssp lst lst0 lsts lsu lswr lswr* lt lt-col lt-gen lt. lt0 lta ltc ltcb ltcol ltd ltd. ltda ltee lti ltl ltns ltp ltrs lts ltte ltu ltv ltx lu lua luan luanda luang luangwa luann luanne luanshya luapula luas lub luba lubash lubavitch lubavitcher lubawa lubbe lubbers lubbock lube lubeck lubiani lubick lubin lubitsch lublin lubomir lubomirski lubricant lubricants lubricate lubricated lubricating lubrication lubrizol lubumbashi lubusz lubutu luby lubyanka lubys luc luca lucan lucania lucas lucasarts lucasfilm lucassen lucasvarity lucca lucchese lucchini lucci luce lucena lucent lucerne lucero lucescu lucha luchino lucia lucian luciana luciano lucic lucid lucida lucidity lucie lucien lucier lucifer lucile lucilla lucille lucina lucinda lucinschi lucio lucius luck luckett luckey luckily luckless luckman lucknow lucky lucrative lucretia lucretius lucrezia lucullus lucy lud luda ludacris ludden luddite luddites ludek ludendorff ludgate ludger ludhiana ludi ludicrous ludington ludlam ludlow ludlum ludmila ludmilla ludo ludovic ludovico ludovisi ludowe ludus ludvig ludwick ludwig ludwigsburg ludwigshafen ludwigslust ludwik lue luebeck luf luff luffy lufkin luft lufthansa luftwaffe lug lugaid lugano lugar lugard lugdunum luge luger lugg luggage lugh lugner lugo lugosi lugs lugton luhansk luhmann luhnow luhrmann lui luigi luimes luis luisa luise luismin luiso luitpold luiz lujan lujiazui luk luka lukacs lukanov lukas lukashenko lukasiewicz lukasz lukather luke lukens lukes lukewarm lukic lukin lukman lukoil luksic lula lule lulea luli luling lull lullabies lullaby lulled lully lulu lum luma lumasi lumban lumbar lumbee lumber lumbering lumberjack lumberjacks lumberman lumbermen lumberton lumberyard lumen lumens lumet lumholdt lumiere lumina luminance luminaries luminary luminescence luminescent luminosity luminous lumiya lumley lummis lump lump-sum lumped lumpkin lumps lumpsum lumpur lumpur-based lumpy lums lumsden lumumba lumuna lun luna lunacy lunar lunas lunate lunatic lunatics lunch lunchbox luncheon luncheons lunches lunchroom lunchtime lund lunda lundberg lundbergs lundgren lundh lundi lundin lundquist lundqvist lundwall lundy lune luneburg lunenburg lunetta lunette lunettes luneville lung lunga lunge lunged lunges lungfish lungi lungren lungs lungsod luniku lunisolar lunn lunny lunsford lunshof lunt lunular lunules luny luo luong luongo luoyang lupa lupberger lupe lupertazzi lupescu lupin lupine lupino lupins lupita lupo lupone lupton lupu lupus luque lur luray lurch lurched lurches lurching lure lured lures lurgan lurgi luria lurid lurie luring lurk lurked lurking lurks lusa lusaka lusatia lusatian luscious luscombe lush lushai lushan lushnja lushnje lusignan lusitania lusitanian lusitanians lusk luso lusomundo lussac lust luster lustful lustig lustiger lustre lustrous lusts lusty lut lute lutenist lutes lutetia luteum lutfar lutfu luther lutheran lutheranism lutherans luthien luthier luthiers luthor luthorcorp luthy luton lutoslawski lutsk lutte luttenberger lutterworth luttrell lutyens lutz lutzen lutzow luv luwa luwian lux luxar luxe luxembourg luxembourg-based luxembourgeois luxembourgeoise luxembourgian luxembourgish luxemburg luxeuil luxor luxottica luxton luxuriant luxuries luxurious luxury luyendyk luyt luz luzavec luzern luzerne luzhkov luzon luzzatto lv lv0 lvf lviv lvl lvmh lvn lvng lvo lvov lvs lvt lw lwabanji lwaxana lwc lwow lwr lwt lx lxr lxx ly lyakh lyall lyapunov lybrand lycaenidae lycaenids lycan lycans lycanthrope lycanthropes lycanthropy lycee lyceum lyceums lycia lycian lycoming lycopene lycos lycra lycurgus lycus lydbrook lydda lyddon lydex lydia lydia.zajc@reuters.com lydian lydiard lydney lydon lye lyell lying lykes lykketoft lyla lyle lyles lyly lyman lyme lymington lymon lymph lymphatic lymphocyte lymphocytes lymphocytic lymphoid lymphoma lymphomas lyn lyna lynagh lynam lynbrook lynch lynchburg lynched lynching lynchings lynchpin lynd lynda lynde lynden lyndhurst lyndin lyndon lyndsay lyne lyneham lynette lyngby lyngstad lynley lynn lynne lynnley lynnwood lynott lynsey lynton lynwood lynx lynyrd lyoko lyon lyon-satolas lyondell lyondell-citgo lyonesse lyonnais lyonnaise lyons lyotard lyra lyrae lyran lyre lyric lyrical lyrically lyricism lyricist lyricists lyrics lyrinx lys lysa lysander lysenko lysergic lysias lysimachus lysine lysis lysosomes lyta lyte lytham lytic lytle lyttelton lytton lyubomir lyuboslav lyubov lyudmila lz lz0 m m&a m&c m&g m&m m&p m&r m&s m'bishi m*a*s*h m-cell m-class m-l m-net m-p m-serla m-wave m. m.a m.a. m.a.i.d m.b. m.b.a. m.c. m.c.c. m.d m.d. m.d.c. m.div. m.e. m.f. m.f.a. m.g. m.i.a. m.i.m. m.i.t. m.j. m.k. m.l. m.m. m.p m.p. m.p.h. m.phil m.phil. m.r. m.s m.s. m.sc m.sc. m.v. m.y. m/0 m/s m/v m0 m0+cd m0+cds m0-grade m0/0 m0/m0 m00 m0a m0a0 m0b m0c m0e0 m0k m0s m0y m;0yr m=meal ma ma'am ma'at ma'mun ma0 maa maac maag maaleh maamba maan maanila maanshan maaouya maapank maar maariv maarken maarouf maarten maas maasai maasland maastricht maastrichtian maastrict maasvlakte maatsch maatschappij maazel mab mabel mabillard mabini mabinogion mable mably mabo mabry mabuchi mabuhay mabuse mac mac0 maca macabre macaca macadam macadamia macalester macalister macanese macao macapagal macaque macaques macaranas macarena macari macarius macaroni macarthur macartney macau macaulay macauley macaw macaws macbeth macbook macbrayne macbride macc maccabees maccabi maccabiah maccallum maccanico maccarthy macchi macciotta macclesfield maccoll macculloch macdermot macdiarmid macdill macdonald macdonalds macdonell macdonnell macdonough macdougal macdougall macdowell macduff mace maceda macedo macedon macedonia macedonia-thrace macedonian macedonians maceio macek maceo macerata macerich maces macewan macey macfadyen macfarlane macgill macgillivray macgowan macgregor macgyver mach macha machacek machado machar machaut mache machel machen machete machetes machi machias machiavelli machiavellian machin machina machinations machine machine-building machine-gun machine-guns machined machinegun machineguns machinery machines machinima machining machinist machinists machismo macho machovec macht machu machynlleth macias maciej maciel macinnes macinnis macintosh macintoshes macintyre macisaac mack mackay mackaye mackensen mackenzie mackenzies mackerel mackerras mackertich mackey mackie mackillop mackinac mackinaw mackinnon mackintosh macklin mackworth maclachlan maclaine maclaren maclaurin maclay maclean macleay macleish maclellan maclennan macleod macmahon macmanus macmed macmillan macmin macminn macmurray macnab macnaghten macnamara macnee macneice macneil macneill macneille maco macomb macomber macon macoris macos macoupin macphail macphee macpherson macquarie macqueen macrae macraes macready macri macrinus macritonin macro macro-economic macroasia macrobius macrocom macroeconomic macroeconomics macroeconomy macromedia macromolecular macromolecules macronix macrophage macrophages macrorie macros macroscopic macross macrovision macs macswan macsyma mactaggert mactan mactavish macula macular maculata macv macva macweek macworld macy mad mad-cow mada madagascar madagascariensis madam madama madame madan madang madani madavo madawaska madcap madchen madchester madcow madd maddalena madden maddened madder maddie maddison maddox maddux maddy made madea madeco madeira madejski madeleine madeley madelin madeline madelyne mademoiselle mader madera maderno madero madge madhav madhava madhavan madhouse madhu madhubala madhur madhuri madhusudan madhva madhvacharya madhya madi madigan madikizela-mandela madina madinah madison madisonville madju madlax madlib madly madman madmen madness madoc madog madoka madonna madox madra madraiwiwi madras madrasa madrasah madrassa madrassas madrazo madre madrid madrid-based madrigal madrigals madrox mads madsen madson madtv maduna madura madurai maduran madureira madurese maduro madusa mae maeby maecenas maeda maedhros maegashira maeil maekawa mael maelgwn maelstrom maersk maes maesteg maestra maestri maestro maestros maeterlinck maeve maezawa maf mafalda mafatlal mafco mafeking maff maffei mafia mafia-style mafias mafic mafiosi mafioso mag mag0 maga magadan magaddino magadha magainin magalhaes magallanes magan magar magara magarey magatama magath magazin magazine magaziner magazines magda magdala magdalen magdalena magdalene magdeburg magdi mage magee magellan magellanic magen magenta mages maggert maggi maggia maggid maggie maggio maggiore maggot maggots maggs magh magha magherafelt maghreb maghrib magi magic magica magical magically magician magicians magick magickal magics magid magik magill maginnis maginot magister magisterial magisterium magistracy magistrate magistrates magistrature maglev magli maglificio magma magmas magmatic magmatron magna magnanimity magnanimous magnate magnates magnavox magne magners magnesia magnesite magnesium magness magnet magnetek magneti magnetic magnetically magnetics magnetism magnetite magnetization magnetized magneto magnetometer magnetosphere magnetron magnets magni magnificat magnification magnificence magnificent magnificently magnifico magnified magnify magnifying magnin magnitogorsk magnitude magnitudes magno magnolia magnolias magnon magnox magnum magnus magnuson magnussen magnusson magny magny-cours mago magoffin magog magoni magoo magp magpie magpies magps magrath magritte magrizos magruder mags magsaysay magtf magui maguindanao maguire maguires magula magureanu magus magwitch magyar magyars mah maha mahabad mahabharat mahabharata mahadev mahadeva mahadji mahaffey mahaja mahajan mahakam mahal mahala mahalel mahalia mahama mahamane mahamat mahan mahanadi mahanagar mahanama mahane mahapokai mahaprabhu mahar maharaj maharaja maharajah maharajas maharana maharani maharashtra maharashtrian maharastra maharet maharishi maharshi mahasabha mahathir mahatma mahavamsa mahavir mahavira mahavishnu mahayana mahbub mahdi mahdist mahe mahele mahendra maher mahesh maheshwari mahfoud mahfouz mahi mahidol mahiga mahila mahim mahinda mahindra mahjong mahkota mahkutai mahle mahler mahlich mahlon mahlouji mahmood mahmoud mahmud mahogany mahomet mahon mahone mahoney mahoning mahony mahora mahovlich mahr mahri mahwah mai mai-mai maia maiar maid maida maidan maiden maidenform maidenhead maidens maids maidservant maidstone maidu maier maigret maiko mail mail-in mail-order mail-well mailbox mailboxes mailed mailer mailers mailing mailings maillard maillot mailman mailroom mails maim maimana maimed maiming maimonides main main-market main-tier mainassara mainboard maine maines mainframe mainframes mainfreight maini mainichi mainland mainland-born mainlander mainlanders mainline mainly mainly-kurdish mainly-moslem mainmast mains mainsail mainspring mainstage mainstay mainstays mainstream mainstreaming maintain maintainability maintainance maintained maintainer maintainers maintaining maintains maintanence maintenance maintenon mainwaring mainyu mainz maio maior maiorescu mair maire mairead mais maisie maison maisonneuve maisons maistre maithili maitland maitre maitreya maize maj maj-gen maj. maja majak majali majapahit majdanek majeed majendie majere majerle majerus majeste majestic majesties majesty majeure maji majid majin majko majlis majoli major major-general major-league majora majorana majorca majordomo majored majoring majoris majorities majority majority-owned majors maju majumdar majuro majuscule mak maka makadmeh makah makai makam makams makar makara makarios makarov makarova makassar makati make make-or-break make-shift make-up make-whole makeba makedonija makelele makeli makem makeover makeovers makepeace maker makerere makerfield makers makes makeshift maket makeup makhachkala makhan makharadze makhashev makhloufi makhmalbaf makhmud makhno makhteshim maki makin makinen making makings makino makinson makkah maklerski makmur mako makonnen makoto makran makro maksim maktoum maku makumbe makuria makuta makuuchi mal mala malabar malabo malabon malabsorption malacanang malacca malachi malachite malachy malaco malad maladaptive maladie maladies malady malaga malagasy malahide malai malaise malaita malaj malak malakand malakoff malam malamud malan malang malankara malappuram malar malaren malaria malarial malaspina malate malatesta malathion malatya malavas malawi malawian malay malaya malayalam malayali malayan malayo malays malaysia malaysia-based malaysian malaysian-based malaysians malazan malbak malcolm malcom malcontent malda malden maldini maldive maldives maldivian maldivians maldon maldonado male male-dominated male/female malebranche maleeva maleficent malek malekith malenko malenkov maleo maler males malesia malet malev malevich malevolence malevolent malfeasance malfi malformation malformations malformed malfoy malfunction malfunctioned malfunctioning malfunctions malfurion malgorzata malherbe malheur malhotra mali malia malian malians malibu malice malicious maliciously malick malien malietoa malign malignancies malignancy malignant maligned malik maliki malin malina malinga malini malinovsky malinowski maliseet malivai maljkovic malka malkani malkin malkmus malkovich mall malla mallaig mallard mallards mallarme mallawi malle malleable mallee mallet mallets mallett malleus malley malli mallika mallinckrodt malling mallon mallorca mallory mallow malloy mallrats malls mallya malmedy malmesbury malmo malmsteen malnourished malnutrition malo malolos malomyotismon malon malone maloney maloof malory malouf malpas malpass malpede malpensa malpractice malpractices malraux mals0 malt malta maltby malted maltese malthouse malthus malthusian maltin malting maltings malton maltreated maltreatment malts maltsev maltsters malu malu-malu maluf maluku malus malvaceae malvasia malvern malvina malvinas malvo malwa malware maly mam mama mamadou mamalepot mamaroneck mamas mamba mambazo mambo mame mamedov mamelukes mamer mamera mamere mamet mami mamie mamiya mamluk mamluks mamma mammal mammalian mammals mammary mammograms mammography mammon mammoth mammoths mammy mamo mamodo mamoru mams mamta mamun man man'' man'yoshu man-hours man-made man-of-the-match mana manabu manado manage manageable managed managed-care management management-led managements manager managerial managers manages managing managment managua manajemen manakin manako manalapan manali manalo manama manami manana manannan manar manas manasquan manassas manasseh manasses manat manatee manatees manats manaus manawatu manayunk mance mancel mancelona mancera mancha manche manchester manchester-based manchester-by-the-sea manchesters manchu manchukuo manchuria manchurian manchus mancini manco mancow mancunian mancuso manda mandaeans mandal mandala mandalas mandalay mandali mandalore mandalorian mandalorians mandaluyong mandamus mandan mandapam mandara mandarin mandarins mandate mandated mandates mandating mandatorily mandatory mande mandel mandela mandelbrot mandell mandella mandelson mandelstam mander mandeville mandi mandible mandibles mandibular mandic mandingo mandinka mandir mandl mandla mando mandoki mandolin mandolins mandom mandos mandrake mandrel mandrell mandresh mandrill mandriva mandsaur mandu manduca mandurah mandy mandya mane maneater maned maneesh manes manet manetho manette maneuver maneuverability maneuverable maneuvered maneuvering maneuvers manfed manfred manfredi mang manga mangaka mangal mangala mangalam mangali mangalia mangalore mangan manganese mangano mange mangel mangement manger mangere mangers mangeshkar mangini mangione mangistaumunaigaz mangkusubroto mangle mangled mango mangoes mangold mangos mangosuthu mangrove mangroves manguean mangum manh manhandled manhasset manhattan manhattanville manheim manhole manhood manhua manhunt manhunter manhunters manhunts manhwa mani mania maniac maniacal maniacs manic manichaean manichaeism manicured maniero manifest manifestation manifestations manifested manifesting manifestly manifesto manifestos manifests manifold manifolds manik manila manila-based manila.newsroom@reuters.com manilal manilla manilow manin manioc manion maniots manipal manipulate manipulated manipulates manipulating manipulation manipulations manipulative manipulator manipulators manipur manipuri manish manisha manistee manitoba manitou manitoulin manitowoc maniu maniwa manji manjrekar manju mankahlana mankani mankato mankiewicz mankind mankowski manley manliness manlius manly manmade manmohan mann manna mannan mannar manne manned mannequin mannequins manner mannered mannerheim mannerism mannerisms mannerist manners mannes mannesman mannesmann mannheim mannie manninen manning manningham mannix mannlicher mannose manny mano manoa manoah manoel manoeuvering manoeuvrability manoeuvrable manoeuvre manoeuvred manoeuvres manoeuvring manohar manoir manoj manolis manolo manon manor manorama manorial manors manos manouevre manowar manpower manresa manrique mans mansa mansard mansart manse mansehra mansell manser manservant mansfeld mansfield mansi mansion mansions manslaughter manso manson mansoor mansour manstein manston mansur mansyur manta mantadoc mantap mantapa mantaro manteca mantegna mantel mantell mantellidae mantes manti manticoran manticore mantik mantila mantilla mantinea mantis mantle mantled mantles manto manton mantos mantova mantovani mantra mantras mantronix mantua manu manual manually manuals manuel manuela manueline manuf manufac manufact manufactory manufacture manufactured manufacturer manufacturers manufactures manufacturing manugistics manuka manukau manukyan manulife manumission manure manus manuscript manuscripts manusmriti manutius manvers manville manx many manzanar manzanares manzanera manzanillo manzanita manzano manzarek manzi manzikert manzil manzoni manzoor mao maof maois maoism maoist maoists maol maoming maori maoris maoz map mapa mapai mapam mapco mapei mapenzauswa mapes mapfre mapiripan maple mapleglen maples mapleton maplewood mapmaker mapourdit mapp mapped mapper mappila mapping mappings mapplethorpe maps mapua mapuche mapuches mapudungun maputo maqam maqbool maquiladora maquis mar mar'ie mar)*00 mar-- mar-apr mar-feb mar-july mar-may mar. mar0 mara marabout maracaibo maracana maracas maracay marad maradona marae maragall marah marais marakanond maramures maran marana maranao maranatha maranda maranhao marano maranon maranzano marapr maras marat maratha marathas marathi marathon marathons marauder marauders marauding maraven maravich maravilla marazov marbella marble marbled marblehead marbles marburg marbury marc marc-kevin marca marcam marcantonio marceau marcel marcela marcelino marcell marcella marcelle marcellin marcellinus marcello marcellus marcelo march march-april march-may march/april march0 marcha marchais marchal marchand marchant marche marched marchelli marchen marchenko marcher marchers marches marches.it marchese marchesi marchetti marchi marching marchioness marchionne marci marcia marcian marciano marcie marcin marcio marcion marco marcoh marcomanni marconi marcopper marcos marcoses marcum marcus marcuse marcy mardan marden marder mardi mardia mardin mardiste marduk mare marea marechal maredudd maree marek marekt marella marelli maren marenghi marengi marengo mares marfa marfan marg marga margam margaret margareta margarete margaretha margarethe margaretta margarine margarita margate margaux marge margera margery margetts margherita margie margin marginal marginalisation marginalise marginalised marginalising marginalization marginalize marginalized marginally margined margins margit margo margolin margolis margot margrave margraves margraviate margret margrethe marguerita marguerite margulies margulis mari maria mariachi mariae mariage mariah mariam mariamman marian mariana marianas marianela mariani marianna marianne mariano marianus marias marib maribel maribor maribyrnong maric marican marichal maricopa maricruz maridian marie marie-benedicte marie-jose marie-laure marieberg mariehamn mariel marienburg marietta mariette marignane marigny marigold mariinsky marija marijan marijuana marik marika marikina mariko marillion marilyn marimastat marimba marin marina marinas marinated marinduque marine marineland mariner mariners marines marinette marinetti marini marinich marino marinos marinov marinus mario marion marionette marionettes marios mariposa maris marisa mariscal marischal marisol marissa marist marit marita marital maritech maritim maritima maritime maritimes maritimo maritrans maritsa maritz maritza mariucci mariupol marius mariusz mariya marj marja marjan marjanovic marjayoun marjoram marjorie marjory mark mark-denominated mark-down mark-to-market mark-up mark-ups marka markborough markdown markdowns marked markedly marken marker markers market market--remarks market--traders market-based market-boosting market-determined market-driven market-friendly market-leading market-led market-maker market-makers market-making market-moving market-on-close market-opening market-orientated market-oriented market-place market-ready market-related market-style market-traders market-watchers market-weighted marketability marketable marketed marketer marketers marketing marketing-year marketings marketmaker marketmakers marketmen marketplace marketplaces markets marketscope marketshare markey markgraaff markham markhasev markie markin marking markings markka markka-denominated markka-erm markku markland marklin marko markos markov markovic markowitz marks marks-roos marksman marksmanship marksmen markt markup markups markus marky marl marla marland marlatt marlboro marlboros marlborough marlena marlene marler marlet marley marlies marlin marlins marlo marlon marlow marlowe marlton marly marmaduke marmagao marmalade marmara marmion marmite marmon marmont marmora marmoset marmot marmots marne marnie maro maroc maroc-leasing marocaine marois maromi maron marone maroney maroni maronite maronites maroon marooned maroons marot maroto maroubra marovic marple marquand marquardt marque marquee marques marquesan marquesas marquess marquessate marquesses marquetry marquette marquez marquis marquisate marquise marr marrakech marrakesh marranos marred marren marrero marri marriage marriageable marriages marrickville married marries marriner marring marriott marron marrone marrow marrs marry marrying mars mars0 marsa marsala marsalis marsden marseillaise marseille marseilles marsford marsh marsha marshal marshall marshalled marshallese marshalling marshalls marshalltown marshals marshes marshfield marshland marshlands marshmallow marshmallows marshman marshy marsilio marske marsonia marston marsupial marsupials marsupilami mart marta marte martek martel martell martelli martello marten martenot martens martfu marth martha marthanda marthe marti martial martialed martialled martian martians martin martina martinair martindale martine martineau martinelli martinet martinez martingale martini martiniere martinique martinis martino martinovic martins martinsburg martinsen martinsh martinson martinsville martinu martinus martius martlesham martok marton marts martti marty martyn martynenko martyr martyrdom martyred martyrology martyrs martz maru marubeni maruco maruha marulanda marushko maruti maruyama maruyoshi maruzen marv marvan marvel marvell marvellous marvelman marvelous marvels marvex marvin marwa marwah marwan marwar marwari marwaris marwick marwood marx marxian marxism marxist marxist-leninist marxists mary marya maryam maryann maryborough marye maryhill maryja maryknoll maryland maryland-based marylebone marymount marys marysville maryville marz marzio marzipan marzo marzook marzotto mas mas'ud masa masaaki masaccio masada masahide masahiko masahiro masai masaki masako masala masami masamune masan masanori masao masar masari masaru masaryk masashi masataka masato masaya masayoshi masayuki masbate mascagni mascara mascarene mascarenhas mascarpone maschera mascis masco mascot mascotech mascots masculine masculinity mase maseca masefield maser maserati masers maseru mash masha masham mashburn mashed mashgiach mashhad mashill mashing mashiro mashonaland mashpee mashreq mashriq mashup mashups masi masila masinde masinga masint masire masisa masisi masiyiwa masjid mask masked maskelyne maskhadov masking masks maslow masnada maso masochism masochistic mason mason-dixon masonic masonry masons masood masoretic masovia masovian masque masquerade masquerades masquerading masques masri mass mass-circulation mass-market mass-produced mass. mass.-based massa massachusettes massachusetts massachusetts-based massachussetts massacre massacred massacres massacring massad massage massages massaging massapequa massari massaro massasoit massawa masse massed massena massenet masseria masses masseur massey massick massie massieu massif massifs massilia massillon massimiliano massimo massing massinger massino massira massive massively massless masson massoud massport massu massy mast masta mastec mastectomy masted master mastercard masterclass masterclasses mastered masterful masterfully mastergain mastergrowth mastering masterkova masterly mastermind masterminded masterminding masterminds masterpiece masterpieces masterplan masters mastership masterson masterton masterwork masterworks mastery masthead mastic mastication mastiff mastitis mastodon mastoid mastrini mastro mastroianni masts masturbate masturbating masturbation masud masuda masumi masuoka masur masuria masurian masvingo maszek mat mata matabele matabeleland matadi matador matadors matagalpa matagorda matahari matamba matambanadzo matamoros matane matanikau matanuska matanzas matapan matar matara mataram matarrese matas matav matawan match match-fixing match-rigging match-winner match-winning matchbox matchday matched matches matchett matching matchless matchlock matchmaker matchmaking matchplay matchstick matchup matchups mate mated matei matej mateo mateos mater matera materia material materialise materialised materialises materialising materialism materialist materialistic materiality materialize materialized materializes materially materials materiel maternal maternity mates matesa matete mateus mateusz math matha mathas mathematica mathematical mathematically mathematician mathematicians mathematics mather mathers mathes matheson mathew mathews mathewson mathias mathies mathieson mathieu mathilda mathilde mathis mathisen mathison mathml mathomo maths mathur mathura mathurin mati matias matiba matic matica matif matignon matilda matilde matile matiliauskas matin matinee mating matings matins matisse matisyahu matl matlab matlock mato matoran matos matoso matra matre matres matria matriarch matriarchal matriarchy matric matricaria matrices matriculate matriculated matriculating matriculation matricule matridigm matrilineal matrimonial matrimony matrix matroid matron matrons matrox mats matsakis matsch matsis matson matsu matsuda matsudaira matsui matsumoto matsumotokiyoshi matsunaga matsuo matsuoka matsuri matsushima matsushita matsushita-kotobuki matsuura matsuya matsuyama matsuzaka matsuzakaya matsya matt matt. matta mattachine mattapan mattawa matte matted mattei mattel matteo matter mattered matterhorn matters mattes matteus matthaeus matthaeus-maier matthau matthaus matthew matthews matthey matthias matthieu matti mattia mattiace mattias mattie matting mattingly mattison matto mattoon mattox mattress mattresses mattson matty matura maturana maturation mature matured matures maturin maturing maturities maturity maturity-wise matusic matutes maty matyas matz matzkin matzo matzorkis mau mauboussin mauch maucher mauchly maud maude maudling maudslay maudsley maududi mauer mauger maugham maughan maui maul maulana maulde mauldin maule mauled mauler maulik mauling maulvi maumee mauna maund maunder maundy maung maunsell maupassant maupin maur maura maureen maurepas maurer mauresmo mauretania mauri maurice mauricie mauricio maurienne maurier mauritania mauritanian mauritanians mauritian mauritius maurits mauritz maurizio mauro mauroy maurras maurus maury maurya mauryan maus mauser mausoleum mausoleums mauss mauthausen mautner mauve mauzas/mahallas mav maven maverick mavericks mavesa mavis mavs maw mawampanga mawanpanga mawapanga mawar mawashi mawe mawhinney mawlana mawlavi mawr mawson max max. max.price maxco maxentius maxey maxfield maxi maxie maxilla maxillary maxillofacial maxim maxima maximal maximally maximals maxime maximian maximilian maximilians maximilien maximillian maximin maximinus maximise maximised maximising maximization maximize maximized maximizes maximizing maximo maxims maximum maximum-security maximus maxine maxis maxon maxserv maxtel maxton maxtor maxus maxwell maxx maxxam maxxie maxxim maxxon may may'0 may-august may-buy may-july may-june may-sept may/june may0 maya mayaguez mayakovsky mayall mayan mayans mayas mayawati maybach mayban maybank maybe maybelle mayberry maybourne maybury mayday maydell maydon mayen mayenne mayer mayers mayes mayfair mayfield mayflies mayflower mayhem mayhew mayjun maykop mayland maynard mayne maynila maynooth mayo mayon mayonnaise mayor mayora mayoral mayoralty mayorga mayors mayorship mayotte maypole mayport mayq mayr mayr-melnhof mays maystadt maysville maytag mayu mayumi mayville mayweather maywood maza mazama mazandaran mazar mazar-i-sharif mazara mazari mazarin mazatlan mazda maze mazeaud mazeedi mazeikiu mazel mazen mazepa mazeppa mazer mazes mazhar mazheikiu mazier mazin mazinger mazinkaiser mazo mazoku mazowiecki mazur mazurka mazut mazza mazzalupi mazzini mazzola mazzone mazzoni mazzucchelli mazzy mb mb/s mb0 mba mbabazi mbandaka mbar mbaru mbas mbaya mbayo mbb mbbs mbc mbda mbe mbeki mbeya mbf mbg mbh mbia mbil mbilinyi mbira mbit/s mbl mbna mbo mboma mboweni mbpd mbr mbs mbsl mbt mbta mbti mbts mbuende mbuji-mayi mbumba mbw mc mc0 mca mcadam mcadams mcadoo mcafee mcaleer mcaleese mcalester mcaliskey mcalister mcallen mcallister mcalpine mcandrew mcanulty mcardle mcarthur mcas mcateer mcauley mcauliffe mcavoy mcb mcbain mcbeal mcbean mcbride mcc mccabe mccafferty mccaffrey mccain mccall mccalla mccallister mccallum mccamish mccandless mccann mccann-erickson mccardle mccarley mccarran mccarron mccarter mccarthy mccarthyism mccartney mccarty mccarver mccaskey mccaskill mccaughey mccauley mccaw mccay mcchesney mcchord mcclain mcclair mcclanahan mcclane mcclaren mcclatchy mcclellan mcclelland mcclendon mcclernand mcclintock mcclory mccloskey mccloud mccloy mcclung mcclure mcclurg mccluskey mccoist mccoll mccollam mccollum mccomas mccomb mccombs mcconaughey mcconnell mccook mccool mccord mccormack mccormick mccourt mccowan mccown mccoy mccoys mccracken mccrae mccrary mccray mccrea mccready mccreary mccree mccreery mccreevy mccrory mccue mccullagh mcculloch mccullough mccullum mccully mccune mccurdy mccurry mccutcheon mcd mcdade mcdaniel mcdaniels mcdermott mcdevitt mcdiarmid mcdonagh mcdonald mcdonalds mcdonnel mcdonnell mcdonnell-douglas mcdonough mcdormand mcdougal mcdougall mcdougals mcdowall mcdowell mcduck mcduff mcduffie mcdyess mce mceachern mcelroy mcelwee mcenroe mcentee mcentire mcevoy mcewan mcewen mcf mcfadden mcfarland mcfarlane mcfe mcferrin mcfly mcg mcgann mcgarrigle mcgarry mcgauchie mcgauran mcgavin mcgaw mcgee mcgeechan mcgeorge mcghee mcgill mcgillicuddy mcgillivray mcginlay mcginley mcginn mcginnis mcginty mcgivern mcglocklin mcglynn mcgonagall mcgoohan mcgovern mcgowan mcgrady mcgrath mcgraw mcgraw-hill mcgreevey mcgregor mcgriff mcgruder mcguffey mcguigan mcguiness mcguinn mcguinness mcguinty mcguire mcguirk mcgurk mcgwire mch mchale mchenry mchf mchugh mci mcilroy mcinerney mcinnes mcinnis mcintire mcintosh mcintyre mciver mckagan mckay mckean mckechnie mckee mckeef mckeen mckeesport mckeever mckeithen mckellar mckellen mckelvey mckelvie mckenna mckenney mckenzie mckeon mckeown mckern mckesson mckie mckim mckimson mckinlay mckinley mckinney mckinnon mckinsey mcknight mcl mclachlan mclachlin mclain mclanahan mclane mclaren mclarens mclarty mclauchlan mclaughlin mclaws mclean mcleish mclellan mclendon mclennan mcleod mcleodusa mcloughlin mcluhan mcm mcmahon mcmanaman mcmanimon mcmanus mcmaster mcmath mcmenemy mcmichael mcmillan mcmillen mcmillin mcminn mcminnville mcmoran mcmullan mcmullen mcmurdo mcmurphy mcmurray mcmurry mcmurtry mcn mcnab mcnabb mcnair mcnally mcnamara mcnamee mcnary mcnaught mcnaughton mcneal mcnealy mcneely mcneese mcneil mcneill mcneilly mcnelly mcnerney mcnichol mcnish mcnulty mcnutt mcp mcparland mcphail mcphee mcpherson mcphersons mcquaid mcquarrie mcqueen mcquillan mcr mcrae mcreynolds mcs mcshane mcsorley mcsween mcsweeney mct mctaggart mctavish mcteague mcteer mctell mctighe mcu mcv mcvay mcveigh mcvey mcvicar mcvie mcw mcwade mcwhirter mcwhorter mcwilliams md md-xx md. md.-based md0 md0s mda mdax mdc mdf mdi mdk mdl mdm mdma mdo mdp mdr mds mdt mdu mdx me me. me0 mea meacham meacher mead meade meaden meader meadow meadowbank meadowbrook meadowhall meadowlands meadowlark meadows meads meadville meager meagher meagre meakin meal meal/ meals mealworms mean mean-spirited meander meandered meandering meanders meaner meanest meanie meanies meaning meaningful meaningfully meaningless meanings means meant meantime meantone meanwhile meany meara meares mearns mears measles measurable measurably measure measured measurement measurements measures measurex measuring meat meat-processing meat-products meatball meatballs meath meatloaf meatpacking meats meatus meatwad meaty meaux mebli mec mecanique mecaniques mecca meccan meccano meccans mecg mech mecha mechagodzilla mecham mechanic mechanical mechanically mechanicals mechanics mechanicsburg mechanicsville mechanicus mechanisation mechanised mechanism mechanisms mechanistic mechanization mechanized mechanoid mechatronics mechelen mechs mechwarrior meciar meck meckel mecklenburg mecklenburg-vorpommern mecklermedia mecon med med-tv meda medaille medak medal medalist medalists medallion medallions medallist medallists medals medan medaphis medard medarex medavoy medb medcare medcath medco meddein meddle meddled meddling medea medecine medecins medeen medeiros medellin medes medeski medeva medevac medex medfly medford medgar medgyessy medi-ject media mediacorp mediaeval mediafax mediagx medial medialink medially medialward mediametrie median medianews medians mediaone medias mediaset mediastinum mediate mediated mediates mediating mediation mediator mediators mediawiki mediaworks medic medica medicaid medical medically medicare medicated medication medications medici medicina medicinal medicinally medicine medicines medicis medico medicorp medicos medics medicus medien medienos medieval medievalist medigap medill medimmune medina medinah medinet medio mediobanca mediocre mediocredito mediocrity mediolanum mediq meditate meditated meditates meditating meditation meditations meditative mediterranean mediterranee meditrust medium medium** medium- medium-duty medium-haul medium-pacer medium-range medium-ranking medium-scale medium-size medium-sized medium-staple medium-term mediums mediumship mediumwave medivh medley medleys medline medlock mednet medoc medora medpartners medplus medquist meds medserve medtech medtronic medulla medullary medusa medved medvedev medway mee meech meeeting meegeren meehan meek meekatharra meeker meekly meeks meena meenakshi meenas meer meera meerkat meerkats meerut mees meese meespierson meet meeting meetinghouse meetings meets mef meff meg mega mega-merger mega-mergers mega-projects mega-regulator megabit megabits megabyte megabytes megachurch megacity megadeth megafauna megah megahertz megalith megalithic megaliths megalitres megalodon megalomania megalomaniac megalomaniacal megalon megalopoli megalopolis megalosaurus megaman megamerger megami megamix megan megane megantic megaphone megapixel megapixels megara megas megastore megastores megat megatokyo megaton megatons megatron megawati megawatt megawatt-hours megawatts megaworld megazine megazord meggan meggie meggyesi meghalaya meghan meghna megiddo megionneftegaz mego megophryidae megrahi megret megson meguid megumi meh mehaffey mehdi meher mehl mehlman mehmed mehmet mehmood meho mehr mehra mehran mehrtens mehta mehul mei meier meigas meigen meighen meigs meihekou meijer meiji meijide meijin meike meikle meikles meiko meili meilin meiling meilleur mein meine meineke meinhard meinhof meiningen meinl meinrad meiosis meir meiring meisei meisel meisels meisner meissen meissner meissnitzer meister meistersinger meistriliiga meitav meitei meitner meito meiwa mejdani mejia mejillones mejor mek mekhanik meknes meko mekon mekong mekouar meksa meksi mel mela melaka melaleuca melamed melamine melancholia melancholic melancholy melanchthon melanesia melanesian melange melanie melanin melanism melanocytes melanogaster melanoma melas melastomataceae melati melati- melatonin melayu melb melba melbourne melbourne-based melby melcher melchett melchior melchiot melchizedek melchor melco meld melded melding meldrum melds mele meleager melee melek melendez meles melescanu melfi melford melfort meli melia meliaceae melian melies meligeni melilla melina melinda melinte meliphagidae melisande melisende melissa melita melitta melk melkert melkite melkor melksham mell mella melle mellen mellencamp melli mellifera melling mellish mellitus mello mello-roos mellon mellons mellor mellotron mellow mellowed mellower melman melmoth melnbardis melnik melnikov melnyk melo melodeon melodi melodic melodica melodically melodie melodies melodifestivalen melodious melodrama melodramas melodramatic melody melon meloni melons melora melos meloy melquiond melrose melt meltdown melted melting melton melts meltwater meltzer melua melun melville melville-ross melvin melvins melvoin melvyn melzer mem member member-broker member-country member-states membered members members. membership memberships membrane membranes membranous memc memco meme memel memento mementos memes memet memetic memetics memnon memo memoir memoire memoires memoirist memoirs memon memons memorabilia memorable memorably memoranda memorandum memorandums memorex memoria memorial memorialize memorialized memorials memoriam memorias memories memorization memorize memorized memorizing memory memos memphis memphis-based mems memtec men mena menace menaced menaces menachem menacing menacingly menage menagerie menahem menai menander menarche menard menasha menashe menasor menatep menchu mencia mencius mencken mend mende mended mendel mendeleev mendelian mendelsohn mendelson mendelssohn mendenhall menderes mendes mendez mendham mendicant mending mendip mendis mendocino mendon mendonca mendota mendoza mendy menelaus menelik menem menen menendez menengah meneses menezes meng mengelberg mengele menger mengin mengistu mengsk menhaden menhirs menial menier menin meningeal meningitis menino meniscus menk menken menlo menlow menninger menno mennonite mennonites meno menominee menomonee menon menopausal menopause menorah menos menotti mens mensa mensah mensch menschen menses menshevik mensheviks menshikov menstrual menstruation menswear ment mental mentalist mentality mentally mentari mentat mentavlos menteith menteri menthol mention mentioned mentioning mentions mentmore mento menton mentone mentor mentored mentoring mentors mentorship mentos mentz menu menudo menuhin menus menzel menzies menziesii menzoberranzan meo meola meon meow meowth mep mepc mephiles mephisto mephistopheles meps mer mera merah meraj merak meral meralco merano merapi merc mercado mercados mercantil mercantile mercantilism mercantilist mercatone mercator merce merced mercedes mercedes-benz mercenaries mercenary mercenary-backed mercer mercers mercersburg merch merchandise merchandiser merchandisers merchandising merchant merchanting merchantman merchantmen merchants merchiston mercia mercian mercians mercier merciful merciless mercilessly merck merckx mercosur mercredi mercure mercurial mercuric mercurio mercurius mercury mercutio mercy mercyful merdeka mere meredith merely merengue meres meretz merfin merge merged merger merger-related mergers merges merging meri merial meriam merian merida meriden meridia meridian meridians meridien meridor merieux merill merina meringue merino merinos merinvest merion merionethshire merisel merissa meristem merit merita meritage merite merited meritless merito meritocracy meritorious merits merivale meriwether merkava merkel merkin merkle merko merkur merl merle merleau merlene merlin merlino merlo merlot merlyn mermaid mermaids merman merneptah mero merode meroe meromorphic merope meropidae merovingian merovingians merpati merrell merrem merrett merri merriam merrick merrie merrifield merril merrill merrills merrily merrimac merrimack merriman merriment merrin merrion merritt merriweather merrow merry merry-go-round merrydown merryweather mers mersch merseburg mersenne mersey merseybeat merseyrail merseyside mersin merson mertens merthyr merton mertz mertzig meru merukh merv merval mervyn merwe merwin meryl merz merzbow mes mesa mesaba mesas mesbahi mesbla mescalero mescaline mesdaq mesenteric meseta mesh mesha meshed meshes meshiai meshing meshta meshta- meshuggah mesic mesilla mesirow mesmer mesmerised mesmerism mesmerized mesmerizing mesnil meso mesoamerica mesoamerican mesoderm mesogog mesolithic meson mesons mesopotamia mesopotamian mesoscale mesothelioma mesozoic mesquite mess message messages messaggero messaging messala messalina messaoud messe messed messenger messengers messenia messer messerschmitt messes messi messiaen messiah messianic messick messier messina messines messing messinger messman messmer messner messrs messrs. messy mesta mestalla mestizo mestizos mesto mestrallet mestre mesure mesut met meta metabolic metabolised metabolism metabolite metabolites metabolize metabolized metacarpal metacritic metadata metafiction metafictional metahuman metahumans metair metairie metal metalcore metalcorp metaleurop metaliks metall metallbank metallgesellschaft metallic metallica metallicity metallo metallurgic metallurgical metallurgique metallurgist metallurgy metals metalurg metalurgica metalurgs metalurh metalwork metalworker metalworkers metalworking metamodel metamorphic metamorphism metamorpho metamorphose metamorphosed metamorphoses metamorphosis metaphor metaphoric metaphorical metaphorically metaphors metaphysical metaphysics metareum metarex metaseries metastable metastases metastasio metastasis metastatic metatarsal metathesis metatools metatron metaxas metcalf metcalfe metcard metcash mete meted metellus meteo meteor meteora meteoric meteorite meteorites meteoroid meteorological meteorologist meteorologists meteorology meteors meter metered metereological metering meterological meterologist meterologists meters metesz metford metformin meth methadone methamphetamine methane methanex methanol metheny methionine method methode methodical methodically methodism methodist methodists methodius methodolgy methodological methodologies methodology methods methos methotrexate methoxy methuen methuselah methven methyl methyl0 methylated methylation methylene methylphenidate methyltransferase meticais meticulous meticulously metiers metin meting metis metka metla metlakatla metlife metohija metorex metra metre metres metric metrical metrication metricom metrics metris metro metro-dade metro-goldwyn-mayer metroad metrobank metrobus metrobuses metrocall metrocard metrodome metrogas metroholding metroid metroland metrolife metroline metrolink metrology metromail metromedia metron metronidazole metronome metroplex metropole metropolis metropolises metropolitain metropolitan metropolitana metropolitano metropolitans metropolitian metrorail metros metrostars metrostav metrovacesa metrowest metru mets metsa-botnia metsa-serla metsaliitto metsef metta mette metternich mettle metu metuchen metway metz metzger metzler meu meucci meudon meulaboh meunier meur meurant meurthe meuse mev mew mewah mewar mews mewtwo mex mex0 mexborough mexica mexicali mexican mexicana mexicano mexicanos mexicans mexico mexico-based mexico-rotterdam mexpetrol mey meyer meyerbeer meyerhold meyers meyerson meynert meyrin meysonnier meyssonnier meza mezcal mezer mezger mezieres mezobank mezogep mezzanine mezzo mezzogiorno mezzotint mf mf0 mfa mfb mfc mfd mfg mfi mfig mfk mfl mfn mfp mfr mfri mfs mfume mg mg/day mg/dl mg/kg mg/l mg0 mga mgam mgb mge mgh mgi mgic mgk mgm mgm/ua mgmt mgn mgr mgrs mgs mgt mgts mh mh0 mha mhangura mhb mhc mhd mhi mhic mhk mhm mhor mhow mhp mhs mhuire mhz mi mi'kmaq mi. mi0 mia miaa miaka miami miami-based miami:0 miamisburg mian miang mianwali miao miasma miata mib mib0 miba mibank mibor mibtel mibu mic mica micaela micah micallef miccosukee mice miceli micelles micex mich mich. mich.-based michael michaela michaelangelo michaelides michaelis michaelmas michaels michail michal michalis michalovce michalski michaniki michaud michaux micheal michel michelangelo michele michelet micheli michelin micheline michelinie michell michelle michels michelsen michelson michener michi michie michiel michigan michigan-based michiko michilimackinac michinoku michio michiru michoacan michot mick mickael mickelson mickey mickie mickiewicz micky mico micon miconia micra micrion micro micro-economic micro-organisms microage microarchitecture microarray microarrays microban microbe microbes microbial microbiological microbiologist microbiology microbrewery microchip microchips microclimate microclimates microcode microcom microcomputer microcomputers microcontroller microcontrollers microcosm microcredit microdyne microeconomic microeconomics microelectronic microelectronics microelectronique microfiche microfilm microfinance microform microgame micrografx micrograms microgravity microhylidae microkernel microleague microlensing microlink micromanagement micrometer micrometers micrometre micrometres micromuse micron micronation micronesia micronesian micronics microns microorganism microorganisms micropal microphone microphones micropolitan microprocessor microprocessors microprose microraptor microregion microrna micros microsatellite microscope microscopes microscopic microscopically microscopy microsd microsecond microseconds microsoft microstates microstructure microsys microsystems microtel microtest microtonal microtouch microtubule microtubules microvision microvita microware microwave microwaves mics mid mid- mid-afternoon mid-air mid-america mid-american mid-april mid-atlantic mid-august mid-autumn mid-c mid-cap mid-columbia mid-continent mid-crop mid-curve mid-day mid-december mid-east mid-feb mid-february mid-january mid-july mid-june mid-level mid-march mid-market mid-may mid-med mid-mississippi mid-month mid-morning mid-norway mid-nov mid-november mid-oct mid-october mid-off mid-on mid-point mid-price mid-range mid-rate mid-rates mid-season mid-sept mid-september mid-session mid-size mid-sized mid-south mid-summer mid-table mid-teens mid-term mid-to-high mid-to-late mid-way mid-week mid-west mid-wicket mid-winter mid-year mid0 mid0s mid0th midafternoon midair midale midamerican midas midbrain midcap midco midcoast midcom midcon midcontinent midcrop midd midday middays middeck middelburg middelhoff midden middens middle middle- middle-aged middle-class middle-distance middle-distillate middle-east middle-income middle-level middle-market middle-of-the-road middle-order middle-ranking middle-sized middleborough middlebrook middleburg middlebury middlefield middleman middlemen middlesbrough middlesex middleton middletown middleware middleweight middlewich middling midds mide mideast mideast-japan midem midf midfield midfielder midfielders midgar midgard midge midges midget midgets midgley midhurst midi midia midian midisoft midkemia midland midlands midler midleton midlife midline midlothian midmorning midnapore midnight midnighter midnite mido midopa midori midpoint midrand midrange midrash midrashic midrashim midrate midrates midrib midriff midseason midsection midsession midshipman midshipmen midshires midsize midsomer midst midstream midsummer midterm midtjylland midtown midtrade midvale midvein midway midweek midwest midwestern midwife midwifery midwinter midwives midwood midyear mie mieczyslaw miedz miel mielec mielgo mielke mien miep mier mierlo miers miert mies miesne mieszko mif mife mifepristone miffed mifflin mifsud mifune mig mig0 mig0s migdal might mightiest mightily mighty miglia miglin migne mignola mignon migraine migraines migrant migrants migrate migrated migrates migrating migration migrations migratory migros migs miguel mih mihai mihail mihailo mihailova mihailovic mihajlo mihajlovic mihalis mihaly mihdhar mihiel mihika miho mihoshi mihrab mii miike mijatovic mik mika mikado mikael mikami mikan mikasa mikawa mike mike.conlon mikel mikes mikey mikhail mikhailov mikhailovich mikhalkov mikheil miki mikio mikkel mikkelsen mikkelsplass mikko mikkola miklos miko mikolaj mikoto mikoyan mikro mikulas mikulski mikuni mikvah mil mila milacron miladin milady milagro milagros milam milan milan-based milan-san milanese milano milazzo milbank milberg milburn milby milch mild mild-mannered mildara mildenhall milder mildest mildew mildly mildmay mildred milds mildura mile mileage mileena milena milentijevic milepost mileposts miler miles miles-clark miles/0 milestone milestones miletich miletus miley milf milford milgram milgray milhaud milhouse mili milian miliband milic milieu milieutech milinko milion milisa militaire militancy militant militants militar militare militari militaries militarily militarisation militarised militarism militarist militaristic militarization militarized military military-backed military-dominated military-industrial military-led military-ruled military-style militia militiaman militiamen militias militsiya militum milius miljenovic milk milked milken milking milkman milkmen milkshake milkshakes milkweed milky mill milla millais millan milland millar millard millau millbank millbrae millbrook millburn millcreek mille milled milledgeville millen millenarian millenia millenium millennia millennial millennium miller millerite millers millersburg millersville milles millet millets millett millfeed millfeeds millfield milli millia milliards millibars millicent millicom millie milligan milligrams milliion millikan milliken millimes millimeter millimeters millimetre millimetres millin milliner millinery milling milling-stanley millington million million-a million-a-year million-barrel million-dollar million-mark million-member million-plus million-pound million-r million-real million-share million-strong million-tonne million-zloty million0 millionaire millionaires millions millionth millipede millipedes millipore millis millisecond milliseconds milliyet milllion millman millner millns millon millonarios milloy millrose mills millsaps millstein millstone millstones milltown millville millwall millward millwood millwright milly milman milmo milne milner milnes milngavie milnor milo milorad milos milosavljevic milosevic miloslav milosz milovanovic milpitas milpo milroy mils milstein milt miltary miltiades miltiadis milton milumil milunovich milupa milutin milutinovic milwaukee milwaukee-based mim mimamsa mimas mime mimed mimes mimesis mimetic mimi mimic mimicked mimicking mimico mimicry mimics mimimum miming mimms mimo mimosa mims min min* min. mina minako minali minamata minami minamoto minangkabau minani minar minardi minaret minarets minas minato minbar minbari mince minced minch minchin mincho mind mind-boggling mind-set mindanao mindaugas mindbender minded mindedness mindelo minden minder mindful mindfulness minding mindless mindon mindoro minds mindscape mindset mindsets mindspring mindvox mindy mine mineable minear minebea minecraft mined minefield minefields minehan minehead mineiro mineko minelayer minelayers minelaying mineo mineola miner minera mineracao mineral mineral-producing mineral-rich mineralbank mineralisation mineralised mineralization mineralized mineralogical mineralogist mineralogy minerals minero miners minerva mines mineshaft minesweeper minesweepers minesweeping minet mineta minette minetti mineworkers minfin minfins minford ming minghella mingle mingled mingling mingo mingrelia mingus minh minhas minho mini mini-band mini-boom mini-budget mini-bus mini-buses mini-car mini-constitution mini-mill mini-rally mini-series mini-session mini-state mini-summit mini-van miniature miniatures miniaturization miniaturized minibus minibuses minicar minicars minicomic minicomics minicomputer minicomputers minidisc minidv minie miniere minifigures minigame minigames minigolf minigun minima minimal minimalism minimalist minimalistic minimally minimax minimi minimis minimise minimised minimising minimization minimize minimized minimizes minimizing minimoog minimum minimums minimus mining minings minion minions minis miniscule miniser miniseries minish minister minister-designate minister-elect ministere ministered ministerial ministerial-level ministeries ministering ministerio ministers ministership ministre ministries ministry minitel minium minivan minivans minivehicles minix mink minke minkowski minkus minmetals minn minn.-based minna minneapolis minneapolis-based minneapolis-st minnehaha minnelli minnesota minnesota-based minnetonka minnett minnie minnig minnow minnows minntech mino minoan minoans minogue minolta minor minor-league minora minorca minorco minorities minority minority- minority-owned minors minoru minos minot minotaur minotaurs minova minovsky minproc mins minsa minsal minsheng minshull minsiter minsk minsky minster minsters minstrel minstrels minstrelsy minstry minsur mint mintage minted mintel minter minting minto minton mints mintues minty mintz minuet minuit minumum minurso minus minuscule minute minutely minuteman minutemen minutes minutiae minwax minx minya minyan minyor minyuan mio miocene miodrag miorin mip mipham mips mipt miquel miquelon mir mir0 mira mirab mirabeau mirabel mirabell mirabella mirabilis miracle miracleman miracles miraculous miraculously mirada mirador miraflores mirage mirages mirai miraj miral miramar miramax miramichi miran miranda mirandola miras mirbeau mirc mircea mircela mire mired mireille mirela miri miriam mirim mirjana mirko mirkwood mirna miro miroku miroljub miron mironov miroslav miroslaw mirpur mirra mirren mirrlees mirror mirrored mirroring mirrors mirsad mirsky mirth mirv mirvac mirvish miryang mirza mirzan mirzapur mirzoyev mis mis-selling misa misadventure misadventures misaki misaligned misalignment misalignments misamis misanthrope misanthropic misanthropy misao misappropriated misappropriating misappropriation misato misattributed misawa misbehaving misbehavior misbehaviour misc miscalculated miscalculation miscarriage miscarriages miscarried miscegenation miscellaneous miscellany mischa mischief mischievous miscible miscommunication misconception misconceptions misconduct misconstrued misdeeds misdemeanor misdemeanors misdemeanours misdiagnosed misdiagnosis misdirected misdirection mise miser miserable miserables miserably miserere misericordia miseries miserly misery mises misfire misfired misfit misfits misfortune misfortunes misgivings misguided mish misha mishandled mishandling mishap mishaps mishawaka misheard mishi mishima mishna mishnah mishnaic mishneh mishra mishtanim misidentification misidentified misinformation misinformed misinterpret misinterpretation misinterpretations misinterpreted misinterprets mision misiones misjudged miskatonic miskito miskolc misl mislabeled mislead misleading misleadingly misled misleh mismanaged mismanagement mismanaging mismatch mismatched mismatches misnamed misnomer miso misogynist misogynistic misogyny misperception misplaced mispricing mispronounced mispronunciation misquoted misr misra misraq misread misreading misrepresent misrepresentation misrepresentations misrepresented misrepresenting misrule miss miss. missa missaglia missal missed misselling missenden misses misshapen missiaen missile missiles missiles-to-publishing missing mission missionaries missionary missions missisquoi mississauga mississippi mississippian missoula missouri missourians misspelled misspelling misspellings misstatements missteps missy mist mistake mistaken mistakenly mistakes mistaking mister mistic mistletoe mistook mistral mistranslated mistranslation mistreated mistreating mistreatment mistress mistresses mistrial mistrust mistrusted mistrustful mistry mists mistura misty misuari misunderstand misunderstanding misunderstandings misunderstands misunderstood misuse misused misusing misuzu misys mit mita mitac mitanni mitch mitcham mitchel mitchell mitchells mitchum mite mitel mites mitford mithi mithila mithos mithra mithraism mithras mithridates mithridatic mithril mithun miti mitica mitigate mitigated mitigating mitigation mitja mitnick mito mitochondria mitochondrial mitochondrion mitosis mitotic mitra mitral mitre mitrokhin mitrovica mits mitscher mitsotakis mitsuba mitsubishi mitsuda mitsuhide mitsui mitsuki mitsuko mitsukoshi mitsumi mitsunari mitsuo mitsuomi mitsuru mitsurugi mitsuzuka mitt mittagong mittal mitte mitten mittens mitterrand mitty mityukov mitzi mitzvah mitzvot miu miura miwok miwon mix mix-up mixe mixed mixed-race mixed-signal mixed-use mixer mixers mixes mixing mixmag mixmaster mixolydian mixon mixtape mixtapes mixte mixtec mixture mixtures miya miyagi miyahara miyake miyako miyakoshi miyamoto miyanda miyazaki miyazawa miyazu miyoshi miyu miyuki miz mizar mize mizer mizo mizoguchi mizoram mizrachi mizrahi mizuho mizuki mizuno mizushima mizzen mizzou mj mj0 mjolnir mk mk. mk0 mkapa mkb mkii mkm mks mkt mktg mktprice($ mkts ml ml&h ml0 ml= mla mlada mladen mladic mladost mlas mlb mlc mle mlf mlg mlk mll mlle mllion mlm mln mln# mln* mln+ mln0 mlns mlp mlpc mlr mlrs mls mlw mm mm. mm/0 mm0 mma mmar mmb mmbg mmboe mmbtu mmc mmcf mmcfd mmd mmds mme mme. mmegi mmhg mmi mmk mmm mmmals mmmf mmo mmog mmol/l mmorpg mmorpgs mmp mmr mms mmt mmta mmtc mmu mmx mn mn0 mna mnc mncs mnd mnemonic mnemonics mnf mngrs mnh0 mni mnlf mnm mno mnp mnr mnth mnyandu mo mo-fr mo-frjpn mo-mo mo-su mo-th mo-tu mo-we mo. mo.-based moa moab moai moan moana moaning moans moat moated moats mob moba mobb mobbed mobbing moberly mobifon mobil mobilcom mobile mobilehome mobilemedia mobileone mobiles mobilfunk mobiliare mobilisation mobilise mobilised mobilising mobility mobilization mobilize mobilized mobilizing mobilkom mobistar mobitel mobius mobley mobo mobotropolis mobs mobster mobsters mobuto mobutu mobutu-kabila moby moc moca mocambique mocatta moccasin mocha moche mochi mochida mochizuki mochovce mock mock-up mocked mockery mocking mockingbird mockingbirds mockingly mocks mockumentary mockup mockus moctezuma mocumbi mod moda modafinil modal modalities modality modano modbury modder modders modding mode model modele modeled modeler modelers modeling modell modelled modeller modellers modelling modelo models modem modems modena modenas moderate moderate-income moderated moderately moderates moderating moderation moderator moderators modern modern-day moderna moderne modernes modernisation modernise modernised modernising modernism modernist modernistic modernists modernity modernization modernize modernized modernizing moderno moderns modes modest modestly modesto modesty modi modi'in modiano modibo modicum modifiable modification modifications modified modifieds modifier modifiers modifies modifiying modify modifying modigliani modine modise modlin modo modoc modok modra mods modula0 modular modularity modulate modulated modulates modulating modulation modulations modulator modulators module modules moduli modulo modulus modus modzelewski moe moebius moel moellemann moeller moen moench moenchengladbach moer moerdani moere moesha moesia moet moevenpick mof mofet moff moffat moffatt moffett moffitt moftec mog moga mogadishu mogae mogami mogas mogens mogg moggie moghul mogi mogilev mogilny mogilyov mogo mogollon mogren mogul moguls mogwai moh mohacs mohair mohaiyani mohajerani mohajir mohali mohamad mohamed mohammad mohammadi mohammed mohammedan mohammedia mohan mohandas mohanlal mohanty moharoof mohave mohawk mohawks mohd mohegan moheli mohenjo mohican mohicans mohieddin mohinder mohini mohler moholy mohr mohs mohsen mohsin mohta mohun mohyla moi moieties moiety moin moines moins moir moira moiraine moire mois moise moises moishe moisi moist moistened moister moisture moja mojave moji mojo mok moka moke mokha mokhehle mokhoff mokhtar mokhzani moko mokokchung mokona moksha mol mola molano molar molars molasses molay mold moldavia moldavian moldavians molde molded molders molding moldings moldocim moldova moldovan moldovans molds moldy mole molecular molecule molecules molenbeek moler moles molesey molest molestation molested molester molesters molesting molesworth molex molho moliere molina molinari molinaro moline molineux molino molinos molins molise molitor moll molla mollari molle moller mollet mollie mollify mollison mollovbank molloy mollusc mollusca molluscs mollusk mollusks molly molnar molniya molnlycke molo moloch molokai moloko moloney molonglo molotov molson molt molten molting moltisanti moltke moluccas molybdenum molyneaux molyneux mom moma mombasa mombi momcilo moment momenta momentarily momentary momentous moments momentum momiji momir momma mommsen mommy momo momoko momoyama moms momus mon mona monaco monaco-based monad monadnock monads monagas monaghan monahan monals monarch monarchial monarchic monarchical monarchies monarchist monarchists monarchs monarchy monaro monash monasteries monastery monastic monasticism monastics monastir monaural monboddo moncada moncassin moncayo monch monchengladbach monchy monck monckton monclova moncrieff moncton mond mondadori mondale mondavi monday monday-tuesday mondays monde mondeo mondes mondesi mondex mondi mondial mondiale mondo mondorf mondovi mondragon mondrian monds mondt moneda monegasque moneo monet monetarist monetary monetize money money-laundering money-losing money-making money-market money-spinner money-spinning money0 moneygram moneymaker moneypenny moneys moneywatch monferrato mong monga monge monger mongering mongia mongke mongkok mongkut mongla mongo mongol mongolia mongolian mongolians mongolic mongoloid mongols mongoose mongooses mongrel mongstad mongul moni monica monicker monier monies monika moniker monikers monique monism monist monistic monitor monitored monitoring monitors moniz monjaraz monjardin monju monk monkees monkey monkeys monkhouse monkiewicz monks monkstown monkton monmouth monmouthshire monnaie monnet monno mono monoamine monocacy monochromatic monochrome monocle monoclinic monoclonal monocoque monocots monocular monoculture monocytes monod monody monoecious monofilament monogamous monogamy monogatari monogram monograph monographs monohull monoid monoidal monolingual monolith monolithic monoliths monologue monologues monomakh monomer monomers monon monona monongahela monongalia mononoke mononucleosis monophonic monophosphate monophyletic monophyly monophysite monophysites monoplane monoplanes monopole monopoles monopolies monopolise monopolised monopolising monopolist monopolistic monopolize monopolized monopoly monoprix monorail monorchio monory monosaccharide monosaccharides monostori monosyllabic monotheism monotheistic monotone monotonic monotonically monotonous monotony monotremes monotype monotypic monoxide monro monroe monroeville monrovia mons monsanto monsengwo monsey monsieur monsignor monson monsoon monsoonal monsoons monster monsters monstrosity monstrous mont monta montacute montag montage montages montagne montagnes montagu montague montaigne montalban montale montalto montalvo montana montand montane montaner montanes montanez montano montanus montauban montauk montaze montbeliard montcalm montclair monte monteagle montebello montecassino montecito montedison montefeltro montefiore montego monteiro monteith montejo montek montel monteleone montell montella montenegrin montenegrins montenegro montepulciano monteregie monterey montero monterrey monterrey-based montes montesinos montesquieu montessori monteux monteverde monteverdi montevideo montez montezuma montferrand montferrat montford montfort montgolfier montgomerie montgomery montgomeryshire month month-ago month-earlier month-end month-long month-old month-on-month month-to-date month-to-month monthan monthly monthon months months-long monthsended monti monticello montiel montigny montillet montini montjuic montlake montlhery montly montmagny montmartre montmorency montoneros montoro montour montoursville montoya montparnasse montpelier montpellier montpensier montreal montreal-based montree montresor montreuil montreux montrose montross monts montserrat montt montvale montville monty monuc monument monumenta monumental monumento monuments monza monzon moo mood moodie moods moody moody-stuart moodys moog mook mookie moolah moolen moomba moomin moon moonbase moondance moondog moondragon moonee mooney mooninites moonlight moonlighting moonlit moonraker moons moonsault moonshine moonstar moonstone moonves moopanar moor moorabbin moorby moorcock moorcroft moore moored moorefield moorehead moorer moores moorestown mooresville moorfield moorfields moorgate moorhead moorhouse mooring moorings moorish moorland moorlands moorman moorpark moors moos moosa moose moot mooted moovies mop mop-up moped mopeds mopped mopping mops mor mora moraceae moraes morag moraga moraine moraines morais moral morale morale-boosting morales moralist moralistic morality moralizing morally morals moran moran0x morandi morane morang moranis morant morarji morass morath moratinos moratorium moratti morav.chemic. morava moravcik moravcova moravec moravia moravian moravians moray morayshire morazan morbid morbidelli morbidity morbidly morbihan morbius morceli morcha mord mordant mordaunt mordecai mordechai morden mordo mordor mordred mordru mordt mordvinov more morea moreau morecambe moree moreels moreh morehead morehouse moreira morel moreland morelia morell morella morelli morello morelos morena moreno morenz moreover mores moresby moreso moreton moretti morewa morey morgaine morgan morgana morganatic morganna morgans morgantown morgause morgen morgenpost morgenstern morgentaler morgenthau morges morgoth morgue morgul mori moria moriah morial moriarty moribund morihei morihisa morillo morimoto morin morinaga morini morioka moris moriscos morishita morison morissette morita moritz moriyama mork morland morley morlock morlocks mormaer mormaerdom mormon mormonism mormons mormugao morn morna mornay morne morning mornings morningside morningstar mornington moro moroccan moroccans morocco morococha moroder moron moroni moros morose morosini morotai moroz morozov morpeth morph morphed morpheme morphemes morpher morpheus morphin morphine morphing morphism morphisms morphogenesis morphological morphologically morphologies morphology morphs morphy morpork morra morrall morrell morricone morrie morrigan morrill morris morrison morrisons morrissey morristown morrisville morro morrocan morroco morrolan morrone morrow morrowind mors morse morshead morshed morslezs.teplarny mort mortage mortain mortal mortality mortally mortals mortar mortars morte mortem morten mortensen mortgage mortgage-backed mortgage-backeds mortgaged mortgages mortgages------------------ morticia mortician mortier mortification mortified mortimer mortis mortlake morton morts mortuary morty morvan morville morwell morwen morzine mos mosa mosaic mosaics mosaix mosasaurs mosby mosca moscheles moscoe moscom moscone mosconi moscoso moscovici moscow moscow-backed moscow-based moscow.newsroom@reuters.com mose mosel moseley moseley-braun moselle mosely moseneke mosenergo moser moses mosfet mosfets mosh mosharraf moshav moshe mosher moshi moshoeu moshood moshtaque mosiah mosiek-urbahn mosin mosinee mosk moskovsky moskow moskowitz moskva moskvich moskvitch moskvy moskwa moslem moslem- moslem-based moslem-controlled moslem-croat moslem-dominated moslem-led moslem-majority moslem-oriented moslems mosley mosman moson mosop mosque mosquera mosques mosquito mosquitoes mosquitos moss mossad mossadegh mosse mossel mosses mossetti mossflower mossgas mossi mossimo mossley mossman mossy most most-active most-capitalised most-favoured most-favoured-nation most-traded mosta mostafa mostar mostecka mostel mostly mostostal mostostal-e mostostal-w mostostal-z mostovoi mostyn mosu mosul mosuo mosz mot mota motacillidae motagua motala motaung mote motel motels motet motets moth mothballed mothballs mother mother-in-law motherboard motherboards mothercare motherfucker motherhood motherhouse mothering motherland motherlode motherly mothers mothersbaugh mothership motherwell mothma mothman mothra moths moti motif motifs motilal motile motility motion motionless motions motivate motivated motivates motivating motivation motivational motivations motivator motive motivepower motives motivic motlatsi motley moto motobu motocross motogp motoinvest motoko motor motor-columbus motorbike motorbikes motorboat motorboats motorcade motorcades motorcar motorcars motorcycle motorcycles motorcycling motorcyclist motorcyclists motorcyle motored motoren motoren-werke motorhead motorhome motoring motorised motorist motorists motorized motorman motorola motors motorsport motorsports motorway motorways motown mots mott motta motte mottled mottling motto mottoes mottola mottos mottram motu mou moudjahid mouillot mouland moulay mould moulded moulder moulding mouldings moulds moulin moulinex moulinier moulins mouloudia moult moulting moulton moultrie mouly moumtzis mound mounds mount mountain mountaineer mountaineering mountaineers mountainous mountains mountainside mountainsides mountaintop mountaintops mountasia mountbatten mounted mountford mountfort mounth mountie mounties mounting mountings mountjoy mounts moura mourad mourier mourinho mourn mourne mourned mourner mourners mournful mourning mourns moury mous mousa mouscron mouse mousehole mouser mousetrap mouskouri moussa moussakele moussaoui mousse moustache moustaches moustachioed moustapha mousterian mouth mouthed mouthful mouthing mouthparts mouthpiece mouthpieces mouths mouthwash mouton mouvement mouzone mov mova movable move move-buy moveable moved movement movement)--------------------------------- movements moveon moveon.org mover movers moves moveset movie moviegoers movies movietone movimento movimiento movin moving movladi mow mowat mowbray mowed mower mowers mowgli mowing mowlam mowlavi mowlem mowry mox moxie moxon moxy moy moya moyco moyen moyer moyers moyes moyet moylan moyle moyles moyne moynihan moyo mozal mozambican mozambicans mozambique mozarabic mozart mozarteum mozes mozi mozilla mozyr mozzarella mozzo mp mp0 mp0/0 mp0com mp0s mpa mpaa mpas mpb mpc mpc0 mpd mpe mpeb mpeg mpeg0 mpf mpg mph mphil mpi mpl mpla mplayer mpls mpm mpo mpp mpps mpr mprp mps mpt mpu mpumalanga mpv mq mqm mqm-haqiqi mr mr. mr.anupam mr.benny mr.chaitanya mr.felix mr.vikrant mr.vipul mr0 mra mrap mraz mrc mrca mrcb mrd mrelb mrf mri mridangam mrinal mrl mrna mrnas mro mroczek mrp mrpl mrs mrs. mrsa mrt mrta mrv ms ms. ms.chandra ms.kavita ms.preeti ms.sowmya ms0 ms= msa msas msb msc msci msd msde msdn msds mse mseteka msf msf0 msg msgr. msi msida msiri msk msl msm msn msnbc msng.rts mso mso0 msp msps msr msrb msrp mss mss. mst mst0k mstislav msts msu msv msw msx mszp mt mt--all mt. mt0 mt=metric mta mtb mtbe mtc mtd mtdna mtel mtg mtgb mtge mth mth-on-mth mthembi-mahanyele mthly mths mti mti-econews mtk mtl mtm mtm-sbs mtmd mtn mtn. mtnl mto mtp mtr mtrc mts mtskheta mtt mtu mtv mtv0 mtvu mty mu mua muad'dib muammar muang muar muara muasher muawiya muawiyah muay muban mubarak much much-anticipated much-awaited much-criticised much-delayed much-heralded much-hyped much-improved much-loved much-maligned much-needed much-publicised much-touted much-vaunted much-watched mucha muchalls muchmusic mucho muchtar mucic mucilage muck muckraking mucky mucosa mucosal mucous mucus mud mud-slinging muda mudaliar mudavadi mudd muddied muddle muddled muddling muddy mudejar mudenge mudflats mudge mudgee mudhoney mudra mudros muds mudslide mudslides mudslinging mudstone mudstones mudvayne mueang muehlemann mueller muench muenchen muenchener muenster muentefering muerte muerto muertos mufamadi mufasa muff muffin muffins muffled muffler mufti mufulira mug muga mugabe mugar mugello mugen mugged mugger muggeridge muggers mugging muggings muggle muggles muggs mughal mughals mugla mugs mugunga mugur muhajir muhamad muhamed muhammad muhammed muharam muharram muharraq muhlenberg muhsin mui muir muirhead muisca muite mujahedin mujahid mujahideen mujer mujeres mujib mujibur mujtaba mujuru mukai mukalayi mukand mukasey mukden mukendi mukerji mukesh mukherjee mukhlisi mukhopadhyay mukhtar mukilteo muklis mukti mukuro mul mula mulan mulatto mulayam mulberry mulcahy mulch muldaur mulde mulder muldoon mule mules mulford mulga mulgrave mulgrew mulheim mulholland mulhouse muli mulia mulialand mulk mull mulla mullah mullahs mullaitivu mullally mullan mullaney mullard mullarkey mulled mullen mullens muller mullerian mullet mullets mullica mulligan mullin mulliner mulling mullingar mullins mullion mullioned mulls mulpha mulroney multan multani multedo multi multi- multi-annual multi-billion multi-billion-dollar multi-candidate multi-center multi-channel multi-coloured multi-credit multi-cultural multi-currency multi-day multi-employer multi-ethnic multi-faceted multi-family multi-function multi-grade multi-lateral multi-level multi-line multi-lingual multi-market multi-media multi-member multi-million multi-million-dollar multi-millionaire multi-modal multi-national multi-nationals multi-party multi-purpose multi-racial multi-role multi-seat multi-service multi-sided multi-state multi-storey multi-tranche multi-user multi-utility multi-year multiannual multibillion multibillion-dollar multibras multicanal multicare multicast multicellular multichannel multichoice multico multicolor multicolored multicolour multicoloured multicrypt multics multicultural multiculturalism multidana multidimensional multidisciplinary multiethnic multifaceted multifamily multifarious multifoods multifunction multifunctional multigroup multihouse multilateral multilayer multilayered multilevel multilingual multilingualism multimedia multimillion multimillion-dollar multimillionaire multimodal multinational multinationals multinvest multiparty multipath multiplatform multiplayer multiple multiples multiplex multiplexed multiplexer multiplexes multiplexing multiplic multiplication multiplications multiplicative multiplicity multiplied multiplier multipliers multiplies multiply multiplying multipoint multipolar multipole multiprocessing multiprocessor multipurpose multiracial multirole multisource multistage multitasking multithreaded multithreading multitrack multituberculata multitude multitudes multiuser multivariate multiverse multivision multiyear multnomah mulumba muluzi mulvey mulya mum mumba mumbai mumble mumbles mumbling mumbo mumford mumia mumias mumm mummers mummies mummification mummified mummy mumps mums mumtaz mumun mun muna munante munasinghe munch munchausen muncheberg munchen munchhausen munchkin munchkins munchner muncie muncipal muncipality munckton muncy munda mundane mundaring munday munde mundelein mundell munden mundi mundial mundie mundine mundo mundus mundy mung munge munger mungo mungomba mungyeong muni muni-bond muni-bonds munibonds munic munich munich-based municipal municipalities municipality municipally municipals municipio municipios municipium munifacts munindex0 munir munis munistat munition munitions muniz munk munn munna munnetra munnich munny munoz munro munroe munros munsee munsey munshi munson munster munsters munsu munteanu munter munthe muntinlupa muntjac muntz muoi muon muons muppet muppets muqtada mur mura muraco murad murakami mural murali muralist muralitharan muralitheran murals muramasa murano murasaki murasame murasoli murat murata muratovic muravei muravyov murayama murban murbella murch murchison murcia murco murder murderdolls murdered murderer murderers murderess murdering murderous murders murdiono murdoc murdoch murdock mure murerwa mures muresan murex murfreesboro murgita muri muriate murid muridae muriel murillo murine muritz murkowski murky murmansk murmur murmurs murnau murni muro muromachi murong murphey murphy murphys murr murrah murray murrayfield murrays murree murrell murrieta murrin murrow murrumbidgee murry murs murshid murshidabad mursid mursili murtagh murtaugh murtaza murtha murthy murti murto murton muruga murugan muruli mururoa murzuk mus musa musab musalia musampa musashi musashino musburger muscaria muscarinic muscat muscatine muscicapidae muscle muscled muscles muscling muscogee muscovite muscovites muscovy muscular musculature musculoskeletal musculus muse mused musee museeuw musen museo muses musette museu museum museums museveni musgrave musgrove mush musha mushahid musharraf musher mushers mushi mushroom mushroomed mushroomhead mushrooming mushrooms mushtaq mushy musial music music/club musica musical musicale musicality musically musicals musician musicians musicianship musick musicland musicological musicologist musicologists musicology musics musik musikhochschule musil musing musings musique musk muskeg muskegon muskellunge musket musketeer musketeers musketry muskets muskie muskies muskingum muskogee muskoka muskrat muskrats musl muslim muslimgauze muslims muslin muso musou musquodoboit muss mussa mussar mussel musselburgh musselman mussels musser musset mussi mussina musso mussolini mussoorie mussorgsky must must-win mustache mustafa mustafar mustaine mustang mustangs mustapha mustard mustek muster mustered mustering musters mustoe musume muswell musyoka mut mut'ah muta mutable mutagen mutagenesis mutagenic mutal mutant mutants mutaqi mutare mutate mutated mutates mutating mutation mutations mutawae mutawakkil mute muted mutes muth mutha mutharika muthiah muthu muti mutiara mutilate mutilated mutilating mutilation mutilations mutineers muting mutinied mutinies mutinous mutiny muto mutoh mutola mutombo mutsu mutsumi mutt muttalib mutter muttered muttering mutterings mutters muttiah mutton mutual mutualism mutuality mutually mutually-owned mutuals mutuelle mututulo mutya muuga muy muybridge muyo muzaffar muzaffarabad muzaffarpur muzak muzik muzio muzorewa muztagh muztuba muzzi muzzle muzzles muzzling mv mva mvc mvd mvm mvo mvp mvrafter mvs mvsi mvv mw mwai mwana mwanza mwata mwc mwe mwenze mweru mwh mwiinga mwss mx mx0 mx0l0=rr mxaap mxenge mxico mxpx mxr mxyzptlk my mya myanmar myasthenia myatt myc mycal mycelium mycenae mycenaean mycenean mycobacteria mycobacterium mycogen mycology mycom mycoplasma mycorrhizal mycroft myelin myeloid myeloma myeon myer myers myerson mykhailo mykola mykolayiv mykonos mylan mylapore mylar mylene myles myllylae mylrea mymensingh myna mynetworktv mynydd myocardial myocardium myoclonus myoglobin myong-hwan myongdong myopathy myopia myopic myosin myotis myotismon myotrophin myoview myp myr myra myrdal myriad myriam myrick myristica myristicaceae myrna myron myrrh myrsinaceae myrtaceae myrtle mys myself mysore myspace myspace.com mysql myst mystara mystere mysterians mysteries mysterio mysterious mysteriously mysterium mysteron mysterons mystery mystic mystical mystically mysticism mystics mystified mystique mystra myth mythbusters mythic mythical mythological mythologies mythology mythopoeic mythos myths mytilene mytilineos mytravel myung myx mz mzi mzilikazi mzimela n n$ n'a n'djamena n'doram n'dour n'est n'goran n'gotty n't n+ n+a n- n-market n-tv n. n.a n.a. n.a.= n.b. n.c n.c. n.c.-based n.d n.d. n.e. n.h n.h. n.i.c. n.iii0 n.j n.j. n.j.-based n.j.shekhon n.l. n.m n.m. n.s. n.spec n.t. n.v n.v. n.w n.w. n.w.a n.w.a. n.w.t. n.y n.y. n.y.-based n.z. n/ n0 n=0 n=cbot n=july n=kcbt n=notional na na0 na=not naa naabsa naac naacp naafi naam naamah naamsa naan naantali naar naarden naas nab naba nabard nabataean nabatiyeh nabbed nabc nabco nabe naberezhniye nabha nabi nabih nabiki nabil nabis nabisco nabl nablus nabo nabokov nabonidus naboo nabors nabs nabu nabucco nac naca nacala nacchio nacco nacelle nacelles nach nachman nacho nachos nachrichten nacht nacion nacional nacionales nacionalista nack nacka nacl naco nacogdoches nad nada nadal nadar nadd nadeau nadeco nadeem nader nadesico nadezhda nadh nadi nadia nadim nadine nadir nadira nadja nadler nador nadph nadro nadu nae naemura naeringsbanken naeringsliv naess naf nafin nafta nafta-moskva naftali naftemboriki nag naga naga- nagah nagai nagaland nagamootoo nagano nagant nagaoka nagapattinam nagar nagara nagari nagarjuna nagas nagasaki nagasakiya nagase nagash nagashima nagata nagato nagaur nage nagel nagercoil nagging nagi nagin naginata nagisa nagle naglis nagorno nagorno-karabakh nagoya nagpur nagra nags naguib nagumo nagy nagykun nagymaros nagyova nah naha nahal nahar nahariya nahda nahin nahmanides nahnah nahr nahra nahthen nahua nahuatl nahuel nahum nai naia naiad naib naibari naic naidoo naidu naif naigai naik nail nail-biting nailed nailene nailing nails naim naima naimi nain naina nainggolan nainital naipaul nair naira nairn nairne nairobi nairobi-based nairs nairu nais naish naismith naito naive naively naivete naivety naja najaf najarian najd najdorf najera naji najib najibullah nak naka nakagawa nakaharu nakai nakajima nakamichi nakamura nakanishi nakano nakashima nakata nakatani nakauchi nakayama nakdong naked nakedness nakhchivan nakhichevan nakhodka nakhon nakumatt nakuru nal nala nalanda nalbandian nalco nale naledi naletilic nalgonda nalkheda nalkhera nall naloxone nam nama namakkal namath namba nambiar nambla namboothiri namboothiris nambour nambrew nambu namco namdar name name-brand name= named namek nameless namely nameplate nameplates names namesake namesakes namespace namespaces namgyal nami namib namibia namibian namibians namie namier naming namm namoi namond namor nampa nampak nampo nampower namsos namuh namur nan nana nanagas nanaimo nanak nanako nanami nanashi nanavati nance nanchang nanci nancy nand nanda nanded nandi nandini nando nandor nandrolone nandy nane nanette nang nanga nangarhar nanhai nani nanites nanjing nankai nanking nanna nanni nannies nanning nannini nanny nano nanobots nanoha nanomachines nanometer nanometers nanoose nanoparticles nanoscale nanoseconds nanotech nanotechnology nanotube nanotubes nansa nansei nansemond nansen nanshan nant nantahala nanterre nantes nanticoke nantong nantucket nantwich nanyang nao naoc naoh naoki naoko naomh naomi naomichi naos naota naoto nap napa napalm napanee nape naped naperville napf naphtali naphtha naphtha* naphthalene naphthenic napi napier napkin napkins naples naples-based napm napo napoca napocor napoleon napoleonic napoli napolitano nappa nappes nappies napping nappy napr napro naps napster naptha naqahdah naqoura naqshbandi naqvi nar nara narada narai narain naraku naral narang naranjo narasimha narathiwat narayan narayana narayanan narayanganj naraynaganj narbonensis narbonne narc narciso narcissa narcisse narcissism narcissistic narcissus narco narcolepsy narconon narcosis narcotic narcotics nardello nardi nardo naree nareit narendra nares naresh naresuan narew nargis nargiso nargothrond nari narino narita narke narmada narmon narn narnia narnian naro narodna narodnaya narodni narodny narodowy naroff narongchai naropa narovec narrabeen narrabri narragansett narrandera narrate narrated narrates narrating narration narrations narrative narratives narrator narrators narrow narrow-body narrow-range narrowband narrowed narrower narrowest narrowing narrowly narrowness narrows narses narthex naru narumi naruto narva narvaez narvik narwhal naryanganj nas nasa nasal nasalized nasals nascar nascent nascimento nasd nasdaq nasdaq-listed nasdr naseby naseem naseer naseerullah naselje naser nash nashashibi nashe nasher nashik nashua nashville nasi nasik nasim nasional nasir nasiriyah nasl naslund nasm nasmyth naspers nasr nasrallah nasrullah nass nassar nassau nasser nast nastase nastech nasties nasty nasu nasution nat nat'l nat'l;y nata natacha natak natal natale natalia natalie natalya natan nataraja natas natasa natasha natatorium natbank natchez natchitoches natcity nate nateq-nouri natfoods natgas nath nathalie nathan nathanael nathaniel nathanson natick nation nation-wide national national-led national-new national-oilwell national-standard national0 nationale nationales nationalisation nationalise nationalised nationalism nationalist nationalist-ruled nationalistic nationalists nationalite nationalities nationality nationalization nationalize nationalized nationalizing nationalliga nationally nationals nationhood nations nations-run nations-sponsored nationsbanc nationsbank nationwide native native-born natively natives natividad nativist nativity natjan natl natmut nato nato-led nato-member nato-russia nato-russian nats natsionalny natsteel natsu natsuki natsume natsumi natta natto natty natuna natur natura naturae natural naturalis naturalisation naturalised naturalism naturalist naturalistic naturalists naturalization naturalized naturalizer naturally naturalness naturals nature natured naturelle natures naturgas naturism naturist naturists naturopathic natwest natya nau naude naudero naufor naugatuck naught naughton naughty naugus naum nauman naumann naumburg nauru nauruan nausea nauseda naushad nausicaa nautica nautical nautico nautiloids nautilus nautla nauvoo nav nava navais navajo navajos naval navale navan navarino navarra navarre navarrese navarro navarro-valls navas navasota nave naved navee naveed naveen naveh navel naves navi navia navicular navidad navier navies navigable navigate navigated navigates navigating navigation navigational navigations navigator navigators navin navinbhai navio navios navis navistar navix navjot navratilova navy nawab nawabs nawaf nawal nawaz naxalite naxos nay naya nayak nayaka nayaks nayan nayapara nayar nayarit nayau nayef naylor nayudu nayyar nazaire nazar nazarbayev nazarene nazareth nazario nazarov nazca nazdratenko nazgul nazi nazi-era nazi-occupied nazi-soviet nazia nazianzus nazim nazionale nazir nazirite nazis nazism naziunalista nazmi nazran nazrul nb nb-no nb0 nba nbad nbb nbc nbc-tv nbd nbdl nbe nbfcs nbh nbi nbk nbl nbm nbm-amstelland nbn nbnz nbp nbp-bill nbp-bills nbr nbs nbt nbva nby nc nc0 nc=acomparison nc=no nca ncaa ncaer ncall ncb ncba ncbi ncc ncc0 nccc ncd ncds nce ncea ncec nchanga nci ncis ncl nclb ncm ncmi nco ncos ncp ncr ncrna ncs ncsa ncsoft ncsu nctm ncua ncube ncw nd nd0 nda ndadaye ndahiro ndb ndc nde ndebele ndeti ndf ndfs ndh ndi ndiaye ndimira ndizeye ndola ndongo ndp ndr nds ndsu ndtv ndwandwe ne ne'er ne0 nea neagh neagle neal neale nealon neame neamt neanderthal neanderthals neapolis neapolitan neapolitans near near- near-anarchy near-bankrupt near-dated near-fatal near-misses near-monopoly near-month near-normal near-perfect near-record near-term near-total near0 nearby nearbys neared nearer nearest nearing nearly nearness nears nearshore nearterm neary neasden neat neath neatkariga neatly neave neb neb.-based nebehay nebel nebiolo nebo nebojsa nebraska nebraska-based nebuchadnezzar nebula nebulae nebulos nebulous nec necaxa neccessary necci necesary necessarily necessary necessitate necessitated necessitates necessitating necessities necessity nechako neches necho nechtan neck neck-and-neck neck-off neckar neckbones necked necker neckerchief necklace necklaces neckline necks necktie neckties necmettin neco necochea necon necro necrolai necromancer necromancers necromancy necron necronomicon necrons necrophilia necropolis necrosis necrotic nectar nectarinia nectariniidae ned neda nedam nedcar nedcor nedec nedee nedeljko nederland nederlanden nederlander nederlands nederlandsche nederlandse nedic nedlac nedlloyd nedunkeni nedved nee need needed needful needham neediest needing needle needles needless needlessly needlework needs needy neel neela neelix neely neem neeman neemuch neenah neepawa neer nees neeson neeti nef nefaria nefarious nefertari nefertiti nefesh neff neftochim neftochimik neftohim neftohimik neftyanaya neg nega negara negate negated negates negating negation negative negatively negatives negativity negativland negeri negev negi negima neglect neglected neglectful neglecting neglects negligence negligent negligently negligible negline nego0 negocios negotations negotiable negotiate negotiated negotiates negotiating negotiation negotiations negotiator negotiators negra negras negrete negri negro negroes negron negroponte negros negru negura negus neh neha nehalem nehemiah nehru nehru-gandhi nei neidhart neigbouring neiges neighbor neighborhood neighborhoods neighboring neighbors neighbour neighbourhood neighbourhoods neighbouring neighbourliness neighbourly neighbours neikov neil neil@jinks.demon.co.uk neiland neill neilsen neilson neiman neisse neith neither nejan nejd nek nekketsu neko nekrasov nel nell nella nellcor nelle nellie nellis nellore nelly nels nelson nelsonville nelvana nem nema neman nemanja nemanjic nematode nematodes nematron nembe nemec nemechek nemesis nemeth nemi nemo nemours nems nemtsov nemzet nen nena nenad nenagh nenana nene neneh nenets nengo nenki nennius neo neo-conservative neo-liberal neo-nazi neo-nazis neoclassic neoclassical neoclassicism neoconservatism neoconservative neoconservatives neocortex neodymium neofolk neogen neoh neoliberal neoliberalism neolithic neologism neologisms neomagic neon neonatal neonate neonates neopagan neopaganism neopagans neopath neopets neopharm neophyte neophytes neoplasms neoplastic neoplatonic neoplatonism neoprene neoprobe neoproterozoic neoptolemus neorealism neorx neos neosapien neosho neostar neotronics neotropical neotropics neots neozyme nep nepal nepalese nepali nepalis nepc nepean nepenthes nepheline nephew nephews nephi nephilim nephite nephites nephrite nephritis nephrology nephropathy nephthys nepia nepomuceno nepomuk nepool nepos nepotism nepszabadsag nepszava neptun neptune neptunes neptunian ner ner'zhul nera neraca nerang nerb nerc nerd nerdcore nerds nerdy nerefco neretva nereus nerevar nerf nergal neri neris nerissa neritan nerlinger nermal nerman nernst nero neron nertz neruda nerv nerva nerve nerves nervo nervosa nervous nervously nervousness nervy nerweyi nery nes nesbit nesbitt nescafe nesher neshoba nesmith nesn nesroom ness nessa nessie nessus nest nesta neste nested nester nesting nestle nestled nestles nestling nestlings neston nestor nestorian nestorianism nestorians nestorius nests nesuah net netaji netanya netanyahu netanyahu-arafat netback netball netbios netbsd netcare netcaster netco netcom netcomm netflix netgrocer nethack nether nethercutt netherealm netherland netherlandish netherlands netherlands-based netherton netherworld nethold neths netia netley netlive netmanage netminder neto netobjects netpc netpcs netradio nets netscape netshitenzhe netted nettie netting nettle nettles nettleton netto nettwerk neturei netvantage netware network network-affiliated network-based networked networking networks networth netzarim neu neubauer neubauten neuber neuberger neuburg neuchatel neucom neudorf neue neuen neues neuf neufchateau neufeld neuffer neuhaus neuilly neukirchen neuman neumann neumark neumarkt neuner neunkirchen neupogen neuquen neural neuralgia neuraminidase neurath neurex neuro neurobiology neurodegenerative neuroendocrine neurogen neurogenesis neuroimaging neuroleptic neurologic neurological neurologist neurologists neurology neuromancer neuromedical neuromuscular neuron neuronal neurone neuronetics neurons neuropathic neuropathy neurophysiology neuropsychiatric neuropsychological neuropsychology neuroscience neurosciences neuroscientist neuroscientists neuroses neurosis neurosurgeon neurosurgery neurotic neurotoxic neurotoxicity neurotoxin neurotoxins neurotransmitter neurotransmitters neurotrophic neuse neuss neustadt neustria neuter neutered neutering neutra neutral neutralise neutralised neutralising neutrality neutralization neutralize neutralized neutralizes neutralizing neutrally neutrals neutrino neutrinos neutron neutrons neutropenia neutrophil neutrophils neuve neuville neuwied neuwirth nev neva nevada nevado neve never never-ending neverending neverland nevermind nevermore nevers nevertheless neverthless neverwinter neves neveu nevil nevill neville nevin nevins nevio nevis nevitts nevsky new new-born new-car new-cars-for-old new-crop new-found new-generation new-home new-issue new-look new-style new-york newall newar newark newarthill newbattle newberg newberry newbery newbie newbies newbold newborn newborns newborough newbridge newbuilding newburg newburgh newbury newburyport newby newcap newcastle newco newcomb newcombe newcomen newcomer newcomers newcourt newcrest newdesk newdigate newell newer newest newey newfield newfound newfoundland newfoundlanders newgate newgrange newgrounds newhall newham newhart newhaven newhouse newington newkirk newland newlands newley newly newly-acquired newly-appointed newly-built newly-created newly-crowned newly-elected newly-established newly-floated newly-formed newly-independent newly-issued newly-launched newly-listed newly-merged newly-opened newly-privatised newly-promoted newly-signed newlyn newlywed newlyweds newman newmar newmark newmarket newmont newnan newness newnham newpaper newpark newport newquay newroom newry news news- news-stand news/talk news@reuter.fi news@reuters.fi newsagency newsagent newsagents newsboy newsboys newscast newscaster newscasters newscasts newscenter newschannel newsday newsdesk newsgroup newsgroups newshour newsletter newsletters newsmagazine newsmakers newsman newsmen newsnight newsom newsome newsoom newspaper newspaperman newspapers newspeak newspoll newsprint newsradio newsreader newsreaders newsreel newsreels newsrom newsroom newsroom0 newsrooms newsroon newsrooom newsstand newsstands newstalk newstead newsted newsweb newsweek newsweekly newswire newsworld newsworthy newt newtelco newton newtonian newtons newtown newtownabbey newtownards newts newtype newtypes newyork nexstar next next-day next-generation nextel nextlevel nextstep nextwave nexus ney neyev neyland nez neza nezavisimaya nezavisnost nezha nezu nf nf0 nfa nfb nfc nfd nfeb nff nfi nfis nfk nfl nfo nfp nfpa nfr nfs nfu nfy ng ng0 nga ngaedhael ngai ngam ngan ngandu ngapuhi ngara ngata ngati ngawang ngbanda ngbandi ngc ngiam ngilu ngjela ngk ngl ngls ngo ngoc ngong ngos ngpl ngu nguema nguesso nguni nguyen ngvs nh nh0 nha nhan nhat nhb nhc nhiek nhk nhl nhl-standings nhler nhlpa nhms nhon nhp nhpc nhra nhs nhtsa nhu nhut ni nia niab0 niacin niaga niaga0 niagara niall niamey niamh niamien nian niantic nias niasse niaura niazi nib nibble nibbler nibbles nibbling nibelung nibelungen nibelungenlied nibid nibizi nibley nibs nibstrating nic nica nicaea nicanor nicap nicaragua nicaraguan nicaraguans nicaretta nicco niccolo nicd nice nicely nicene nicephorus nicer nicest nich.pir niche niches nichiboshin nichiei nichimen nichimo nichirei nichiren nichol nicholai nicholas nicholas-applegate nicholl nicholls nichols nicholson nicht nicias nicieza nick nickel nickel-metal nickelback nickelodeon nickels nickerson nicki nicklas nicklaus nickle nickleby nickles nickless nicklin nickname nicknamed nicknames nickos nicks nicktoons nicky niclas nico nicobar nicodemus nicol nicola nicolaas nicolae nicolaescu nicolai nicolas nicolau nicolaus nicole nicolet nicolette nicoll nicollet nicolo nicolson nicomedia nicon nicopolis nicor nicorette nicos nicosia nicotine nicotinic nics nicu nid nida nida'a nidal nidaros niddah nidec nidera nidhiki nidia nido nie niebaum niebuhr niece nieces nieck nieder niedermayer niedermeyer niekerk niekro niel niels nielsen nielson niem nieman niemann niemela niemeyer niemi nieminen niemira nien nienburg niesr nieto nietzsche nietzschean nieuport nieuw nieuwe nieuws nieves nif nifl nifong nifty nig nigam nigel niger nigeria nigerian nigerian-led nigerians nigerien nigg nigga nigger niggers niggling nigh night night-time night-vision nightcliff nightclub nightclubs nightcrawler nightfall nightgown nighthawk nighthawks nightingale nightingales nightjar nightjars nightlife nightline nightly nightmare nightmares nightmarish nights nightshade nighttime nightwatch nightwatchman nightwing nightwish nighy nigra niguel nih nihal nihil nihilism nihilist nihilistic nihilo nihon nihoul nii niigata niinisto niit nijinsky nijmegen nijo nik nika nikah nikaya nike nikel nikephoros nikhil niki nikiforos nikiforov nikita nikitin nikka nikkatsu nikkei nikkei0 nikkeis nikken nikki nikko nikkodo nikkor niklas niklaus niko nikola nikolac nikolaevich nikolai nikolaidis nikolaj nikolaos nikolas nikolaus nikolay nikolayev nikolayevich nikolic nikolov nikon nikopol nikos niksic nil nil------ nila nile niles nilgiri nilgiris nilis nilo nilotic nilpotent nils nilsen nilsmark nilson nilsson nilus nim nima nimal nimble nimbus nimeiry nimes nimh nimir nimitz nimmo nimo nimoy nimrod nimzowitsch nin nina nine nine- nine-contract nine-day nine-day-old nine-game nine-member nine-mile nine-miles nine-month nine-month-old nine-months nine-mth nine-nation nine-party nine-percent nine-point nine-team nine-under-par nine-week nine-year nine-year-old niners nines nineteen nineteenth nineties ninetieth ninety ninety-day ninety-five ninety-seven ninety-six nineveh ning ningbo ningxia ninh ninian ninja ninjas ninjutsu nino ninos ninoy nintendo ninth ninth-largest ninurta niobe niobium niobrara nioc niosh nip nip/tuck nipigon nipissing nippecraft nipped nipper nipple nipples nippon nippur nips nipsco niqab nir nira nirma nirmal nirmala niro nirvana nis nisa nisan nisar nisbet nisei nisga'a nish nisha nishan nishapur nishat nishi nishi-nippon nishikawa nishimatsu nishimoto nishimura nishiyama nishizawa nisi nisibis nismo nisqually nissa nissan nissei nisseki nissen nisshin nisshinbo nissho nissim nissin nissos nist nistelrooy nit nita nitc nite nitel niteroi nithipat nithsdale nitin nitinol nitra nitrate nitrates nitrazepam nitric nitride nitrite nitrites nitro nitrocellulose nitrogen nitrogenous nitroglycerin nitromethane nitrous nitrox nits nitschke nitta nittan nittany nittetsu nitti nitto nitty nitty-gritty nityananda nitz nitze niu niue niugini niv niva nivea nivelle nivelles niven niwa nix nixdorf nixed nixon niyazov nizam nizamabad nizami nizar nizhnevartovskneftegaz nizhny nizzola nj njan njcaa nje njegos njord njoya njpw njs njsiaa nk nkana nkel.rts nkf nkk nkomo nkosazana nkp nkrumah nkt nkvd nl nl0 nla nlaka'pamux nlb nlc nlcf nlcs nld nlds nle nlf nlg nll nlm nlng nlp nlrb nls nm nm;y nma nmar nmax nmb nmbs nmc nmda nme nmfm nmh nmi nmjan nmo nmos nmr nms nmt nn nn0 nnamdi nne nnn nnpc nnw no no-action no-balls no-confidence no-contest no-delivery no-fly no-frills no-go no-hitter no-load no-man no-nonsense no-one no-show no-shows no-win no. no.of no0 no0c noa noaa noah noahide noailles noakes noam noarlunga nob nobby nobe nobel nobile nobili nobilis nobility nobilo nobis noble nobleman noblemen nobles noblesse noblest noblesville noblewoman nobly nobo noboa nobody noboru nobriga nobu nobuaki nobuatsu nobuhiko nobunaga nobuo nobutaka nobuyuki noc nocera nocerina noch nochchimoddai noche nock nocona nocs noctis noctuidae nocturnal nocturne nocturnes nod noda nodal nodaway nodded nodding noddy node nodes nodoka nods nodular nodule nodules noe noel noelle noether noetherian nof nofx nog nogai nogales nogent noggin nogi nograd noguchi nogueira noh noi noida noin noir noire noirs noise noises noisier noisily noisy noize nojima nok nokia nokian nol nola nolan noland nolasco nolde noldor noldorin noli noll nols nolte nom noma nomad nomadic nomads noman nomar nombre nome nomen nomenclature nomes nomex nomi nomina nominal nominal-valued nominalism nominally nominate nominated nominates nominating nomination nominations nominative nomine nominee nominees nomiyama nomo noms nomura non non- non-accelerating non-accompanied non-accrual non-aggression non-agricultural non-alcoholic non-aligned non-amt non-annex non-arab non-bank non-banking non-banks non-basmati non-binding non-borrowed non-call non-callable non-cash non-chinese non-cis non-citizens non-cocoa non-commercial non-commercials non-commissioned non-committal non-communist non-comp non-compete non-competitive non-compliance non-consolidated non-controversial non-conventional non-convertible non-cooperation non-core non-cumulative non-current non-defence non-defense non-del non-deliverable non-delivery non-dilutive non-discrimination non-discriminatory non-dollar non-domestic non-durable non-durables non-economic non-elected non-electrical non-emergency non-emu non-energy non-essential non-eu non-european non-event non-exclusive non-executive non-existant non-existent non-farm non-ferrous non-fiction non-financial non-firm non-fiscal non-food non-fuel non-gold non-government non-governmental non-guaranteed non-hazardous non-hospital non-housing non-independent non-indigenous non-inflationary non-interest non-interference non-invasive non-investment non-issue non-japan non-japanese non-jews non-lethal non-life non-listed non-manufacturers non-manufacturing non-marine non-market non-member non-members non-memory non-metal non-metallic non-military non-mining non-monetary non-mortgage non-nato non-negotiable non-nuclear non-oecd non-official non-oil non-opec non-operating non-operational non-opposition non-parliamentary non-participation non-partisan non-party non-payment non-payments non-performing non-permanent non-petroleum non-playing non-political non-prescription non-prime non-productive non-profit non-profitable non-proliferation non-public non-quota non-real non-recourse non-recurring non-refundable non-regulated non-repatriable non-reportable non-resident non-residential non-residents non-respect non-rural non-russian non-scheduled non-seasonally non-serbs non-smoker non-smokers non-smoking non-standard non-starter non-state non-stop non-strategic non-tariff non-tax non-taxable non-tobacco non-toxic non-tradable non-trade non-tradeable non-traditional non-u.s. non-union non-unionized non-utility non-violence non-violent non-voting non-wage non-weighted non-woven nona nonaccrual nonbank nonbinding noncallable noncash nonce nonchalant noncommercial noncommissioned noncommittal noncommutative noncompetitive nonconformist nonconformists nonconformity nonconvex noncurrent nondefense nondenominational nondescript nondeterministic nondurable nondurables none nonempty nonesuch nonetheless nonexistence nonexistent nonfarm nonfat nonferrous nonfiction nonfinancial nonfunctional nong nongovernmental nonhuman noni nonint noninterest nonlinear nonnegative nono nonoc nonoperating nonpartisan nonperforming nonpolar nonprofit nonprofits nonproliferation nonrecurring nonreportable nonresidential nonsectarian nonsense nonsensical nonspecific nonstandard nonstop nonsuch nontoxic nontraditional nontrivial nonutility nonverbal nonviolence nonviolent nonzero noo noob noodle noodles nook nooks nool noon noonan noone noongar noontime noor noord noordwijk noori nooruddin noory noosa noose nootka nop nopa nopac nor nor'easter nora norad noradrenaline norah noram norand noranda norberg norbert norberto norbu norbury norby norcen norcity norco norcross nord nordbanken nordberg norddeutsche norden nordenham nordenskiold nordfriesland nordhausen nordheim nordic nordics nordin nordiques nordisk nordiska nordkap nordland nordlb nordlingen nordonia nordre nordsee nordson nordstrom nordvorpommern nordwestmecklenburg nore noreen norelco norepinephrine norf norfield norfolk norfra norgas norge norges norhomes nori noricum noriega noriko norilsk norilsky norin norinchukin norit noritsu noriyuki norland norm norma normal normalcy normale normalisation normalise normalised normalising normality normalization normalize normalized normalizing normally normals norman normanby normand normandie normandy normans normanton normar normative normed normet normie norminco norml norms norn norne norns norodom noroeste noronha norquay norquist norra norrback norrbotten norrell norreys norrie norrington norris norristown norrkoping norrland norscan norse norseman norsemen norsk norske norstan norte nortech nortek nortel norteno north north- north-central north-east north-eastern north-northeast north-northwest north-rhine north-south north-west north-western north/south northallerton northam northampton northamptonshire northants northbound northbridge northbrook northcentral northcliffe northcote northcott northcross northeast northeasterly northeastern northeastward northen norther northerly northern northerner northerners northernmost northerns northfield northfleet northgate northland northlands northmen northolt northport northrend northridge northrop northrup norths northshore northside northstar northumberland northumbria northumbrian northumbrians northup northville northward northwards northway northwest northwesterly northwestern northwestward northwich northwind northwood northwoods northwst norton norvell norvestia norvik norville norvir norwalk norway norweb norwegian norwegians norwell norwest norwich norwood nos nos. nos0 nosal nose nose-dive nose-dived nosebleed nosebleeds nosed nosedive nosedived nosema noses nosewheel nosferatu nosgoth noson nossa nostalgia nostalgic noster nostra nostradamus nostrand nostratic nostril nostrils nostromo nostrum nosy not not-for-profit not-guilty not-too-distant nota notability notable notables notably notamment notaries notarized notary notat notated notation notational notationally notations notch notchback notched notches notching note note- note-data note0 note:- note:two notebaert notebook notebooks noted noteholders notepad notes notes----------------- noteworthy noth nothaft nothern nothin nothing nothingness nothings nothofagus noticable notice noticeable noticeably noticed notices noticias noticing notification notifications notified notifies notify notifying notimex noting notion notional notionally notionnel notions notitia notley noto notochord notodden notoriety notorious notoriously notre nots nott notte notting nottingham nottinghamshire nottoway notts notwithstanding nou nouadhibou nouakchott nougat nought nouma noumea noun nouns nour nourbakhsh noureddine nouri nourish nourished nourishing nourishment nourse nous nouveau nouveaux nouvel nouvelle nouvelles nov nov'0 nov-dec nov-feb nov-jan nov-oct nov. nov0 nova novacare novacek novadigm novae novagas novak noval novalis novametrix novara novartis novas novastation novato novavax novaya novdec nove novel novela novelette novelisation novelisations novelist novelistic novelists novelization novelizations novell novella novellae novellas novelli novello novellus novels novelties novelty november november-december november-october november/december novembre novemeber noven novena noverco novgorod novgorodian novgorodians novi novica novice novices novick novikov novinar novine noviny novita novitiate novo novodevichy novolipetsk novopan novopharm novorossiisk novorossisk novorossiysk novoselic novosibirsk novosibirskenergo novoste novosti novotna novotny novq novum novus novy novye now now-defunct nowa nowadays nowak nowakowski nowe nowell nowen nowhere nowitzki nowlan nowra nowshera nowy nox noxious noxso noy noyabrskneftegaz noyce noyer noyes noyon nozaki nozawa nozick nozomi nozze nozzle nozzles np npa npas npc npcc npcs npd npf npfl npg npi npk npl npm npn npo npp nppc npr npra nps npsl npt npv nq nqld nr nr. nr0 nra nrb nrc nrdc nre nrf nrg nri nris nrj nrk nrl nrm nrma nrnr nro nrotc nrp nrs nrt nrw ns ns-no ns0 nsa nsaapr nsac nsafeb nsaid nsaids nsajan nsamar nsamay nsb nsc nscaa nsd nsdap nsdl nse nsf nsfeb nsi nsjan nsk nsl nsm nso nsp nspcc nsr nss nstor nstp nsu nsw nswrl nsx nt nt$ nt-based nt0 nta ntac ntb ntc ntfs nth ntibantunganya ntini ntl ntm ntma ntn ntn-d ntnu ntp ntpc ntr nts ntsb ntsc ntsu ntt ntu ntuc ntv ntvi nu nu-kote nua nuada nuaimi nuala nuance nuanced nuances nuba nubia nubian nubians nubira nuccio nuchal nuclear nuclear-armed nuclear-free nuclear-powered nucleated nucleation nuclei nucleic nucleolar nucleolus nucleon nucleons nucleophile nucleophiles nucleophilic nucleoside nucleosynthesis nucleotide nucleotides nucleus nuclide nuclides nuco0 nucor nude nudes nudge nudged nudges nudging nudie nudism nudist nudists nudity nudum nueces nuer nuerburgring nuestra nuestro nueva nuevo nuevos nuffield nugent nugget nuggets nugraha nugroho nuh nui nuisance nuit nuits nujoma nukaya nuke nukem nukes nuko nuku nul null nullarbor nullification nullified nullify nullifying nullity nullius nulth num num. numa numac numan numar numb numb0rs number number-one number-two numbered numbering numbers numbing numbness numbuh numenor numenorean numenoreans numeracy numeral numerals numerator numerex numeric numerical numerically numero numerology numerous numidia numidian numismatic numismatics numismatist numismatists numrique numsa nun nunatak nunavik nunavut nunc nunca nunchaku nunciature nuncio nuneaton nunes nunez nunn nunnery nuno nuns nuntius nunziata nunzio nuon nuova nuovo nupe nupedia nuplex nuptial nuptials nur nurbs nurburgring nurdin nuremberg nuremburg nureyev nurhaci nuri nurkka nurlan nurmi nurnberg nurse nursed nursemaid nurseries nursery nurses nursing nursultan nurture nurtured nurtures nurturing nurul nus nusa nusamba nusantara nusaphala nusrat nussbaum nut nutation nutcracker nutcrackers nuthatch nuthatches nutley nutmeg nutreco nutricia nutrient nutrients nutrition nutritional nutritionally nutritionist nutritionists nutritious nutritive nuts nutshell nutt nuttall nutter nutting nutty nuu nuva nuveen nuvolari nuwan nuwara nuyorican nuys nv nv0 nva nvc nvidia nw nw0 nwa nwankwo nwe nwfp nwmp nwo nwobhm nwpp nwr nws nwt nx nx0 nxe0 ny ny-comex ny-spot ny0 nya nyachae nyack nyanga nyangoma nyanza nyariki nyarlathotep nyasaland nyaya nyberg nyc nyce nycomed nye nyerere nyeri nygaard nyh nyheter nyhoff nyingma nyit nyk nykoping nykredit nyla nylander nylex nylon nyman nymex nymph nymphalidae nymphs nynaeve nynex nynorsk nyon nypa nypd nypp nyquist nyren nyro nyrup nys nysa nyse nyse-consolidated nyse-listed nyseg nyssa nystagmus nystrom nyt nyu nyum nyungan nyunt nyva nyx nz nz$ nz0 nzanga nzcc nzd nzfoe nzi nzier nzmc nzo nzog nzpa nzr nzrfu nzsc nzse nzse0 nzt o o&m o' o'ahu o'banion o'bannon o'brian o'brien o'bryan o'byrne o'callaghan o'carroll o'casey o'clock o'clocked o'connell o'connor o'conor o'day o'dea o'dell o'doherty o'donnell o'donoghue o'donovan o'dowd o'driscoll o'duffy o'dwyer o'er o'fallon o'farrell o'flaherty o'gara o'gorman o'grady o'hagan o'halloran o'hanlon o'hara o'hare o'hearn o'higgins o'jays o'kane o'keefe o'keeffe o'kelly o'lantern o'leary o'loughlin o'mahony o'malley o'mara o'meara o'neal o'neil o'neill o'neills o'odham o'quinn o'rahilly o'regan o'reilly o'reily o'riley o'riordan o'rourke o'shane o'shaughnessy o'shea o'smach o'sullivan o'toole o-kie o. o.c o.c. o.d o.g. o.j. o.k. o.o. o.p. o.s. o.s.k. o.t.o. o.tel.o o0 o0:h0 o=oil oa oaa oac oahu oak oakbrook oakdale oakenfold oakes oakeshott oakey oakglen oakham oakhurst oakland oaklands oaklawn oakleigh oakley oakmark oakmont oakridge oaks oakton oakville oakwell oakwood oam oamaru oao oar oars oarsman oarsmen oas oases oasis oat oates oath oath-taking oaths oatlands oatley oatmeal oats oau oav oaxaca ob oba obadiah obafemi obama oban obando obasanjo obata obayashi obc obchodna obchodni obe obeah obed obedience obedient obeid obeisance obelisk obelisks obelix ober oberg obergruppenfuhrer oberhausen oberheim oberholzer oberkommando oberland oberleutnant oberliga oberlin obermeier oberoi oberon oberst oberstdorf oberth oberursel obese obesity obey obeyed obeyesekere obeying obeys obfuscation obi obiang obie obigarm obilic obispo obituaries obituary object objected objectification objecting objection objectionable objections objective objectively objectives objectivism objectivist objectivists objectivity objector objectors objects objets obl oblast oblasts oblate oblates oblation oblig obligasi obligate obligated obligation obligations obligatory oblige obliged obliges obliging oblique obliquely obliterate obliterated obliterating obliteration oblivion oblivious oblong oblongata obnoxious obo oboe oboes oboist obon obop oboro obote obovate obp obra obrador obradovic obras obrecht obree obregon obrenovic obrero obroda obscene obscenities obscenity obscura obscure obscured obscurely obscures obscuring obscurity observable observables observance observances observant observation observational observations observatories observatory observe observed observer observers observes observing obsessed obsession obsessions obsessive obsessively obsidian obsolescence obsolescent obsolete obstacle obstacles obstetric obstetrical obstetrician obstetricians obstetrics obstinacy obstinate obstruct obstructed obstructing obstruction obstructions obstructive obstructs obtain obtainable obtained obtaining obtains obturator obtuse obu obuasi obukhov obus obverse obviate obviating obvious obviously obywatelska oc oc0 oca ocal ocala ocalan ocaml ocampo ocana ocarina ocasek ocaw ocb ocbc occ occam occasion occasional occasionally occasioned occasions occassions occident occidental occidentalis occipital occitan occitania occluded occlusal occlusion occult occultation occultism occultist occultists occupancy occupant occupants occupation occupational occupations occupied occupier occupiers occupies occupy occupying occur occured occurence occuring occurred occurrence occurrences occurring occurs occusystems ocd oce oce-van ocean ocean-going oceana oceaneering oceanfront oceangoing oceania oceanian oceanic oceano oceanographer oceanographic oceanography oceans oceanside oceanus ocei ocelli ocelot ocensa och ocha ochil ochirbat ocho ochoa ochotonidae ochraceous ochre ochrony ochs oci ock ockeghem ockham ocl oclc ocoee oconee oconto ocp ocr ocracoke ocs oct oct'0 oct-april oct-dec oct-sept oct. oct0 oct0-nov0 octa octagon octagonal octahedra octahedral octahedron octal octane octant octava octave octaves octavia octavian octavias octavio octavius octavo octel octet octets octnov october october-december october-november october-september october/november octobre octonions octopi octopus octopuses octopussy octq ocu ocular oculomotor oculus ocwen od oda odak odakyu odawara odb odbc odd odd-lot odda oddball oddie oddities oddity oddly oddo oddparents odds odds-on ode odebrecht odec oded odeh odell oden odenkirk odense odenwald odeon oder oderbruch oderus odes odessa odets odetta odette odex odi odie odier odile odilo odin odinga odio odious odis odissi odlum odm odo odoacer odoardo odom odometer odon odontodes odor odori odorless odors odos odour odp odr odra odrade ods odum odumbe odwalla odysseus odyssey oe oea oebb oecd oecf oecs oed oedema oedipal oedipus oeffentliche oehler oeiag oeics oekb oel oelag oelmuehle oem oems oen oengus oeridian oerlemans oerlikon oerlikon-buehrle oersted oesman oeste oester oesterreicher oesterreichische oestfold oestrogen oetob oetv oeuvre oevp oevre oex oeystein of of0 ofa ofc ofcd ofcom ofdm ofek ofelia ofer off off-again off-balance off-budget off-course off-duty off-exchange off-field off-floor off-grade off-guard off-highway off-limits off-line off-load off-loaded off-loading off-market off-peak off-price off-road off-season off-shore off-side off-site off-spinner off-stump off-take off-the-ball off-the-books off-the-cuff off-the-mall off-the-shelf off-track off-warrant offa offal offaly offbeat offcial offenbach offence offences offend offended offender offenders offending offends offense offenses offensive offensively offensives offer offered offeree offering offerings offeror offers offertory offhand offical offically officals office officeholders officemax officer officers offices official officialdom officially officials officialy officiate officiated officiating officier officinalis officio offiicial offing offline offload offloaded offloading offre offroad offs offscreen offseason offset offsets offsetting offshoot offshoots offshore offshoring offside offsite offspinner offspring offstage offtake offtakes offutt offworld ofgas ofi oficial oficials ofisa ofisi ofk oflag ofm ofonagoro ofreg ofsaa ofsted oft oft-stated oftel often often-volatile oftentimes ofthe ofwat ofz og ogaden ogami ogasawara ogata ogawa ogc ogden ogdensburg ogdru oge ogedei ogg ogham oghuz ogi ogier ogilvie ogilvy ogiwara ogl oglala ogle oglesby oglethorpe ogmore ogoni ogoniland ogonis ogpu ogre ogres ogress ogrin ogun ogura oguz ogwuma oh oh0 oha ohana ohara ohc ohen ohg ohio ohio-based ohki ohl ohlone ohm ohman ohmeda ohmic ohms ohmsford ohn ohne ohno ohr ohrid ohs ohsaa ohta ohv oi oiapr oib oic oidec oif oifeb oijan oikawa oil oil- oil-based oil-bearing oil-dri oil-fired oil-for oil-for-food oil-producing oil-related oil-rich oil:dlrs oilapr oiled oiler oilers oilex oilfield oilfields oilgear oiling oiljul oiljun oilman oilmay oilmeal oilmill oils oilseed oilseeds oilwell oilworkers oily oimar oingo oinoussian oinov ointment ointments oirat oirats oireachtas ois oise oiseaux oishi oisin oistrakh oita oj oj0 ojai ojala ojeda oji ojibwa ojibway ojibwe ojo ojos ok ok0 oka okabe okada okaloosa okami okamitsu okamoto okamura okan okanagan okano okanogan okapi okasan okavango okawara okay okayama okayed okays okazaki okb okd oke okechukwu okeechobee okeh okehampton okello okey okh okhotsk oki okie okinawa okinawan okinawans okita okla oklahoma oklahoman oko okobank okocha okocim okoi okolie okon okotoks okra okres okrug oks oksana oktay oktoberfest oku okubo okuda okulov okuma okura okw ol ola olaf olafsson olafur olah olainfarm olajuwon olam oland olano olap olarn olathe olau olaus olav olave olawa olazabal olbermann olbia olcott olczyk old old-age old-crop old-fashioned old-growth old-guard old-style old-time oldbury oldcastle oldcorn olde olden oldenburg oldendorf oldendorff oldendroff older oldest oldfield oldham oldies oldman oldrich olds oldsmobile olduvai oldwick ole olea olean oleander oled olefin olefins oleg oleic olein oleksandr oleksy olenghankoy olentangy oleo oleochemicals olerud olestra olexander olf olfactory olga olhovskiy oli olicom oligarch oligarchic oligarchies oligarchs oligarchy oligocene oligopoly oligosaccharides olimpia olimpico olimpija olimpik olin olinda oliphant oliseh oliva olivares olive oliveira oliver olivera oliveri oliveros olives olivet olivetti olivi olivia olivier olivine olivos oliwa oljeselskap olle olli ollie ollila olly olm olma olmec olmeca olmecs olmedo olmert olmo olmos olmstead olmsted oln olney olo olof olomouc olonga olongapo olos olpe ols olsen olson olsson olsten olster olsza olszewski olsztyn olt oltchim oltenia olu olufsen olujic olumpia olusegun olvera olvi olwen olympia olympiacos olympiad olympiads olympiakos olympian olympians olympias olympic olympics olympio olympique olympius olympus om om0 oma omac omagh omaha omai omake oman omani omanthai omar omarion omarska omb ombudsman ombudsmen omc omd omdurman ome omega omega0 omelette omen omens omer omerta ometraco omg omhsa omi omicron omineca ominous ominously omission omissions omit omits omitted omitting omiya ommeren ommissions omnes omni omnia omnibook omnibus omnicare omnicom omnidirectional omnimon omnimpex omnipoint omnipol omnipotence omnipotent omnipresence omnipresent omniquip omniscience omniscient omnitel omnitrix omnium omnius omnivore omnivores omnivorous omo omon omonia omori omri omron oms omsk omv on on- on-again on-air on-board on-demand on-farm on-feed on-field on-going on-line on-market on-off on-peak on-screen on-shore on-site on-stream on-the-spot on-time on-year on/off on0 ona onaga onako onam onassis onate onbancorp onboard once once-mighty once-off once-powerful once-proud once-weekly oncins oncogene oncogenes oncologist oncology oncoming oncor oncorhynchus oncormed onda ondaatje onderon ondes ondine ondo ondrej ondruska one one- one-and-a-half one-billion one-by-one one-by-two one-cent one-china one-day one-dayer one-dayers one-eighth one-fifth one-for-five one-for-four one-for-one one-for-six one-for-three one-for-two one-for0 one-fourth one-game one-goal one-half one-hour one-hundredth one-legged one-man one-match one-million one-month one-off one-offs one-on-one one-out one-over-par one-page one-party one-percent one-point one-quarter one-room one-round one-seat one-sentence one-seventh one-shot one-sided one-sixth one-step one-stop one-stroke one-tenth one-term one-third one-thousandth one-time one-to-one one-two one-under one-under-par one-vote one-way one-week one-x one-year one-year-old one-years one-yr one. one0-one one0one onega onegin onehunga oneida oneita oneksimbank oneness oneok oneonta onerous ones oneself onetime onewave oneworld onex onfem ong ongar ongc ongoing oni onias onic onida onimusha onin onion onions onis onishi onite onitsha onix onizuka onkaparinga onlf online onlooker onlookers only onn onna ono onoda onofre onomatopoeia onomatopoeic onondaga onp onr ons onsale onsan onscreen onsen onset onshore onside onsite onslaught onslow onstad onstage onstar onstream ont ont. ontarian ontarians ontario ontario-based onthe onto ontological ontologically ontologies ontology ontonagon ontrack ontrak onu onuah onur onus onward onwards onyx onze oo oo0oo-- oo0oo------- oocyte oocytes ood oogie ooh oolong oom oomen-ruijten oompa oomph oona ooo ooo---- ooo----- oooooo oop oops oort oost oostende oosterveld oosthuizen ooty oovel oozaru ooze oozes oozing op op. op0 opa opacic opacity opal opals opaque opatov opatovice opava opc opcode opcodes opcw opec opec-member opechancanough opecna opel opelika opelousas open open-air open-cast open-door open-end open-ended open-heart open-market open-minded open-necked open-outcry open-pit open-sided open-skies open-spec open-specification openbsd opencast opendocument opened opener openers opengl openid opening opening-round openings openly openness openoffice.org opens opensolaris openstep opentype openvms oper opera operable operacion operand operandi operands operant operas operate operated operates operatic operating operation operational operationally operations operations(0 operative operatively operatives operator operators operatorship operculum operetta operettas operon opers opeth opg opgc ophelia ophir ophiuchus ophthalmic ophthalmologist ophthalmologists ophthalmology opiate opiates opic opie opine opined opines opinion opinionated opinions opioid opioids opium opjhl opl opm opmann opole opon oporto oposition opossum opossums opp oppen oppenheim oppenheimer oppenlaender opperman oppidum oppland oppn opponent opponents opportune opportunism opportunist opportunistic opportunists opportunites opportunities opportunity opportunties opposable oppose opposed opposes opposing opposite oppositely opposites opposition opposition-backed opposition-controlled opposition-dominated opposition-held opposition-led oppositional oppositions oppositon oppostion oppposition oppress oppressed oppressing oppression oppressive oppressor oppressors opraf oprah opry opryland ops opsf opsm opstock opt opt-out opt-outs opta optare opted optek opteron optic optical optically opticals optician opticians optics optima optimal optimality optimally optimates optimax optimisation optimise optimised optimising optimism optimist optimistic optimistically optimists optimization optimizations optimize optimized optimizer optimizes optimizing optimum optimus opting option option-related optional optional-origin optionally optioned options options- options-linked options-related optioporssi optmistic opto optometrist optometrists optometry opts optus opuc opulence opulent opuntia opus opv opyright oquendo or or0 ora orac oracle oracle0 oracles oracular oradea oradell oral orally oram oran orang orange orangeburg orangemen orangery oranges orangeville orangey orangina orangutan orangutans oranienburg oranje orapa orapr oration orations orator oratorical oratorio oratorios orators oratory orava orazio orb orbach orban orbcomm orbis orbison orbit orbital orbitals orbited orbiter orbiters orbiting orbitor orbits orbotech orbs orc orca orcas orchard orchards orchester orchestra orchestral orchestras orchestrate orchestrated orchestrating orchestration orchestrations orchestrator orchestre orchid orchidaceae orchids orcish orckit orcs orcus orczy ord ord/ orda ordain ordained ordaining ordapr ordaz orddec orde ordeal ordeals ordec ordemar orden order order-driven orderbook ordered ordering orderings orderlies orderly orders orders-blns orders-on-hand orders-pct ordersapr ordersdec ordersfeb ordersjan ordersmar ordersnov ordfeb ordinal ordinals ordinance ordinances ordinaries ordinarily ordinarius ordinary ordinate ordinated ordinates ordinating ordination ordinations ordinator ordine ordjun ordmar ordmay ordnance ordo ordoct ordonez ordono ordos ordovician ordre ordrs ordrsjan ordrsjul ordrsjun ordrsmay ords ordsapr ordsdec ordsfeb ordsjan ordsmar ordsmay ordsnov ordu ordway ordzhonikidze ore ore.-based orebody orebro oregano oregon oregon-based oregonian oreja orejuela orel orellana orem oremans oren orenburg orenda orengo orenstein oreo ores oresharski oresme oreste orestes oresund orf orfeb orfeo orfeus-spas orff orford org orga organ organa organelle organelles organic organically organics organisation organisational organisations organise organised organiser organisers organises organising organism organisms organist organistion organists organization organizational organizationally organizations organize organized organizer organizers organizes organizing organogenesis organometallic organon organophosphate organs organum orgasm orgasmic orgasms orgies orgill orginal orginally orgins orgone orgryte orgy orhan ori oriana oribi oric oricon oriel orient orient-avia orientable oriental orientale orientales orientalis orientalism orientalist orientalists orientated orientation orientations oriente oriented orienteering orienting orientis orifice orifices orig origami origen origin original originality originally originals originate originated originates originating origination originations originator originators origine origines origins orihime orii orijent orillia orimi orimulsion orin orinda orinoco oriole orioles orion orion-squire orion-yhtyma orions orisha orishas oriskany orissa orix oriya orizaba orjan ork orkhon orkla orkney orkneyinga orkneys orko orks orkut orla orlan orland orlandi orlandini orlando orleanist orleans orleans-based orlin orlov orly orm orman ormandy ormar orme ormeau ormet ormiston ormoc ormond ormonde ormsby ormskirk orn ornament ornamental ornamentation ornamented ornaments ornate ornately ornda orndorff orne ornette ornithischian ornithological ornithologist ornithologists ornithology ornithopod ornskoldsvik ornstein oro orochi orochimaru orogen orogenic orogeny orographic oromia oromo orono orontes oropeza orosius orosz oroville oroya orozco orp orphan orphanage orphanages orphaned orphans orphee orpheum orpheus orphic orpington orquesta orr orrefors orrell orrery orrick orridge orrin orry ors orsha orsi orsini orson ort orta ortega orth orthez ortho orthoclase orthodontic orthodontics orthodontist orthodox orthodoxy orthogonal orthographic orthographies orthography orthologic orthomolecular orthonormal orthopaedic orthopaedics orthopedic orthopedics orthorhombic orthostatic ortigas ortiz ortlieb orton ortt oru orucevic oruro orval orvieto orville orvis orwell ory oryol oryx oryza orzabal os os-siraj os/0 os0 osa osage osaka osaka-based osama osamu osan osasuna osb osbert osborn osborne osbourne osbournes osc oscan oscar oscar-nominated oscar-winning oscars osce osceola oscillate oscillated oscillates oscillating oscillation oscillations oscillator oscillators oscillatory oscilloscope oscilloscopes osco osd ose osea oseberg osei osel osella oseltamivir osem osf osgiliath osgood osgoode osh osha oshakati oshawa oshii oshima oshkosh oshman osho osi osiander osicom osiguranje osijek osip osiris osk oskar osler oslo oslo-based oslobodjenje oslofjord osm osman osmani osmania osmena osment osmium osmond osmonds osmonics osmosis osmotic osnabruck osnabrueck osnabruecker oso osorio osorkon osorno osp ospel ospf ospina osprey ospreys osps osr osram osric oss ossa osseo ossetia ossetian ossetians ossett ossia ossian ossicles ossie ossification ossified ossining ossipee ossory ossuary ossus ost osteen osten ostend ostensible ostensibly ostenstad ostentatious osteoarthritis osteoblasts osteomyelitis osteopathic osteopathy osteoporosis oster osterberg ostergotland osterley osterman osterreich osterreichische ostersund ostex ostgota ostia ostinato ostland ostling ostmark ostoja ostomy ostra ostracised ostracism ostracized ostrander ostrava ostravar ostrich ostriches ostrobothnia ostroe ostrog ostrogothic ostrogoths ostroleka ostrom ostros ostrov ostrovsky ostrow ostrowski ostvorpommern ostwald osu osun osuna osunsade osv osvaldo oswal oswald oswaldo oswalt oswego oswestry oswiecim oswiu osz ot ota otago otahuhu otakar otaki otakon otaku otani otaola otaru otc otcei ote otelinox otello otelul otero oth othello other otherness others others. others:cents otherwise otherworld otherworldly othman othniel otho othr otis otitis otley otmar oto otoe otoko otome otomi otomo otomobil otopeni otori otosan otp otra otranto otro ots otsego otsu otsuka ott ottar ottaviano ottavio ottawa ottaway otter otterbein otters ottey ottis ottmar otto ottokar ottoman ottomans ottonian ottumwa otu otus otvos otway ou ouachita ouagadougou oub ouchi oud oude oudh oudtshoorn oued ouedec ouedraogo ouellet ouellette ouen ouest oufeb ought oui ouija ouimet oujan oujda ouko ould ould-abdallah oulton oulu oumar oun ounce ounces oundle oup ouput our ouray ourense ouro ouroboros ours ourselves ousainou ouse ouside ousland ousmane ouspensky oust oustanding ousted ouster ousting ousts out out-and-out out-in out-movement out-of-court out-of-date out-of-form out-of-pocket out-of-state out-of-the-money out-of-town out-patient out-turn out. outage outages outaouais outback outbid outboard outbound outbreak outbreaks outbuildings outburst outbursts outcast outcasts outclass outclassed outcome outcomes outcrop outcropping outcroppings outcrops outcry outdated outdid outdo outdone outdoor outdoors outdoorsman outed outeniqua outer outerbridge outermost outerwear outfall outfield outfielder outfielders outfit outfits outfitted outfitters outfitting outflank outflanked outflanking outflow outflows outgassing outgoing outgoings outgrew outgrow outgrown outgrowth outgrowths outgunned outhouse outhouses outing outings outkast outland outlander outlanders outlandish outlands outlast outlasted outlaw outlawed outlawing outlaws outlawz outlay outlays outlet outlets outlier outliers outline outlined outlines outlining outlive outlived outlook outlooks outlying outmaneuvered outmatched outmoded outnumber outnumbered outnumbering outokumpu outpace outpaced outpaces outpacing outpatient outpatients outperform outperformance outperformed outperformer outperformers outperforming outperforms outplacement outplayed outpointed outpolled outpost outposts outpouring outpq0 output outputs outputting outputy outq0 outrage outraged outrageous outrageously outrages outram outran outranked outre outreach outremont outrigger outriggers outright outrights outro outrun outs outschakov outscored outscoring outselling outset outshine outshone outshopped outshot outside outsider outsiders outskirts outsmart outsold outsource outsourced outsourcing outspent outspoken outspokenness outstanding outstanding(0 outstanding* outstandingly outstandings outstation outstretched outstrip outstripped outstripping outstrips outta outtake outtakes outturn outvoted outward outwardly outwards outwash outweigh outweighed outweighing outweighs outwit outwith outwitted outworld ouvriere ouyahia ouyang ov ov0 ova ovais oval ovale ovals ovando ovarian ovaries ovary ovas ovata ovate ovation ovations ovcara ovcharov ovchinnikov ove ovechkin oven ovens over over- over-age over-allotment over-allotments over-ambitious over-bought over-capacity over-dependence over-exposure over-extended over-heated over-heating over-optimism over-optimistic over-priced over-production over-reacted over-reacting over-reaction over-regulation over-reliance over-riding over-runs over-subscribed over-subscription over-supply over-the-counter over-the-weekend over-valuation over-valued over0 overactive overal overall overallotment overallotments overalls overarching overawed overbanked overbearing overbeck overbidding overblown overboard overbought overbridge overbrook overbuilding overburden overburdened overcame overcapacity overcast overcharge overcharged overcharges overcharging overclocked overclocking overcoat overcome overcomes overcoming overconfidence overconfident overcrowded overcrowding overdoing overdone overdose overdosed overdoses overdosing overdraft overdrafts overdrive overdriven overdub overdubbed overdubbing overdubs overdue overeating overestimate overestimated overestimating overexposure overextended overfishing overflight overflights overflow overflowed overflowing overflows overfly overflying overgrazing overground overgrown overgrowth overhand overhang overhanging overhangs overhaul overhauled overhauling overhauls overhead overheads overhear overheard overhearing overhears overheat overheated overheating overijssel overjoyed overkill overlaid overlain overland overlander overlap overlapped overlapping overlaps overlay overlayed overlaying overlays overlies overliquid overload overloaded overloading overloads overlook overlooked overlooking overlooks overlord overlords overlordship overly overlying overman overmars overmind overnight overnights overpaid overpass overpasses overpay overpaying overpayment overpayments overplayed overpopulated overpopulation overpower overpowered overpowering overpowers overpressure overpriced overprint overprinted overprints overproducing overproduction overprotective overran overrated overreact overreacted overreacting overreaction overridden override overrides overriding overrode overrule overruled overruling overrun overrunning overruns overs oversaw oversea oversea-chinese overseas overseas-based oversee overseeing overseen overseer overseers oversees overshadow overshadowed overshadowing overshadows overshoot overshooting overshoots overshot oversight oversimplification oversize oversized oversold overspend overspending overspent overspill overstaffed overstaffing overstate overstated overstatement overstates overstating overstaying oversteer overstepped overstepping overstreet overstretched oversubscribed oversubscription oversubscriptions oversupplied oversupply overt overtake overtaken overtakes overtaking overthrew overthrow overthrowing overthrown overthrows overtime overtly overton overtone overtones overtook overture overtures overturn overturned overturning overturns overuse overused overvaluation overvalued overview overviews overwatch overweight overweighted overweighting overwhelm overwhelmed overwhelming overwhelmingly overwhelms overwinter overwintering overwinters overwork overworked overworld overwrite overwriting overwritten overzealous ovi ovid oviedo oviparous ovipositor oviraptor ovitz ovo ovoid ovoviviparous ovp ovr ovsiannikov ovulation ovule ovules ovum ovw ow owain owais owari owatonna owe owed owego owen owens owens-illinois owens-thomsen owensboro owerri owes owing owings owl owlet owls own own-account own-brand own-goal own-label owned owner owner-occupied ownerless owners ownership owning owns owosso owsley ox oxalate oxalic oxbow oxbridge oxegen oxen oxenstierna oxfam oxford oxfordshire oxidant oxidants oxidase oxidation oxidative oxide oxides oxidised oxidize oxidized oxidizer oxidizes oxidizing oxis oxley oxnard oxo oxon oxtail oxted oxus oxy oxycodone oxycontin oxygen oxygenated oxygenation oxymoron oxyrhynchus oxytocin oy oya oyama oye oyl oymen oyo oystein oyster oystercatcher oystercatchers oysters oyvind oz oz. ozai ozaki ozal ozark ozarks ozawa ozeki ozemail oziel ozkasnak ozma ozolinsh ozone ozone-depleting ozu ozymandias ozzfest ozzie ozzy p p&c p&g p&i p&l p&o p&u p&v p&w p'yongyang p+c p- p-com p-e p-notes p-pence p-preliminary p-premium p. p.a p.a. p.c. p.d. p.e. p.f. p.g. p.g.t. p.grid p.h. p.i. p.i.f. p.j. p.k. p.l. p.l.c p.m p.m. p.m.(0 p.m.. p.o. p.o.d. p.p. p.r. p.s p.s. p.t. p.v. p.w. p/e p0 p0+ p00 p0a p0b p0c p0d p0p p0s p=pellets pa pa. pa.-based pa0 paa paar paarl paascu paasikivi paavo pab pablo pabst pac pac0 paca pacaf pacalta paccar pacdun pace paced pacelli pacem pacemaker pacemakers paceman pacemen pacer pacers paces pacesetter pacesetters pacey pacha pacheco pachelbel pachin pachinko pachomius pachouri pachuca pachypodium pacific pacific-north pacifica pacificare pacification pacifico pacificorp pacifics pacified pacifier pacifique pacifism pacifist pacifistic pacifists pacify pacifying pacing pacini pacino pacis pacitti pack package packaged packager packages packaging packalen packard packed packer packers packet packets packhorse packing packs packwood paclitaxel pacman paco pacquiao pacs pact pactel pactio pacto pacts pactual pacuk pacy pad pada padaeng padang padania padawan padborg padd padded padden paddick paddies padding paddington paddle paddled paddler paddlers paddles paddling paddock paddocks paddy paden paderborn paderewski padermpob padfield padgett padhraic padi padico padilha padilla padinha padishah padlock padma padmasambhava padme padmini padoa padoa-schioppa padova padovano padraig padre padres padron pads padstow padua paducah paduka pae paean paediatric paediatrics paedophile paedophiles paedophilia paes paevaleht paez paf pafawag pag pagad pagan pagani paganin paganini paganism pagano pagans pagar pagasa pagcor page page0 pageant pageantry pageants paged pagenet pager pagerank pagers pages paget paging paglia pagliacci pagliuca pagnell pagnozzi pago pagoda pagodas pagrotsky pah pahad pahalgam pahang pahari pahat pahlavas pahlavi pahrump pahs pai paice paich paid paid-in paid-up paigc paige paignton paik pail pailin pain paine pained paines painewebber painful painfully painkiller painkillers painless painleve pains painstaking painstakingly paint paintball paintballs paintbrush painted painter painterly painters painting paintings paintmaker paintmakers paints paintsville paintwork paipote pair pairc paired pairgain pairing pairings pairs pairwise pais paisa paise paisley paiste paita paiute paiutes paiva paix paiz pajama pajamas pajaritos pajero pak pak0 paka pakeha pakenham pakhoed pakhtuns pakistan pakistan-based pakistani pakistanis pakning pakpahan paks paktia pakuwon pal pal-peugeot pala palace palaces palacio palacios paladin paladine paladini paladins palaeolithic palaeologus palaeontological palaeontologist palaeontology palaeozoic palaestra palafox palahniuk palaiologos palais palak palakkad palamas palamedes palanca palance palang palanga palani palaniappan palanka palanquin palanthas palantir palapa palas palast palatable palatal palatalization palatalized palate palatial palatinate palatine palatka palau palaus palawan palazzi palazzo pale palea palearctic paled palembang palencia palenque paleo paleocene paleolithic paleontological paleontologist paleontologists paleontology paleozoic paler palermo pales palestinan palestinans palestine palestinian palestinian-controlled palestinian-israeli palestinian-ruled palestinians palestra palestrina palette palettes paley palffy palfrey palghat palgrave pali paliburg palimony palimpsest palin palindrome palindromic palio palisa palisade palisades palitoy pall pallada palladian palladino palladio palladium palladius pallars pallas pallav pallava pallavas pallavi pallavicini pallbearers pallet palletised pallets palli palliative pallid pallidum pallidus palliser pallister pallium pallo pallomari palm palm-oil palma palmach palmar palmares palmas palmately palmdale palme palmeiras palmeiro palmer palmerino palmers palmerston palmetto palmexpellers palmieri palmindustrie palmkernel palmoil palmolein palmolive palmor palms palmtop palmyra palo paloma palomar palombi palomino palos palouse palpable palpatine palpi palpitations pals palsy paltrow paltry paltz palu palumbo palus palustris pam pama pambansa pamela pamida pamina pamir pamirs pamlico pampa pampanga pampas pampered pamphilj pamphlet pamphleteer pamphlets pamphylia pampilla pamplona pamuk pamungkas pamunkey pan pan-african pan-american pan-arab pan-baltic pan-european pan-german pana panacea panache panaco panagia panagiotis panagora panahaiki panalpina panama panamanian panamanian-registered panamanians panamax panamax-sized panamaxes panamco panamerican panamericana panamint panamsat panasia panasonic panathinaikos panatta panavia panavision panay panayiotis panayotis pancake pancakes pancamo pancanadian pancasila pancevo panch pancha panchala panchalas panchayat panchayath panchayats panchen pancho pancho-helinda panchore pancontinental pancras pancrase pancreas pancreatic pancreatitis panda pandan pandang pandanus pandas pandava pandavas panday pande pandeli pandemic pandemics pandemonium pander pandering pandey pandion pandionidae pandit pandita pandits pando pandolfi pandolfo pandora pandu pandulf pandya pandyan pandyas pane panegyric panel paneled paneling panelist panelists panelled panelling panellist panellists panels panenergy panes panesar panetta paneuropean panevezys panfilo pang pangaea pangalos panganiban pangasinan pangborn pangea pangestu pangilinan panglima pangolin pangolins pangs pangue panguna panhandle panhard panhellenic pani panic panic-stricken panicked panicker panicking panicky panicles panics paniliakos panin panini panionios panipat panis panizzi panjab panjabi panjang panjsher pank pankaj pankhurst pankkiiriliike pankov pankow pankratov panmunjom panmure pann panna panned pannella pannier panniers panning pannon pannon-flax pannon-valto pannonhalma pannonia pannonian pannonplast panocean panola panoply panopticon panorama panoramas panoramic panos panoz pans pansy pant pantages pantai pantaleon pantaloon pantanal pantani pantano pante panter pantera panth panthay panthays pantheism pantheistic pantheon pantheons panther panthera panthers pantic panties pantillano pantin pantograph pantographs pantoja pantomime pantomimes panton pantone pantry pants panty pantyhose panucci panutan panvel panza panzanini panzer panzerfaust panzergrenadier panzerkorps panzers pao paok paola paoletti paoli paolini paolo pap papa papacy papademos papadopoulos papaioannou papakura papal papan papandoniou papandreou paparazzi paparizov papas papastratos papaya pape papeete papel papen papendorp paper paper-based paper-maker paper-making paper-thin paperback paperbacks paperboard paperboy paperclip papered papering paperless papermaker papermaking papers paperwork papery paphos papi papier papilio papilionidae papilla papillae papillary papillion papillomavirus papillon papin papineau papon papoose papouis papoutsis papows papp pappas pappu pappus pappy paprika papua papuan papunya papyri papyrus paquin paquito par par-five par-four par-three par0 para para-military parabellum parable parables parabola parabolic paracel paracelsus paracetamol paracha parachute parachuted parachutes parachuting parachutist parachutists parada paradas parade paraded parades paradigm paradigmatic paradigms parading paradip paradis paradise paradiso paradox paradoxes paradoxical paradoxically paraffin paraffinic parag paragliding paragon paragraph paragraphs paraguay paraguayan paraguayans paraiba paraiso parakeet parakeets parakramabahu paralegal paralimni parallax parallel paralleled paralleling parallelism parallelogram parallels paralympic paralympics paralyse paralysed paralyses paralysing paralysis paralytic paralyze paralyzed paralyzing param parama paramagnetic paramaribo paramedic paramedics parameter parameterized parameters parametric paramilitaries paramilitary paramo paramount paramour parampara paramus parana paranaense paranagua paranapanema paranaque paranet parang paranoia paranoid paranor paranormal parantaka paranthan paranthropus paraparaumu parapet parapets paraphernalia paraphilia paraphilias paraphrase paraphrased paraphrases paraphrasing paraphyletic parapine paraplegic parappa parapsychological parapsychology paras parashurama parasite parasites parasitic parasitism parasitoids parasitology parasol parasrampuria parastatal parastatals parasurama parasympathetic parathyroid paratransit paratroop paratrooper paratroopers paratroops paraul paravur paraxylene parbat parboiled parbury parc parcel parcells parcels parcham parche parched parchim parchment parco parcs parczew pardee pardes pardew pardo pardomuan pardon pardoned pardoning pardons pardubice pare pared paredes pareja parekh pareks parekss parenchyma parent parentage parental parente parenteral parentheses parenthesis parenthetical parenthood parenti parenting parents parer pares paresh pareto parexel parfait parfitt pargana parganas parham pari pari-mutuel paria pariah paribas paridae parietal parijat parikh paring paris paris-based paris-bound paris-cdg paris-charles paris-nice paris-roubaix parish parishad parishes parishioner parishioners parisi parisian parisians parisien parisienne parit parities parity parizeau park park-ohio parka parkdale parke parke-davis parked parken parker parkers parkersburg parkes parkgate parkhead parkhurst parkiet parkin parking parkins parkinson parkland parklands parkman parkour parks parkside parkview parkville parkway parkways parkwood parlance parlay parlayed parle parlement parlements parler parley parliament parliamentarian parliamentarians parliamentarism parliamentary parliaments parlimentary parlophone parlor parlors parlour parlours parlous parlt parlux parma parmalat parmar parmenides parmesan parn parnassos parnassus parnell parnellite parnevik parnu paro parochial parodi parodic parodied parodies parody parodying parole paroled paroles parore paros parotid paroxetine parque parr parra parral parramatta parred parreira parrett parretti parried parris parrish parrot parrots parrott parry pars parse parsecs parsed parser parsers parshah parsi parsifal parsimonious parsimony parsing parsippany parsis parsley parsloe parsoli parson parsonage parsons part part-float part-flotation part-owned part-owner part-time part-timers part-tutsi partake partakes partaking partch parte partecipazioni parted partei partek partenkirchen parter parterre parterres parters parthenogenesis parthenon parthia parthian parthians parti partia partial partial-birth partiality partially partials participacoes participant participants participate participated participates participating participation participations participatory participle participles partick particle particles particuarly particular particularily particularity particularly particulars particulary particulate particulates partido partidul partie partied parties partij parting partington partir partisan partisans partisanship partisi partition partitioned partitioning partitions partito partizan partizani partlow partly partly-owned partly-paid partner partnered partnering partnerre partners partnership partnerships parton partook partridge partridges parts partway party party-led partygoers partying parus parva parvanov parvathi parvati parviz parvus parwan parzival pas pas0 pasa pasadena pasar pasay pascack pascagoula pascal pascale pascha paschal paschi paschke pasco pascoe pascua pascual paseo pasfin pasha pashas pashto pashtun pashtuns pashupati pasi pasic pasific pasifik pasig pasion pasiphae pasir pasir- paskal paskov pasminco paso pasok pasolini pasqua pasqual pasquale pass pass-in pass-through pass-throughs passable passacaglia passage passages passageway passageways passaglia passaic passamaquoddy passangers passant passarella passarini passat passau passbook passchendaele passe passed passenger passenger-side passengers passer passer-by passera passerby passeridae passeriformes passerine passerines passero passers passers-by passersby passes passiflora passing passion passionate passionately passionist passions passive passively passivity passlack passmore passo passos passover passow passport passports passu password passwords passy past past-due pasta paste pasted pastel pastels pasternak pastes pasteur pasteurization pasteurized pastiche pastiches pasties pastime pastimes pasting pastis pasto paston pastor pastora pastoral pastoralism pastoralist pastoralists pastorals pastorate pastore pastored pastorius pastors pastrana pastries pastry pasts pasture pastureland pastures pasty paswan pat pata patacas patagonia patagonian pataki pataliputra patamon patan patani patanjali patapsco patasse patch patched patches patchimkul patching patchogue patchwork patchy patco pate patek patel patella patellar patent patentability patentable patented patenting patently patents pater patera paternal paternalism paternalistic paternity paterno paternoster paterson path path-breaking pathak pathan pathanamthitta pathans pathbreaking pathe pathet pathetic pathfinder pathfinders pathi pathis pathmark pathogen pathogenesis pathogenic pathogenicity pathogens pathologic pathological pathologies pathologist pathologists pathology pathom pathophysiology pathos paths pathum pathway pathways pati patiala patience patient patiently patients patijn patil patina patinkin patino patio patios patmos patna patnaik pato patois paton patos patra patras patrascanu patrese patria patriae patriarca patriarch patriarchal patriarchate patriarchs patriarchy patriation patric patrice patricia patrician patricians patricio patricius patrick patricks patrie patrik patrika patrilineal patrimonio patrimony patriot patriote patriotes patriotic patriotism patriots patristic patrizia patroclus patrol patrolled patrolling patrolman patrolmen patrologia patrols patron patronage patroness patronised patronising patronize patronized patronizing patrons patronus patronymic patroons pats patsy pattana pattanaik pattani pattaya patted pattee patten patter patterdale pattern patterned patterning patterns patterson patti pattie patties pattinson pattison patton pattullo patty patuxent pau pau-orthez paucity pauker paul paul-savage paul.casciato@reuters.com paula paulding paule paulet paulette pauley pauli paulie paulin paulina pauline pauling paulinho paulini paulino paulinus paulista paull paullus paulo paulos pauls paulse paulsen paulson paulus pauly paunescu pauper paupers pausanias pause paused pauses pausing pauw pavan pavarotti pave paved pavel pavelic pavement pavements paver paves pavia pavilion pavilions pavillion pavillon pavin paving pavle pavletic pavlo pavlodar pavlos pavlou pavlov pavlova pavlovic pavlovich pavlovna pavn pavo pavol pavon paw pawan pawar pawel pawlak pawlenty pawley pawling pawn pawnbroker pawned pawnee pawns pawnshop paws pawtucket pax paxar paxil paxman paxon paxson paxton pay pay-as-you-go pay-back pay-in-kind pay-off pay-offs pay-out pay-outs pay-per-view pay-television pay-to-play pay-tv paya payable payback paycheck paychecks paydate payday paye payed payee payer payers payette paying paykel payless payload payloads paymaster paymasters payment paymentech payments payne paynter payoff payoffs payoh payola payors payout payouts paypal payphone payphones payrl payroll payrolls pays paysandu payson payton payuha paz pazar pazuzu pazz pazzi pb pb0 pba pbank pbc pbe pbg pbgc pbi pbk pbks pbl pbm pboc pbr pbs pbsy pbx pby pc pc-based pc-meter pc0 pca pcb pcbs pcc pccw pcd pcds pce pcf pcg pcgg pch pcha pci pcibank pcie pcjr pcjss pckgs pcl pcm pcmcia pcn pco pcp pcpl pcr pcs pct pct(0 pct-a pct-r pctage pcts pcu pcv pcw pcx pd pd0 pda pdas pdb pdc pdcp pdd pde pde0 pdf pdfm pdi pdis pdl pdm pdo pdp pdp0 pdpa pdr pds pdsr pdst pdt pdusts pdv pdvsa pdz pe pe0 pea pea=peas peabody peace peace-keeping peace-making peaceable peaceably peacebuilding peaceful peacefully peacekeeper peacekeepers peacekeeping peacemaker peacemakers peacemaking peacetime peaceville peach peaches peachey peachtree peachy peacock peacocks peafowl peafowls peak peak-hour peake peaked peaking peaks peal peale peano peanut peanuts peapod pear pearce pearcy pearl pearland pearle pearling pearlman pearls pearly pears pearsall pearse pearson peart peary peas peasant peasantry peasants pease peat peavey peay peb pebble pebbles pec pecan pecc pecchia pecent pech peche pecheneg pechenegs pechersk pechiney pechora pechstein peck peckham pecking peckinpah peco pecos pecs pecten pectin pectoral pectoralis pectoris peculiar peculiarities peculiarity peculiarly pecuniary pedagogic pedagogical pedagogue pedagogy pedal pedalboard pedaling pedals pedantic pedder peddie peddle peddled peddler peddlers peddling peden peder pederastic pederasty pedersen pederson pedestal pedestals pedestrian pedestrianised pedestrians pediatric pediatrician pediatricians pediatrics pediatrix pedicels pedicle pedigree pedigrees pediment pediments pedipalps pedophile pedophiles pedophilia pedra pedro pedros pedrosa pedroso peduncle peduncles pee peebles peek peeking peekskill peel peele peeled peeler peeling peels peenemunde peep peeping peeps peer peerage peerages peered peeress peering peerless peers peet peeters peeve peewee pefco peffekoven peformance peg pegadaian pegasi pegaso pegasus pegg pegged pegging peggy pegmatite pegmatites pegram pegs pegu pehe pehr pei peikoff peinture peiper peirce peiris peixoto pejorative pejoratively pek pekalongan pekan pekan- pekanbaru pekao pekar pekin peking pekka pekkarinen pekpol pel pelaez pelagianism pelagic pelagius pelambres pelangi pelayaran pelayo pele pelecaniformes peled pelee peleg peleliu pelennor peleus pelham pelias pelican pelicans pelikan pelissier pelisson pell pella pellaeon pelle pelleas pellegrini pellegrino pellervo pellet pelletier pelletreau pellets pellew pelley pelli pelly pelni peloponnese peloponnesian peloponnesus pelops pelosi pelosky pelota pelotas peloton pelous pels pelt pelted peltier pelting peltola pelton pelts pelvic pelvis pema pemba pemberstone pemberton pembina pembrey pembridge pembroke pembrokeshire pemex pemigewasset pen pena penal penalise penalised penalises penalising penalities penalize penalized penalties penalty penance penances penang penarol penarth penaud pence penchant pencil penciled penciler penciling pencilled penciller pencils penco pend penda pendant pendants pendapatan pendentives pender penderecki pendergast pendergrass pending pendino pendle pendlebury pendleton pendolino pendragon penduline pendulous pendulum pendulums penederm penedos penelas penelec penelope penetanguishene penetrate penetrated penetrates penetrating penetration penetrations penetrative penetrator penetrators penev penfield penfold peng penge pengiran pengkalen pengo penguin penguins penh penhaul penic penicillin penicillium penile peninsula peninsular peninsulas penis penises penistone penitence penitent penitential penitentiary penitents penman penmanship penn penn-america penna pennacchi pennant pennants pennar penncorp penne pennebaker penned pennell penner penney pennies penniless pennine pennines penning pennington pennisula penns pennsauken pennsylvania pennsylvania-based pennsylvania-new pennsylvanian pennsylvanians pennu penny pennyroyal pennywise pennyworth pennzoil penobscot penoles penope penpix penrhyn penril penrith penrose penry penryn pens pensacola pensec penser penshurst pension pensionable pensionary pensioned pensioner pensioners pensions pensive penske pent pent-up penta penta.pr pentacle pentafour pentagon pentagonal pentagram pentair pentameter pentangle pentapolis pentasena pentateuch pentathlon pentatonic pentax pentecost pentecostal pentecostalism pentecostals penthievre penthouse penticton pentire pentito pentium pentiums pentland pentonville pentor pentose pentoxide pentre pentru penuell penultimate penumbra penwith penza penzance peo peony people people-to-people people. peopled peoples peoplesoft peoria pep pepa pepco pepe pepees pepi pepin pepkor peppard pepper peppercorn pepperdine peppered pepperidge peppermint pepperoni peppers peppy peprah peps pepsi pepsi-cola pepsi-gemex pepsico peptic peptide peptides peptidoglycan pepys pequeno pequiven pequot per per-capita per-share per-ulrik pera perafan perak peralta peranakan perathoner peratikos peraza perben perc perce perceive perceived perceives perceiving percent percent-owned percent-plus percentage percentage-point percentages percentile percents perceptible perception perceptions perceptive perceptor perceptron perceptual perceval perch percha perche perched perches perching perchlorate perciform perciformes percival percnet percolating percolation percussion percussionist percussionists percussions percussive percutaneous percy perdana perdiccas perdido perdigao perdita perdition perdue pere perec perecent perecnt peregrin peregrine peregrinus pereira perella perelman peremptory perennial perennially perennials perent perera peres perestroika peretti peretz pereyaslav perez perez-whitaker perf perfact perfect perfectdata perfected perfecting perfection perfectionism perfectionist perfective perfectly perfecto perfectv perfetti perfomance perforated perforating perforation perforations perforce perform performa performace performance performance-based performance-enhancing performance-related performances performative performed performer performers performing performs perfumania perfume perfumed perfumer perfumery perfumes perfusion pergamon pergamum pergola pergolesi perhaps peri perianth periapsis pericard pericardial pericardium pericles peridotite perier perigee perigord perigot perigueux perihelion peril perilous perilously perils perilya perimeter perimeters perinatal perineal perineum perini period period-end periodic periodical periodically periodicals periodicity periodontal periods peripatetic peripheral peripherally peripherals peripheries periphery periphonics periplus periscope periscopes perish perishable perishables perished perishes perishing perisic perissodactyls peristome peristyle peritoneal peritoneum peritonitis periwinkle periyamadu periyar perjury perk perkapalan perkasa perked perkier perkin perkin-elmer perking perkins perks perky perl perla perle perles perlin perlis perlman perlmutter perls perm permaculture permadi permafrost permai permai0 permal permament perman permanence permanent permanente permanently permanganate permeability permeable permeate permeated permeates permet permian permissible permission permissions permissive permit permits permitsapr permitsfeb permitsjan permitsmar permitsnov permitted permitting permittivity permodalan perms permts permutation permutations pern perna pernambuco pernas pernell pernicious pernik pernilla pernis pernod pernod-ricard pero peron peroni peronism peronist peronists peronne perot perote perouse peroxidase peroxide peroxides perpendicular perpendicularly perpetrate perpetrated perpetrating perpetrator perpetrators perpetua perpetual perpetually perpetuate perpetuated perpetuates perpetuating perpetuation perpetuity perpignan perplexed perplexing perrault perreault perreira perret perrett perri perrier perrigo perrin perrine perrins perris perro perron perros perrot perry perryville pers persada persaud perse persecute persecuted persecuting persecution persecutions persecutor persephone persepolis perseptive persetel perseus perseverance persevere persevered pershing pershore persia persian persians persico persimmon persis persist persistant persisted persistence persistent persistently persisting persists persius perso person persona personable personae personage personages personal personalised personalities personality personalization personalize personalized personally personals personas personel personhood personification personifications personified personifies personify personnel persons perspective perspectives perspex perspiration persson perstima perstorp persuade persuaded persuaders persuades persuading persuasion persuasions persuasive pert pertain pertained pertaining pertains pertamina perth perth-based perthshire pertinent pertiwi pertti pertuan perturbation perturbations perturbative perturbed pertussis pertwee peru peruana peruanas peruano perugia perugino perumahan perumal perun perupetro perusahaan peruvian peruvian-japanese peruvians peruzzi pervade pervaded pervades pervading pervasive perverse perversely perversion perversions pervert perverted perverts pervez pervious perwaja perzigian pes pesach pesaka pesaro pesawat pescadores pescara pescariu pescarolo pesci peseta pesetas peshawar peshitta peshmerga peshwa peshwas pesic pesky peslier peso peso-denominated peso-dollar peso=$0 peso=$0)-- pesos pessimism pessimistic pessimists pessoa pessoais pessotto pest pestalozzi pester pestered pestering pesticide pesticides pestilence pestle pests pet pet.reserve. peta petah petain petajoules petal petaling petals petaluma petar petawawa petchem petco petcoke pete peten peter peterborough petercam petered peterhansel peterhead peterhof peterhouse petering peterka peterlee peterman peters petersberg petersburg petersen petersfield petersham peterson petersson petes petey petfood petfoods petiole petioles petion petipa petit petitcodiac petite petition petitioned petitioner petitioners petitioning petitions petito petits petkim petkoff petkov petlura peto petofi petone petoskey petr petra petraeus petrak petrakis petrarca petrarch petras petre petree petrel petrelli petrels petrescu petri petrie petrified petrimex petrine petro petro-canada petro-chemical petro-logistics petrobangla petrobank petrobras petrobrazi petrocelli petrochem petrochemia petrochemical petrochemicals petroci petrocorp petrocurrency petrodollars petroecuador petrofields petrofina petrogal petroglyph petroglyphs petrograd petrol petroleo petroleos petroles petroleum petroleums petrolia petroliam petrolifera petroliferos petrolimex petrolite petrolm petrology petroluem petrolul petrom petromidia petron petronas petronilla petronius petronor petropavlovsk petropedetidae petroperu petropolis petroquimica petros petrosani petrosian petrov petrova petrovaradin petrovic petrovich petrovietnam petrovna petroz petrozavodsk petrozuata petru petrucci petruchio petrus petrushka petry petrzalka pets petsamo petsec petsmart pett petter petterson pettersson pettibone petticoat petticoats pettigrew petting pettis pettit pettitte petty petula petunia petworth petz peu peugeot peugeot-citroen peuple pevensey pevensie pevsner pew pews pewter pex peyote peyrelevade peyton pez pf pf0 pf0s pfa pfad pfaff pfaffenhofen pfalz pfandbrief pfandbrief- pfandbriefe pfauwadel pfc pfd pfd0 pfeffer pfeifer pfeiffer pfennig pfennigs pfenning pfennings pff pfi pfister pfizer pfl pflp pflp-gc pforzheim pfp pfs pft pfy pg pg&e pg. pg0 pga pgce pgcil pge pggm pgi pgm pgms pgp pgr pgs pgt ph ph-adr ph. ph.d ph.d. ph.d.s pha phaedo phaedra phaedrus phaeton phage phages phagocytes phagocytosis phahlane phair phalacrocoracidae phalanges phalanx phalaropes phallic phallus pham phamis phan phanariote phanerozoic phang phanom phantasia phantasm phantasmagoria phantasy phantom phantoms phar phar-mor pharaoh pharaohs pharaonic pharcyde phare pharisee pharisees pharm pharma pharmacare pharmaceutical pharmaceuticals pharmacia pharmacies pharmacist pharmacists pharmacokinetics pharmacologic pharmacological pharmacologically pharmacologist pharmacology pharmacopeia pharmacopoeia pharmacy pharmacyclics pharming pharmos pharoah pharos pharrell pharsalus pharyngeal pharynx phase phase-in phase-out phased phased-in phaser phasers phases phasianidae phasing phat phatra phaya phd phd. phds pheasant pheasants phedre phelan phelim phelps phelsuma phenethylamine phenethylamines pheng phenix phenobarbital phenocrysts phenol phenolic phenols phenom phenomena phenomenal phenomenally phenomenological phenomenology phenomenon phenotype phenotypes phenotypic phenyl phenylalanine phenytoin pheromone pheromones phet phetchabun phh phi phibes phibor phibro phibun phidias phieu phil phil. phila philadelphia philadelphia-based philadelphian philadelphians philadelphus philam philander philandering philanthropic philanthropies philanthropist philanthropists philanthropy philatelic philatelists philately philautus philbin philbrick philby philco philcom phileas philelephtheros philemon phileo philequity philex philharmonia philharmonic philia philibert philidor philiki philip philipine philipines philipp philippa philippe philippi philippine philippines philippoussis philipps philippus philips philistine philistines phill phillies phillip phillipe phillipines phillippe phillippi phillips phillips-van phillipsburg phillis philly philmont philo philoctetes philological philologist philologists philology philomena philosopher philosophers philosophes philosophia philosophiae philosophic philosophical philosophically philosophie philosophies philosophy philoxenia philp philpotts philrealty phils phimosis phin phineas phinney phipps phiri phish phishing phitsanulok phl phlegm phloem phlogiston phlox phlx phnom pho phobia phobias phobos phocas phocion phocis phoebe phoebus phoenicia phoenician phoenicians phoenix phoenix-based phoenixville phon phone phone-in phone-tapping phoned phoneme phonemes phonemic phones phonetel phonetic phonetically phonetics phoney phong phongo phonics phoning phono phonogram phonograph phonographic phonographs phonological phonologically phonology phonon phonons phony phool phos phos.acid phosgene phospate phosphatase phosphate phosphates phosphide phosphine phospholipase phospholipid phospholipids phosphor phosphorescent phosphoric phosphorite phosphors phosphorus phosphorylase phosphorylated phosphorylates phosphorylation photius photo photobook photochemical photocomm photocopied photocopier photocopiers photocopies photocopy photocopying photodiode photoelectric photoelectron photofilm photofinishing photogenic photograph photographed photographer photographers photographic photographically photographing photographs photography photojournalism photojournalist photolithography photomasks photometric photometry photomultiplier photon photonic photonics photons photoplay photorealistic photoreceptor photoreceptors photoresist photos photosensitive photoshoot photoshoots photoshop photosphere photosynthesis photosynthetic photosystem photovoltaic photovoltaics photran photronics php php0 phpbb phra phrase phrased phraseology phrases phrasing phraya phreatic phrenology phrygia phrygian phrygians phs phu phua phuc phuket phung phy phycor phyla phyllis phylloxera phylogenetic phylogenetically phylogenetics phylogenies phylogeny phylum phymatrix phyrexia phyrexian phyrexians phys physic physical physicalism physicality physically physicals physician physician-assisted physicians physicist physicists physico physics physik physio physio-control physiognomy physiographic physiologic physiological physiologically physiologist physiologists physiology physiotherapist physiotherapy physique phythian phytophthora phytoplankton phytosanitary pi pia piaa piacenza piaf piaget piaggio pian piana pianissimo pianist pianists piano pianoforte pianos pias piasecki piast piata piatra piatt piaui piave piazza piazzolla pib piba pibgorn pibor pic pica picabo picado picador picard picardie picardy picaresque picasso picatinny picayune picc piccadilly piccard picchu piccoli piccolo piccolomini picea piceno pichincha pichler picidae pick pick-up pick-ups pickard pickaway pickaxe picked pickens picker pickerel pickering pickers pickersgill picket picketed picketers picketing pickets pickett pickford pickguard picking pickings pickle pickled pickler pickles pickling pickpocket pickrel picks pickup pickups pickwick picky picnic picnicking picnics pico picop picot picota pics pictet pictish pictland pictograms pictographs picton pictorial pictorials pictou picts picture picture-taking pictured pictures picturesque picturetel picturing picup pid pidemco pidgeon pidgin pidgins pie piebald piece pieced piecemeal pieces piecewise piech piechocinski piecing pieck pied piedad piedemonte piedmon piedmont piedmontese piedra piedras pieds piel piemonte pienaar pieper piepoli pier pierce pierced pierces piercing piercings piercy pierer pieri pieridae pierina pieris pierluigi piero pierog pieronek pieronkiewicz pierpoint pierpont pierre pierre.belec pierrepont pierret pierrot piers pierson pierwszy pierzynski pies piestany piet pieta pieter pietermaritzburg pietersen pietism pietist pietistic pietra pietrewicz pietri pietro pietsch piety pieve piezo piezoelectric pifco pig pig-iron pigafetta pigeon pigeons pigface piggott piggy piggyback piglet piglets pigmeat pigment pigmentation pigmented pigments pignotti pigot pigott pigs pigtails piha pihkal pijesak pik pika pikachu pikas pike pikemen pikes pikesville pikeville pikko pikmin pil pila pilani pilar pilarczyk pilasters pilat pilate pilates pilatus pilbara pilbeam pilcher pile pile-up piled piledriver piles pileser pilger pilgrim pilgrimage pilgrimages pilgrims pili pilica piling pilings pilip pilipinas pilipino pilkington pill pillage pillaged pillaging pillai pillar pillard pillared pillars pillay pillbox pillboxes piller pillman pilloried pillory pillow pillows pillowtex pills pillsbury pilon pilot pilota pilotage pilote piloted piloting pilotless pilots pilsen pilsener pilsner pilsudski piltel pilton pim pima pimco pimenta pimentel pimlico pimm pimp pimpernel pimple pimps pin pina pinaceae pinacoteca pinafore pinakothek pinal pinang pinar pinas pinata pinatubo pinault pinault-printemps pinault-printemps-redoute pinball pincer pincers pinch pinch-hit pinch-hitter pinchas pinched pincher pinches pinching pinchot pinckney pincus pindar pinder pindling pindus pine pine-covered pineal pineapple pineapples pinecrest pineda pinehurst pinel pinelands pinellas pinera pinero pinerolo pines pinetree pineville pinewood piney pinez pinfall ping ping-ping pinga pingo pingree pingu pinhead pinheiro pinhole pini piniella pinilla pininfarina pining pinion pinjarra pink pinkard pinker pinkerton pinkett pinkham pinkie pinkish pinkney pinks pinkston pinky pinna pinnacle pinnacles pinnae pinnate pinnately pinneberg pinned pinner pinning pinnipeds pinnock pino pinocchio pinochet pinon pinos pinot pinoy pinpoint pinpointed pinpointing pins pinscher pinsent pinsk pinsky pinson pinstripes pint pinta pintado pintail pinter pintle pinto pintor pints pintussevich pinup pinus pinwheel pinxten pinyin pinyon pinzon pio piola pioline piombino pion pioneer pioneer-standard pioneered pioneering pioneers pions piot piotr piotrkow pious piovani pip pipa pipe piped pipeline pipelined pipelines pipelining pipemaker piper piperaceae pipers pipes pipestone pipil piping pipistrelle pipit pipits pipo pippa pipped pippen pippi pippin pips piqua piquant pique piqued piquet pir pira piracy piraeus piraka piramal piran pirandello piranha piranhas pirata pirate pirated pirates piratical pirating pirc pirelli pirena pires piri pirie pirin pirinski pirma pirna piro pironi pirro pirs piru pis pisa pisan pisani pisano pisans piscataqua piscataway pisces pischetsrieder pisco pisek pisgah pisidia pisin piso piss pissarro pissed pistachio piste pistes pistil pistoia pistol pistols piston pistone pistons pistore pistorio pistorius pit pita pitaka pitale pitbull pitbulls pitcairn pitch pitched pitcher pitchers pitches pitchfork pitching pitchman pitesti pitfall pitfalls pith pithart pithoragarh pithy pitic pitiful pitino pitjantjatjara pitkin pitkowski pitman pitney pitofsky piton pitot pitre pits pitsea pitstop pitt pitt-des pitta pittance pittas pitted pittencrieff pitti pitting pittman pittodrie pitts pittsburg pittsburgh pittsburgh-based pittsfield pittsford pittston pittwater pittway pituitary pity pitzer pitzner piu piura pius piven pivetti pivot pivotal pivotals pivoted pivoting pivots pivov.radegast pivovar pivovara pivovary piwowarskie pix pixar pixel pixels pixie pixies piya piz pizarro pizza pizzarelli pizzas pizzeria pizzey pizzi pizzicato pizzichini pj pja pjeter pjm pk pk0 pka pkb pkg pkgs pki pkk pko pkp pl pl. pl/i pl0 pla plaaf placa placard placards placate placated place place. placebo placebo-controlled placed placeholder placekicker placement placements placename placenames placenta placental placentia placer placers placerville places placid placido placing placings plage plagiarism plagiarized plagiarizing plagioclase plagnol plague plagued plagues plaguing plaid plain plain-clothes plainchant plainclothes plaine plainer plaines plainfield plainly plainmoor plains plainsboro plainsong plaintext plaintexts plaintiff plaintiffs plaintive plainview plainville plaisance plaistow plait plaited plama plame plamen plamondon plan plan0 plana planar planche planck plane plane-maker plane-making planed planeload planeloads planemaker planer planes planescape planeswalker planet planeta planetarium planetariums planetary planetesimals planetoid planets planform planina planing planitia plank planking planks plankton planktonic planned planner planners planning plano plans plant plant-gate plant-level planta plantagenet plantain plantains plantar plantard plantarum plantation plantations plante planted planter planters plantes plantier plantiffs plantin planting plantinga plantings plantlife plants planum plaque plaquemines plaques plas plaskett plasma plasmas plasmatics plasmid plasmids plasminogen plasmodium plass plassat plassey plasson plast plaster plasterboard plastered plastering plasters plasterwork plastic plasticine plasticity plastics plastids plastron plat plata plataea plate plateau plateaued plateaus plateaux plated plateia plateies platelet platelets platen platense plater platers plates platform platforma platformer platformers platforming platforms plath platina plating platini platinum platinums plato platon platonic platonism platonist platonists platoon platoons platov platow platt platte platted platter platters platteville plattner platts plattsburg plattsburgh platypus platz platzeck plaudits plauen plaushas plausibility plausible plausibly plautus plavsic plaxton play play-off play-offs playa playability playable playas playback playbill playboy playboys played player player-coach player-manager player/coach player/manager players playfair playfield playford playful playfully playfulness playgirl playground playgrounds playgroup playhouse playing playland playlist playlists playmaker playmakers playmaking playmate playmates playmore playoff playoffs playout plays playset playsets playstation playtex playthings playtime playwright playwrights playwriting plaza plazas plc plc-cra plcs pld pldt ple plea plea-bargain plea-bargaining plead pleaded pleading pleadings pleads pleas pleasance pleasant pleasantly pleasanton pleasants pleasantville please pleased pleasence pleases pleasing pleasonton pleasurable pleasure pleasures pleat pleated pleats plebeian plebeians plebiscite plebiscites plebs plectrum pled pledge pledged pledges pledging pleiade pleiades pleiku plein pleistocene plekhanov plena plenary plenderleith plenipotentiary plentiful plenty plenum pleroma plesiosaur plesiosaurs plessey plessis plessy plethodontidae plethora pleura pleural pleurisy pleven plex plexiglas plexus pleyel plg pli pliable pliant plied pliego pliers plies plight plimpton plimsoll plinth pliny pliocene pliska pliva pll plm plmo pln plo plo-controlled plo-israel plo-israeli plo-ruled ploce ploceidae plock plodding ploiesti plon plooy plosive plosives plot plotinus plotkin plotline plotlines plots plotted plotter plotters plotting plotzensee plough ploughed ploughing ploughman ploughs ploughshares plovdiv plover plovers plovidba plow plowed plowing plowman plowright plows ploy ploys plp plr pls plt plts pluck plucked plucking plucks plucky plug plugged plugging plugin plugins plugs plum pluma plumage plumaged plumages plumas plumb plumbed plumber plumbers plumbing plume plumed plumer plumes plummer plummet plummeted plummeting plummets plummetted plump plumpton plums plumstead plumtree plunder plundered plunderers plundering plunge plunged plunger plunges plunging plunket plunkett plunketts pluperfect plural pluralism pluralist pluralistic plurality plurals pluriform plus plus-unit plus/minus pluses plush plusieurs pluspetrol plutarch pluto pluton plutonic plutonium plutonium0 plutons ply plying plymouth plympton plynaren plynarenska plywood plzen plzen-based plzensky pm pm0 pma pmc pmc0 pmd pmdb pmi pmid pml pmma pmo pmp pmpa pmr pms pmt pmy pn pna pnac pnb pnb-republic pnc pncc pne pneumatic pneumatics pneumonia pneumoniae pneumothorax png pngdf pni pnl pnm pno pnoc pnoc-ec pnp pnr pns pnsc pnt pnt-cd pnv pnw pnz po po0 poa poaceae poach poached poacher poachers poaching poale pobjeda poblachta poblacion poborsky poc pocahontas pocatello pochinok pock pocket pocket-sized pocketbooks pocketed pocketing pockets pocklington poco pocock pocola pocomoke pocono poconos pocos pocus pod podcast podcasting podcasts podebrady podein poder podesta podge podgorica podiatric podilovy podium podiums podivinsky podkrepa podlaska podobnik podocarpaceae podocarpus podolia podolski podravka pods poe poehl poehler poem poems poeple poesia poesie poet poetess poetic poetica poetical poetically poetics poetry poets pof pog poggi poggio pogo pogon pogrom pogroms pogue pogues poh pohang pohjola pohjolan pohl pohle pohnpei poi poignant poignantly poincare poindexter poinsot point point-blank point-of-sale point-to-point pointcast pointe pointed pointedly pointer pointers pointing pointless points pointwise pointy poipet poirier poirot poise poised poison poisoned poisoner poisoning poisonings poisonous poisons poisson poissy poistovna poitier poitiers poitou pojistovna pok pokal poke poked pokedex pokemon poker pokerstars pokes pokey pokhara poking pokka pokphand pol pola polak polanco poland polands polanski polanyi polar polaris polarisation polarised polarities polarity polarization polarized polarizing polaroid polartechnics polatsk polay polder polders poldi pole polecat polemic polemical polemicist polemics polene polenta poles polesine polet poletti poletto poletz polfa polgar polgara polgari polgas poli polian police policed policeman policemen polices policewoman policia policies policing policolor policy policy-holders policy-maker policy-makers policy-making policy-setting policyholder policyholders policymaker policymakers policymaking polidori poliet polifarb polifarbs polifin polignac poligrafia polikarpov poling polio poliomyelitis poliovirus polis polisa polisario polish polish-american polish-born polish-german polished polishes polishing politburo politcal polite politecnico politehnica politely politeness politic politica political politically politically-motivated politically-sensitive politican politicans politicial politician politicians politicisation politicise politicised politicising politicization politicized politicking politico politics polities politik politika politiken politique politiques politkovskaya polity politzer polivu polje polk polka polkas polkomtel poll poll-related pollack pollak pollard polled polledo pollen pollena polley pollicis pollinate pollinated pollinating pollination pollinator pollinators polling polling.unit@rtrlondon.co.uk pollitt pollo pollock pollok polls pollster pollsters pollutant pollutants pollute polluted polluter polluters polluting pollution pollution-related pollux pollwatch polly pollyanna polmos polnareff polnobanka polo polonaise polonia polonium polonius polonization polonnaruwa polotsk polsat polska polski polskich polskie polskiej polster poltava polten poltergeist polti poltical polus poly polya polyakov polyamide polyamorous polyamory polyandry polybius polycarbonate polycarp polychaete polychaetes polychora polychoral polychoron polychrome polycom polycrystalline polycyclic polycystic polydoc polydor polyester polyesters polyethylene polygamous polygamy polyglot polygon polygonal polygons polygram polygraph polygynous polygyny polyhedra polyhedral polyhedron polymath polymax polymedica polymer polymerase polymerases polymeric polymerisation polymerization polymerized polymers polymetal polymetallic polymorph polymorphic polymorphism polymorphisms polynesia polynesian polynesians polynomial polynomials polyolefin polyolefins polyols polyp polypeptide polypeptides polyphase polyphemus polyphenols polyphonic polyphony polyphyletic polypropylene polyps polyrhythms polysaccharide polysaccharides polysindo polyspin polyster polystyrene polyta polytechnic polytechnical polytechnics polytechnique polytex polytheism polytheistic polytheists polythene polytope polytopes polyunsaturated polyurethane polyvinyl pom poma pomace pomare pombal pombo pomegranate pomegranates pomerania pomeranian pomeroy pomes pomfret pomme pommel pomo pomona pomorski pomp pompadour pompano pompeian pompeii pompeius pompeo pompey pompidou pomponius pompous pompton poms pon ponape ponca ponce poncelet poncho pond ponder pondered pondering ponderosa ponderous ponders pondicherry ponds pong pongal pongo pongpanich poniatowski ponies ponnani ponni pons ponsolle ponsonby ponsse pont ponta pontchartrain ponte pontecorvo pontefract pontet pontevedra ponthieu ponti pontiac pontiacs pontian pontianak pontic pontier pontieri pontifex pontiff pontiffs pontifical pontificalis pontificate pontificia pontificum pontine ponting pontius pontoise ponton pontoon pontoons pontotoc pontryagin ponts pontus ponty pontypool pontypridd pony ponyboy ponytail ponzi poo pooch poodle poodles pooh pooja poojas pook pool poole pooled pooley pooling pooling-of-interests poolings poolmart pools poolside poom poon poona poonch poop poor poor-quality pooram poore poorer poorest poorly poors poos poot pop pop. pop/rock pop0 popa popayan popcorn pope popemobile popery popes popescu popeski popeye popham popish poplar poplars popliteal popmart popo popocatepetl popoff popol popolare popolo popov popova popovic popovich popp poppa poppe poppea popped popper poppers poppet poppies poppin popping poppins popplewell poppo poppy poprad pops popsicle popstar popstars populace populaire populaires popular populares popularisation popularise popularised popularising popularity popularization popularize popularized popularizer popularizing popularly populate populated populating population population. populations populi populism populist populists populli popullit populous populus popup poque por porcaro porcelain porcelains porch porches porcine porco porcupine porcupines pordenone pore porec pores porfirio porfolio porgera porges porgy pori poring porirua pork porky porla porn porno pornographer pornographers pornographic pornography poro poros porosity porou porous porphyria porphyrin porphyry porpoise porpoises porras porridge porrini porsche porsches porsgrunn porst port port-au-prince port-harbour porta portability portable portables portadown portage portages portal portales portals portarlington portas portcullis porte porte-parole ported portela portend portends porteno portent porteous porter porterbrook porterfield porters portes portfolio portfolios porth porthmadog porthold porthole portholes porthos portia portico porticos portillo porting portion portions portis portisch portishead portland portlaoise portlethen portly portman portmanteau portnet portneuf portnoy porto portobello portocel portofino portola porton portoroz portrait portraitist portraits portraiture portray portrayal portrayals portrayed portraying portrays portrush ports ports=st portsea portsmouth portucel portugal portugese portugual portugues portuguesa portuguese portuguese-administered portuguese-ruled portuguese-run portuguese-speaking portus portworkers porus porvoo porzecanski pos posada posadas posarac posco pose posed poseidon posen poser poses poset posey posgold posh poshtova posicor posidonius posies posing posit posited positing position position-adjustment position-squaring positional positioned positioning positions positive positively positives positivism positivist positivists positivity positron positronic positrons posits posix posner pospieszynski pospisil pospisilova poss posse posses possess possessed possesses possessing possession possessions possessive possessor possessors possibile possibilites possibilities possibility possibilty possible possiblities possiblity possibly possis possum possums post post- post-apartheid post-bourse post-budget post-christmas post-closing post-cold post-colonial post-communist post-deng post-easter post-election post-electoral post-emu post-gulf post-handover post-harvest post-holiday post-ifor post-independence post-lome post-market post-match post-menopausal post-merger post-mortem post-operative post-price-fixing post-privatisation post-reform post-results post-retirement post-season post-secondary post-shipment post-soviet post-split post-sumitomo post-tax post-traumatic post-unification post-war post-world post0 posta postabank postage postal postalveolar postbank postcard postcards postclassic postcode postcodes postcolonial postdiscal postdoctoral poste posted postel posten poster posterior posteriori posteriorly posterity posters postfix postgame postgraduate postgraduates postgresql posth posthuman posthumous posthumously posthumus postimees posting postings postion postions postipankki postive postlethwaite postma postman postmark postmaster postmen postmenopausal postmodern postmodernism postmodernist postmodernity postmortem postnatal poston postoperative postovni postpartum postpone postponed postponement postponements postpones postponing postponment postpositions posts postscript postseason postsecondary postsynaptic postulate postulated postulates postulating postumus postural posture postures posturing postwar posuvalyuk posyet pot pot-holed potable potala potanin potash potassium potato potatoes potawatomi potchefstroom potemkin potency potent potentate potential potentiality potentially potentials potentiation potentilla potentiometer potenza potez poteza potgieter potgietersrust pothas pothole potholed potholes poti potila potion potions potlatch potocki potok potomac potosi potpourri potrero pots potsdam potsdamer pott pottawatomie potted potter potteries potters pottery potting pottinger potts pottstown pottsville potty potvin pou pouch pouches poudre pouget poughkeepsie poul poul-erik poulenc poulin poulos poulsen poulson poulter poulton poultry poultrymeat poum pounce pounced pouncing pound pound-denominated pounded pounder pounders pounding pounds pour poured pouring pournelle pours poussin pouteria poutney pouvoir pouzilhac pov poverty poverty-stricken povoa povolzhsk pow poway powder powdered powderfinger powderject powderkeg powders powdery powel powell powelliphanta power power-broker power-generating power-hungry power-play power-sharing power0 poweragent powerball powerbase powerboat powerbomb powerbook powerbroker powerchoice powerco powered poweredge powerfin powerful powerfully powergen powerglide powerhouse powerhouses powering powerless powerlessness powerlifting powerline powerlines powerman powerpc powerplant powerplants powerplay powerpoint powerpuff powers powerscreen powertech powertel powertrain powerup powerups powerwave powhatan powiat powis pows powszechny powys pox poyet poyner poynter poynton poyry poythress pozega pozen pozieres pozmeat poznan poznan-based pozo pozzi pozzo pp pp&l pp. pp0 pp00 ppa ppabank ppb ppc ppd ppe ppf ppg pph ppi ppk ppl ppm ppo ppp ppr pps ppt ppv ppwk pq pq0 pr pr/ pr0 pr0+ pra prabang prabhakar prabhakaran prabhu prabhudas prabhupada prabowo prabu praca pracha prachakorn prachuab practicable practical practicalities practicality practically practice practiced practices practicing practise practised practises practising practitioner practitioners prada pradeep pradesh pradhan pradip prado praecip praecipuum praed praefectus praeger praegitzer praetor praetorian praetorians praetorius praetors prafulla praga pragati prager pragmatic pragmatically pragmatics pragmatism pragmatist pragmatists pragobanka prague prague-based prague.newsroom@reuters.com praha praharaj prahlada prahova prahran praia prairie prairies praise praised praises praiseworthy praising praja prajatantra prajogo prakarsa prakasam prakash prakrit pram pramlintide pramote pran prana pranab pranam pranayama prancing prandtl prang prange prank pranks prankster pranksters prarie prasad prasanna praschak prashant prasidha prasong prast prat prata pratama pratap pratchett prater prather pratibha pratiharas pratima pratincoles pratinidhi pratique prato prats pratt pravachol pravda pravda0 pravdinsk praveen pravin pravo prawa prawang prawn prawns prawo praxair praxis pray prayag prayed prayer prayers praying prayog prays prazdroj prazska prazske prc prca prci prcis prcise prd pre pre- pre-abnormal pre-abnormals pre-accession pre-announced pre-announcement pre-arranged pre-auction pre-bourse pre-budget pre-capex pre-christmas pre-clinical pre-communist pre-condition pre-conditions pre-data pre-dawn pre-determined pre-easter pre-election pre-electoral pre-eminence pre-eminent pre-empt pre-empted pre-empting pre-emption pre-emptive pre-emptively pre-empts pre-excep pre-exceps pre-exceptional pre-exceptionals pre-excepts pre-existing pre-expiry pre-feasibility pre-fomc pre-handover pre-harvest pre-hedging pre-holiday pre-ins pre-launch pre-listing pre-market pre-marketing pre-match pre-merger pre-occupied pre-open pre-opening pre-paid pre-pay pre-payment pre-petition pre-poll pre-positioned pre-press pre-production pre-qualification pre-qualified pre-race pre-recorded pre-registration pre-report pre-requisite pre-sale pre-scheduled pre-schedulings pre-school pre-season pre-selection pre-set pre-shipment pre-sold pre-split pre-summit pre-tax pre-tournament pre-trial pre-war pre-weekend pre-winter pre0 preach preached preacher preachers preaches preaching preachings preah preakness preamble preamp preamplifier preapr prearranged prebble prebend prebendary preble prebon precambrian precarious precariously precast precaution precautionary precautions precede preceded precedence precedent precedent-setting precedents precedes preceding preceeded preceeding precent precentor precept preceptor precepts precession precinct precincts precious precipice precipitate precipitated precipitates precipitating precipitation precipitous precipitously precis precise precisely precision preclassic preclinical preclude precluded precludes precluding precocious precognition precognitive preconceived preconceptions precondition preconditions precursor precursors predacon predacons predate predated predates predating predation predator predators predatory predawn predeceased predecessor predecessors predefined predestination predestined predetermined predicament predicate predicated predicates predict predictability predictable predictably predicted predicting prediction predictions predictive predictor predictors predicts predilection predispose predisposed predisposition prednisone predominance predominant predominantly predominate predominated predominately predominates predominating predrag predynastic preece preeminence preeminent preempt preempted preemption preemptive preeti preexisting pref prefab prefabricated preface prefaced prefaces prefect prefects prefectural prefecture prefectures prefer preferable preferably prefered preference preferences preferential preferentially preferment preferred preferreds preferring prefers prefet prefigured prefix prefixed prefixes prefixing prefontaine preform preformed prefrontal prefs prefunded pregame pregnancies pregnancy pregnant prehensile prehistoric prehistory preinvasion preis preiss preity prejan prejudge prejudice prejudiced prejudices prejudicial prejudicing prek0 preki prekindergarten preko prel prelapr prelate prelates prelature prelim preliminaries preliminarily preliminary preljan prelmar preload preloaded prelq0 prelude preludes prem prema premadasa premarin premarital premark premarket premature prematurely premaxilla premeditated premenos premia premier premiera premiere premiered premieres premiering premiers premiership premierships premillennialism preminger premio premios premire premise premised premises premisys premium premiums premiumwear premiunm premjee premolar premolars premonition premonitions premonstratensian prenatal prendergast prensa prentice prentiss preoccupation preoccupations preoccupied preopening preorder prep prepackaged prepaid preparation preparations preparatory prepare prepared preparedness prepares preparing prepay prepayment prepayments preponderance preposition prepositional prepositions preposterous prepped preppy preprocessor preproduction preprogrammed prequalification prequalified prequel prequels prerana prerecorded prerequisite prerequisites prerna prerogative prerogatives prerovske pres presage presaged presaging presale presale- presario presas presbyter presbyterian presbyterianism presbyterians presbyteries presbyters presbytery preschool preschoolers preschools prescience prescient prescot prescott prescribe prescribed prescribes prescribing prescription prescriptions prescriptive preseason preselected preselection preseli presence presences present present-day presentation presentational presentations presented presentee presenter presenters presenting presently presents preservation preservationist preservationists preservative preservatives preserve preserved preserver preservers preserves preserving preset presets preside presided presidencies presidency president president-director president-elect president-finance president-in-office presidental presidente presidential presidential-style presidents presides presiding presidio presidium preslav presley presnya presov presque press press. pressburg pressburger presse pressed presser presses pressgroup pressing pressings pressler pressley pressman pressman((000 presstek pressure pressured pressures pressuring pressurise pressurised pressurization pressurized prestasi prester prestige prestigious presto preston prestonpans prestressed prestwich prestwick presumably presume presumed presumes presuming presumption presumptive presuppose presupposes presuppositions presure presynaptic pret preta pretax preteen pretence pretend pretended pretender pretenders pretending pretends pretense pretenses pretension pretensions pretentious preterite preterm pretext preti preto pretoria pretorius pretrial prettier prettiest pretty pretura pretzel pretzels preud'homme preuss preussag preussen preussenelektra prev prev0 prevail prevailed prevailing prevails preval prevalence prevalent prevent preventable preventative prevented preventing prevention preventive prevents previ preview previewed previewing previews previn previous previously previously-announced previsional prevlaka prevost prevoyance prewar prey preyed preying preys prez prf prft pri priam pribor pribram pricapr price price* price-competitive price-cutting price-earnings price-fixing price-sensitive price-setting price-tag price-to-earnings priced pricejan priceless pricellular pricer prices prices)---------------------------------- prices)0 prices* prices*______________________________________ prices- pricesapr pricesfeb pricesjan pricesjul pricesjun pricesmar pricesmay pricetag pricewatch pricewaterhousecoopers pricey pricfeb prichard pricier pricing pricing- pricings pricjan prick pricked prickly pricmar priddle priddy pride prideaux prided prides pridi priebke priest priestess priestesses priesthood priestley priestly priests prieta prieto prievidza priit prijedor prilep prilosec prim prima primac primacy primadonna primagaz primakov primal primality primarch primarchs primaries primarily primark primary primary0 primary00 primate primates primavera prime prime-lending prime-tass prime-time prime0 primeau primeco primed primedia primeeast primer primera primergy primero primers primes primestar primetime primetown primeval primex primidone priming primitive primitives primitivism primitivists primm primo primofin primogeniture primordial primorje primorsky primoz primrose primula primum primus prince princedom princedoms princely princemarch princeps princes princesa princess princesse princesses princeton princip principal principalities principality principally principals principalship principate principe principes principia principle principled principles princz prine pringle pringles prington prinia prinosil prins print printable printed printemps printer printers printing printings printmaker printmakers printmaking printout prints prinz prinze prio priok prion prions prior prior-year prioress priori priories priorities prioritise prioritize prioritized prioritizing priority priors priory pripps pripps-ringnes pripyat prisa priscilla prisco priscus prise prising prism prisma prismatic prisms prison prisoner prisoners prisons pristina pristine pritam pritchard pritchett prithi prithvi prithviraj pritzker prius priv priv.banks privacy privalova privat privatbank privatdozent private private-label private-sector privateer privateering privateers privately privately-funded privately-held privately-operated privately-owned privately-run privates privation privations privatisation privatisations privatise privatised privatises privatising privatization privatizations privatize privatized privatizing prive privee privet privilege privileged privileges privredna privy prix priya priyanka prize prize-giving prize-money prize-winning prized prizemoney prizes prizren prka prl prlic prm prnewswire/ pro pro- pro-active pro-am pro-american pro-baghdad pro-baseball pro-beijing pro-british pro-business pro-catholic pro-china pro-choice pro-church pro-communist pro-competitive pro-conservative pro-democracy pro-emu pro-eta pro-eu pro-europe pro-european pro-europeans pro-euthanasia pro-forma pro-government pro-growth pro-independence pro-india pro-iranian pro-iraqi pro-irish pro-islamic pro-islamist pro-israel pro-israeli pro-kurdish pro-labour pro-life pro-market pro-moscow pro-nazi pro-north pro-opposition pro-pyongyang pro-rata pro-rated pro-reform pro-russian pro-sikh pro-soccer pro-socialist pro-soviet pro-syrian pro-taleban pro-u.s. pro-unity pro-western pro-yuan pro0 proa proactive proactively probabilistic probabilities probability probable probably probanka probate probation probationary probe probed probert probes probing probity problem problematic problems proboscis probst probus proby proc procedural procedure procedures proceed proceeded proceeding proceedings proceeds proceedures procellariids procellarum proces proceso process processed processes processing procession processional processions processor processors prochaine prochazka prochem prochnik prock proclaim proclaimed proclaimers proclaiming proclaims proclamation proclamations proclivity proclus procol proconsul procopius procrastination procreate procreation procter proctor proctors procurator procure procured procurement procurements procuring procyon prod prodan prodctjun prodded prodding prodi prodigal prodigies prodigious prodigy prodigy.com. prodn prodrive prodromus prodrug prods produc producapr produce produced producer producer-consumer producer/director producer/engineer producers produces producing product product-related productidec productijan productiodec productiojan production production-based production-sharing productions productive productively productivity productn products produdec produfeb produits produjan produmar proer prof prof. profaci profane profanities profanity profat profesional profess professed professes professing profession profession.he professional professionalism professionally professionals professions professor professorial professors professorship professorships proffered proffitt proficiency proficient profil profile profiled profiler profiles profiling profit profit$ profit- profit-booking profit-making profit-related profit-sharing profit-takers profit-taking profit-warning profit/ profit0 profitability profitabilty profitable profitablity profitably profited profiteering profiteers profiting profits profittaking profligate proforma profound profoundly profumo profurn profuse profusely profusion prog progamme progen progenitor progenitors progeny progess progesterone progestin prognoses prognosis prognostic program programas programe programing programmable programmatic programmatically programme programmed programmer programmers programmes programming programs progres progreso progress progressed progresses progressing progression progressions progressive progressively progressives progressivism prohibit prohibited prohibiting prohibition prohibitionist prohibitions prohibitive prohibitively prohibits proj project project0 projected projectile projectiles projecting projection projectionist projections projective projector projectors projectos projects projekt projet prokaryotes prokaryotic prokofiev prokop prokopov prokurorov prolactin prolapse prolegomena proler proletarian proletariat proleter proliferate proliferated proliferating proliferation prolific prolifically proline prolog prologue prologues prolong prolongation prolonged prolonging prolongs prom promenade promenades promet prometeia promethean prometheus promethium promex promicin prominence prominent prominently promiscuity promiscuous promise promised promises promising promissory promo promodes promontory promos promote promoted promoter promoters promotes promoting promotion promotion/relegation promotional promotions promotor promotora prompt prompted prompting promptly prompts proms promstroibank promulgate promulgated promulgating promulgation promus pron pron. prone pronet prong pronged pronger pronghorn prongs pronk pronominal pronoun pronounce pronounced pronouncement pronouncements pronounces pronouncing pronouns pronto pronunciation pronunciations proof proofed proofing proofreading proofs prop prop0 propaganda propagandist propagandistic propagandists propagate propagated propagates propagating propagation propane propects propel propellant propellants propelled propeller propellers propelling propellor propellors propels propensity proper properly properties propertius property property-based property-casualty property-liability property-related prophecies prophecy prophesied prophesies prophesy prophesying prophet prophetess prophetic prophets prophylactic prophylaxis proponent proponents proportion proportional proportionality proportionally proportionate proportionately proportioned proportions proposal proposals propose proposed proposes proposing proposition propositional propositioning propositions propounded propped propper propping proprietary proprietor proprietors proprietorship propriety proprio proprioception proprioceptive props propulsion propulsive propylene prorated proration prorogued pros prosaic proscenium prosciutto proscribed proscription prose prosecute prosecuted prosecutes prosecuting prosecution prosecutions prosecutor prosecutor-general prosecutorial prosecutors proselytism proselytize proselytizing prosieben prosimians prosinecki prosody prosopis prosource prospect prospected prospecting prospective prospector prospectors prospects prospectus prospectuses prospekt prosper prospered prospering prosperity prospero prosperous prosser prost prostaglandin prostaglandins prostate prostatic prostheses prosthesis prosthetic prosthetics prostitute prostitutes prostitution prostran prostrate prostration protagonist protagonists protagoras protea proteaceae proteam protease proteases proteasome protect protected protecting protection protectionism protectionist protections protective protectobots protector protectorate protectorates protectors protects protege protegee proteges protein proteins proteinuria proteobacteria proteolysis proteolytic proteomics proterozoic protest protestant protestantism protestants protestations protested protester protesters protesting protestors protests proteus protexa prothonotary prothrombin protists proto protocol protocols protoculture protoform proton protonated protons protopapadakis protoplanetary protos protoss prototype prototypes prototypical prototyping protour protozoa protozoan protracted protrude protruded protrudes protruding protrusion protrusions protti protzner proud proudest proudhon proudly proulx proust prout prouteau prouty prov prov;y provable provably provan provapr provdec prove proved proven provenance provencal provence proventus provenzano prover proverb proverbial proverbs proves provfeb provida provide provided providence providencia provident provider providers provides providian providing provigo province province-wide provinces provincetown provincia provincial provincially provincials provincie proving provision provisional provisionally provisionals provisioned provisioning provisions proviso provjan provmar provmay provo provocateur provocateurs provocation provocations provocative provocatively provoke provoked provokes provoking provost provosts provs prow prower prowess prowl prowler prowling prowse proxies proxim proxima proximal proximate proximity proximus proxy proxymed prozac prozen prp prr prs prsident prskalo prt pru prudence prudent prudential prudential-bache prudently prudhoe prue prueher pruett prufrock pruitt prum prune pruned prunella prunes pruning prunus prus prussia prussian prussians prut prv prva prvmay prvni prvoit prvs pry pryca pryce prydain pryde pryderi prying prykarpattya pryor przedsiebiorstwo przemysl przemyslowo-handlowy przemyslu przeworsk przymierze ps ps. ps/0 ps0 psa psalm psalms psalter psas psb psbr psc psd psdb psdr pse pse&g pseb pseudo pseudobulbs pseudoephedrine pseudomonas pseudonym pseudonymous pseudonyms pseudorandom pseudoscience pseudoscientific psf psf-gtd psg psi psi0 psicologia psicosis psidc psilocin psilocybe psilocybin psinet psion psionic psionics psions psittacidae psk pskov psl psm psmith psn psnh psni pso psoe psoriasis psp pspace psr pss pst pstn psu psus psv psy psych psyche psychedelia psychedelic psychedelics psychiatric psychiatrist psychiatrists psychiatry psychic psychical psychically psychics psycho psychoactive psychoanalysis psychoanalyst psychoanalysts psychoanalytic psychoanalytical psychobilly psychodrama psychodynamic psychogenic psychohistory psychokinesis psychokinetic psychological psychologically psychologically-important psychologie psychologist psychologists psychology psychometric psychometrics psychomotor psychopath psychopathic psychopathology psychopaths psychopathy psychopharmacology psychophysics psychosexual psychosis psychosocial psychosomatic psychotherapeutic psychotherapist psychotherapists psychotherapy psychotic psychotria psychotropic psygnosis psykers psyllium psylocke psytrance pt pt. pt0 pta ptah ptarmigan ptas ptc ptcl pte pteranodon pterodactyl pteropodidae pteropus pterosaur pterosaurs pterygoid ptf ptfe pth pti ptl pto ptolemaic ptolemies ptolemy ptosis ptp ptr pts ptsd ptt pttep ptv pty pu pu0 pua pub puberty pubescens pubescent pubhold pubic pubis publi public public-interest public-private public-sector public/private publica publically publican publication publications publicis publicise publicised publicising publicist publicists publicit publicitaire publicitaires publicity publicity-shy publicize publicized publicizing publicly publicly-held publicly-listed publicly-owned publicly-traded publico publics publique publish published publisher publishers publishes publishing publitalia publius publix pubmaster pubmed pubs puc pucca pucci puccia puccini puccio puch puchong puck puckett pucko pucks pud pudding puddings puddle puddles pudendal pudgy pudong pudsey pudu puducherry pudukkottai puebla pueblo pueblos puente puerta puerto puff puffed puffer pufferfish puffers puffin puffing puffins puffs puffy pug pugachev pugad puget pugh pugin puglia pugliese pugnacious pugni pugs pugsley pugwash puhelin pui puig puisne puja pujas pujol pujols puk puka puke pukekohe pukhet pukur pul pul-i-khumri pula pulakesi pulaski pulau pulau- pulcher pulchra puli pulido pulikovsky pulitzer puliyankulam pulkovo pull pull-back pull-out pullback pullbacks pulldown pulled pullella pullen puller pulley pulleys pulliam pullin pulling pullman pullo pullout pulls pulman pulmicort pulmoddai pulmonary pulp pulpex pulping pulpit pulpits pulps pulpwood pulsar pulsars pulsating pulsation pulsations pulse pulsed pulses pulsing pulte pulteney pulver pulverized puma pumaranra pumas pumbaa pumbedita pumice pumila pummeled pummelled pump pumped pumper pumping pumpkin pumpkinhead pumpkins pumps pun puna punahou puncak punch punchbowl punched puncher punchers punches punching punchinilame punchline punchlines punchy punctual punctuality punctually punctuate punctuated punctuation puncture punctured punctures puncturing pundit pundits pune pungent punggol punia punic punish punishable punished punisher punishes punishing punishment punishments punitive punjab punjabi punjabis punk punks punky punnett punning puno punr puns punt punta puntarenas punted punter punters punting puntland punto punts punxsutawney puny pup pupa pupae pupal pupate pupation pupil pupillary pupils pupin puppet puppeteer puppeteers puppetry puppets puppies puppy pups pur pura puram puran purana puranas puranic puraskar purbeck purcell purch purchase purchased purchaser purchasers purchases purchases/ purchasing purdah purdue purdy pure purebred puree purefoods puregon purely purer purest puretec purevolume purgative purgatory purge purged purges purging puri purification purified purifiers purify purifying purim purina purine puris purist purists puritan puritanical puritanism puritans purity purker purkinje purley purna purneftegaz purnell purnia purnima puro purple purples purplish purport purported purportedly purporting purports purpose purpose-built purposed purposeful purposefully purposely purposes purposive purpura purpurea purr purse purser purses pursuance pursuant pursue pursued pursuer pursuers pursues pursuing pursuit pursuits pursuits.he pursuivant purtzer puru purus purusha purves purveyor purveyors purviance purview purvin purvis pus pusan pusateri puscas pusey push pushcart pushed pusher pushers pushes pushing pushkin pushover pushpa pushpakumara pushrod pushtun pushy puskas pusri puss pusser pussy pussycat pussycats pustovoitenko put putable putative putatively puteaux putera puteri putih putilov putin putnam putney putonghua putouts putra putrajaya puts putsch putt puttable puttalam putted putter putters putti putties putting putts putty putumayo puy puyallup puyi puyo puzo puzzle puzzled puzzlement puzzles puzzling pv pv0 pva pvc pvda pvo pvp pvr pvs pvt pvt. pw pw0 pwa pwc pwd pwe pweto pwg pwi pwllheli pwm pwr pws px px0 pxre py pyaar pyar pyarelal pyatigorsk pycnonotidae pye pygmalion pygmies pygmy pyjamas pyke pyle pylon pylons pylori pylos pym pyman pynchon pyne pynzenyk pyongyang pyotr pyramid pyramidal pyramids pyre pyrenean pyrenees pyrex pyrgos pyridine pyridoxine pyrimidine pyrite pyrmont pyro pyroclastic pyrolysis pyrophoric pyrophosphate pyros pyrotechnic pyrotechnics pyroxene pyrrhic pyrrhus pyruvate pyschological pythagoras pythagorean pythagoreans pythias python pythons pyu pyykkonen pz pzl pzl0 pzm pzpr pzu q q&a q-data q-sblf q. q.c. q.v. q0 q0'0 q0-fin q0-p q0-q0 q0-r q0-rev q00 q0apr0 q0aug0 q0dec0 q0feb0 q0jan q0jan0 q0jul0 q0jun0 q0mar0 q0may0 q0nov0 q0oct0 q0sep0 q=cbot qa qaboos qaddafi qadeer qadi qadir qadissiya qadri qaeda qaen qaf qaida qais qajar qala qalqilya qam qamar qana qantas qara qarabagh qarase qarun qasim qasr qassam qassim qatar qatargas qatari qataris qawwali qazi qazvin qb qb0 qbe qc qca qcd qct qd0 qdr qe qe0 qed qeissan qel qena qew qex qf qgpc qi qian qiang qianlong qiao qibla qichen qidc qigong qin qinetiq qing qingdao qinghai qingling qingqi qinshan qintex qir qiu ql qland qld qlt qm qmc qmjhl qmv qna qni qnx qods qom qos qpr qq qr qrs qs qsc qt qtc qtly qtr qtrly qty qu qu'appelle qu'il qu'ran qua quabbin quack quackenbush quacker quackery quad quadi quadir quadra quadrangle quadrangles quadrangular quadrant quadrants quadraphonic quadrate quadratic quadrature quadratus quadrennial quadriceps quadrilateral quadrille quadriplegic quadrophenia quadruped quadrupedal quadruple quadrupled quadrupling quadrupole quads quae quaestor quagga quagmire quahog quai quaid quaife quail quails quaint quake quake-stricken quaker quakerism quakers quakes qual qualcomm qualia qualifer qualification qualifications qualified qualifier qualifiers qualifies qualify qualifying qualinesti qualitative qualitatively qualities quality qualms quam quan quanah quand quandary quando quandt quanex quang quant quanta quantech quantico quantifiable quantification quantified quantifier quantifiers quantifies quantify quantifying quantitative quantitatively quantities quantity quantization quantized quantrill quantum quanxing quanzhou quarantine quarantined quarashi quark quarks quarkxpress quarles quarrel quarreled quarreling quarrelled quarrelling quarrels quarrelsome quarried quarries quarry quarrying quarrymen quart quarter quarter-century quarter-end quarter-final quarter-finalist quarter-finalists quarter-finals quarter-on-quarter quarter-point quarter-to-quarter quarterback quarterbacks quarterdeck quartered quarterfinal quarterfinals quartering quarterly quartermaine quartermaster quarters quartet quartets quartic quartier quartile quarto quartz quartzite quasar quasars quash quashed quashes quashing quasi quasi-autonomous quasi-governmental quasi-money quasi-official quasi-parliament quasi-sovereigns quasimodo quat quater quatermain quatermass quaternary quaternion quaternions quatrain quatrains quatre quatro quattro quattrocchi quattrocento quay quayle quays quayside qubilah qubit qubits quds que queanbeyan quebec quebec-based quebecers quebeckers quebecois quebecor quebrada quechua quedlinburg quee queeg queen queenborough queene queenie queens queensberry queensboro queensbridge queensbury queenscliff queensferry queenside queensland queensland-based queenslander queensryche queenston queenstown queensway queer queercore queers queiroz quel quel'thalas quell quelled quelling quels quem quemoy quench quenched quenching quentin quenya quequen quercus queretaro queried queries querns querton query querying quesada quesnel queso quest questar questing question question-and-answer questionable questioned questioner questioning questionnaire questionnaires questions questor questrom quests quetta quetzal quetzalcoatl quetzals quetzaltenango queue queued queueing queues queuing quevedo quezon qui quiberon quiche quick quick-fix quickdraw quicken quickened quickening quickens quicker quickest quickie quickly quickness quicksand quicksilver quicksort quickstrike quicktime quickturn quid quidditch quien quiero quiescent quiet quieted quieten quietened quieter quietest quietly quietness quigley quik quila quill quillan quillen quills quilmes quilon quilt quilted quilting quilts quimby quimica quimigal quimper quin quinault quince quincey quincy quindel quindio quine quinenco quing quinine quinlan quinley quinn quinnell quinnipiac quinnsworth quinoa quinones quint quinta quintaglie quintain quintal quintales quintals quintana quintanilla quinte quintero quintessence quintessential quintessentially quintesson quintessons quintet quintets quintiles quintilian quintin quinto quinton quintuple quintus quiones quip quipped quips quire quirici quirinal quirinale quirino quirk quirks quirky quiroga quirot quisling quist quit quite quitman quito quits quitting quiver quivers quixote quixotic quixtar quiz quizzed quizzes quizzing quli qumran quo quoc quod quon quonset quorn quorum quorums quota quota-busting quota-hopping quotas quotation quotations quote quote.com quoted quotes quotes-related quotidien quotient quotients quoting qur'an qur'anic quraish quran quranic quraysh qurayza qureshi qurna qurqas qutb qutub qv qvc qviberg qward qwark qwerty qwest r r$ r&b r&d r'dam r'mel r'n'b r-iowa r-revised r-texas r-troy r-va r. r.a. r.a.kidwai r.b. r.c. r.d r.d. r.e. r.e.m r.e.m. r.f. r.f.c. r.g. r.g.bhat r.h. r.i r.i. r.j. r.k. r.l. r.m. r.n. r.o. r.p. r.r. r.s. r.s.c. r.v. r.w. r.z. r/ r/c r/t r0 r00 r0a r0b r0s r=revised ra ra0 raa raab raabe raad raadio raaf raafat raahe raam raapr raaschou raasuke raat rab raba rabarivony rabat rabaul rabb rabba rabbah rabban rabbani rabbeinu rabbi rabbids rabbinate rabbinic rabbinical rabbis rabbit rabbitohs rabbits rabbitt rabbitte rabble rabbo rabe rabelais rabi rabia rabid rabies rabigh rabih rabin rabindra rabindranath rabinowitz rabo rabobank rabri rabsi rabuka rabun raby rac racal racan raccoon raccoons race racecar racecars racecourse raced racegoers racehorse racehorses raceme racemes racemic racer racers races races. racetrack racetracks raceway racha rachael rachel rachelle rachid rachis rachmaninoff rachmaninov racial racialist racially racine racing racism racist racists rack rackard racked racket racketeer racketeering racketeers rackets rackham racking rackmount racks raconteur racquet racquetball racquets racy racz rad rada radames radar radar-avoiding radar-evading radars radcliffe radclyffe rade radebe radegast radek raden radenska radeon rader rades radetzky radev radex radex-heraklith radford radha radhakrishnan radhika radi radial radially radials radian radiance radians radiant radiata radiate radiated radiates radiating radiation radiative radiator radiators radic radical radicalism radicalization radicalized radically radicals radice radii radikal radim radin radio radio-television radioactive radioactivity radiocarbon radiocommunications radioed radiographic radiographs radiography radiohead radioisotope radioisotopes radiokomunikace radiologic radiological radiologist radiologists radiology radioman radiometer radiometric radiomobil radionet radionuclides radiophonic radiopress radioprogramas radios radioshack radiotelephone radiotherapy radish radishes radisich radisson radisys radium radius radix radja radka radke radler radley radmila radner radnicki radnor radnorshire radnoti rado radoje radom radome radomir radomiro radon radosavljevic radoslav radoslaw radovan radstock radu raducioiu radula radulescu radulovic raduyev radwan radwell radyo radziwill rae raeburn raeder raedwald raeford raekwon rael raelian raelians raemdonck raf rafa rafael rafaela rafah rafako rafal rafale rafe raff raffaele raffaello raffarin rafferty raffi raffle raffles rafi rafidah rafik rafiki rafineria rafinerska rafiq rafiqul rafsanjani raft rafted rafter rafters rafting rafts rag rag-tag raga ragamuffin ragan ragas ragdoll rage raged ragen rages ragga ragged ragging raghava raghavan raghavendra raghu raghunath raghuraman ragi raging raglan ragman ragnar ragnarok ragnhild ragnos ragnvald rags rags-to-riches ragsdale ragtag ragtime ragusa ragusan ragweed rah rahab rahaga rahal raheem raheny rahi rahilou rahim rahimuddin rahkshi rahl rahman rahmat rahn rahu rahul rahumaa rahway rahxephon rai raicevic raich raichev raichur raid raided raiden raider raiders raiding raids raiffeisen raiffeisenbank raiford raigad raikes raikkonen rail rail-for raila railamerica railcar railcars railed railfans railgun railhawks railhead railing railings railroad railroaded railroading railroads rails railtex railtrack railway railwaymen railways railworkers raimi raimond raimondas raimondi raimondo raimund raimundo rain rain-affected rain-delayed rain-hit rain-shortened rain-soaked rain-swollen raina rainbands rainbow rainbows raincoat raincoats raindance raindrops raine rained rainer raines rainey rainfall rainfalls rainford rainforest rainforests rainham rainhill rainier rainiers raining rainmaker rains rainstorm rainstorms rainsy rainwater rainy raion raions raipur rais raise raised raiser raisers raises raisin raising raisings raisins raisio raision raison raistlin raitberger raith raitt raivo raj raja rajab rajah rajahmundry rajan rajar rajaraja rajaram rajas rajasthan rajasthani rajasuya rajavi rajeev rajendra rajendran rajesh rajgarh raji rajic rajin-sonbong rajinder rajinikanth rajiv rajkot rajkumar rajoub rajpal rajput rajputana rajputs rajshahi raju rajya rak rakad rakata rake raked rakes rakesh rakhine rakhmonov rakim raking rakoczi rakosi rakovski rakovsky rakow raks rakshasa rakshasas rakvere rakyat ral ralco ralcorp raleigh ralf ralfe rall rallidae rallied ralliement rallies rallings rallis rally rallycross rallye rallying ralph ralphie ralphs ralston ram rama ramachandra ramachandran ramada ramadan ramadi ramage ramah ramaiah ramakrishna ramakrishnan ramallah raman ramana ramani ramanuja ramanujan ramaphosa ramapo ramar ramaswamy ramat ramay ramayan ramayana ramazani ramba rambaldi rambam rambaud rambeau rambert rambla ramble rambler ramblers rambles ramblin rambling ramblings rambo rambouillet rambunctious rambus ramchandra ramco ramdas rame rameau rameez ramen ramenman rameses ramesh ramesses ramey ramgarh ramgoolam rami ramifications ramillies ramin ramirez ramiro ramis ramiz ramjet ramla ramli rammed ramming rammstein ramnad ramnagar ramo ramon ramona ramoncito ramond ramone ramones ramos ramos-horta ramotowski ramp ramp-up rampage rampaged rampages rampaging rampal rampant rampart ramparts ramped ramphastidae ramping rampling ramprakash ramps rampton rampur rampura ramqvist ramrod rams ramsar ramsay ramsbottom ramsden ramses ramsey ramseys ramsgate ramshackle ramstead ramstein ramsus ramthan ramtron ramu ramus ramzan ramzi ran rana ranald ranariddh ranasinghe ranatunga ranbaxy rance ranch rancher ranchera rancheria ranchero ranchers ranches ranchi ranching rancho ranchos rancid rancor rancorous rancour rand rand-debt randa randal randall randalls randell randenigala randers randex randfontein randgold randi randle randleman randolph random random-access randomised randomization randomized randomly randomness randor rands randstad randt randwick randy rane ranelagh raner raney ranford ranfurly rang ranga rangamati rangarajan range range-bound range-trade range-trading rangebound ranged rangefinder rangel ranger rangers ranges rangi ranging rangoon rangpur rangsitphol ranh rani ranidae ranieri ranil ranitidine ranjan ranji ranjit rank rank-and-file ranke ranked rankin rankin/bass rankine ranking rankings rankled ranks ranma ranmaru rann rannoch rano ransack ransacked ransacking ransdell ransik ransom ransome ransome-kuti ransomed ransoms ranson rant rantatupa rantembe ranting rants rantzau ranuccio ranulf ranulph ranunculaceae ranvir ranya rao raou raouf raoul raoult raoux rap rapa rapacious rapallo rapanui rapaport rapcore rape raped rapemeal raper rapes rapeseed raphael raphaelite raphaelites raphe raphel raphoe rapid rapid-fire rapidan rapide rapides rapidity rapidly rapidly-growing rapido rapids rapier raping rapist rapists rapoport raposo rapp rappahannock rappaport rapped rappel rappelling rapper rappers rapping rapport rapporteur rapporteurs rapprochement raps rapseed raptopoulos raptor raptors rapture rapturous rapunzel raquel rar rare rarefied rarely rarely-traded rarer rares rarest raritan rarities rarity rarotonga ras rasa rasayan rascal rascals rasch rascher rascia rasdaq rasen rasgas rash rashad rashed rasheed rashes rashi rashid rashidi rashidun rashly rashmi rashomon rasht rashtra rashtrakuta rashtrakutas rashtriya rasim rask raska raskin rasmus rasmussen rasool rasp raspberries raspberry rasputin raspy rassemblement rassilon rast rasta rastafari rastafarian rastas rastatt raster rastra rastriya rasul rat rata ratajczak ratan ratana ratatouille ratbat ratchasima ratchathani ratchet ratcheted ratcheting ratcliff ratcliffe rate rate-bulgarian rate-cut rate-hike rate-sensitive rate-setting rate0 rateaug rated ratepayer ratepayers rates rates- rates--- rates---- rath ratha rathaus rathbone rathbun rathdown rather rathfarnham rathi rathmines rathore ratification ratifications ratified ratifies ratify ratifying rating ratings ratings--- ratings---- ratingwatch ratio ration rational rationale rationales rationalisation rationalise rationalised rationalising rationalism rationalist rationalistic rationalists rationality rationalization rationalize rationalized rationalizing rationally rationals rationed rationing rations ratios ratisbon ratites ratjun ratko ratlam ratliff ratna ratnagiri ratnam ratnamani ratnapura ratnatilleke ratnatunga ratnayake ratner rato raton ratp rats ratsirahonana ratsiraka ratt rattail rattan rattana rattigan rattle rattled rattler rattlers rattles rattlesnake rattlesnakes rattling rattrap rattray rattus ratu ratwatte ratz ratzdorf ratzeburg ratzenberger ratzinger rau rauch raucous rauf raugs raul raulerson raum rauma raunchy rauparaha raurimu raus rausch rauschenberg rauscher rautakirja rautaruukki raute rav rav0 rava ravage ravaged ravager ravages ravaging ravalo ravalomanana ravan ravana ravanelli rave ravel ravelli raven ravenclaw ravenel ravenglass ravenhill ravenloft ravenna ravenous ravens ravensbruck ravensburg ravenscroft ravenshaw ravenswood raver ravers raves ravi ravindra ravine ravines raving ravinia ravishing raviv ravnica ravva raw rawa rawal rawalpindi rawang rawat rawdon rawhide rawkus rawlings rawlins rawlinson rawls raws rawson rawtenstall ray raya raya0 rayalaseema raybould rayburn raychem raycom raye rayed rayford raygun rayleigh rayman raymer raymond raymonde raymundo rayna raynald raynaud rayne rayner raynham raynor rayo rayon rayong rayonier rayrock rays raytel raytheon rayyan raz raza razafintsalama razak razaleigh razali raze razed razer razi raziel razing razon razor razor-sharp razor-thin razorback razorbacks razorlight razors razr razvan razz razzak razzaq razzie razzle rb rb0 rba rbc rbc-ds rbcs rbd rbh rbi rbis rbls rbnz rbs rbz rc rc0 rca rcaf rcbc rcc rcd rci rcm rcmp rcn rcp rcpts rcr rcs rcsb rct rcts rctv rd rd. rd0 rda rdainah rdaineh rdbms rdc rdf rdi rdo rdp rdr rds rdx re re- re-admitted re-affirmed re-appointed re-apptd re-arrest re-arrested re-assess re-building re-calculated re-discount re-education re-elect re-elected re-electing re-election re-emerge re-emerged re-emergence re-emerging re-employed re-employment re-energise re-engineering re-enter re-entered re-entering re-entry re-equip re-establish re-established re-establishing re-establishment re-evaluate re-evaluated re-evaluating re-evaluation re-examination re-examine re-examined re-examining re-export re-exported re-exporting re-exports re-focus re-ignite re-ignited re-impose re-insurance re-introduce re-introduction re-invest re-invested re-investment re-invite re-issued re-iterated re-join re-launch re-match re-named re-negotiate re-offer re-offered re-open re-opened re-opening re-opens re-organisation re-rated re-rating re-register re-release re-route re-routed re-run re-scheduled re-selling re-sign re-signed re-start re-started re-starting re-structuring re-submit re-tender re-test re-think re-training re-trial re-use re-vote re-weighting re/max re0 rea reabsorbed reabsorption reach reachable reached reaches reaching reacquired react reactance reactant reactants reacted reacting reaction reactionaries reactionary reactions reactivate reactivated reactivating reactivation reactive reactivity reactor reactors reacts read read-rite read/write readability readable readdy reade reader readers readership readied readies readily readiness reading readings readington readjust readjusted readjustment readmission readmitted readout reads ready ready-made ready-mixed ready-to-drink ready-to-eat ready-to-wear ready=preparing readying readymade readymix readywear reaffirm reaffirmation reaffirmations reaffirmed reaffirming reaffirms reagan reagent reagents reais reais-dollar real real-dollar real-estate real-life real-name real-term real-time realaudio reale reales realign realigned realigning realignment realignments realisable realisation realisations realise realised realises realising realism realist realistic realistically realists realities reality realizable realization realizations realize realized realizes realizing reallocate reallocated reallocates reallocating reallocation really realm realms realnetworks realplayer realpolitik reals realschule realtime realtor realtors realty realvideo ream reamer reams reaney reanimate reanimated reanimation reap reaped reaper reapers reaping reappear reappearance reappeared reappearing reappears reapplied reapply reappoint reappointed reappointment reapportionment reappraisal reapr reaps rear reardon reared rearguard rearing rearm rearmament rearmed rearming rearrange rearranged rearrangement rearrangements rearranges rearranging rearrested rears rearward reasearch reaser reason reasonable reasonableness reasonably reasoned reasoner reasoning reasons reassemble reassembled reassembling reassembly reassert reasserted reasserting reassess reassessed reassessing reassessment reassigned reassignment reassumed reassurance reassurances reassure reassured reassures reassuring reattach reattached reauthorization reauthorize reaveley reaver reavers reaves reawaken reawakened reawakening reay reb reba rebadged rebadow rebalance rebalancing rebar rebased rebate rebates rebbe rebbes rebecca rebekah rebel rebel-controlled rebel-held rebelde rebelled rebellin rebelling rebellion rebellions rebellious rebelo rebels rebhold rebidding rebirth rebollar rebollo reboot rebooted reborn rebound rebounded rebounder rebounding rebounds rebrand rebranded rebranding rebreather rebreathers rebroadcast rebroadcaster rebroadcasters rebroadcasting rebroadcasts rebrov rebublic rebuff rebuffed rebuffing rebuffs rebuild rebuilding rebuilds rebuilt rebuke rebuked rebukes reburial reburied rebus rebut rebuttal rebuttals rebutted rec rec. recai recalada recalcitrant recalculated recalculation recall recalled recalling recalls recant recanted recap recapitalisation recapitalise recapitalised recapitalization recapitalize recapitalized recapitulation recaps recapture recaptured recapturing recaro recast recasting recber recca recce recchi recede receded recedes receding receipt receipts receipts-------------- receivable receivables receivals receive received receiver receivers receivership receives receiving recension recensions recent recently recently-acquired recently-announced recently-appointed recently-formed recently-launched recently-listed recently-privatised receptacle receptacles reception receptionist receptions receptive receptor receptors recertification recess recessed recesses recession recessionary recessions recessive recharge rechargeable recharged recharging recherche recherches rechristened recht recidivism recieve recieved recife recipe recipes recipient recipients reciprocal reciprocate reciprocated reciprocates reciprocating reciprocity recirculating recirculation recital recitalist recitals recitation recitations recitative recitatives recite recited recites reciting reck reckitt reckless recklessly recklessness recklinghausen reckon reckoned reckoning reckons reckson reclaim reclaimed reclaiming reclaims reclamation reclassification reclassifications reclassified reclassify recline reclining recluse reclusive recognisable recognisably recognise recognised recognises recognising recognition recognitions recognizable recognizably recognize recognized recognizes recognizing recoil recoiled recoiling recoilless recollect recollected recollection recollections recollects recolored recoloured recombinant recombination recombine recombined recommence recommenced recommend recommendation recommendations recommended recommending recommends recommissioned recommissioning recompense recon reconcile reconciled reconciles reconciliation reconciling reconditioned reconditioning reconfigurable reconfiguration reconfigure reconfigured reconfiguring reconfirm reconfirmed reconnaisance reconnaissance reconnect reconnected reconnecting reconnection reconnoiter reconnoitered reconquer reconquered reconquest reconquista reconsider reconsideration reconsidered reconsidering reconstitute reconstituted reconstitution reconstruct reconstructed reconstructing reconstruction reconstructionism reconstructionist reconstructionists reconstructions reconstructive reconstructs reconvene reconvened reconvenes record record-breaking record-equalling record-high record-holder record-keeping record-low record-setting record-tying recordable recorded recorder recorders recording recordings recordkeeping records recoton recount recounted recounting recounts recoup recouped recouping recoups recourse recover recoverable recovered recoveries recovering recovers recovery recp recpts recreate recreated recreates recreating recreation recreational recreationally recreations recreativo recrimination recriminations recruit recruited recruiter recruiters recruiting recruitment recruits recrystallization recs rectal rectangle rectangles rectangular recticel rectification rectified rectifier rectifiers rectify rectifying rectilinear rectitude recto rector rectors rectory rectum rectus recueil recumbent recuperate recuperated recuperating recuperation recur recurred recurrence recurrences recurrent recurring recurs recursion recursive recursively recurve recurved recurvirostridae recusant recused recut recyclable recycle recycled recycler recycles recycling red red-and-white red-carpet red-chip red-chips red-faced red-handed red-hot red-tape reda redacted redaction redactor redan redash redbacks redbeard redbird redbirds redbook redbridge redcar redcedar redcliffe redcloak redcoats redd redden reddi reddick redding reddish redditch reddy reddys rede redeco redecorated rededicated rededication redeem redeemable redeemed redeemer redeemers redeeming redeems redefine redefined redefining redefinition redeker redel redelivery redempt redemption redemptions redemptive redemptorist redenominate redenominated redenomination redeploy redeployed redeploying redeployment redeployments rederi redesign redesignated redesignation redesigned redesigning redesigns redev redevelop redeveloped redeveloping redevelopment redevelopments redeye redfern redfield redford redgrave redhawks redhead redheaded redhill redhook redick rediffusion redirect redirected redirecting redirection redirects rediscount rediscounted rediscover rediscovered rediscovering rediscovery redistribute redistributed redistributing redistribution redistricted redistricting redknapp redland redlands redlegs redline redly redman redmen redmond redneck rednecks redness redo redocking redon redonda redondo redone redouble redoubled redoubling redoubt redoubtable redoubts redoute redox redpath redrafted redrafting redraw redrawing redrawn redress redressed redressing redruth reds redshift redshifts redshirt redshirted redskin redskins redstart redstone redubbed reduce reduced reduces reducibility reducible reducing reductase reductio reduction reductionism reductionist reductions reductive redundancies redundancy redundant reduplication redux redvers redwall redwood redwoods ree reebok reece reed reed-elsevier reedbeds reeder reedley reeds reeducation reedy reef reefer reefers reefs reel reelected reelection reeled reelin reeling reels reema reemerged reemergence reemtsma reena reenacted reenactment reenactments reenactors reengineering reenter reentered reentering reenters reentry reer rees reese reestablish reestablished reestablishing reestablishment reevaluate reevaluated reevaluation reeve reeves reexamination reexamine ref ref. refactoring refco refdg refectory refer refered referee refereed refereeing referees reference referenced references referencing referenda referendum referendums referent referential refering referral referrals referred referring refers refile refiled refill refilled refilling refills refin refinance refinanced refinances refinancing refinancings refine refined refinement refinements refiner refineries refiners refinery refines refining refit refits refitted refitting reflagged reflect reflectance reflected reflecting reflection reflections reflective reflectivity reflector reflectors reflects reflex reflexes reflexive reflexively reflexivity refloat refloated reflux refocus refocused refocuses refocusing reforestation reform reform-minded reforma reformate reformation reformatory reformatted reformatting reformed reformer reformers reforming reformism reformist reformists reforms reformulated reformulation refoundation refounded refracted refracting refraction refractive refractor refractories refractory refrain refrained refraining refrains refresh refreshed refresher refreshing refreshment refreshments refrigerant refrigerants refrigerated refrigeration refrigerator refrigerators refripar refsnes refsum refuel refueled refueling refuelled refuelling refuge refugee refugees refuges refugio refund refundable refunded refunding refundings refunds refurbish refurbished refurbishing refurbishment refurbishments refusal refusals refuse refused refuses refusing refutation refutations refute refuted refutes refuting reg reg0 rega regain regained regaining regains regal regal-beloit regalia regan regard regarded regarding regardless regards regatas regatta regattas regazzoni regd regemente regen regencies regency regenerate regenerated regenerates regenerating regeneration regenerative regenerator regeneron regensburg regenstreif regent regents reger reggae reggaeton reggiana reggie reggina reggio regi regia regicide regicides regime regimen regimens regiment regimental regimented regiments regimes regin regina reginald regine regio region region-wide regional regionalisation regionalised regionalism regionalist regionalliga regionally regionalnej regionals regions regionwide regis register registered registereds registering registers registrant registrants registrar registrars registration registrations registries registry regius regl regnal regnant regnery regni regnier regno regns regnum rego regolith regrade regress regressed regression regressive regret regretfully regrets regrettable regrettably regretted regretting regroup regrouped regrouping regroupment regrow regrowth regs regt regula regular regular-season regularise regularity regularization regularized regularly regulars regulate regulated regulates regulating regulation regulations regulator regulators regulatory regulus regum regurgitate regurgitated regurgitation rehab rehabcare rehabilicare rehabilitate rehabilitated rehabilitating rehabilitation rehabilitative rehearing rehearsal rehearsals rehearse rehearsed rehearses rehearsing rehire rehired rehman rehn rehnquist rehoboth rehovot rehydration rei reich reiche reichel reichenau reichenbach reichert reichs reichsbahn reichsbank reichsfuhrer reichsmark reichsrat reichstag reichswehr reid reidsville reidy reierson reif reifer reiffel reification reigate reign reigned reigning reignite reignited reigniting reigns reiji reika reiki reiko reilly reily reimagined reimagining reimburse reimbursed reimbursement reimbursements reimburses reimbursing reimer reimi reimpose reimposed reimposing reimposition reims reimut rein reina reinaldo reincarnate reincarnated reincarnation reincarnations reincorporated reindeer reine reineck reined reiner reineri reinert reines reinfeldt reinforce reinforced reinforcement reinforcements reinforces reinforcing reinhard reinhardt reinhart reinhold reining reinitiated reino reinoldijus reinoso reins reinsch reinserted reinstalled reinstate reinstated reinstatement reinstates reinstating reinstituted reinsurance reinsure reinsured reinsurer reinsurers reintegrate reintegrated reintegrating reintegration reinterpret reinterpretation reinterpretations reinterpreted reinterred reintroduce reintroduced reintroducing reintroduction reinvent reinvented reinventing reinvention reinvest reinvested reinvesting reinvestment reinvigorate reinvigorated reinz reis reischauer reise reiser reisman reisner reiss reissue reissued reissues reissuing reisterstown reit reiter reiterate reiterated reiterates reiterating reiteration reith reitman reits reitwein reitz reivers reiziger reject rejected rejecting rejection rejections rejects rejewski rejig rejigged rejigging rejoice rejoiced rejoicing rejoin rejoined rejoining rejoins rejuvenate rejuvenated rejuvenating rejuvenation reka rekdal rekha rekindle rekindled rekindling rekord reksa rel rela relaid relapse relapsed relapses relapsing relate related relatedness relates relating relation relational relations relationship relationships relative relatively relatives relativism relativist relativistic relativity relaunch relaunched relaunching relax relaxant relaxation relaxations relaxed relaxes relaxing relay relayed relaying relays release released releases releasing relegate relegated relegating relegation relegation-threatened relegations relena relending relent relented relentless relentlessly relents relet relevance relevancy relevant relevent relf reliability reliable reliably reliance reliant reliastar relic relics relict relied relief reliefs relient relies relieve relieved reliever relievers relieves relieving religio religion religionists religions religiosity religious religiously religous relinquish relinquished relinquishes relinquishing reliquary relish relished relishes relishing relisted relisting reliv relive reliving relja rell reload reloaded reloading reloads relocate relocated relocates relocating relocation relocations relpol reluctance reluctant reluctantly rely relying rem rema remade remagen remain remainder remainders remained remaining remains remak remake remakes remaking remand remanded remark remarkable remarkably remarked remarketing remarking remarks remarriage remarried remarry remaster remastered remastering remasters rematch remay rembrandt reme remec remedial remediation remedied remedies remedios remedy remember remembered remembering remembers remembrance remeron remey remgro remi remic remick remigius remind reminded reminder reminders reminding reminds remington reminisce reminiscence reminiscences reminiscent reminisces reminiscing remission remit remittance remittances remitted remix remixed remixer remixers remixes remixing remnant remnants remo remodel remodeled remodeling remodelled remodelling remonstrance remora remorse remorseful remote remote-controlled remotely remoteness remotes remotest removable removal removals remove removed remover removes removing remp remparts remsen remsperger remuneration remunerative remus remy remy-cointreau ren rena renaissance renaissancere renal renaldo rename renamed renames renaming renamo renamon renan renard renasterea renat renata renate renato renaud renault renberg renbourn rencko renco rend renda rendall rendel rendell render rendered renderer rendering renderings renders rendez rendezvous rendezvoused rending rendition renditions rendlesham rendsburg rene reneberg renee renegade renegades renege reneged reneging renegotiate renegotiated renegotiating renegotiation renegotiations renel renew renewable renewables renewal renewals renewed renewing renews renfe renfield renfrew renfrewshire renfro renga rengo reni renier renin renison renji renkaat renminbi renn rennais rennell renner rennes rennet rennie renno renny reno renoir renominated renomination renong renormalization renounce renounceable renounced renounces renouncing renouveau renovate renovated renovating renovation renovations renown renowned rens rensburg renshaw rensselaer rent rent-a-car renta rentable rental rental-purchase rentals rented rentenbank renteria renters rentiersky renting rentokil renton rents renu renuka renumbered renumbering renunciation renville renwick renzi renzo reo reoccupation reoccupied reoccurring reoffer reoffered reoffering reop_side reopen reopened reopening reopens reopro reordered reordering reorganisation reorganisations reorganise reorganised reorganises reorganising reorganization reorganizations reorganize reorganized reorganizes reorganizing reorientation reoriented rep rep. repackage repackaged repackaging repaid repaint repainted repainting repaints repair repairable repaired repairer repairers repairing repairman repairs repap reparation reparations reparative repatriate repatriated repatriating repatriation repatriations repaved repay repayable repaying repayment repayments repays repco repeal repealed repealing repeals repeat repeatable repeated repeatedly repeater repeaters repeating repeats repechage repel repelled repellent repellents repelling repels repent repentance repentant repented repents repercussions repertoire repertoires repertory repetition repetitions repetitious repetitive repetitively rephlex repin repl replace replaceable replaced replacement replacements replaces replacing replant replanted replanting replay replayed replaying replays replenish replenished replenishing replenishment replete replica replicant replicants replicas replicate replicated replicates replicating replication replicator replicators replied replies reploids reply replying repo reponse reponsibility reponsible repopulate repopulated repopulation report report--u.s. report-india reportage reported reportedly reporter reporters reporting reports repos repose reposition repositioned repositioning repositories repository repossessed repossession repp reppas reprehensible represenatives represent representable representation representational representations representative representatives represented representing representive representives represents repress repressed repressing repression repressions repressive repressor reprice repriced repricing reprieve reprieved reprimand reprimanded reprimands reprint reprinted reprinting reprints reprisal reprisals reprise reprised reprises reprising reprivatisation reproach reproached reproaches reprocessed reprocessing reproduce reproduced reproduces reproducibility reproducible reproducing reproduction reproductions reproductive reproductively reprogram reprogrammed reprogramming reps repshe repsol reptile reptiles reptilian repton reptron repubblica republic republica republicain republican republican-backed republican-controlled republican-dominated republican-f republican-led republicana republicanism republicans republication republics republik republika republikein republique republish republished republishing repudiate repudiated repudiating repudiation repugnant repulsa repulse repulsed repulsing repulsion repulsive repurchase repurchased repurchases repurchasing repurposed reputable reputation reputations repute reputed reputedly req request requested requesting requests requiem require required requirement requirements requires requiring requirments requisite requisites requisition requisitioned requotation requote requoted rer rerating rerecorded reredos rerelease rereleased rerngchai reroute rerouted rerouting rerum rerun reruns res res-care res. resaca resalat resale resales resc reschedule rescheduled reschedules rescheduling rescind rescinded rescinding rescinds rescript rescue rescued rescuer rescuers rescues rescuing reseach research research-based researched researcher researchers researches researching reseau resection reseda resell reseller resellers reselling resells resemblance resemblances resemble resembled resembles resembling resende resendez resent resented resentful resenting resentment resents reserach reservation reservations reserve reserved reservefeb reservejan reserves reservesapr reservesfeb reservesmar reservesmay reserving reservist reservists reservoir reservoirs reservs reset resets resetting resettle resettled resettlement resettling reshape reshaped reshaping reshevsky reshot reshuffle reshuffled reshuffles reshuffling resid reside resided residence residences residencies residency resident residential residents resides residing resids residual residuals residue residues resign resignation resignations resigned resigned.he resigning resigns resilience resiliency resilient resin resinous resins resist resistance resistances resistant resisted resistence resistencia resistent resisters resisting resistive resistivity resistor resistors resists resized resizing resler resnais resnick resold resolute resolutely resolution resolutions resolve resolved resolver resolves resolving resonance resonances resonant resonate resonated resonates resonating resonator resonators resorption resort resorted resorting resorts resouces resounding resoundingly resource resource-rich resourced resourceful resourcefulness resources resp. respawn respect respectability respectable respectably respected respectful respectfully respecting respective respectively respects respighi respiration respirator respiratory respironics respite resplendent respond responded respondent respondents responder responders responding responds responsa response responses responsibilities responsibility responsibilty responsible responsiblity responsibly responsive responsiveness responsum respublika rest restart restarted restarting restarts restate restated restatement restates restating restaurant restaurants restaurateur rested restenosis restigouche resting restituta restitution restitutions restive restless restlessness restnce restock restocking reston restoration restorations restorative restore restored restorer restorers restores restorick restoring restrain restrained restraining restrains restraint restraints restrengthened restrepo restrict restricted restricting restriction restrictions restrictive restrictor restricts restroom restrooms restructing restructure restructured restructures restructuring restructurings rests restucturing restyled restyling resubmit resubmitted result resultant resulted resulting results resume resumed resumes resuming resumption resupplied resupply resupplying resurface resurfaced resurfaces resurfacing resurgence resurgent resurrect resurrected resurrecting resurrection resurrects resuscitate resuscitated resuscitation resveratrol ret ret. retail retail-targeted retailed retailer retailers retailing retails retain retained retainer retainers retaining retains retake retaken retakes retaking retaliate retaliated retaliates retaliating retaliation retaliatory retard retardant retardation retarded retarding retcon retconned retcons retd rete retell retelling retellings retells retender retenders retention retentive retest retested retesting retevision retford rethabile rethel rethink rethinking rethy reti reticence reticent reticle reticular reticulata reticulated reticulum retief retina retinal retinitis retinol retinopathy retinue retire retired retiree retirees retirement retirements retires retiring retirment retiro retitled retl reto retold retook retool retooled retooling retort retorted retorts retouched retouching retour retrace retraced retracement retracements retraces retracing retract retractable retracted retracting retraction retracts retrain retrained retraining retransmission retransmitted retreat retreated retreaters retreating retreats retrench retrenched retrenching retrenchment retrenchments retrial retribution retried retrieval retrieve retrieved retriever retrievers retrieves retrieving retro retroactive retroactively retrofit retrofitted retrofitting retroflex retrograde retrospect retrospective retrospectively retrospectives retrovir retroviral retrovirus retroviruses retry retsls retto retuer retuning return returned returnees returner returning returns retz reuben reubens reuchlin reunification reunified reunify reunifying reunion reunions reunite reunited reunites reuniting reuptake reus reusable reuse reused reuses reusing reuss reutemann reuter reuters reuters-zogby reuters.com reuters0@reutersecu.com.ec reuters@reuters.ee reutes reuther reutlingen reutlinger reuven rev rev. rev.ii reva reval revaluation revaluations revalue revalued revalues revaluing revamp revamped revamping revamps revan revascularization revco revd reve reveal revealed revealing reveals reveco reveille revel revelation revelations revelator revelers revell revelle revelled revellers revelling revelry revels revelstoke revenant revenge reventlow revenue revenue-raising revenue-sharing revenues reverb reverberate reverberated reverberation revercomb revere revered reverence reverend reverent reverie reversal reversals reverse reversed reverses reversible reversibly reversing reversion reversionary revert reverted reverting reverts revesby revesz revetments revie review reviewed reviewer reviewers reviewing reviews reviled revilla revisable revise revised revises revising revision revisionism revisionist revisionists revisions revisioq0 revisit revisited revisiting revisits revista revitalisation revitalise revitalised revitalising revitalization revitalize revitalized revitalizing revival revivalism revivalist revivalists revivals revive revived revives reviving revivo revlon revo revocation revoke revoked revokes revoking revolt revolted revolting revolts revolucion revolucionario revolution revolutionaries revolutionary revolutionise revolutionised revolutionist revolutionists revolutionize revolutionized revolutionizing revolutionnaire revolutions revolve revolved revolver revolvers revolves revolving revolving-door revoz revpar revq0 revrepo revs revson revue revues revulsion revving rewa reward rewarded rewarding rewards rewari rewe reweighting rewey rewind rewinding rework reworked reworking reworkings rewritable rewrite rewrites rewriting rewritten rewrote rex rex-linked rexall rexam rexel rexene rexhep rexrodt rexroth rexworks rexx rey reyes reykjavik reyna reynald reynaldo reynard reynaud reyne reynold reynolds reynoso reyshahri rez reza rezaei rezek rezekne rezervny rezes reznor rezoned rezoning rezulin rf rf0 rf0c rfa rfc rfc0 rfcc rfcs rfd rfdg rfe rfg rfi rfid rfk rfl rfm rfp rfs rftv rfu rg rg&e rg0 rgb rgc rgi rgm0 rgs rgt rh rha rhacophoridae rhadamanthys rham rhames rhapsody rhb rhd rhea rhee rheged rheims rhein rheingau rheingold rheinhyp rheinische rheinland rheinland-pfalz rheinmetall rhema rhemuth rhenish rhenium rheostatics rhesus rhetoric rhetorical rhetorically rhetorician rhetoricians rhett rheumatic rheumatism rheumatoid rheumatology rhi rhiannon rhin rhind rhine rhine-westphalia rhinebeck rhineland rhineland-palatinate rhinelander rhinestone rhinitis rhino rhinoceros rhinoceroses rhinolophus rhinoplasty rhinos rhinox rhizome rhizomes rho rhoades rhoads rhoda rhode rhoden rhodes rhodesia rhodesian rhodesians rhodian rhodium rhododendron rhododendrons rhodope rhodopsin rhodri rhomb rhombic rhombus rhon rhona rhonda rhondda rhone rhone-poulenc rhos rhotic rhs rhubarb rhuddlan rhumbline rhun rhus rhyd rhyl rhyme rhymed rhymer rhymes rhyming rhymney rhyolite rhyolitic rhys rhythm rhythmic rhythmical rhythmically rhythms rhytididae ri ria riaa riaan riad riada riado riady rial rials rialto rian rianta rias riata riau riaupulp riaz rib riba ribald riband ribas ribault ribavirin ribbed ribbentrop ribbing ribble ribbon ribbons ribcage ribe ribeira ribeirao ribeiro ribera ribes ribnica riboflavin ribose ribosomal ribosome ribosomes ribot riboud ribozyme ribs ric rica rican ricans ricard ricardo riccardo riccarton ricchiuto ricci ricciardi riccio rice rice-growing rich richard richards richardson richardsonian riche richelieu richemont richer riches richest richey richfield richfood richie richina richland richler richly richman richmond richmondshire richness richter richterova richthofen richwhite ricimer ricin rick rickard ricken rickenbacker ricker rickets ricketts rickety rickey ricki rickie rickles rickman rickmansworth rickover ricks rickshaw rickshaws ricky rico ricochet ricoh ricordi ricotta rics rictor rid rida riddance riddell ridden ridder riddick riddim ridding riddle riddled riddler riddles ride rideau rideout rider riders ridership rides ridge ridgecrest ridged ridgefield ridgeley ridgeline ridgely ridgemont ridges ridgeway ridgewood ridgway ridicule ridiculed ridicules ridiculing ridiculous ridiculously ridin riding ridings ridley ridvan rie rieber riechelmann ried riedel riedle riefenstahl riegel rieger riegler riel riemann riemannian rien rienzi ries riesling riester riesz rieter rieti rietumu rietveld rievaulx rieve rif rifampicin rife riff riffing riffs rifkin rifkind rifle rifled rifleman riflemen rifles rifling rift rifting rifts rig riga rigas rigaud rigby rigdon rigel rigg rigged rigger riggers rigging riggins riggs right right- right-arm right-back right-centre right-centrist right-field right-foot right-hand right-handed right-hander right-leaning right-left right-of-centre right-of-way right-to-die right-wing right-winger right-wingers rightchoice righted righteous righteousness rightfield rightful rightfully righthanded righthander righting rightist rightists rightly rightmost rights rightwing rightwingers rigi rigid rigidities rigidity rigidly rigney rigo rigoletto rigor rigorous rigorously rigors rigour rigours rigs rigveda rigvedic rih rihanna riigikogu riina riis rijecka rijeka rijk rijkaard rijksmuseum rijn rik rika rikadenki riken riker riki rikimaru rikishi rikki rikl riksbank riksdag rikshis riku ril rila riley rilindja rilke rille rilles rilo rilwanu rim rima rimae riman rimantas rimavska rimba rimbaud rime rimer rimes rimfire rimini rimless rimmed rimmer rimouski rims rimsky rimutaka rin rina rinaco rinaco-plus rinaldi rinaldo rinascente rincewind rincon rind rindel rindge rindt rinehart rinehimer ring ringa ringed ringer ringerike ringers ringforts ringgit ringgold ringing ringleader ringleaders ringling ringmaster ringnes ringo rings rings'' ringside ringtail ringtone ringtones ringwald ringway ringwood ringworld ringworm ringwraiths rini rink rinker rinko rinks rinn rino rinpoche rinse rinsed rinsing rintis rintje rinzai rio rioch riogas riograndense rioja rion rionda rione riopesca riordan rios riot riot-torn rioted rioters rioting riotous riots riou rip ripa riparian ripe ripen ripened ripeness ripening ripens riperton ripken ripley ripoll ripon riposte ripped ripper ripping ripple rippled ripples rippling rippon rips riptide ripto riquelme ris risa risborough risc risch riscorp risdon rise risen riser risers rises rishi rishikas rishikesh rishis rishon rising risings risk risk-adjusted risk-averse risk-based risk-free risk-reward risk-sharing risk-taking risk-weighted risked riskier risking risks risky risley rismanto risorgimento risparmio risperdal risque risto rit rita ritalin ritchey ritchie rite rites ritmo rito ritonavir ritsma ritsuko ritt rittenhouse ritter ritterbusch rittner ritual ritualism ritualistic ritualized ritually rituals ritz ritz-carlton ritzau riva rivadavia rival rivaldo rivaled rivaling rivalled rivalling rivalries rivalry rivals rivals.com rivas rivaud rive riven rivendell river river.the rivera riverbank riverbanks riverbed riverbeds riverbend riverboat riverboats riverclan riverdale riverdance riverfront riverhead riverina riverine rivero rivers riversdale riverside riverstone riverton riverview riverwalk riverwind rives rivet riveted riveting rivets riviera riviere rivieres rivington rivlin rivne rivoli rivulet rivulets rix rixon riyad riyadh riyadh-based riyal riyals riza rizal rize riziko rizk rizla rizvi rizvon rizzi rizzieri rizzitelli rizzo rizzuto rj rj0 rjb rjd rjr rk rkc rko rl rl;y rlc rlds rlfc rli rljan rlm rm rm-system rm0 rma rmb rmc rmg rmgs rmh rmi rmit rml rmn rmp rmr rms rmt rn rn0 rna rnai rnas rnase rnb rnc rnd rnli rnp rnr rns rnvr rnzaf rnzn ro ro-myung ro-ro ro0 roa roach roaches road road-building road-show roadbed roadblock roadblocks roadbuilder roadhouse roadie roadies roading roadkill roadless roadmap roadmaster roadrunner roadrunners roads roadshow roadshows roadside roadsides roadster roadsters roadway roadways roadworks roald roam roamed roaming roams roan roane roanne roanoke roar roared roaring roark roarke roars roast roasted roaster roasters roasting roastings roasts rob robaina robards robarts robb robbed robben robber robberies robbers robbery robbia robbiati robbie robbin robbing robbins robby robe robeco robed roberds roberson robert robert.kozak@reuters.com roberta roberto roberts robertson roberval robes robeson robespierre robey robichaud robidoux robie robien robilant robillard robin robina robinet robins robinson robinson-humphrey robinsons robison robitaille robledo robles robleto roblin robo robocop robot robotboy robotech robotic roboticized robotics robotman robotnik robots robs robson robur robust robusta robustas robustly robustness robustus roby robyn roc roca rocard rocca roccade rocco roch rocha rochambeau rochdale roche rochefort rochefoucauld rochelle rocher roches rochester rochet rochford rochon rocio rock rock'n rock'n'roll rock-bottom rock-solid rock-tenn rock-throwing rock/metal rock/pop rockabilly rockall rockaway rockbridge rockcliffe rockdale rocked rockefeller rocker rockers rocket rocket-propelled rocketdyne rocketed rocketing rocketry rockets rocketship rockett rockfall rockfish rockford rockhampton rockhurst rockier rockies rockin rocking rockingham rockland rockman rockne rocko rockport rocks rockshox rockslide rockstar rocksteady rockumentary rockville rockwall rockwell rockwood rocky rocla rococo rocor rocque rod roda rodale rodamco rodan rodange rodas rodber rodd roddam roddenberry roddick roddy rode roden rodent rodents rodeo rodeos roderic roderick rodes rodez rodge rodger rodgers rodham rodhan rodi rodier rodimus rodin rodina roding rodionov rodlauer rodman rodmond rodney rodolfo rodolphe rodong rodong0 rodovia rodrigo rodrigues rodriguez rods roe roebling roebuck roed-larsen roeder roeg roehampton roekke roel roelf roelstra roemer roenick roentgen roeper roer roerich roermond roeros roeselare roethlisberger rof roff rofin-sinar rog rogaine rogaland rogallo rogan rogelio rogen roger rogerio rogers rogerson rogersville rogge roggio rogier rognvald rogue roguelike rogues roh roh-kap rohan rohatyn rohde rohe rohilla rohingya rohingyas rohini rohirrim rohit rohl rohm rohmer rohn rohr rohstoffhandel rohtak roi roig roil roiled rois roisin roja rojas rojo rok rokeby roker rokhlin rokishkis rokkaku roko rokossovsky roku rol roland rolandas rolando roldan role roleplay roleplaying roles rolex rolf rolfe rolie rolimpex roll roll-off roll-on roll-out roll-over rolla rolland rollback rolle rolled rollei roller roller-coaster rollerball rollerblading rollercoaster rollers rolleston rollicking rollie rollin rolling rollins rollo rollout rollouts rollover rollovers rolls rolls-royce rolls-royces rolly rolodex roloff rolph rolston rolta roly rom rom. roma romac romagna romain romaine romaji romak roman romana romance romances romancing romande romandie romane romaneasca romanesc romanesque romani romania romanian romanian-hungarian romanians romanic romaniei romanised romanization romanized romano romanoff romanorum romanos romanov romanova romanovs romanow romans romansh romantic romantica romantically romanticised romanticism romanticized romantics romanum romanus romany romario romatex romberg romblon romboni romcim rome rome-based romeo romeos romer romero romesh romford romilly romina rominger romita romiti rommel romney romo romp romped romper rompres rompuy roms romsdal romsey romtelecom romuald romualdo romulan romulans romulo romulus romy ron rona ronald ronaldinho ronaldo ronan roncalli roncesvalles ronco rond ronda ronde rondeau rondo rondon rondonia rondout ronen ronettes roney rong ronge rongji roni ronin ronk ronkonkoma ronn ronne ronnie ronnies ronning ronny ronon ronsard ronson ronstadt rontgen rony roo rood roodaka roode roodepoort roodt roof roofed roofing roofless roofline roofs rooftop rooftops rooivalk rook rooke rooker rookery rookie rookies rooks rookwood rool room roomed rooming roommate roommates rooms roomy roon rooney roop roorkee roos roose roosen roosendaal roosevelt roost rooster roosters roosting roosts root rooted rootes rooting rootkit roots rootstock rootstocks rooyen rop ropczyce rope roped roper ropes ropeway roping ropner roppongi roque roquebrune-cap-martin roquefort roraima rorer rorke roro rorschach rorty rory ros ros-lehtinen rosa rosaceae rosada rosado rosaleen rosales rosalia rosalie rosalind rosalyn rosamond rosamund rosanna rosanne rosaries rosario rosary rosas rosati rosato rosberg rosca rosco roscoe roscommon roscrea rose rosea roseanne roseau rosebank rosebery rosebud roseburg rosecrans rosedale rosehill roseland rosella roselle roselli rosemarie rosemary rosemead rosemont rosemount rosen rosenbauer rosenbaum rosenberg rosenblatt rosenblatts rosenbloom rosenblum rosenborg rosencrantz rosendale rosenfeld rosenheim rosenkavalier rosenkranz rosenstein rosenstock rosenthal rosenwald rosenzweig roses rosetta rosette rosettes rosetti roseville rosewall rosewater rosewood rosey rosgosstrakh rosh roshan roshi roshni rosi rosicrucian rosicrucians rosie rosier rosin rosina rosine rosita roskam roskel roskilde roskill roslin roslotto roslyn rosneft rosner rosny rosprom ross rossa rossakhsvyokla rossdale rosse rosselli rossellini rossello rossendale rosser rosses rosset rossetti rossi rossignol rossignolo rossii rossii-sakha rossiiskaya rossiiskiye rossiisky rossington rossini rossiter rossiya rossland rosslare rosslyn rossman rosso rossouw rossum rossville rost rostam rostand rostelekom roster rostered rosters rostislav rostker rostler rostock rostov rostral rostropovich rostrum rostselmash rosvooruzheniye roswell rosy rosyth rot rota rotana rotary rotate rotated rotates rotating rotation rotational rotations rotator rotax rotblat rotc rote rotech rotem roten rotenburg roth rothbard rothenberg rothenburg rother rotherham rotherhithe rothermere rothes rothesay rothfield rothfos rothko rothley rothman rothmans rothrock rothschild rothschilds rothstein rothwell roti rotisserie roto roto-rooter rotolo rotondo rotor rotors rotorua rotoscoping rott rotted rotten rottenburg rottentomatoes.com rotterdam rotterdam-based rotting rottnest rottweil rottweiler rotulorum rotuma rotuman rotund rotunda rotyis roubaix rouble roubles rouen rouen-delivered rouergue roufs rouge rougeau rougemont rouges rough roughed rougher roughest roughing roughly roughnecks roughness roughriders roughshod rougon roukema roulet roulette roumen roumiana round round-robin round-table round-the-clock round-the-world round-trip round-up roundabout roundabouts roundarm rounded roundel roundels rounder rounders roundhay roundhead roundheads roundhouse rounding roundly roundness rounds roundtable roundtop roundtree roundtrip roundup rouran rourke rourkela rous rouse roused rouses roush rousing rousse rousseau roussel roussel-uclaf roussillon rout route routed routemaster router routers routes routh routier routine routinely routines routing routings routledge rouvas rouvillois roux rouyn rov rovaniemi rove rovelli rover rovere rovers rovida rovigo roving row rowan rowboat rowdies rowdy rowe rowed rowell rowen rowena rower rowers rowhouses rowing rowland rowlands rowlett rowley rowling rowlinson rowntree rows rowse rox roxana roxane roxanne roxas roxboro roxborough roxburgh roxburghe roxburghshire roxbury roxette roxie roxxon roxy roy roya royal royal'' royale royalist royalists royall royally royals royalties royalton royalty royce royer royko royle royston royton roz roza rozelle rozen rozens rozental rozlucki rozsa rozwoju rozz rp rp-trn rp0 rpa rpc rpf rpg rpg0 rpgs rph rpi rpi-x rpi-y rpi0 rpix rpiy rpk rpl rpm rpms rpn rpo rpp rpr rpr-udf rps rpt rr rra rrb rrna rrp rrsp rrz rs rs. rs.mln rs0 rs0** rsa rsa0 rsaf rsc rscg rsd rsdlp rseau rseb rsf rsfsr rsha rsi rsi0 rsis rsk rsl rsm rsmml rso rsp rspb rspca rsr rsrvs rss rss0 rst rstnc rsultat rsultats rsv rsvp rt rt. rt0 rta rtafb rtb rtbf rtc rtd rte rte. rtf rtg rtgs rthk rti rtk rtkm.rts rtl rtl0 rtls rtm rtos rtp rtr rtrs rts rts0 rtv rtve rtw rtz rtz-cra ru ru0 rua ruabon ruairi ruan ruano ruapehu rub rubaiyat rubbed rubber rubber-coated rubber-stamp rubber-stamped rubberized rubbermaid rubbers rubbery rubbing rubbish rubble rube rubella ruben rubens rubenstein ruber rubi rubiaceae rubicam rubicon rubidium rubiera rubies rubik rubin rubino rubinstein rubio ruble rubles rubra rubric rubrics rubs rubus ruby ruc ruch ruchi ruck rucka ruckauf rucker ruckman rucks rucksack ruckus ructions rud ruda rudar rudd rudder rudderless rudders ruddigore ruddock ruddy rude rudel rudely rudeness ruderman rudess rudge rudi rudiger rudimentary rudiments rudin rudman rudolf rudolph rudolstadt rudra rudy rudyard rue rueckversicherungs rueda ruediger ruehe ruel ruesch ruesselsheim rueter ruetgers rueti ruettgers ruf rufc ruff ruffed ruffian ruffians ruffin ruffini ruffle ruffled ruffles ruffo rufina rufino rufinus rufo rufous rufus rug rugal rugby rugeley rugen ruger rugged ruggedness ruggero ruggiero ruggles rugova rugrats rugs ruhengeri ruhollah ruhr ruhrgas ruhrkohle ruhuna rui ruin ruined ruining ruinous ruins ruislip ruiz ruka rukh rukia rukingama rukmana rukmini rukn rule rule-making rulebook rulebooks ruled rulemaking ruler rulers rulership rules rules-afl ruleset ruling rulings rulon rum rumah rumba rumbek rumble rumbled rumbles rumbling rumblings rumelange rumeli rumelia rumen rumford rumi ruminant ruminants ruml rummel rummelhardt rummy rumney rumohr rumor rumored rumors rumour rumoured rumours rump rumped rumpole rumpus rums rumsey rumsfeld rumson run run-down run-in run-ins run-off run-offs run-rate run-scoring run-up runabout runaway runaways runciman runcorn rundfunk rundgren rundle rundown rundschau rundstedt rune runequest runes runescape runestone runestones rung runge runggaldier rungs runic runingo runnels runner runner-up runners runners-up runnin running runnings runny runnymede runoff runoffs runs runs-x runt runtime runup runway runways runyon ruokatalo rup rupa rupam rupaul rupe rupee rupee-dollar rupees rupees)/ rupert rupf rupiah rupkey rupo rupp ruppelt ruppert rupprecht ruprecht rupture ruptured ruptures rupturing rur rural rural-based ruri rurik rurikid rurouni rus rusa rusalka ruse rusedski rush rush-hour rushcliffe rushd rushden rushdie rushed rushen rusher rushers rushes rushing rushmere rushmore rusholme rushton rushville rushworth rusk ruskin ruslan ruslana rusomo rusplats russ russa russe russel russell russell.blinch russell.blinch@reuters.com russells russellville russert russes russet russia russia-belarus russia-japan russia-nato russian russian-american russian-belarussian russian-born russian-built russian-chechen russian-led russian-made russian-registered russian-speakers russian-speaking russian-u.s. russians russification russified russo rust rustam rustaveli rustavi rusted rustenburg rustic rusticana rusticated rustin rusting rustlers rustling ruston rustu rusty rusyn rusyns rut ruta rutaceae rutaganda rutan rutee rutelli rutger rutgers ruth ruthenia ruthenian ruthenians ruthenium rutherford rutherford-moran rutherglen ruthie ruthin ruthless ruthlessly ruthlessness ruthven rutile rutkowski rutland rutledge rutles ruts rutskoi rutten ruttenstorfer rutter ruud ruutel ruvnuslns=rr ruwais ruwan ruxandra ruxton ruy ruyter ruzicka rv rv0 rvs rvsd rw rwa rwanda rwanda-backed rwandan rwandan-backed rwandans rwandese rwd rwd0 rwe rwendeire rx rx0 rx00 ry ryabov ryall ryan ryanair ryazan rybkin rydal rydberg ryde rydell ryden ryder ryders ryding rydz rye ryedale ryegrass ryerson rygel ryker rykodisc rykoff rykoff-sexton ryland rylands ryle ryman rymer rynn ryo ryoden ryoga ryohin ryoko ryoma ryong ryotaro ryszard rytas ryti ryton ryu ryuichi ryuji ryuki ryukyu ryukyuan ryukyus ryun ryurikov ryusei ryutaro rz rza rzeczpospolita rzepka rzeszow rzhev s s$ s&n s&p s&p0 s&ps s'est s'pore s'tomo s-e s-e-banken s-p-f s-seller s-short s. s.a s.a. s.a.i.l s.a.m.s. s.africa s.african s.b. s.b.k- s.c s.c. s.c.r. s.d s.d. s.d0 s.de s.e. s.e.asia s.f. s.g. s.h.e s.h.i.e.l.d s.h.i.e.l.d. s.h.m.p. s.i. s.i.e.l s.i.viscose s.j s.j. s.k. s.korea s.korean s.l. s.lanka s.league s.m. s.n. s.o.s. s.p. s.p.a s.p.a. s.p.d. s.r. s.r.o. s.s. s.s.c. s.t. s.t.a.r. s.t.a.r.s. s.v. s.w. s.w.a.t. s/ s/0 s/he s/n s0 s0a s0apr0 s0aug0 s0c s0feb0 s0jul0 s0mar0 s0may0 s0s sa sa'ad sa'id sa+ sa0 saa saa.cn saab saad saadat saadi saadia saadoun saaf saaidi saakashvili saal saale saalekreis saalfeld saami saanich saapr saar saarbrucken saarbruecken saarburg saarc saaremaa saari saarinen saarland saas saatchi saavedra sab saba sabac sabadell sabado sabah sabak saban sabana sabanci sabaragamuwa sabarimala sabas sabata sabatier sabatini sabato sabbagh sabbat sabbatai sabbath sabbatical sabbatini sabc sabca sabella sabena saber sabercats saberhagen sabers sabertooth sabesp sabev sabeva sabha sabi sabia sabian sabic sabin sabina sabine sabines sabino sabinus sabir sabiyah sable sables sabmiller sabo sabonis saboo sabor sabot sabotage sabotaged sabotages sabotaging saboteur saboteurs sabotinov sabr sabra sabratek sabre sabre-rattling sabres sabretech sabretooth sabri sabriel sabrina sabu saburo sabvest saby sabyasachi sabz sac saca sacagawea saccharin saccharine saccharomyces sacchi sacco sacd sacerdotal saceur sach sacha sachar sachem sacher sachiko sachin sachs sachsen sachsenhausen sacilor sacirbey sack sacked sackett sacking sackings sackler sacks sackville saco sacob sacra sacral sacrament sacramental sacramentary sacramento sacraments sacre sacred sacredness sacrifice sacrificed sacrifices sacrificial sacrificing sacrilege sacrilegious sacristan sacristy sacro sacrosanct sacrum sacs sacu sacz sad sada sadaf sadako sadam sadao sadar sadat sadbhavana sadc sadd saddam saddar saddened saddest saddle saddleback saddled saddler saddles saddleworth sadducees sade sadec sadeh sadeq sadf sadhana sadhu sadhus sadi sadia sadie sadik sadiq sadirov sadism sadist sadistic sadleir sadler sadly sadness sado sadomasochism sadomasochistic sadourny sadow sadr sadu sadyrin sae saeb saechssicher saeco saed saeed saehan saeima saeki saemon saens saenz saez saf safa safar safari safaris safavid safavids safco safcol safdar safe safe-haven safeb safeco safed safeguard safeguarded safeguarding safeguards safehouse safekeeping safely safer safes safeskin safest safet safeties safety safety-kleen safety-related safeway safex saffir safflower safford saffron safi safilo safin safina safir safire saflife safmarine safr safra safran safras safrica safrican saft safwan safwat sag saga sagacity sagal sagami sagamore sagan sagar sagara sagas sagat sage sagebrush sagem sager sages saget sagged sagging sagi saginaw sagittal sagittarius sago sagrada sagrado sags saguaro saguenay sah saha sahaba sahadeva sahaf sahagun saham sahar sahara saharan saharanpur sahasranama sahaviriya saheb sahel sahib sahiba sahibzada sahih sahitya sahiwal sahko sahl sahle sahm sahni sahnoun sahrawi sahrawis sahyadri sai saib saibot saibu saic said said.--karel saida saidamir saidi saidin saidov saif saifuddin saiga saigo saigon sail sailboat sailboats sailed sailer sailesh sailfish sailing sailings sailor sailors sailplane sailplanes sails saima saimaa saimnieks sain saini sainik sainovic sains sainsbury saint saint- saint-andre saint-bernard saint-denis saint-germain saint-gobain saint-louis sainte saintes sainthood saintly saints sainz saionji saipa saipan saipem sairgroup sairrelations sais saison sait saitama saito saitoh saitoti saiva saivism saiyan saiyans sajak sajan sajeeva sajid sajjad sak saka sakaguchi sakai sakaki sakakibara sakamaki sakamoto sakas sakata sake sake-beeld saker sakha sakhalin sakharov saki sakic sakigake sako sakon sakra saks sakti saku sakuma sakura sakuraba sakuragi sakurai sakuya sakya sakyamuni sal sala salaam salaberry salacgriva salacious salad saladin salado salads salafi salah salaheddin salahuddin salai salak salam salama salamanca salamandastron salamander salamanders salamaua salameh salami salamina salamis salamone salang salant salar salaried salaries salary salas salat salazar salceda salcedo salchow saldana saldanha saldivar saldus sale saleable saleem saleen saleh salem salernitana salerno sales sales:accumulated salesian salesians salesman salesmen salespeople salesperson saleswoman salette saleyard salford salgado salgueiros sali salian salic salicylate salicylic salience salient salieri salih salihamidzic salim salimov salina salinas saline salinen salinger salinity salins salis salisbury salish salishan saliva salivary salix salizzoni salk salkind salla sallam salle salleh salles salley sallie sallies sallis sallust sally salm salma salman salminen salmo salmon salmond salmonella salmoneus salo salome salomon salon salon.com salona salonen salonga salonica salonika salons saloon saloons salou salpetriere salsa salsoul salt salta saltash saltcoats salted salter salticidae saltillo salting saltire saltmarsh salto salton saltonstall saltpeter saltpetre salts saltwater salty saltzman saluces salud saluda saluki salus salusbury salut salutary salutation salutations salutatorian salute saluted salutes saluting saluzzo salva salvador salvadoran salvadr salvage salvaged salvaging salvatierra salvation salvator salvatore salve salvenmoser salvesen salvi salvia salviati salvin salvo salvoes salvos salwa salween salyut salz salzburg salzburger salzgeber salzgitter salzman salzmann salzwedel sam sam. sam.perry@reuters.com sam0 sama samad samadhi samael samaj samaja samajwadi samak samakuva saman samana samanalawewa samancor samanda samangan samanid samanids samanosuke samant samantha samar samara samaranch samaras samarasinghe samaria samarinda samaritan samaritans samarium samarkand samarra samart samba sambalpur sambanthan sambar sambath sambhaji sambit sambo sambora sambre sambu samburu samcor same same-day same-sex same-store samec samedi sameer sameness sames samford samgro samguk samhain samhita sami samick samir samira samis samit samiti samity samizdat samkhya samland samlaut samlip sammamish samman sammartino sammer sammi sammo sammy samnite samnites samo samoa samoan samoans samogitia samogitian samoobrona samora samos samosata samothrace samotlor samp sampa sampaguita sampaio sampang sampath sampdoria samper samphan sample sampled sampler samplers samples sampling sampo sampoerna sampradaya sampras sampson samrand samrong sams samsara samson samsonite samsonov samsun samsung samsunspor samtel samtgemeinde samu samudera samudra samuel samuels samuelson samuil samurai samurais samuria samus samut samvat samwell samwise samy samyang san sana sanaa sanachem sanacorp sanada sanam sanandaj sanat sanatan sanatana sanath sanatorium sanayi sanayii sanborn sancerre sancha sanchar sanchez sanchez-vicario sanchi sancho sancta sanctae sanctaphrax sancti sanctification sanctified sanction sanctioned sanctioning sanctions sanctions-hit sanctity sanctorum sanctuaries sanctuary sanctum sanctus sand sanda sandakan sandal sandals sandalwood sandbach sandbag sandbagged sandbagging sandbags sandbank sandbanks sandbar sandbars sandberg sandbox sandburg sande sanded sandeep sandefjord sandelin sander sanders sanderson sandesh sandford sandgate sandgrouse sandhi sandhill sandhills sandhu sandhurst sandhya sandi sandia sandie sandiego sandiganbayan sandilands sanding sandinista sandinistas sandino sandis sandisk sandler sandlin sandline sandlot sandman sandner sandnes sandomierz sandon sandor sandoval sandover sandow sandown sandoz sandpaper sandpiper sandpipers sandra sandrine sandringham sandro sandry sands sandstone sandstones sandstorm sandstrom sandton sandusky sandvik sandwell sandwich sandwiched sandwiches sandworm sandworms sandy sandys sandzak sane sanevit sanfl sanford sang sanga sangakkara sangallo sangam sangamon sangat sangeet sangeeta sangeetha sanger sanggau sangguniang sangh sangha sanghavi sangheli sanghi sanghvi sangli sangma sango sangraal sangre sangro sangstat sangster sangthai sangu sanguine sanguinetti sanguinis sangyo sanh sanh. sanhedrin sani sanibel sanit sanitarium sanitary sanitaryware sanitas sanitation sanitec sanitized sanitorium sanity sanjak sanjana sanjaq sanjay sanjaya sanjeev sanjeeva sanji sanjit sanjiv sanjo sank sankar sankar0 sankara sankei sankey sanko sankoh sankorp sankt sankyo sanlam sanlucar sanluis sanmao sanmar sanmina sanna sannda sano sanofi sanoh sanok sanoma sanomat sanonda sanosuke sanpete sanremo sanrio sans sansa sansei sanseverino sanshin sanskrit sanso sansom sanson sansone sansores sansovino sanssouci sant sant'agata sant'andrea sant'angelo sant'antonio sant'egidio santa santamaria santana santander santander-chile santangelo santapaola santarem santas santasalo santasalo-jot sante santee santen santer santeria santhenar santi santiago santiam santillan santime santimes santini santino santis santista santley santo santoni santorelli santorini santoro santorum santos santosh santoso santow santror sants santuario santurce sanu sanusi sanwa sanya sanyal sanyo sanyoto sanz sao saone saori saotome sap sapa saparmurat sapec saperia saphenous saphira sapia sapieha sapien sapiens sapient sapienza sapindaceae sapir sapiro sapling saplings sapna sapo saponi saporta sapotaceae sapp sapped sapper sappers sapphire sapphires sappho sappi sapping sapporo saprissa saps sapta sapura saputo sapwood saqlain saqqara saquinavir sar sara sarabande sarabhai saracen saracens sarada sarafan saragossa sarah sarah.edmonds@reuters.com sarai sarajevans sarajevo sarakham saramago saran sarana saranac sarande sarandi sarandon sarangi sarasin sarasota sarasvati saraswat saraswathi saraswati saraswats sarat sarath saratoga saratov saravia sarawak sarayrah sarazen sarbanes sarbib sarcasm sarcastic sarcastically sarcoidosis sarcoma sarcophagi sarcophagus sarda sardar sardars sardaukar sardegna sardi sardine sardines sardinia sardinian sardis sardonic sardou saree sarees sarek sarfu sargasso sarge sargeant sargent sargeras sargis sargodha sargon sargsian sarh sari sarid sarikaya sarin sarinic saris sarit sarita sariyer sark sarka sarkar sarkis sarkisyan sarkozy sarkuhi sarl sarlacc sarma sarmatian sarmatians sarmiento sarn sarna sarnath sarnet sarney sarnia sarno sarnoff saro saro-wiwa sarobi sarod sarojini sarong saronic saros saroyan sarpedon sarpsborg sarracenia sarrazin sarris sarroch sars sars-la-buissiere sarsfield sarsfields sartaj sartan sartana sarthe sartid sarto sartorius sartre saru sarum saruman sarwar sary sas sasa sasajima sasaki sasaki-smith sasami sasani sasanian sascha sasebo sash sasha sashes sashimi sashwat sasib sasini sask saskatchewan saskatoon saskia sasol sasquatch sasr sass sassafras sassanian sassanid sassanids sassari sasser sassi sasso sasson sassoon sassou sassy sastre sastri sastrowardoyo sastry sasuke sat sat0 sata satam satan satana satang satangs satanic satanism satanist satanists satara satavahana satavahanas satay satchel satcom satcon sate sated satelindo satelit satelite satellite satellite-based satellite-tv satellites sateras sates satguru sather sathya sati satie satin satire satires satiric satirical satirically satirised satirist satirists satirize satirized satirizes satirizing satis satisfaction satisfactorily satisfactory satisfiability satisfiable satisfied satisfies satisfy satisfying satish satisified sativa satmar sato satomi satori satoru satoshi satrap satraps satrapy satriani sats satsang satsu satsuki satsuma sattar sattel sattler satu satullo saturate saturated saturation saturday saturday-sunday saturdays saturn saturnalia saturnian saturnino saturninus satya satyagraha satyajit satyam satyanarayana satyr satyricon satyrs sau sauber sauce saucedo saucer saucers sauces saucy saud saudade saudargas saudi saudi-based saudi-owned saudia saudis sauer sauerkraut sauerland saugeen saugus sauk saul saulat saule0 saules sauli saulius saulnier saulo sault saumarez saumur sauna saunas saunatec saunders saunderson saunier sauniere saur saura saurashtra saurav saurer saurian sauron sauropod sauropods saurus sausage sausages sausalito saussure sauteed sauter sautter sauvage sauve sauveur sauvignon saux sav sava savadove savage savaged savagely savagery savages savaiko savak savalas savang savanna savannah savannah-chatham savannahs savannas savant savants savard savarese savarkar savary savas savatage savate save saved saver saverio savers savery saves savic savicevic savigny savile saville savimbi savin saving savings savini savino savio savior saviour savitri savitsky savo savoia savoie savola savoldelli savon savona savonarola savonia savory savour savoured savouring savoury savoy savoyard savvas savvy saw saw-ginned sawa sawai sawamatsu sawan saward sawatzky sawdust sawed sawfish sawgrass sawing sawmill sawmills sawn saws sawtek sawtooth sawyer sax saxby saxe saxena saxo saxon saxons saxony saxony-anhalt saxophone saxophones saxophonist saxophonists saxton say saya sayaka sayansk saybolt saybrook saye sayed sayegh sayenko sayer sayeret sayers saygin sayid saying sayings sayla sayle sayles saylor sayn sayonara sayre sayreville says sayuri sayyaf sayyed sayyid sazka sb sb0 sba sbab sbb sbc sbcw sbcw= sbd sberbank sbf sbf0 sbh sbi sbicap sbici sbis sbm sbma sbmp sbnsw sbo sbp sbp= sbpus sbr sbs sbs-agro sbs0 sbsi sbt sbu sc sc&t sc. sc0 sca scab scabbard scabby scabies scabs scac scada scafell scaffold scaffolding scaffolds scaggs scaglia scaife scala scalability scalable scalar scalars scalded scalding scale scale-down scale-up scaled scaled-down scales scalfaro scalia scaliger scaling scalise scallop scalloped scallops scally scalp scalped scalpel scalping scalps scaly scalzi scam scammer scammers scamp scams scan scana scancem scandal scandal-hit scandal-plagued scandal-ridden scandal-tainted scandalised scandalized scandalous scandals scandanavia scandinavia scandinavian scandinavians scandium scania scanian scanlan scanline scanlon scanned scanner scanners scanning scans scant scantily scanty scap scapa scape scapegoat scapegoats scapes scapula scapular scar scarab scaramanga scarborough scarce scarcely scarcity scardino scare scarecrow scared scaremongering scares scarf scarface scarfe scarfo scargill scariest scaring scarlatti scarlet scarlets scarlett scarp scarpa scarran scarrans scarred scarring scars scarsdale scart scarves scary scat scathing scatman scatological scatter scattered scattering scatters scavenge scavenged scavenger scavengers scavenging scb scc scca scd sce sceats sceaux sceco-east scees scenario scenarios scene scenery scenes scenic scent scented scenting scents scepter sceptic sceptical sceptically scepticism sceptics sceptre scf scg sch schaal schacht schachter schade schadt schaefer schaeffer schaeffler schaeuble schafer schaff schaffer schaffhausen schaffner schaja schalk schalke schalken schalkwyk schaller schapiro scharf scharff scharia scharnhorst scharping schartner schatz schaub schaueble schaumburg schauspielhaus schawk schechter scheckter schecter schedule scheduled scheduler schedules scheduling schedulings scheele scheepbouwer scheer scheff scheffer scheherazade scheider scheidt schein scheiner scheldt schell schellenberg schelling schelly schema schemas schemata schematic schematics schembechler scheme scheme0june scheme0sept schemed schemer schemes scheming schempp schenck schenectady schengen schenk schenkel schenker schenker-rhenus schenley schenz scheppingen scher scherer schering schering-plough schermerhorn scherrer scherzinger scherzo schett scheuer scheuerle scheveningen schiaparelli schiavo schiavone schibetta schibevaag schick schickedanz schickele schieber schiedam schieder schieffer schiehallion schiele schiff schiffer schifferer schifrin schiller schilling schillinger schillings schimmel schindewolf schindler schinkel schinzler schioppa schiphol schipol schirmer schirra schism schismatic schisms schist schistosomiasis schists schizoid schizophrenia schizophrenic schladming schlafli schlafly schlager schlechter schlegel schleicher schleiermacher schlesinger schlessinger schleswig schleswig-holstein schleusser schley schleyer schlick schlieffen schliemann schlitz schlock schloegl schloss schlosser schlumberger schluter schmaedick schmalbach schmalbach-lubeca schmalkalden schmalkaldic schmeichel schmeling schmelz schmid schmidbauer schmidheiny schmidhuber schmidt schmidt-chiari schmidt-jortzig schmiedeknecht schmieder schmieding schmit schmitt schmitz schmuelling schnabel schnapps schnauzer schneersohn schneerson schneider schneier schnell schnittke schnittker schnitzer schnitzler schnyder schock schocken schoefisch schoen schoenbaum schoenberg schoenbohm schoene schoeneberg schoenfeld schofield schoharie schola scholar scholarly scholars scholarship scholarships scholastic scholastica scholasticism scholastics scholes scholia scholl scholten scholz schomberg schon schonberg schonborn schonbrunn schone schoneberg school school. school.he school.the schoolboy schoolboys schoolchildren schoolcraft schooldays schooled schooler schoolers schoolgirl schoolgirls schoolhouse schoolhouses schooling schoolman schoolmaster schoolmate schoolmates schoolroom schools schools. schools.he schoolteacher schoolteachers schoolwork schoolyard schooner schooners schoonmaker schopenhauer schopp schorderet schork schorling schorr schott schottenheimer schottenstein schottky schoute schouten schrader schramm schreck schreiber schreier schreiner schrempf schrempp schreyer schriften schroder schroders schrodinger schroeder schubert schuckardt schueren schuessel schuettler schuldiner schule schulenburg schuler schuller schulman schult schulte schulte-noelle schultz schultz-mccarthy schultze schulz schulze schumacher schuman schumann schumer schumpeter schunck schur schurz schussel schussler schuster schuszter schutte schutz schutzstaffel schuur schuyler schuylkill schwa schwab schwaben schwabisch schwaiger schwalier schwan schwanhold schwann schwantz schwarthoff schwartz schwartzman schwarz schwarz-schilling schwarzburg schwarze schwarzenberg schwarzenegger schwarzer schwarzkopf schwarzschild schwarzwald schwegmann schweinfurt schweitzer schweitzer-mauduit schweiz schweizer schweizerische schweizerischer schweppes schwerin schwimmer schwinger schwinn schwitters schwyz sci sci-fi sciandri sciatic sciatica scici sciclone science science-based science-fiction sciences scientia scientific scientific-atlanta scientifically scientifics scientifique scientist scientists scientologist scientologists scientology scierski scifi scifo scilly scimitar scinax scincidae scindia scintillating scintillation scion scions scios scioscia scioto scipio scipione scirocco scissor scissorhands scissors scitex scituate sciuridae scl sclater sclc sclep sclera scleroderma sclerophyll sclerosis scm scn sco scobie scoff scoffed scoffield scoffs scofield scoil scola scolaire scolari scold scolded scolding scolds scoliosis scolopacidae scone scoobies scooby scools scoop scooped scooping scoops scooter scooters scope scoped scopes scoping scopolamine scops scopus scor scorch scorched scorching score scoreboard scoreboards scorecard scorecards scored scoreless scoreline scorer scorers scores scoresby scoresheet scoria scoring scorn scorned scornful scorpia scorpio scorpion scorpions scorpius scorponok scorsese scot scotam scotch scotched scotia scotiabank scotiamcleod scotian scotland scotrail scots scotsman scotsmen scotstoun scott scotti scottie scottish scottish-based scotto scotts scottsboro scottsdale scottsville scotty scotus scoundrel scoundrels scour scoured scourge scouring scouse scout scouted scouter scouters scouting scoutmaster scouts scoville scow scp scpie scpn scr scr0 scrabble scram scramble scrambled scrambler scrambles scrambling scramjet scranton scranton/wilkes scrap scrapbook scrapbooks scrape scraped scraper scrapers scrapes scrapie scraping scrapped scrapper scrapping scrappy scraps scrapt scrapyard scratch scratched scratches scratching scratchy scrawled scream screamed screamer screamers screamin screaming screamo screams scree screech screeching screen screen-based screened screening screenings screenplay screenplays screens screensaver screenshot screenshots screenwriter screenwriters screenwriting screven screw screwball screwdriver screwed screwing screwjob screws scriabin scriba scribal scribble scribbled scribe scribes scribner scrigno scrimmage scrin scrip scripless scripps scrips script scripted scripter scripting scriptores scriptorium scripts scriptura scriptural scripture scriptures scriptwriter scriptwriters scriptwriting scrivener scroll scrolled scroller scrolling scrolls scrooge scrope scrophulariaceae scrotum scrub scrubbed scrubber scrubbers scrubbing scrubby scrubland scrubs scruffy scruggs scrum scrum-half scrumhalf scruples scrupulous scrupulously scrutator scrutinise scrutinised scrutinising scrutinize scrutinized scrutinizing scrutiny scrying scs scsi sct sctv scuba scud scudamore scudder scuderia scudetto scudi scuds scudworth scuffle scuffled scuffles scull sculley scullin sculling sculls scully sculpin sculpt sculpted sculpting sculptor sculptors sculptress sculptural sculpture sculptured sculptures sculthorpe scum scunthorpe scuola scupper scuppered scurried scurrilous scurry scurrying scurvy scutes scuttle scuttled scuttling scutum scuzz scyliorhinidae scylla scythe scythes scythia scythian scythians sd sd0 sda sdak sdam sdap sdb sdbo sdc sde sdec sderot sdf sdf0 sdfc sdh sdi sdk sdkfz sdl sdlp sdls sdm sdn sdo sdoe sdp sdr sdr0=0 sdram sdrs sds sdsp sdss sdsu sdtv sdu se se-banken se0 se0en sea sea'' sea-air sea-change sea-going sea-land sea-me-we sea-northwest seab seabed seabee seabees seabird seabirds seabiscuit seaboard seaborg seaborn seaborne seabrook seabury seachange seacoast seacole seacor seacrest seadragon seafarer seafarers seafaring seafield seafirst seafloor seafood seafoods seaford seafort seaforth seafreight seafresh seafront seagal seagate seager seagoing seagoville seagram seagrass seagull seagulls seah seaham seahawk seahawks seahorse seahorses seal sealab sealand sealant sealants sealdah seale sealed sealer sealers sealift sealing sealink sealion seals sealy seam seaman seamanship seamen seamer seamers seamico seamless seamlessly seamount seamounts seams seamstress seamus sean seanad seance seances seanchan seaplane seaplanes seaport seaports seapower seaq seaquest sear search searchable searched searcher searchers searches searching searchlight searchlights searcy seardel searing searle searles sears seas seascape seascapes seashell seashells seashore seaside seasiders season season''' season-ending season-high season-opening season. seasonable seasonably seasonal seasonality seasonally seasonally-adjusted seasonals seasoned seasongood seasoning seasonings seasons seat seatbelt seatbelts seated seater seaters seatex seating seatl seato seaton seatrans seats seattle seattle-based seattle-northwest seaver seaview seawall seaward seawater seaway seaweed seaweeds seawell seawolf seaworld seaworthiness seaworthy seay seb seba sebaceous sebadoh sebald sebastian sebastianelli sebastiani sebastiano sebastiao sebastien sebastopol sebelius sebes sebi sebold sebring sebs sebulba sebum sec sec'ties sec(0)0 sec. seca secam secant secaucus secco seccombe secd secede seceded seceding secession secessionist secessionists secesyjny sechaba sechnaill seci secluded seclusion seco secofi secom secombe second second- second-best second-biggest second-class second-day second-degree second-fastest second-floor second-generation second-guess second-half second-hand second-highest second-in-command second-largest second-leg second-line second-liner second-liners second-longest second-month second-most second-period second-place second-placed second-position second-quarter second-ranked second-ranking second-rate second-round second-seeded second-stage second-string second-term second-tier second-year secondaire secondaries secondarily secondary seconded secondhand secondhand-smoke secondliners secondly secondment secondo seconds secord secours secrecy secret secretan secretaria secretarial secretariat secretaries secretario secretary secretary- secretary-general secretary-treasurer secrete secreted secretes secreting secretion secretions secretive secretly secreto secretory secrets secs sect sectarian sectarianism secteur section sectional sectioned sections sector sector-by-sector sector-wide sectoral sectors sects secu secular secular-minded secularisation secularised secularism secularist secularists secularization secularized secunda secunderabad secundum secundus secura secure secured securely secures securi securicor securindo securing securitas securitate securite securites securities securities-aug securities-feb securities-jan securities-july securities-june securities-may securitisation securitise securitised securitising securitization securitizations securitize securitized security security-connecticut security-related securties securum sed seda sedai sedaka sedalia sedan sedans sedaris sedat sedate sedated sedation sedative sedatives sedbergh seddon sede sedentary seder sedge sedgefield sedgemoor sedges sedgley sedgwick sediment sedimentary sedimentation sediments sedis sedition seditious sedna sedona sedov sedra seduce seduced seducer seduces seducing seduction seductive seductress see see-saw see-sawed see-sawing seeadler seeboard seed seeded seeding seedings seedless seedling seedlings seedorf seeds seedy seeger seehofer seeing seek seeker seekers seeking seekonk seeks seele seeley seely seem seema seemed seeming seemingly seems seen seep seepage seeped seeping seeps seer seers sees seesaw seesawed seesawing seether seething sef sefalana sefer sefton seg sega segal segamat segar segara segas segeberg seger segers segesta segev segment segmental segmentation segmented segments segni segolene segou segovia segrave segre segregate segregated segregating segregation segregationist segue segued segues segui seguin segunda segundo segur segura seguridad seguros segway seh sehgal sehwag sei sei- seibel seibels seibert seibu seid seide seidel seidenberg seiders seidman seifert seigaku seige seigenthaler seigneur seigneurial seigneury seigniory seiji seika seikaly seikan seiken seiki seiko seiler seilliere seimas seimei seimitsu sein seina seine seinen seiner seinfeld seing seino seiran seiren seiroku seis seisakusho seishiro seismic seismically seismological seismologist seismologists seismology seita seitel seitz seiu seiuchin seixas seiya seiyaku seiyu seiyuu seize seized seizes seizing seizinger seizure seizures sejahtera sejanus sejati sejm sejny sejong sek seka sekai sekely sekhmet seki sekigahara sekine sekisui sekiwa sekiwake sekiyu seko sekolah sekou sekt sektor sekula sekuritas sel sela selah selander selangor selanne selassie selat- selatan selberg selborne selby seldane selden seldom seldon sele select selecta selectable selected selecting selection selections selective selectively selectivity selectman selectmen selector selectors selectric selects selena selene selenia selenide selenium selenographic seles seletar seleucia seleucid seleucids seleucus seleznyov self self- self-administered self-appointed self-censorship self-confessed self-confidence self-confident self-contained self-declared self-defence self-described self-destruct self-determination self-effacing self-employed self-employment self-esteem self-exiled self-financed self-financing self-fulfilling self-governing self-government self-help self-immolation self-imposed self-incrimination self-inflicted self-insured self-interest self-led self-made self-managed self-proclaimed self-propelled self-regulating self-regulation self-regulatory self-reliance self-reliant self-rescue self-restraint self-rule self-ruled self-serve self-service self-serving self-styled self-sufficiency self-sufficient self-supporting self-sustainable self-sustaining self-tender selfcare selfish selfishness selfix selfless selflessly selflessness selfridge selfridges selhurst selic selig seligman seliko selim selin selina selinsgrove seljuk seljuks seljuq selke selkirk sell sell-by sell-down sell-off sell-offs sell-out sell-side sell-stop sell-stops sell-through sella sellafield selland sellars selldown selleck seller sellers sellier selling selloff selloffs sellout sells selly selma selman selmer selo selon selonda selous selsey seltzer selva selves selwood selwyn selz selznick sem sema semaine semana semanario semantic semantically semantics semapa semaphore semarang sembawang sembcorp sembilan semblance semdex semele semen semenov semerdjieva semesta semester semesters semestre semi semi- semi-ann semi-annual semi-annually semi-arid semi-automatic semi-autonomous semi-conductor semi-conductors semi-final semi-finals semi-finished semi-government semi-governmental semi-manufactured semi-official semi-refined semi-soft semi-state semi-submersible semi-tech semiannual semiannually semiarid semiautomatic semicha semicircle semicircular semicolon semicon semiconductor semiconductor-related semiconductors semien semifinal semifinalist semifinalists semifinals semigroup seminaire seminal seminar seminarian seminarians seminaries seminario seminars seminary semini seminole seminoles semiotic semiotics semiramis semirara semiregular semis semisimple semite semites semitic semitism semitone semitones semmelweis semmering semmes semolina semor sempati semper semperit sempervirens sempill semple sempre sempronius semtex semyon semyonov sen sen. sena senan senanayake senang senat senate senator senatorial senators senatus send send-off sendai sendak sender senders sending sending-off sending/receiving sendmail sendov sends sendzimir sendzimira seneca senecio senegal senegalese sener senescence seneschal senetek seneviratne seng senghor sengkang sengoku sengupta senhora seni seniat senile senility senior senior-level seniority seniors senj senkaku senkakus senko senkul senlis senna sennacherib sennar sennett senor senora sens sensation sensational sensationalism sensationalist sensationalistic sensationalized sensationally sensations sense sensed sensei senseless sensenbrenner senses sensex senshi senshu sensibilities sensibility sensible sensibly sensing sensitive sensitively sensitivities sensitivity sensitization sensitized sensor sensormatic sensors sensory sensu sensual sensuality sensui sensuous sent senta sentai sentance sentence sentenced sentences sentencing senter sentience sentient sentiment sentiment-driven sentimental sentimentality sentiments sentinal sentinel sentinels sentosa sentra sentrachem sentral sentries sentron sentry sentul senufo senusret senussi senza seo seok seon seong seongnam seonjo seoul seoul-based seoulbank seow sep sep)*00 sep-nov sep. sep0 sepals sepang sepap separable separate separated separately separates separating separation separations separatism separatist separatists separator separators sepember seperate seperately sepetiba sephardi sephardic sephardim sephia sephiroth sepi sepia sepik sepoct sepoy sepoys sepp seppa seppala seppanen seppo seppuku sepracor sepsis sept sept'0 sept--rev sept-nov sept. sept0 septa septal september september-december september-october september/october septembre septet septic septicemia septim septimal septimania septimius septimus septs septuagint septum sepulchral sepulchre sepultura sepulveda seq seq. sequa sequana sequeira sequel sequels sequence sequenced sequencer sequencers sequences sequencing sequent sequential sequentially sequester sequestered sequestration sequestrators sequins sequitur sequoia sequoyah sequus ser sera serafin serafina serafinowicz seragen seraglio seraiki seraikis serail serait serajul serampore serangoon seraph seraphim serapis seras seraya serb serb-controlled serb-held serb-run serban serbanescu serbia serbian serbian-led serbians serbo serbs serc serco serdar sere seremban serena serenade serenades serendipity serene serengeti serenissima serenity sereno serevent serevi serey serf serfdom serfin serfs serge sergeant sergeants sergei sergej sergey sergeyev sergi sergio sergipe sergius serguei serhiy seri seria serial serialised serialism serializability serialization serialized serially serials sericulture serie series series. serif serifs serine serio serious seriously seriousness serizawa serj serjeant serjeants serkin serkis serling sermet sermon sermons serna sernatinger serological serology seront serota serotonergic serotonin serotype serotypes serous serov seroxat serpa serpent serpentine serpentor serpents serpico serpiente serra serrana serrano serrata serrate serrated serrations serravalle serre serres serri sersi sertao sertorius sertraline seru serum serv serv-tech servais serval servant servants serve serve-and-volley served servent server server-based servers serves servet servette servetus servgro servi servia service service-oriented service-producing service-sector service. serviceability serviceable serviced serviceman servicemaster servicemembers servicemen servicer services services0 servicing servicio servicios servico servicos servier servile servilia servilius serving servings servite servitude servius servlet servo servos serzh ses sesa sesame sesay sesc sesdaq sese seselj sesia sesotho sesquicentennial sesshomaru sessile session sessions sestak sesto sestriere set set-aside set-back set-piece set-pieces set-top set-up set0 seta setae setanta setback setbacks sete seth sethi seti setlist setlists seto seton sets setsuna sett settat setter setters setting setting-up settings settle settled settlement settlements settlemnts settler settlers settles settling settlment settlor settsu setubal setup setups setuza setzer seu seung seung-soo seurat seuss sev seva sevan sevastopol seve sevel seven seven- seven-and-a-half seven-contract seven-counter seven-day seven-eleven seven-game seven-hitter seven-hour seven-man seven-match seven-member seven-minute seven-month seven-month-old seven-nation seven-party seven-percent seven-plus seven-point seven-run seven-session seven-share seven-state seven-under-par seven-up seven-week seven-wicket seven-year seven-year-old seven-years sevendust sevenfold sevenoaks sevens seventeen seventeenth seventh seventh-inning seventh-largest seventh-seeded seventies seventieth seventy seventy-five seventy-seven seventy-three seventy-two sever several severance severe severed severely severian severiano severin severing severino severinsen severity severly severn severo severoc severoceska severoceske severomoravska severs seversky severus sevices sevier sevierville sevigne sevigny sevilla sevillana seville sevket sevodnya sevres sew sewa sewage sewall sewanee seward sewed sewell sewer sewerage sewers sewickley sewing sewn sewon sewu sex sexbomb sexed sexes sexier sexiest sexism sexist sexologist sexology sexploitation sexsmith sextant sextet sexton sextus sexual sexuality sexualized sexually sexually-abused sexwale sexy seyang seychelles seydlitz seyfert seylan seymore seymour seyon seyyed sez sf sf0 sfa sfakianakis sfas sfax sfaxien sfb sfbt sfc sfe sfeb sfeir sff sfi sfio sfl sfo sfor sforza sfp sfr sfr-- sfry sfs sfsr sfu sfx sg sg&a sg0 sga sgb sgc sgd sge sggb sgh sgi sgl sgm sgml sgp sgps sgs sgs-thomson sgst sgt sgt. sgurr sgz sh sh0 sha sha0 shaaban shaamit shaan shaanxi shaar shaara shaath shab. shaba shabak shabana shabazz shabbat shabby shabdurasulov shabunda shach shachtman shack shackelford shackle shackled shackleford shackles shackleton shacks shad shada shadab shaddaa shaddam shade shaded shader shaders shades shading shadinov shado shadow shadowcat shadowclan shadowed shadowing shadowlands shadowman shadowpact shadowrun shadows shadowy shadrach shadwell shady shaef shaeffer shafer shaffer shafi shafi'i shafiq shafranik shaft shafter shaftesbury shafts shag shagari shaggy shags shah shahab shahabuddin shahak shahar shahbaz shaheed shaheen shahi shahid shahin shahnameh shahnawaz shahor shahpur shahr shahravan shahrukh shahu shahzada shai shaiala shaibu shaif shaik shaiken shaikh shaimiyev shair shaiva shaivism shaivite shaka shakankiri shakas shake shake-out shake-up shake-ups shakedown shakeel shaken shakeout shaker shakers shakes shakespeare shakespearean shakespearian shakeup shakey shakhrai shakhtar shaki shakil shakin shaking shakir shakira shaklee shako shakopee shakthi shakti shaku shakuhachi shakuntala shakur shaky shakyamuni shalal-esa shalala shale shales shalhoub shalikashvili shalimar shalini shalit shalita shall shallah shallow shallower shallowly shallowness shallows shalmaneser shalom shalt shalung shalya sham shama shamal shaman shamanic shamanism shamanistic shamans shamash shamata shambhala shambles shame shamed shameful shameless shamelessly shami shamil shamin shamir shamisen shammai shamokin shampoo shampoos shamrock shamrocks shams shamshad shamsher shamsuddin shamus shamuyarira shan shan-chung shana shanahan shand shandling shandong shandwick shandy shane shang shangdong shanghai shanghai-based shanghai-born shanghai-listed shanghainese shangling shango shangri shangri-la shani shania shanil shank shankar shankara shankaracharya shanker shankill shanklin shankly shanks shanley shanmugam shanna shannara shannon shanti shanties shantis shantou shanty shantytown shantytowns shanxi shao shaolin shaoqi shap shape shaped shapely shaper shapers shapes shapeshift shapeshifter shapeshifters shapeshifting shaping shapira shapiro shapley shaposhnikov shapur shaq shaqir shaquille shar shara sharad sharada sharaf sharan sharansky sharapova sharat shard sharda shards share share(0 share* share-based share-holding share-out share-price share-swap sharecropper sharecroppers sharecropping shared sharedalal sharedealings shareef shareholder shareholders shareholding shareholdings sharemarket shareout shareowner shareowners sharepoint sharer shares shares-for-loans shares_______________________________________ sharetsky shareware shari shari'a sharia shariah shariat sharief sharif sharing sharjah shark shark-class sharkey sharkinas sharking sharks sharky sharm sharma sharman sharmila sharon sharona sharp sharpay sharpe sharpen sharpened sharpening sharpens sharper sharper-than-expected sharpest sharpeville sharpie sharples sharpless sharply sharpness sharps sharpsburg sharpshooter sharpshooters sharpstown sharpton sharptooth sharrol shars shartsis shas shashi shashikala shasta shastra shastri shatalov shatin shatkin shatner shatt shatter shattered shattering shatters shatterstar shattuck shau shaughnessy shaukat shaul shaun shauna shave shaved shaven shaven-headed shaver shavers shaves shaving shavings shavuot shaw shawangunk shawano shawcross shawinigan shawl shawls shawm shawn shawnee shawnees shaws shawshank shaxson shay shaybah shaye shayera shaykh shayne shays shazam shc shchedrov she she'an shea sheaf sheahan shean shear sheard sheared shearer shearers shearing shearman shears shearson shearwater shearwaters sheasby sheath sheathed sheathing sheaths sheaves sheba shebaa sheboygan shechem shed shedd shedding shediac sheds sheduled shee sheeda sheedy sheehan sheehy sheela sheen sheena sheep sheepdog sheepherders sheepmeat sheepshead sheepskin sheer sheerness sheet sheeting sheetmetal sheets sheffer sheffield shefford shego shehhi shehri shehu sheik sheikh sheikhh sheikhs sheikhupura sheiks sheila shek shekel shekel-basket shekels shekem shekhar shekhawat shekhawati shekou shel shelbourne shelburne shelby shelbyville sheldahl sheldon sheldrake shelf shelford shell shell-shocked shellac shelled shelley shellfire shellfish shelling shells shelly shels shelter sheltered sheltering shelters shelton shelve shelved shelves shelving shem shema shemesh shemeta shemp shen shenandoah shenango shenanigans shenbao shendu shenfield sheng shengli shenhua shenley shenlong shenmue shenouda shenton shenyang shenyin shenzhen shenzhen-based shenzhen-listed shenzhou sheol shep shepard shephard shepherd shepherded shepherdess shepherding shepherds shepherdson shepherdstown shepley shepp sheppard shepparton shepperd shepperton sheppey shepton sher sheraton sherbet sherborne sherbrooke sherburn sherburne sherds shere sheremet sheremetyevo sheri sheridan sherif sheriff sheriffs sherifi sheringham sherinian sherlock sherlund sherman shermans shermer sherpa sherpas sherri sherrie sherriff sherrill sherritt sherrod sherry shervani sherwin sherwin-williams sherwin-wlm sherwood sheryl shetland shetlands shetty sheu sheung sheva shevardnadze shevchenko shewa shewhart shex shg shh shi shi'a shi'ar shi'as shi'i shi'ite shi'ites shi-ting shia shias shiatsu shiawassee shiba shibarghan shibata shibaura shibboleth shibe shibuya shido shied shiel shield shielded shielding shields shiels shies shift shifted shifter shifters shifting shifts shifty shiga shigehara shigeki shigeo shigeru shigure shigyo shih shihab shihad shihan shiho shiina shiite shiites shiji shijiazhuang shik shikai shikari shikellamy shiki shikigami shikizai shikoku shikon shildon shill shillelagh shilling shillings shillong shilo shiloh shilowa shilpa shilton shim shima shimabara shimada shimane shimano shimazaki shimazu shimbun shimer shimin shimizu shimla shimmer shimmering shimmy shimoda shimoga shimogori shimomura shimon shimonoseki shimpei shimura shin shin-etsu shina shinagawa shinano shinawatra shinc shincliffe shinde shindig shindo shindongbang shine shined shiner shines shing shingen shingle shingles shingo shingon shinhan shinhwa shinichi shinichiro shinigami shining shinji shinjuku shinkansen shinken shinkin shinko shinn shinnecock shinnik shinnok shino shinobi shinobu shinoda shinozuka shinpan shinra shinran shinri shinrikyo shins shinsengumi shinshinto shinshu shintaro shinto shintom shinty shinui shinwa shiny shinya shinyo shinzo shion shionogi shiori ship shipboard shipbroker shipbrokers shipbuilder shipbuilders shipbuilding shipholding shiping shipka shipley shipmair shipman shipmates shipment shipments shipmentsdec shipmentsjan shipmnts shipowner shipowners shipp shipped shippen shippensburg shipper shippers shipping shiprepair ships shipsales shipton shipwreck shipwrecked shipwrecks shipwright shipwrights shipyard shipyards shir shira shiraishi shirakawa shiranui shiraz shirazi shirdi shire shirer shires shiri shirin shirk shirkuh shirley shiro shiromani shirou shirt shirtcliffe shirtless shirts shirvan shirvington shiryo shiryu shiseido shishio shishya shit shiv shiva shivaji shiver shivering shivers shivnarine shivpuri shizuka shizuoka shizuru shk shkele shkoder shkumbini shl shlomo shmona shmuel sho shoah shoaib shoal shoalhaven shoals shochu shock shocked shocker shockey shocking shockingly shockley shocks shockwave shockwaves shod shodan shoddy shodown shoe shoebox shoegaze shoegazing shoei shoelaces shoeless shoemaker shoemakers shoes shoeshine shoesource shoestring shofar shogakukan shoghi shogi shogo shogun shogunal shogunate shoguns shohei shoichi shoichiro shoigu shoji shojo shokai shokan shokhin shoki shoko shokochukin shokubai shokuhin shola sholom shomali shoman shomron shona shonan shone shonekan shonen shoney shoo shook shoop shoot shoot-out shoot-outs shooter shooters shooting shootings shooto shootout shootouts shoots shop shophouses shopkeeper shopkeepers shopko shoplifter shoplifting shopowner shopowners shoppe shopped shopper shoppers shoppes shopping shoppingtown shoprite shops shor shore shorea shorebirds shored shoreditch shoredits shoreham shoreline shorelines shores shorewood shorin shoring shorn shorrock short short- short-changed short-course short-covering short-dated short-end short-handed short-haul short-leg short-list short-listed short-lived short-positions short-range short-run short-sellers short-selling short-sighted short-squeeze short-squeezing short-term short-termism short-time short-wave shortage shortages shortcake shortcoming shortcomings shortcovering shortcut shortcuts shorted shorten shortened shortening shortens shorter shorter-dated shorter-term shortest shortfall shortfalls shorthair shorthand shorthanded shorting shortland shortline shortlist shortlisted shortlists shortlived shortly shortness shortridge shorts shortsighted shortstop shortstops shortwave shorty shosha shoshanna shoshenq shoshone shoshu shostakovich shot shota shoten shotgun shotguns shoto shotokan shots shotton shotts shou shougang shoujo shoul should shoulder shoulder-fired shouldered shouldering shoulders shoup shout shoutcast shouted shouting shouts shove shoved shovel shovels shoves shoving show showa showalter showband showbiz showboat showbusiness showcase showcase-betting showcase-pen showcased showcases showcasing showdown showed shower showered showering showers showgirl showgirls showground showgrounds showing showings showlist showlists showman showmanship showmen shown showpiece showpla showplace showroom showrooms shows showscan showtime showy shp shpek shqaqi shqiponja shqiptare shr shran shrank shrapnel shravan shre shreck shred shredded shredder shredding shreds shree shrek shrem shrestha shreve shreveport shrew shrewd shrewdly shrews shrewsbury shreyas shri shriek shrieking shrieks shrift shrike shrikes shrill shrimp shrimps shrine shriner shriners shrines shrink shrinkage shrinking shrinks shriram shriteh shriver shroff shrontz shropshire shroud shrouded shrouding shrouds shrove shroyer shrs shrt shrub shrub-covered shrubbery shrubby shrubland shrublands shrubs shrug shrugged shrugging shrugs shrunk shrunken shruti shs shtetl shtokavian shtyrov shu shuaiba shuang shuar shub shubailat shubert shubik shuck shudder shudders shudras shue shueisha shuffle shuffled shuffles shuffling shug shugart shugden shugo shugrue shui shuichi shuisky shuja shujaat shujalpur shuji shujinko shukeyev shukhov shukla shukshin shul shula shulchan shuler shulgin shulman shultz shum shuman shumen shumer shumway shun shung shunned shunning shunpei shuns shunt shunted shunter shunters shunting shunts shura shure shurei shurgard shuri shuriken shusaku shusei shusha shushkevich shuster shuswap shut shut-down shut-in shutdown shutdowns shute shutout shutouts shuts shutter shuttered shutters shutting shuttle shuttle-mir shuttlecock shuttlecraft shuttled shuttlepod shuttles shuttleworth shuttling shuvalov shuya shuzo shv shvedsky shw shwe shy shyam shyamalan shying shylock shyness si sia siab siachen siad siak sial sialkot siam siamese sian siang siauliai siauliu siazon sib sibeka sibelius sibenik siberia siberian siberry sibi sibia sibierski sibilant sibirskaya sibiu sibley sibling siblings sibneft sibolga sibon sibu sibuyan sibyl sibylla sibylline sic sica sicard sicav sich sicherheitsdienst sichuan sicilia sicilian sicilians sicilies sicily sick sick-pay sickbay sickened sickening sicker sickert sickle sickles sickly sickness sicom sicor siculus sicyon sid sid'ahmed sida sidanko sidbi sidcup siddeley siddha siddhanta siddharth siddhartha siddhi siddiqi siddique siddiqui siddons siddur side side-by-side side-effect side-effects side-stepped sidearm sideband sidebar sidebottom sideburns sidecar sidecars sideco sided sidek sidekick sidekicks sidel sideline sidelined sidelines sidelining sideman sidemen sider siderar siderca sidereal siders siderurgica sides sideshow sidestep sidestepped sidestepping sidesteps sideswipe sidetrack sidetracked sidewalk sidewalks sidewall sidewalls sideways sidewinder sidewinders sidex sidgwick sidhe sidhu sidi sidia siding sidings sidious sidmar sidmouth sidney sido sidon sidonia sidonius sidor sidorov sidot sidoti sidra sids sidwell sie siebe siebel sieben siebert siebold siecle siedlungs-und sieg siege sieged siegel siegelman siegen sieges siegfried siegler siegmund siel siem siemens siemerink siemiatkowski siempre siena sienese sienkiewicz sienna sierad sierpinski sierra sierras siesta sietco siete sieur sieve sievers sievert sieves siew siezed sif sifca sifford sifo sifra sifre sift sifted sifting sifton sifu sig sigcau sigebert sigeco sigel siggraph sigh sighed sighet sighs sight sighted sighting sightings sights sightseeing sightseers sigil sigint sigismondo sigismund sigit sigler siglo sigma sigma-aldrich sigmar sigmaringen sigmatron sigmoid sigmund sign sign-up signage signal signaled signaling signalized signalled signalling signalman signals signatories signatory signature signatures signaux signe signed signer signers signet signficant signficantly significance significant significantly signification signified signifier signifies signify signifying signing signings signode signor signori signoria signpost signposted signposts signs signum signup signy sigourney sigrid sigsworth sigtuna sigue sigur sigurd sigurdsson sihanouk sihanoukville sii siim siiman siimann sik sika sikandar sikander sikar sikes sikh sikhism sikhs sikkim sikora sikorski sikorsky sikri sikuru sil sil-gold sila silage silajdzic silantiev silas silat silber silberman silbermann silberstein silchar silcorp sildenafil silence silenced silencer silencers silences silencing silencio silene silent silently silenus siler siles silesia silesian siletz silgan silguy silha silhouette silhouetted silhouettes silica silicate silicates siliceous silicon silicone silicosis siliguri silik silistra silius silja silk silkair silke silkeborg silked silken silking silks silkworm silkworms silky sill silla sillago siller silliman silliness sills silly silmaril silmarillion silmarils silmeria silmet silo siloam silopi silos silpa-archa silt siltation silted siltek silting siltstone silty silurian silurians siluriformes silva silvan silvana silvanesti silvani silvanus silveira silver silver-gold silver-haired silver0 silverado silverbacks silverberg silverbolt silverchair silverdale silverdome silvered silverio silverlight silverlink silverman silvermane silvermines silvers silverside silversmith silversmiths silverstein silverstone silverstream silverton silvertown silverware silverwood silvery silvester silvestre silvestri silvestro silvia silvio sim sima simac simao simard simba simbolon simca simcha simcity simco simcoe simd sime simec simenon simeon simeone simerini simes simex simferopol simi simian simic similar similar-sized similarities similarity similarly simile similes similiar similkameen simitis simla simm simmer simmered simmering simmers simmonds simmons simms simo simon simona simonds simone simoni simonides simons simonsen simonson simony simonyi simoun simpkins simple simpler simplest simpleton simplex simplicial simplicio simplicity simplicius simplification simplifications simplified simplifies simplify simplifying simplistic simplon simplot simply simpson simpsons simran sims simsbury simsmetal simson simula simulacrum simulate simulated simulates simulating simulation simulations simulator simulators simulcast simulcasted simulcasting simulcasts simulcrypt simultaneity simultaneous simultaneously simutenkov sin sina sinai sinaloa sinan sinar sinar- sinatra sinbad sincan since sincere sincerely sincerity sinclair sinclaire sind sindar sindarin sindel sinden sindh sindhi sindhia sindhis sindhu sindi sindicato sindri sine sinead sinecure sinensis sines sinestro sinew sinfonia sinfonica sinfonietta sinful sing sing. singa singapore singapore-based singapore-japan singapore-listed singapore.newsroom@reuters.com singaporean singaporeans singed singer singer/actress singer/guitarist singer/songwriter singer/songwriters singers singgih singh singha singhania singhvi singin singing singirok singkil single single- single-a single-a-minus single-b single-chamber single-currency single-day single-digit single-engine single-family single-handed single-handedly single-member single-minded single-party single-price single-seat single-storey singled singlehandedly singles singlet singletary singleton singling singlish singly sings singson singspiel singstar singtel singular singularities singularity singularly sinh sinha sinhala sinhalese sinica siniora sinisa sinise sinister sinistra sink sinker sinkhole sinkholes sinking sinkings sinkler sinks sinless sinmun sinn sinned sinner sinners sinnoh sinnott sino sino-american sino-australian sino-british sino-foreign sino-french sino-japanese sino-russian sino-u.s. sinochem sinologist sinopac sinope sinopec sinophil sinotrans sins sint sint-truiden sinter sintercast sintered sintering sinterklaas sinton sintra sinuous sinus sinuses sinusitis sinusoidal sinyavsky sio siobhan siochana sioen siofok siol sion sioned siouan sioux siouxsie siow sip sipa sipah-i-sahaba sipe sipef siphon siphoned siphoning sipovac sipowicz sipping sipple sippy sipri sips siptu siqueiros sir sir0 sir0cv sira siradovic siraj sire sired siren sirena sirenia sirens sires siret sirhan siri sirion sirius sirivudh sirk sirkka sirloin sirmium sirna sirnak siro sirocco sirohi sirri sirrom sirte sirti siryn sis sisa sisak sisaket sisal siscomex sise sisi siskel siskin siskiyou sisko sisler sismi sison sisqo sissel sissi sissoko sisson sissy sista sistan sistani sistem sistema sistemi sister sister-in-law sisterhood sisters sistership sistine sisto sisu sisyphus sit sit-down sit-in sita sitanyi sitar sitara sitaram sitca sitch sitcom sitcoms site sited sitek sitel sites sitges sith sithe sithole siti siting sitio sitiveni sitix sitka sitra sits sittard sitter sitters sittin sitting sittingbourne sittings sittler situ situate situated situation situational situationist situations situbondo situr situs situtation sitution sitwell siu siu-fung siura siv siva sivaganga sivaji sivan sivana sivananda sivas sive sivensa sivertsen siviglia siwa siwiec six six- six-a-side six-and-a-half six-contract six-day six-day-old six-figure six-fold six-foot six-game six-hitter six-hour six-inch six-man six-match six-member six-mile six-minute six-month six-month-old six-monthly six-months six-mth six-nation six-page six-party six-percent six-point six-row six-run six-seven six-state six-storey six-team six-test six-time six-times six-to-one six-to0 six-tonne six-under six-under-par six-week six-week-old six-wheeled six-wicket six-year six-year-old sixers sixes sixpence sixshot sixt sixteen sixteenth sixteenths sixth sixth-inning sixth-largest sixth-placed sixth-ranked sixth-seeded sixths sixties sixtieth sixto sixtus sixty sixty-eight sixty-five sixty-one sixty-seven sixty-six sixty-two sixx sizable sizarail size size--pct size= size=0 sizeable sized sizemore sizes sizing sizov sizwe sizzla sizzle sizzler sizzling sj sjaelland sjan sjc sjeng sjoberg sjogren sjoland sk sk0 ska skaardal skadavy skadden skagen skagerrak skaggs skagit skagway skaife skala skala-coop skald skaldi skaldic skaldskaparmal skalicky skammelsrud skanda skanderbeg skandia skandinaviska skane skaneateles skank skansen skanska skara skard skardu skarloey skaro skase skat skate skateboard skateboarder skateboarders skateboarding skateboards skated skatepark skater skaters skates skating skating-world skaven skaw skaw-cape skaw-p skaw-passero skb skd skeena skeet skeeter skeets skeffington skegness skegro skeid skein skeith skeletal skeleton skeletons skeletor skelleftea skellerup skelley skelly skelmersdale skelter skelton skender skenderbeu skene skeptic skeptical skepticism skeptics skerries skerry sket sketch sketchbook sketchbooks sketched sketches sketching sketchy skew skewed skewer skewered skewers skewing skf skg skhirat ski skid skiddaw skidded skidding skidmore skids skied skien skier skiers skies skiff skiffle skiing skiing-alphand skiing-men skiing-profile skiing-results skiing-tomba skiing-wiberg skiing-women skiing-world skikda skiles skilful skilfully skill skilled skillet skillful skillfully skilling skills skim skimmed skimmer skimmers skimming skimpy skin skin-on skincare skinhead skinheads skink skinks skinn skinned skinner skinners skinning skinny skins skip skipjack skipped skipper skippered skippers skipping skippy skips skipton skirmish skirmished skirmishers skirmishes skirmishing skirt skirted skirting skirtings skirts skis skit skits skittish skittles skk sklar sklyarov skm sknd sko skoda skofin skog skogindustrier skokie skold skole skolem skolian skolnick skonto skool skop skopje skorea skorzeny skowhegan skp skr skreb skrela skrull skrulls sks skua skuas skuld skule skulker skull skullcap skulls skunk skunks skuratov skw sky sky-high sky-rocketing skybox skyclan skydive skydiver skydivers skydiving skydome skye skyed skyepharma skyfire skyhawk skyhawks skyhook skyhooks skylab skylar skylark skylight skylights skyline skymaster skynet skynyrd skype skyraider skyrocket skyrocketed skyrocketing skyscraper skyscrapers skyteam skytel skytrain skywalk skywalker skyward skywarp skyway skyways skywest sl sl0 sla slaanesh slab slabodka slabs slack slacken slackened slackening slacker slackers slacks slackware slade sladek sladen slag slaheddine slain slaine slalom slaloms slam slamdance slamet slammed slammer slamming slammiversary slams slander slandered slandering slanderous slane slaney slang slanging slant slanted slanting slap slapp slapped slapping slappy slaps slapshot slapstick slash slashdot slashed slasher slashes slashing slask slaski slat slate slated slater slates slatina slatkin slaton slats slattery slaty slaughter slaughtered slaughterhouse slaughterhouses slaughtering slaughters slav slava slave slaveholders slaven slaver slavers slavery slaves slavia slavic slavin slaving slavisa slavishly slavko slavneft slavomir slavonia slavonian slavonic slavonski slavs slavyani slawomir slay slayer slayers slaying slayings slays slayton slb slbm slc slcted sld sle sleaford sleat sleater sleaze sleazy sled sledding sledge sledgehammer sledges sledging sleds sleek sleeker sleeman sleep sleeper sleepers sleepiness sleeping sleepless sleepover sleeps sleepwalker sleepwalking sleepy sleet sleeve sleeved sleeveless sleeves sleigh sleight sleightholme sleiman sleipner sleipnir slender slept sleuth slew slezak slf slfp slg slgs sli sliabh slice sliced slicer slices slicing slick slicker slickers slicks slid slide slidell slider sliders slides slideshow sliding sliema slieve slifer slighlty slighly slight slighted slightest slightly slighty sligo sligos slim slime slimmed slimmed-down slimmer slimmest slimming slims slimy slindon sling slinger slingers slinging slings slingsby slingshot slinky slint slip slip-up slipcase slipknot slippage slippages slipped slipper slippers slippery slipping slippy slips slipstream slipway slit slite slitheen slither slithered slits slitting sliven sliver slivers slk slm slma slo sloan sloan-kettering sloane sloat slob sloboda slobodan slobodna slocan slocum slog slogan slogans slonim sloop sloops slop slope sloped slopes sloping sloppy slorc sloss slot slota sloth sloths slots slott slotted slotting slouch slough sloughs slovak slovakia slovakian slovakofarma slovaks slovan slovene slovenes slovenia slovenian slovenians slovenska slovenske slovnaft slovo slow slow-down slow-growing slow-growth slow-moving slowdown slowdowns slowed slower slower-than-expected slowest slowing slowly slowness slows slp slpa slpp slr slrs sls slsdec slt slu slubice sludge slug slugged slugger sluggers slugging sluggish sluggishly sluggishness slugs sluice sluices slum sluman slumber slumbering slump slumped slumping slumps slums slung slupsk slur slurred slurry slurs slush slut slutskaya slx sly slyly slytherin sm sm0 sma smack smackdown smacked smacking smacks smail smaland smale small small- small-business small-cap small-capitalisation small-capitalised small-capitalization small-caps small-company small-investor small-lot small-scale small-sized small-time small-town smallcap smaller smaller-cap smaller-than-expected smallest smalley smallholder smallholders smallish smallmouth smallness smallpox smalls smalltalk smalltown smallville smallwood smaltz smar smart smart-card smartalk smartcard smartcards smarter smartest smarth smarties smarting smartly smartone smartphone smartphones smarts smartsuite smarty smash smashed smasher smashes smashing smattering smaug smb smbat smc sme smear smeared smearing smears smeaton smederevo smederevska smedley smedvig smeets smeha smell smelled smelling smells smelly smelt smelted smelter smelters smelting smenkhkare smerdon smerek smersh smes smet smetana smethwick smf smg smh smi smic smicer smidgen smif smifs smigly smile smiled smiles smiley smiling smilodon smirnoff smirnov smirnova smit smita smith smithburg smithee smithereens smithers smithfield smithkline smiths smithson smithsonian smithtown smithville smithy smits smitten smitty smk smkr sml smmt smock smog smog-forming smoke smoke-free smokebox smoked smokehouse smokeless smoker smokers smokes smokescreen smokestack smokestacks smokey smokies smokin smoking smoking-related smoky smoldering smolensk smollett smoltz smoot smooth smoothbore smoothe smoothed smoother smoothie smoothies smoothing smoothly smoothness smooths smorgasbord smorgon smother smothered smothering smothers smouldering smp smpte smr smr0 smriti smrt sms smsp smt smtp smu smucker smudge smug smuggle smuggled smuggler smugglers smuggles smuggling smurf smurfit smurfs smut smutny smuts smw smyrna smyslov smyth smythe sn sn0 sna snack snacks snaefell snaffle snafu snag snagfa snagged snags snaige snail snails snake snakebite snaked snakehead snakeheads snakes snakeskin snaking snam snamprogetti snap snap-on snape snapped snapper snappers snapping snapple snappy snaps snapshot snapshots snare snared snares snark snarl snarled snarling snarls snatch snatched snatcher snatchers snatches snatching snb snc snc-lavalin sncb sncc sncf sncfr snead sneak sneaked sneaker sneakers sneaking sneaks sneaky snecma snedden sneddon sneed sneeze sneezes sneezing snegur sneh sneha snelgrove snell snelling snellville snes snet snetterton snf sngs.rts sni snia snickers snicket snide snider sniff sniffed sniffer sniffing snip snipe sniped sniper snipers snipes sniping snippet snippets snitch snitsky snively snk snl snm snmp sno snob snobbery snobbish snobby snodgrass snoh snohomish snook snooker snoop snooping snoopy snooty snoqualmie snoras snoring snorkel snorkeling snorkelling snorna snornas snorre snorri snort snorting snot snout snouts snow snow-capped snow-covered snowball snowballed snowballing snowballs snowbird snowboard snowboarder snowboarders snowboarding snowboards snowbound snowcocks snowden snowdon snowdonia snowdrifts snowe snowed snowfall snowfalls snowflake snowflakes snowing snowmaking snowman snowmass snowmelt snowmen snowmobile snowmobiles snowmobiling snowpack snows snowshoe snowshoeing snowshoes snowstorm snowstorms snowy snp snpl snps snr snrna snrnas sns snt snu snub snubbed snubbing snubs snuck snuff snuffed snuffy snug snugly snuka snyder snyman snz so so)0 so-called so-far so-so so0 soa soak soaked soaking soames soane soap soapbox soapnet soaps soapstone soapy soar soared soarers soares soaring soars soas sob soba sobbed sobbing sobczak sobel sober sobering soberon sobers sobeys sobhan sobhi sobhraj sobibor sobieski sobieslaw sobisek sobolev sobor sobota sobotka sobral sobre sobriety sobriquet sobs soc soc. soc0 soca socal socalgas socar soccer socceroo socceroos socdet socgen socgen-crosby socha sochaux sochi sociable social social-democratic sociale sociales socialise socialising socialism socialisme socialist socialist-communist socialist-dominated socialist-led socialista socialiste socialistic socialists socialite socialites socialization socialize socialized socializing socially socially-minded socially-owned socials sociedad sociedade societa societal societas societe societes societies society socio socio-economic socio-political sociobiology sociocultural socioeconomic sociolinguistic sociolinguistics sociological sociologist sociologists sociology sociopath sociopathic sociopolitical socit sock sockers socket sockets sockeye socks sockwell soco socog socol socom socorro socotra socrates socratic socs sod soda sodak sodality sodan sodano sodas sodden sodefor soderberg soderbergh soderlind sodermalm sodermanland sodertalje sodesucre sodexho sodi sodigraf sodium sodom sodomy sodor sodra sods sodus soe soedargo soekarno soekor soelden soen soenderborg soer soeren soerensen soes soest soetoto sof sofa sofamor sofas sofer sofert soffa soffex sofia sofianski sofie sofinco sofitel sofofa sofres soft soft-drink soft-drinks soft-spoken softball softbank softcore softcover softdesk softdisk softech soften softened softening softens softer softer-than-expected softest softkey softline softly softness softnet softs software softwood softworks sog soga sogaris sogdian sogdiana sogecable sogefi soggy sogn sogndal sogo soh sohail sohaku soham sohc sohma sohn soho sohrab soi soifer soil soiled soils soilwork soininen soir soiree soissons soit sojoud sojourn sojourner sok soka sokaiya sokal sokar soke sokka soko sokol sokolov sokolovic sokolovska sokolow sokoto sol sola solace solamnia solan solana solanaceae solanas solander solange solangi solanki solano solanum solapur solar solar-powered solari solarian solaris solartech solarz solas solberg solchem sold sold-out soldat solder soldered soldering solders soldier soldiered soldiering soldiers soldiery soldo sole solectron soled soledad soledons soleil soleiman solel solely solemn solemnity solemnly solenoid solenoids solent soler soles solesmes solex soley solfege solferino solheim soli solicit solicitation solicitations solicited soliciting solicitor solicitor-general solicitors solicits solid solidaridad solidarity solidarnosc soliday solidbank solider solidere soliders solidification solidified solidifies solidify solidifying solidity solidly solids solidus solidworks solihull soliloquy solin solingen solipsism solis solitaire solitary soliton solitons solitude soljic solloway solly solms solna solo soloing soloist soloists solomon solomonic solomons solomos solon solons solos solothurn soloveitchik solovyov solow solozabal sols solskjaer solstice solstices solti soltvedt solubility soluble solubles solus solute solutes solution solutions solv solv-ex solvable solvation solvay solve solved solveig solvency solvent solvents solver solvers solves solving solway solzhenitsyn som soma somague somaia somali somalia somalian somaliland somalis somanetics somar somare somatic somatix somatogen somatosensory somatostatin somber sombor sombra sombre sombrero somchai some somebody someday somehow someone someplace somerfield somerled somers somersault somerset somerton somervell somerville somes somesh somesvara somethin something sometime sometimes somewhat somewhere somincor somjai somm sommaruga somme sommer sommer-allibert sommerda sommerfeld sommers sommerville somnath somo somogy somos somoza somprasong somsak son son-in-law sona sonaca sonae sonali sonangol sonar sonars sonasid sonat sonata sonatas sonatel sonatrach sonbong sonderburg sonderkommando sondheim sondhi sondra sone sonea soneji sonet song songaila songbird songbirds songbook songbooks songhai songkhla songs songstress songwriter songwriters songwriting soni sonia sonic sonically sonics soninke sonja sonjay sonkutch sonne sonnet sonnets sonning sonntag sonntagszeitung sonny sono sonoco sonofon sonoma sonora sonoran sonority sonorous sons sont sontag sonthi sonu sonumileht sonus sony sonya soo soo-sung sood sooji sook sooke sookie sool soomro soon soon-hoon soon-shik soon-to-be sooner sooners soonest soong soot soothe soothed soothing soothsayer sooty sop sopa soper sophal sophia sophiatown sophie sophist sophisticated sophistication sophists sophocles sophomore sophomores sophus soporcel sopot sopra soprano sopranos sopron soproni sops sopwith soquimich sor sora sorabji soran soraya sorbara sorbian sorbitol sorbonne sorbs sorbus sorcerer sorcerers sorceress sorceresses sorcerous sorcery sordid sore sorel sorely soren soreness sorensen sorenson sorenstam sores sorex sorg sorgdrager sorge sorghum sorgyar sori soria soriana soriano soricidae sorin sorkin sorley soro sororities sorority soros soroush sorrel sorrell sorrento sorrow sorrowful sorrows sorry sorsogon sort sortable sorted sorter sorters sortie sortied sorties sorting sorts sorum sorvino sos sosa soseki sosnik sosnowiec sosnowski soss sot sota sotah sotelo soter sotero sotetsu soth sotheby sothern sotho sotiropoulou soto sotogrande sotomayor sotto sou souces souci souda soudek souedie soufan souffle soufflet souflias soufriere sought sought-after souichiro souk soukous soukup soul soul-searching soulcalibur soule souled soulfly soulful souligne soulless soulmate souls soult soun sound soundbites soundboard soundcheck sounded sounder sounders soundgarden sounding soundings soundly soundness sounds soundscan soundscape soundscapes soundstage soundsystem soundtrack soundtracks soundview soundwave soundwill souness soup soups soupy sour sourav source source:sbi sourcebook sourcebooks sourced sourceforge sourceforge.net sources sourcing sourdough soured sourif souring souris sours sous sousa sousse soussien sousuke souter south south- south-central south-east south-eastern south-north south-southeast south-southwest south-west south-western southall southam southampton southard southbank southborough southbound southbridge southcentral southcoast southcorp southdown southeast southeasterly southeastern southeastward southeastwardly southend souther southerly southern southerner southerners southernmost southey southfield southgate southington southlake southland southold southpac southpaw southport southridge souths southsea southside southtown southtrust southwall southward southwards southwark southwell southwest southwesterly southwestern southwestward southwick southwold southwood southworth souvenir souvenirs souza sov sovecon sovereign sovereignity sovereigns sovereigntist sovereignty sovetov sovich soviet soviet-backed soviet-bloc soviet-built soviet-chinese soviet-designed soviet-era soviet-led soviet-made soviet-style sovietov soviets sovietskaya sovran sow sowed sowell sowerby sowest sowetan soweto sowing sowings sown sowry sows sox soy soya soyabean soyabeans soyameal soyb soybean soybeans soybns soycomplex soyinka soylemez soymeal soyo soyoil soyproducts soyuz soz sp sp. sp.a sp0 spa spa-francorchamps spaatz spac space space-based spacecraft spaced spacefaring spaceflight spaceflights spaceframe spacehab spacek spacelab spacelike spaceman spacemen spaceplane spaceport spacer spacers spaces spaceship spaceshipone spaceships spacesuit spacesuits spacetime spacetimes spacewalk spacewalking spacewalks spacex spacey spacial spacing spacious spad spada spade spadea spadel spader spades spadina spaelti spafford spaghetti spahn spain spalding spall spallation spam spamalot spammer spammers spamming span spandau spandex spandrel spandrels spangdahlem spangenberg spangled spangler spanglish spaniard spaniards spaniel spaniels spanish spanish-based spanish-language spanish-speaking spank spanked spanking spanky spann spanned spanner spanning spano spanos spans spar sparbanken sparc sparcasse sparcstation spare sparebanken sparebankgruppen spared sparerib spareribs spares sparhawk sparing sparingly spark sparked sparking sparkle sparkled sparkling sparkman sparkplug sparks sparky sparred sparring sparrow sparrowhawk sparrows spars sparse sparsely sparsely-populated sparta spartacist spartacus spartak spartan spartanburg spartans spartech sparton sparx spas spasm spasmodic spasms spassky spastic spasticity spat spata spatafore spate spatial spatially spatio spats spatula spaulding spawn spawned spawning spawns spc spca spcc spcd spcpd spd spdit-sicaf spe speak speakeasies speakeasy speaker speakers speakership speaking speaks spear speared spearfish spearhead spearheaded spearheading spearheads spearing spearman spearmen spearmint spears spec special special-purpose speciale specialeyes specialisation specialise specialised specialises specialising specialism specialist specialists specialities speciality specialization specializations specialize specialized specializes specializing specialled specially specials specialties specialty speciation specie species species. specific specifically specification specifications specificity specifics specified specifies specify specifying specimen specimens speciosa speck specker speckle speckled speckles specks specs spect spectacle spectacled spectacles spectacular spectacularly spectator spectators specter spector spectra spectral spectran spectranetics spectre spectres spectrian spectrograph spectrometer spectrometers spectrometry spectroscopic spectroscopy spectrum specular speculate speculated speculates speculating speculation speculations speculative speculatively speculator speculators speculum sped spedding spedec spee speech speeches speechless speechwriter speed speedball speedboat speedboats speeded speeder speedfam speedier speedily speeding speedo speedometer speeds speedskating speedster speedup speedwagon speedway speedwell speedy speer speh spehar speight spejan speke spektor spektr spela spell spellbinder spellbound spellcaster spellcasters spellcasting spelled speller spelling spellings spellman spells spelman spelt spemar spen spence spencer spencers spend spender spenders spending spendings spendrups spends spendthrift spengler spenjul spennymoor spens spenser spent sperber sperling sperm spermatic spermatozoa spero sperry spes spessart spetalnick speth spetsnaz spew spewed spewing spews spey speyer spezia spf spfh spg sph sphagnum spheeris sphenoid sphere spheres spherical spherically spheroid spheroidal sphincter sphingidae sphinx sphinxes spi spic spica spice spiced spicer spicers spices spicules spicy spider spiderman spiders spidey spie spied spiegel spiegelman spieker spiel spielberg spier spiers spies spif spigot spike spiked spikes spikey spiking spiky spilka spill spill-over spillage spillane spilled spiller spilling spillover spills spillway spilotro spilt spin spin-off spin-offs spina spinach spinal spindle spindler spindles spindletop spine spine-tech spineanu spined spinefarm spinel spineless spinelli spinello spiner spines spinet spinetail spinifex spink spinks spinnaker spinner spinnerets spinners spinney spinning spinoff spinoffs spinola spinor spinors spinosaurus spinous spinoza spins spinster spintab spinulosa spiny spira spiracles spiral spiraled spiraling spiralled spiralling spirally spirals spire spires spiridon spirit spirited spiritism spirito spirits spiritual spiritualism spiritualist spiritualists spirituality spiritualized spiritually spirituals spiritus spirlea spiro spiros spirou spirulina spis spit spitaels spital spitalfields spite spiteful spiteri spitfire spitfires spithead spiti spits spitsbergen spitting spitz spitzbergen spitzer spivak spivey spk spl spla splash splashdown splashed splashes splashing splashy splat splatter splattered splc spleen splendens splendid splendidly splendor splendour splenic splice spliced splicing spline splines splint splinter splintered splintering splinters splints split split-off split-up splits splitter splitters splitting splittist splittists splurge spm spnd spndg spo spock spode spoe spofforth spohr spoif spoil spoilage spoiled spoiler spoilers spoiling spoils spoilt spokane spoke spoked spokeman spoken spokes spokesman spokesmen spokesmodel spokespeople spokesperson spokespersons spokeswoman spokeswomen spokewoman spolana spolecnost spoleto spondylitis spondylolisthesis spong sponge spongebob sponges spongiform spongy sponsons sponsor sponsored sponsoring sponsors sponsorship sponsorships spontaneity spontaneous spontaneously spoof spoofed spoofing spoofs spook spooked spooking spooks spooky spool spools spoon spoonbills spooner spoonful spoons spoor spoornet spoors spor spora sporadic sporadically sporangia spore spores sporitelna sporophyte sport sport-haley sport-utility sport0 sportatorium sported sportier sportif sporting sportiva sportive sportivo sportmart sports sportscar sportscars sportscaster sportscasters sportscenter sportschannel sportsline sportsman sportsmanship sportsmen sportsnet sportspeople sportsperson sportspersons sportsplex sportswear sportswoman sportswriter sportswriters sportsystem sportul sporty spot spot-kick spotless spotlight spotlighted spotlighting spotlights spots spotswood spotsylvania spotted spotter spotters spotting spottiswoode spotty spousal spouse spouses spout spouting spouts spp spp. spprt spr spr-rsc sprache sprague sprain sprained sprains sprang spranger spraos spratly spratlys spratt sprawiedliwosc sprawl sprawled sprawling spray spray-painted sprayed spraying sprays sprd spread spreader spreaders spreading spreads spreads)--------------------------- spreads)---------------------------- spreads)------------------------------ spreads)------------------------------- spreads)--------------------------------- spreadsheet spreadsheets spreckels spree sprees sprewell sprig spring spring-like spring/summer springboard springbok springboks springbrook springburn springdale springer springfield springhill springing springs springsted springsteen springtime springvale springville springwood sprinkle sprinkled sprinkler sprinklers sprinkles sprinkling sprint sprinted sprinter sprinters sprinting sprints sprit sprite sprites sprocket sprockets sproul sproule sprouse sprout sprouted sprouting sprouts spruance spruce spruce-pine-fir sprung spry sps spss spt spt* spu spud spudded spuds spun spun-off spunk spunky spur spurfowls spurge spurgeon spurious spurlock spurn spurned spurning spurns spurred spurrier spurring spurs spurt spurted spurts sputnik sputtered sputtering sputum spv spvgg spx spy spyder spyglass spying spyker spymaster spyro spyros spyware sq sq-km sq-mile sq. sql sqlite sqn sqq. squabble squabbled squabbles squabbling squad squadron squadrons squads squalid squall squalls squally squalor squamish squamous squander squandered squandering square square-foot squared squarely squarepants squares squaresoft squaring squarish squash squashed squat squats squatted squatter squatters squatting squaw squawk squeak squeaked squeaking squeaks squeaky squeal squealing squee squeegee squeeze squeezed squeezes squeezing squelch squelched squib squibb squid squids squidward squier squint squire squires squirrel squirrels squirt squirts sr sr. sr.manager sr0 sra sram srb srbija srbije srbs src sre srebrenica sree srem sremska srf sri sridevi srikakulam srila srimad srinagar srinath sringeri srinivas srinivasa srinivasan sriracha sriram srirangam srivijaya srl srm srna srnicek sro srodowiska sros srour srp srpska srr srs srt srt0 sru srvcs srw srw0 srx ss ss0 ssa ssab ssangbangwool ssangyong ssb ssbn ssbn0 ssc ssd sse sse0 ssec ssg ssh ssi ssk sski ssl ssm ssme ssn ssn0 ssnnl sso ssp ssp. sspx ssr ssri ssris sss sssi sssis sst ssto ssu ssv ssw ssx ssy ssz st st-germain st. st.barbara st.dluhop. st.dluhop0 st.james st.joseph st.louis st.petersburg st0 sta staal staatliche staats staatsoper stab stabaek stabat stabbed stabbing stabile stabilisation stabilise stabilised stabiliser stabilises stabilising stability stability-oriented stabilization stabilize stabilized stabilizer stabilizers stabilizes stabilizing stable stable-to-loose stabled stablemate stabler stables stabling stablise stablised stablity stabs staburadze stac staccato stacey stachel stacie stack stacked stackelberg stacker stackhouse stacking stackpole stacks stacy stad stade stadia stadio stadion stadium stadiums stadler stadshypotek stadt stadtbahn stadtholder staedtische staein stael staelens staff staffan staffed staffel staffer staffers staffing staffmark stafford staffordshire staffs stafy stag stage stage-managed stagecoach stagecoaches stagecraft staged stagehand stages stagflation stagg stagger staggered staggering staggers staging stagings stagnant stagnate stagnated stagnates stagnating stagnation stags stahl stahlberg stahn staid stain staind stained staines staining stainless stains stainton stair staircase staircases stairs stairway stairways stairwell stairwells stake staked stakeholder stakeholders stakeout stakes staking stakis stal stalactite stalactites stalag stalagmites stale stalemate stalemated stalev stalexport staley stalin stalingrad stalinism stalinist stalinists stalinization stalk stalked stalker stalkers stalking stalks stall stalled stalling stallings stallion stallions stallman stallone stalls stallworth stalprodukt stals stalwart stalwarts stalybridge stam stamas stamen stamenkovic stamens stamford stamina stamos stamp stampa stamped stampede stampeded stampeder stampeders stamper stamping stamps stan stanakzai stanbic stanbrook stanca stance stances stanchart stanchev stancliffe stand stand-alone stand-by stand-in stand-off standa standaard standalone standard standard-bearer standardbred standardisation standardise standardised standardising standardization standardize standardized standardizing standards standart standartenfuhrer standby standchart standdown stander standex standing standings standish standly standoff standout standouts standpoint stands standstill standup stane stanek stanely stanfield stanford stang stangassinger stange stanger stanhome stanhope stanic stanier stanimirovic stanislas stanislaus stanislav stanislavski stanislaw stanitsa stankevich stankevicius stankovic stankowski stanl stanl0 stanley stanly stanmore stannard stannary stannis stanol stanozolol stansbury stansfield stanshall stansky stanstead stansted stant stanton stantronic stanwell stanwix stanwyck stanza stanzas staphylococcus staple stapled stapledon stapleford staples stapleton stapp star star-studded stara staraya starbase starboard starbuck starbucks starbug starburst starch starches starchy starck starckjohann starclan starcraft stardate stardock stardom stardrive stardust stare stared starenko stares starfighter starfighters starfire starfish starfleet starflyer starfox stargard stargate stargates stargazer stargell starhawk starhub stari staring starjammers stark starkad starke starker starkey starkie starkly starkman starks starkville starkweather starlet starlets starlight starlin starling starlings starman starnberg starnes staropolski staropramen starost starova starr starrcade starred starrer starrett starring starry stars starscream starship starships starsiege starsight starsky starstruck start start-date start-up start-ups start/finish start0 startac started starter starters starting startle startled startling startlingly startronix starts startup startups starvation starve starved starving starwave starwood stary starz stasco stash stashed stasi stasiak stasis stasov stassen stat stat. stat0 stat:exempt-ffc stat:exempt-rev stat:exempt-ult state state- state-appointed state-backed state-by-state state-controlled state-designate state-dominated state-financed state-funded state-guaranteed state-held state-level state-mandated state-of-the state-of-the-art state-of-the-nation state-oil state-owned state-paid state-run state-sector state-set state-sponsored state-subsidised state-supported state-wide state. statecraft stated stateful stategic stategy statehood statehouse stateless stateline stately statement statements staten statens staterooms states states-based states. statesboro stateside statesman statesmanship statesmen statesville statewide statfjord statham static statically statics statin stating statins station stationary stationed stationer stationers stationery stationing stationmaster stations statism statist statistic statistical statistically statistician statisticians statistics statius statix statkraft statler statment stato statoil staton stator statpipe stats statscan statuary statue statues statuette statuettes stature status statuses statute statutes statutory staub staubach stauder staudinger stauffenberg stauffer staunch staunchest staunchly staunton stavanger stavby stave staved staveley stavelot staves staving stavka stavro stavropol stavropoulos stavros stawell stax stay stay-at-home stayaway stayed stayer stayin staying stayner stays stb stc stci std std&btr std0 stds stdy ste stead steadfast steadfastly steadfastness steadicam steadied steadier steadies steadily steadiness steadman steady steady-firm steady-off steady-up steady-weak steadying steak steakhouse steaks steal stealer stealers stealing steals stealth stealthily stealthy steam steamboat steamboats steamed steamer steamers steaming steampunk steamroller steams steamship steamships steamy stearin stearine stearn stearns stearns0 steaua stebbins stecher steck-vaughn stedelijk stedman steed steeds steel steel-maker steel-making steele steeler steelers steeles steeleye steelframes steelhead steelmaker steelmakers steelmaking steelman steels steelworker steelworkers steelworks steely steen steep steeped steepen steepened steepening steepens steeper steepest steeple steeplechase steeples steeply steepness steer steerable steerage steere steered steering steers stef stefaan stefan stefanel stefani stefania stefanie stefano stefanos stefanovic stefansson steffan steffen steffens steffi stefka stefko steger stegner stegosaurus stehlik steichen steiger stein steinar steinbach steinbeck steinberg steinberger steinbrenner steinbruch steinburg steinem steiner steinfeld steinhardt steinhoff steinitz steinkjer steinman steinmann steinmetz steinschneider steinway stel stela stelae stelco stele stelea stelios stella stellar stellate stelle stellenbosch steller stellican steltenpohl stem stemberg stemmed stemming stempel stems sten stena stenberg stench stencil stencils stendal stendhal stengel stenholm stenhousemuir steniel stennis steno stenographer stenosis stensness stenson stent stentex stenton stentor stents step step-by-step step-down step-up stepan stepashin stepbrother stepchildren stepdaughter stepfather stepford steph stephan stephane stephanie stephanopoulos stephanos stephansen stephanus stephen stephenie stephens stephenson stephenville stephon stepmother stepney steppe stepped stepped-up steppenwolf stepper steppers steppes steppin stepping steps steps-up stepsister stepsisters stepson steptoe stepwise steranko stercorariidae sterculiaceae stere stereo stereochemistry stereographic stereolab stereophonic stereophonics stereos stereoscopic stereotype stereotyped stereotypes stereotypical stereotypically stereotyping sterett steric stericycle sterile sterilisation sterilise sterilised sterility sterilization sterilize sterilized sterilizing steris sterling sterling-denominated sterlite stern sternad sternberg sterne sterner sternly sternoff sterns sternum sternwheeler sternwheelers steroid steroidal steroids sterol sterols stet stethoscope stetkiewicz stetson stettin steuart steuben steubenville steuer stevan steve stevedore stevedores stevedoring steven stevenage stevens stevenson steveston stevia stevie stevin stevo stew steward stewardess stewardesses stewards stewardship stewart stewarton stewarts stewed stewie stews steyn steyning steyr steyr-daimler-puch stf stg stg-pence sth sthn sti stiansen stiavnica stic stich stichting stick sticker stickers sticking stickle stickler stickney sticks sticky stiefel stiegler stieglitz stierheim stiers stifel stiff stiffen stiffened stiffening stiffer stiffest stiffly stiffness stifle stifled stifler stifles stifling stift stiftung stig stigevo stigler stiglitz stigma stigmas stigmata stigmatized stigwood stihl stii stijl stikine stil stile stiles stiletto stilicho still stillbirth stillborn stille stiller stillman stillness stills stillson stillwater stillwell stilo stilt stilted stilton stilts stilwell stimac stimpson stimpy stimson stimsonite stimulant stimulants stimulate stimulated stimulates stimulating stimulation stimulative stimuli stimulus stina stine sting stinger stingers stinging stingray stingrays stings stingy stink stinking stinks stinky stinnes stinson stint stints stip stipe stipend stipendiary stipends stipulate stipulated stipulates stipulating stipulation stipulations stipules stir stirling stirlingshire stirner stirred stirring stirrings stirrup stirrups stirs stis stitch stitched stitches stitching stith stitt stix stj stjepan stjoerdal stk stl stm stn sto stoa stoat stoats stob stochastic stochastics stock stock-based stock-for-stock stock-index stock-market stock-picking stock-related stock-swap stockade stockard stockbridge stockbroker stockbrokerage stockbrokers stockbroking stockbuilding stockdale stockdraw stocked stocker stockfeed stockford stockhausen stockholder stockholders stockholding stockholm stockholm-based stockholms stocking stockings stockists stockland stockman stockmann stockmarket stockmarkets stockpile stockpiled stockpiles stockpiling stockport stocks stocks-recent stocks-to-use stocks-week stocksbridge stockton stockwell stocky stockyards stocznia stoddard stoddart stodgy stoeger stoel stoiber stoic stoica stoichiometric stoichiometry stoichkov stoicism stoics stoilov stojan stojko stojkovic stoke stoked stokely stoker stokes stoking stokowski stol stolac stolberg stole stolen stolichny stolid stoll stolle stoller stollery stolons stolpe stolt stolt-nielsen stoltenberg stoltz stolypin stolz stoma stomach stomachs stomata stomatal stomil stomp stomped stomper stompers stompin stomping stomps ston stone stone-consolidated stone-throwers stone-throwing stonebridge stonecipher stonecutters stoned stoneham stonehaven stonehenge stonehill stonehouse stoneleigh stoneman stonemason stonemasons stoner stones stonewall stonewalled stonewalling stoneware stonework stoney stong stonger stoning stonington stony stonyhurst stood stooge stooges stool stools stoop stooped stoops stop stop-gap stop-go stop-loss stop-losses stopford stopgap stopover stopovers stoppage stoppages stoppard stopped stopper stoppers stopping stops stopwatch stopwork stopyra stor stora storage storages storagetek storbeck storch storck stord store storebrand stored stored-value storefront storefronts storehouse storehouses storekeeper storer storeroom storerooms stores storetypes storey storeyed storeys storia storied stories storing storings stork storks storm storm-related stormbringer stormed stormedia stormer stormers stormfront storming stormont stormrage storms stormtrooper stormtroopers stormwatch stormwater stormwind stormy stornoway storr storrs stortford storting stortinget storvik story storyboard storyboards storybook storyline storylines storyteller storytellers storytelling storyville storz stossel stott stottlemeyer stottlemyre stoudamire stoudemire stoudenmire stouffer stouffville stoughton stour stourbridge stourport stourton stout stoute stoutly stovall stove stovepipe stover stoves stovl stow stowage stowaway stowaways stowe stowed stowell stowing stoyan stoyanov stp str strabag strabane strabismus strabo strachan strachey straczynski strada stradbroke straddle straddled straddles straddling stradivari stradivarius stradlin strafe strafed straffan strafford strafing stragglers strahan strahd strahl straight straight-line straight-run straight-sets straight-talking straight0 straightaway straightedge straighten straightened straightening straighter straightforward straights strain strained strainer straining strains strait straitjacket straits strake straker stralsund stram strana strand stranded stranding strands strang strange strangelove strangely strangeness stranger strangers strangest strangeways strangford strangle strangled stranglehold strangler stranglers strangles strangling strangulation stranraer stransky strap strap-off strap-on strapped strapping straps strasberg strasbourg strasbourg-based strasburg strasky strassburg strasse strasser straszheim strat strata stratagem stratasys stratec strategic strategical strategically strategie strategies strategist strategists strategos strategy stratemeyer stratford strath strathbogie strathclyde strathcona strathearn strathfield strathmore strathroy strathspey stratification stratified stratigraphic stratigraphy strating strato stratocaster stratocasters stratofortress stratojet stratos stratosphere stratospheric stratotanker stratovarius stratovolcano stratovolcanoes stratton stratum stratus straub straubing straus strauss strauss-kahn stravinsky straw strawberries strawberry strawbridge strawbs straws stray strayed strayer strayhorn straying strays streak streaked streaker streaking streaks streaky stream streamed streamer streamers streaming streamline streamlined streamliner streamlines streamlining streamlogic streams streatham streda stredoceska streep street street-inspired streetball streetcar streetcars streeter streeters streetlight streetlights streeton streets streetscape streetsville streetwise strega streicher streisand strejcek strelitz streltsy strenci strenghten strenghtened strenghtening strength strengthen strengthened strengthening strengthens strengths strenuous strenuously strep streptococcus streptomyces streptomycin stresemann stress stress-related stressed stresses stressful stressing stressors stretch stretched stretcher stretchered stretchers stretches stretching stretford stretton strewn striae striated striations striatum stribling stricken stricker strickland strict stricter strictest strictly strictmiddling strictness strictures stride strident strider striders strides striding strife strife-torn strigidae strike strike-bound strike-hit strike-related strikebreakers strikeout strikeouts striker strikers strikes striking strikingly strindberg string stringed stringent stringer stringers stringfellow stringham stringing strings stringy strintzis strip stripe striped stripes striping strippable stripped stripped-down stripper strippers stripping strips striptease stritch strive strived striven strives striving strix strobe strober strobl strode stroemsgodset stroessner stroeve stroganov stroger strogg stroh stroheim stroj stroke stroked strokes stroking stroll strolled stroller strollers strolling strolls strom stroma stromal stromberg stromboli stromness stronach strong strong-arm strong-dollar strong-mayor strongarm strongbow stronger stronger-than-expected stronger-than-forecast strongest stronghold strongholds strongin strongly strongly-worded strongman strongmen strongpoint strongpoints strongsville stronnictwo strontium strood stroop strophe strophic stropkov stross strother stroud strouds stroudsburg strouse strove stroyev strozzi strs strt strts struan strube struble struck strucker struct structual structural structuralism structuralist structurally structure structured structures structuring struensee struggle struggled strugglers struggles struggling struk strum struma strumica strummer strumming strung strunz strupczewski strut struthers struts strutt struve struver strychnine strydom stryfe stryker stryper strzelecki sts sts0 stt sttk stu stuart stuarts stub stubble stubblefield stubborn stubbornly stubbornness stubbs stubby stubs stucco stuccoed stuck stuckey stuckist stuckists stud studd studdard studded studebaker studenikova student student-led studentesc students students. studer studi studied studien studies studies.he studio studios studious studiously studium studley studs study studying stuer-lauridsen stuff stuffed stuffing stuffs stuffy stuka stull stumble stumbled stumbles stumbling stump stumpage stumped stumpf stumpfe stumping stumpings stumps stumpy stun stung stunned stunner stunning stunningly stuns stunt stunted stunticons stunting stuntman stuntmen stunts stupa stupas stupendous stupid stupidity stupor sturbridge sturdier sturdy sturdza sture sturgeon sturges sturgess sturgis sturluson sturm sturmabteilung sturmbannfuhrer sturmer sturnidae sturridge sturrock sturt sturtevant stut stutt stutter stuttering stuttgart stuttgart-based stuttgarter stutthof stutz stuyvesant stv stx styl style style= styled styler styles stylidiaceae stylidium styling stylings stylised stylish stylist stylistic stylistically stylistics stylists stylized stylus stymie stymied styne stypulkowski styrbjorn styrczula styrene styria styrian styrofoam styron styx su su-fr su-lin su-th su-tu su-we su0 su0s sua suan suard suarez suaudeau suave suazo sub sub-committee sub-compact sub-continent sub-contracted sub-contracting sub-contractor sub-contractors sub-freezing sub-group sub-groups sub-hub sub-index sub-indexes sub-indices sub-par sub-prime sub-region sub-regional sub-saharan sub-sea sub-sector sub-sectors sub-standard sub-total sub-tropical sub-underwriting sub-zero sub0 suba subacute subalgebra subalpine subaltern subang subantarctic subarachnoid subarctic subaru subatomic subba subbasal subbed subcamp subcarpathian subcarrier subcategories subcategory subcellular subchannel subchannels subchapter subclass subclasses subclavian subcommander subcommittee subcommittees subcompact subconscious subconsciously subcontinent subcontract subcontracted subcontracting subcontractor subcontractors subcostal subcritical subcultural subculture subcultures subcutaneous subdeacon subdistrict subdistricts subdiv subdivide subdivided subdividing subdivision subdivisions subdomain subdomains subdominant subducted subducting subduction subdue subdued subdues subduing subdural subedar subfamilies subfamily subfield subfields subfossil subframe subg subgame subgenera subgenius subgenre subgenres subgenus subgiant subgraph subgroup subgroups subh subhani subhas subhash subhuman subiaco subic subindex subisidiary subject subjected subjecting subjection subjective subjectively subjectivity subjects subjugate subjugated subjugating subjugation subjunctive sublabel sublette sublimation sublime subliminal sublingual submachine submanifold submarine submariner submariners submarines submerge submerged submerged.the submergence submerging submersible submersibles submersion submicron submission submissions submissive submit submits submitted submitting submunitions subnational subnet subodh suboptimal suborbital suborder suborders subordinate subordinated subordinates subordination subotica subpanel subpar subphylum subplot subplots subpoena subpoenaed subpoenas subprime subproduct subra subramaniam subramanian subramanya subrange subregion subregions subron subroto subroutine subroutines subs subsc subscribe subscribed subscriber subscribers subscribes subscribing subscript subscription subscriptions subscripts subsea subsection subsections subsequence subsequent subsequently subseries subservience subservient subset subsets subsidaries subsidary subside subsided subsidence subsides subsidiaries subsidiarity subsidiary subsidies subsiding subsidisation subsidise subsidised subsidises subsidising subsidize subsidized subsidizes subsidizing subsidy subsist subsisted subsistence subsisting subsists subsoil subsonic subsp. subspace subspaces subspecialty subspecies substance substances substandard substantia substantial substantially substantiate substantiated substantive substation substations substituent substituents substitute substituted substitutes substituting substitution substitutions substrate substrates substratum substring substructure subsumed subsurface subsystem subsystems subterfuge subterminal subterranean subtext subtidal subtitle subtitled subtitles subtitling subtle subtler subtleties subtlety subtly subtotal subtract subtracted subtracting subtraction subtractive subtracts subtree subtribe subtropical subtropics subtype subtypes subud subunit subunits suburb suburban suburbanization suburbia suburbs subutai subversion subversive subversives subvert subverted subverting subway subways subwoofer subwoofers sucafina succeded succeed succeeded succeeding succeeds succes succesful succesfully success successes successful successfull successfully succession successions successive successively successor successories successors succinate succinct succinctly succour succubus succulent succulents succumb succumbed succumbing succumbs sucden suceava sucess sucessful sucessfully such sucha suchard suchet suchkov suchman suck sucked sucker suckers sucking suckling sucks sucralose sucre sucres sucriere sucrose suction suctioning sud suda sudakshina sudam sudamericana sudamtex sudan sudanese sudanic sudarman sudarshan sudarsono sudbury sudden sudden-death suddenly sude sudeley sudeten sudetenland sudetens sudha sudharz sudhir sudirman sudjana sudjatmiko sudliche sudoku sudradjad sudradjat suds sudwest sudwestpfalz sue suebi sued sueddeutsche suede suedwestdeutsche suedwestlb suedzucker suef suel suen sueno sues suessmuth suet suetonius sueur suevi suey suez suez-lyonnaise suezmax suezmaxes suffer suffered sufferer sufferers suffering sufferings suffern suffers suffice sufficed sufficent suffices sufficiency sufficient sufficiently suffield suffix suffixed suffixes suffocate suffocated suffocating suffocation suffolk suffragan suffragans suffrage suffragette suffragettes suffragist suffren suffused sufi sufis sufism sufjan sufyan suga sugababes sugar sugar-based sugarbeet sugarbeets sugarcane sugarcubes sugarev sugarhill sugarland sugarloaf sugarman sugars sugary sugden suge sugen suggest suggested suggesting suggestion suggestions suggestive suggests suggs sugianto sugisaki sugita sugiura sugiyama sugriva suguru suh suharto suhl sui suicidal suicide suicides suikoden suing suir suis suisan suissa suisse suisun suit suitability suitable suitably suitcase suitcases suite suited suites suitespot suiting suitland suitor suitors suits suiza sujatha sujet suji suk sukarno sukarnoputri sukavit suker sukh sukhoi sukhothai sukhumi suki sukkot sukkur sukova sukri sukses sukuna sukur sul sula sulaiman sulaimaniya sulawesi sulayman sulci sulcus suleiman suleyman sulfate sulfates sulfide sulfides sulfite sulfur sulfuric suliban sulids sull sulla sullen sulley sullied sullivan sullivans sullom sully sulman sulong sulphate sulphide sulphides sulphur sulphuric sulphurs sulpice sulpicius sultan sultana sultanate sultanates sultanik sultanpur sultans sultry sulu sulzbach sulzberger sulzer sum suma sumac sumadija suman sumas sumatera sumatra sumatran sumba sumbawa sumed sumer sumerian sumerians sumi sumida sumisho sumitomo summa summarecon summaries summarily summarise summarised summarises summarising summarization summarize summarized summarizes summarizing summary summary- summation summed summer summerall summerfest summerfield summerhill summerland summerlin summers summerset summerside summerslam summertime summerville summing summit summits summitt summitville summon summoned summoner summoning summons summonses summum sumner sumo sump sumpter sumptuary sumptuous sums sumter sun sun-air sun-diamond sun-hong sun-sentinel sun-times suna sunair sunako sunamerica sunan sunapee sunat sunbathing sunbeam sunbelt sunbird sunbirds sunbow sunburn sunburst sunbury suncani suncoast suncor suncor* suncorp suncorp-metway suncrest suncrush sund sunda sundae sundakov sundal sundance sundanese sundar sundara sundaram sundarbans sunday sundays sundberg sunder sundered sunderland sundew sundial sundials sundiata sundin sundiro sundown sundram sundry sunds sundstrand sundstrom sundsvall sune suneson sunfire sunfish sunflower sunflowers sunflowerseed sung sung-hee sung-ho sung-joo sung-won sunga sungai sungard sungei sunglass sunglasses sunil sunita sunk sunken sunkist sunkyong sunland sunless sunlight sunlit sunmeal sunn sunna sunnah sunni sunni-led sunni-shi'ite sunniest sunningdale sunnis sunny sunnybank sunnybrook sunnydale sunnyside sunnyvale sunoco sunoil sunos sunpage sunraysia sunright sunrise sunriver sunroof sunrunner suns sunscreen sunseed sunseeds sunset sunsets sunshine sunsource sunspot sunspots sunstar sunstone sunstorm sunstreaker sunt suntory suntrust sununu sunway sunwear suny suo suomen suomi sup sup-res supa super super-g super-giant super-jumbo super-regional super-sol super0 superannuation superb superba superbas superbike superbly superbowl superboy superbrawl superbus supercar supercard supercars supercell supercells supercentenarian supercenter supercenters supercharged supercharger superchargers supercharging superchunk supercilia supercilium superclub supercluster supercomputer supercomputers supercomputing superconducting superconductivity superconductor superconductors supercontinent supercooled supercopa supercouple supercritical supercross supercup supercuts superdome superdraft superdrug superego superettan superfamilies superfamily superfast superficial superficiality superficially superfine superfluid superfluous superfly superfortress superfos superfriends superfund supergate supergen supergiant supergirl supergrass supergravity supergroup superheated superhero superheroes superheroine superheros superhighway superhuman superhumanly superhumans superieur superieure superimposed superin superintend superintended superintendence superintendency superintendent superintendents superintending superion superior superiore superiority superiors superjumbo superlative superlatives superleague superliga superliner superluminal supermajority superman superman/batman supermarine supermarionation supermarket supermarkets supermarkets-to-funeral supermassive supermax supermen supermercados supermini supermodel supermodels supernatural supernaturally supernova supernovae supernumerary superorder superoxide superphenix superposed superposition superpower superpowered superpowers superpundi supers supersaham superscalar superscript supersede superseded supersedes superseding superset supersol supersonic supersonics superspeedway supersport superstar superstardom superstars superstate superstation superstition superstitions superstitious superstore superstores superstring superstructure supersymmetric supersymmetry supertanker supertel supertramp supervalu supervillain supervillains supervise supervised supervises supervising supervision supervisor supervisors supervisory superweapon superwoman supine suplex suplied suport supp. supper suppiluliuma supplant supplanted supplanting supple supplement supplemental supplementary supplementation supplemented supplementing supplements supplication supplied supplier suppliers supplies supply supply-and-demand supply-demand supply-side supplying support supported supporter supporters supporting supportive supports suppose supposed supposedly supposes supposing supposition suppport suppress suppressant suppressed suppresses suppressing suppression suppressive suppressor suppressors supra supramolecular supranational suprema supremacist supremacists supremacy supreme supremely supremes supremo supremum suprianto suprieur suprise suprised suprising suprisingly suquia sur sura surabaya surah suraj surak surakarta surakiart sural suralco suramericana surana suranyi surat surayud surbiton surcharge surcharges surcouf sure surely surendra suresh surete surety surf surface surface-to-air surface-to-surface surfaced surfaces surfacing surfactant surfactants surfboard surfboards surfed surfeit surfer surfers surfin surfing surfliner surfside surge surged surgeon surgeons surgeries surgery surges surgical surgically surging surgut surgutneftegaz surhoff suri suria suribachi surigao surin surinam suriname surinamese suriya surjadi surjective surjeet surly surma surmise surmised surmises surmount surmounted surmounting surname surnamed surnames suroor surp surpass surpassed surpasses surpassing surpise surplice surplus surpluses surprise surprised surprises surprising surprisingly surratt surreal surrealism surrealist surrealistic surrealists surrender surrendered surrendering surrenders surreptitious surreptitiously surrey surrogate surrogates surround surrounded surrounding surroundings surrounds surry surtax surtees suruga surveillance survey surveyed surveying surveyor surveyors surveys survivability survivable survival survivalist survivals survive survived survives surviving survivor survivors survivorship surya surya- sus susa susak susan susana susann susanna susannah susanne susantha susanti susceptibility susceptible suse susep sushi susi susie susitna suskin suslov susp suspect suspected suspecting suspects suspend suspended suspenders suspending suspends suspense suspenseful suspension suspensions suspicion suspicions suspicious suspiciously susquehanna susr sussex susskind sussman sustain sustainability sustainable sustainably sustained sustainer sustaining sustainment sustains sustenance sustrans susu susumu susurluk susy sutch sutcliffe suter suthep suther sutherland sutin sutjeska sutlej sutra sutras sutrisno sutro sutta sutter sutton suture sutures suu suunto suv suva suvarnabhumi suvk suvla suvorov suvs suwa suwalki suwandi suwanee suwannee suwat suwon suz suzaku suzanna suzanne suzano suzdal suze suzerain suzerainty suzette suzhou suzi suzie suzuka suzuken suzuki suzutan suzy sv sv0 sva svalbard svanholm svante svatopluk svc svcs svd svea svealand svedala svedberg svehla svein sveinn sven sven-goran svend svendborg svendsen svensk svenska svensktoppen svensson sverak sverdlovenergo sverdlovsk sverdrup sverige sveriges sverker sverre sveta sveti svetlana svetoslav svetozar svg sviatopolk sviatoslav svift svirko svo svoboda svobodny svorada svp svr svs svt svt0 svu svy svyatoslav svyazinform svyazinvest sw sw0 swab swabia swabian swabians swabs swadesh swadeshi swag swaggart swagger swaha swahili swain swainson swale swalec swales swallow swallowed swallowing swallows swallowtail swam swami swamigal swamiji swaminarayan swaminathan swamp swamped swamping swampland swamplands swamps swampy swamy swan swanage swanee swanepoel swank swanley swann swans swansea swanson swansong swanston swanton swanwick swap swapo swapped swapping swaps swaraj swarm swarmed swarming swarms swarovski swart swarthmore swarthy swartz swarzedz swarzedzkie swasey swash swashbuckler swashbuckling swastika swastikas swat swatara swatch swath swathe swathed swathes swathi swathing swaths swati sway swayamsevak swayed swaying swayne swayze swazi swaziland swc swe swear swearengen swearing swearing-in swearingen swears sweat sweater sweaters sweating sweats sweatshirt sweatshirts sweatshop sweatshops sweaty swebus swedbank swede sweden swedenborg swedenborgian swedes swedfund swedish swedish-based swedish-swiss swedish-u.s. swee sweelinck sweeney sweeny sweep sweeper sweepers sweeping sweeps sweepstakes sweet sweeten sweetened sweetener sweeteners sweetening sweetens sweeter sweetest sweetheart sweethearts sweetie sweetly sweetman sweetner sweetners sweetness sweets sweetwater swell swelled swelling swellings swells sweltering swensen swenson swept swerve swerved swett sweyn swf swiecicki swiecie swietokrzyskie swift swifter swiftlet swiftly swiftness swifts swilly swim swimmer swimmers swimming swims swimsuit swimsuits swimwear swinburn swinburne swindells swindle swindled swindler swindlers swindling swindon swine swinford swing swing-n-slide swingarm swingeing swinger swingers swingin swinging swingley swings swinney swinton swipe swiped swipes swire swirl swirled swirling swirls swish swisher swiss swiss-based swiss-run swiss-swedish swissair swisscargo swissotel switch switchable switchback switchbacks switchblade switchboard switchboards switched switcher switchers switches switchfoot switchgear switching switchover switchyard switkowski switzer switzerland switzerland-based swivel swizz swollen swonk swoon swoop swooped swooping swoops swope sword swordfighting swordfish swordplay swords swordsman swordsmanship swordsmen swore sworn swp swr sws swt swum swung sww swx sx sx-ew sx0 sxsw sy syama syaoran syarifuddin sybase sybil sybille sybron sycamore sych sycom sycorax syd sydal sydbank sydenham sydkraft sydney sydney-based sydney-hobart sydney-to-hobart sydnor sydow syed syenite syfrets sykes sykora syl sylar sylhet sylla syllabary syllabi syllabic syllabics syllable syllables syllabus syllogism sylmar sylph sylt sylva sylvain sylvan sylvana sylvanas sylvania sylvanus sylven sylvester sylvestre sylvia sylvian sylvie sylviidae symantec symbian symbiont symbionts symbiosis symbiote symbiotes symbiotic symbol symbolic symbolical symbolically symbolics symbolise symbolised symbolises symbolising symbolism symbolist symbolists symbolize symbolized symbolizes symbolizing symbology symbols symcox syme symeon symington symmes symmetric symmetrical symmetrically symmetries symmetry symon symond symonds symone symons sympathetic sympathetically sympathies sympathise sympathised sympathiser sympathisers sympathising sympathize sympathized sympathizer sympathizers sympathizes sympathizing sympathy sympatric symphonia symphonic symphonie symphonies symphony symphysis symplectic symposia symposium symptom symptomatic symptoms syn syn0 synagogue synagogues synapse synapses synaptic sync synced synch synched synching synchro synchromesh synchronicity synchronisation synchronise synchronised synchronization synchronize synchronized synchronizing synchronous synchronously synchrony synchrotron syncing syncopated syncopation syncope syncor syncretic syncretism syncrude synd syndicalism syndicalist syndicalists syndicat syndicate syndicated syndicates syndicating syndication syndications syndicator syndrome syndromes syne synergies synergistic synergy synesthesia synetic syngal synge syngman synod synodal synodic synodical synods synonym synonymous synonymously synonyms synonymy synopses synopsis synopsys synoptic synoptics synovial synovus syntactic syntactical syntactically syntax syntex synth synthase synthelabo syntheses synthesia synthesis synthesise synthesised synthesiser synthesisers synthesize synthesized synthesizer synthesizers synthesizes synthesizing synthetase synthetic synthetically synthetics synthpop synthroid synths syon syosset syphax syphilis syphon syquest syr syracusan syracuse syrah syratech syria syriac syrian syrian-backed syrian-controlled syrian-israeli syrians syringe syringes syrinx syrmia syro syron syros syrup syrups syrus sys sysco sysdeco systel system system-wide system. system/0 systema systemat systematic systematically systematics systematization systematized systeme systemes systemhaus systemic systemix systems systemsoft systemwide systole systolic sysuyev sytem sytems sytrol syunik syzygium syzygy sz szabo szabolcs szalasi szalloda szapary szasz szatmar szatmari szczecin szczesny szdsz sze szechenyi szeged szekely szekelys szekesfehervar szeles szell szent szentivanyi szepieniec szeto szilard szkla szlachcic szlachta szoke szolgyemy szolnok szolyka szombathely szpilman szulenyi szwarc szymanowski szymborska szymon t t$ t&e t&g t&n t&t t'ai t'aime t'pol t'sas t-bill t-bills t-bond t-bonds t-cells t-corp t-d t-mobil t-note t-notes t-online t-shirt t-shirts t-trade t. t.a t.a. t.a.t.u. t.c. t.d. t.e. t.g. t.h. t.i. t.j. t.k. t.m. t.r. t.s. t.s.p. t.v t.v. t.w. t0 t0/0 t00 t0a t0b t0e0 t0s ta ta'if ta0 taa taaffe taal tab taba tabacalera tabacco tabacos tabai tabak taban tabaqueira tabaracci tabarez tabari tabaristan tabasco tabassum tabbed tabby tabcorp taber tabernacle tabernacles tabitha tabla tablas tablature table table- table-first table-india table-philippine table-sri tableau tableaux tablecloth tabled tableland tablelands tables tablet tabletop tablets tableware tabling tabloid tabloids taboo taboos tabor tabora tabou tabriz tabs tabu tabuchi tabuk tabula tabular tabulate tabulated tabulating tabulation taby tac taca tacchinardi tache tachi tachibana tachikawa tachikoma tachira tachometer tachycardia tachyon tacis tacit tacitly taciturn tacitus tack tacked tacking tackle tackled tackler tackles tackling tacks tacky tacloban tacna taco tacoma tacon taconic tacony tacos tacs tact tactful tactic tactical tactically tactician tacticians tactics tactile tactless tad tada tadahiro tadano tadashi tadayuki tadcaster taddeo tadema tadesse tadeusz tadhg tadic tadiran tadoussac tadpole tadpoles tae tae-soo tae-woo taegu taeil taejo taekwon taekwondo tael taelon taelons taf tafe taff taffarel taffeta taffy tafi tafsir taft taft-hartley tag tagalog tagalogs taganrog tagaytay tagbilaran tage tages tages-anzeiger tagesspiegel tagg taggart tagged tagging tagle tagliabue tagline taglioni tagore tags taguchi taguig tagus tah taha tahar taher tahir tahiri tahirih tahiti tahitian tahlequah tahmasp tahoe tahoma tahrir tahu tai taib taibe taic taichi taichung taieri taiex taif taifa taiga taihan taihei taiheiyo taiho taiji taijiquan taiko tail tail-end tailback tailed tailfin tailfins tailgate tailgating tailhook tailing tailings tailless taillight taillights tailor tailor-made tailored tailoring tailors tailpiece tailplane tails tailspin tailwheel tailwind taim tain taina tainan taine tainer taino tainos taint tainted tainter taipan taipei taipei.newsroom@reuters.com taiping taipower taira taisei taisen taishan taishin taisho tait taita taito taiwan taiwan-based taiwan-china taiwan-funded taiwan-hong taiwanese taiyo taiyuan taiyuen taizong taj tajan taji tajik tajik-afghan tajikistan tajiks tajima tajiri tajuddin tajudin tak taka taka-q takada takagi takahashi takahata takako takamatsu takami takamisawa takamori takano takanobu takanuva takao takaoka takapuna takara takarabune takarazuka takare takarekbank takasago takasaki takase takashi takashima takashimaya takata takato takatoshi takauji takayama takayanagi takayuki take take-home take-off take-offs take-or-pay take-out take-over take-up takeaway takeaways takeda takedown takefuji takei takelot takemitsu takemura taken takenaka takeo takeoff takeoffs takeout takeover takeovers taker takers takeru takes takeshi takeshita takeuchi takhar takhisis takhli takht taki takin taking takings takis takizawa takoma takoradi takover taksim taksin taku takua takuma takumi takushoku takuto takuya tal tala talabani talal talang talaq talara talas talat talavera talbert talbot talbots talbott talc talca talcahuano talcott tale taleb taleban taleban-controlled taleban-held talegen talent talented talents talentum talermo tales talha tali talia taliaferro talib taliban talibid talibor taliesin talinvest talisay talisman talismans talk talkative talkback talked talker talkers talkie talkies talkin talking talks talkshow talksport tall talladega tallaght tallahassee tallapoosa taller talleres tallest talley talleyrand tallgrass tallied tallies tallin tallink tallinn tallinna tallis tallmadge tallman tallon tallow tallulah tally tallying talmadge talmage talmon talmud talmudic talmudical talmudist talon talons taloqan talos taloustutkimus talpa talse talsi taltavull taltos taluk taluka talukas taluks talus talx talyllyn talyn talysh tam tama tamagawa tamagotchi tamai tamaki tamale tamales tamalpais tamama taman tamao tamar tamara tamarack tamarin tamarind tamarine tamas tamaulipas tamayo tamba tambang tambang-vii tambaram tambien tamblyn tambo tambon tambor tambora tambour tambourine tambourines tambov tambrands tambunan tame tamed tamer tamerlane tamers tameside tamexco tamfelt tami tamia tamiami tamika tamil tamilnadu tamils tamim taming tamir tamirat tamiya tamla tamluk tamm tammany tammi tammuz tammy tamora tamoxifen tampa tampax tampella tamper tampere tampered tampering tampico tampines tampon tampons tamraz tamriel tamro tamrock tams tamsa tamsin tamura tamworth tan tana tanabe tanager tanagers tanagra tanah tanaiste tanaka tanakh tanami tanana tanasugarn tanayong tancred tancredi tancredo tandem tander tandja tando tandon tanduay tandy tane tanenbaum taner taney taneyev tang tanga tangail tanganyika tangara tangent tangential tangentially tangentopoli tangents tanger tangerang tangerine tangerines tangible tangier tangiers tangjin tangle tangled tangles tanglewood tango tangos tangra tangshan tangut tanguy tangy tani tania taniguchi tanis tanith tanizaki tanja tanjong tanjore tanjug tanjung tanjung- tank tanka tankage tankan tankard tanke tanker tankers tankian tanking tankobon tankor tanks tann tanna tannadice tanned tannen tannenbaum tannenberg tanner tanneries tanners tannery tannhauser tannic tannin tanning tannins tans tansen tansu tansy tant tantalising tantalisingly tantalite tantalizing tantalum tantalus tantamount tantawi tanto tanto- tantra tantras tantric tantrum tantrums tanu tanui tanuki tanura tanya tanz tanzania tanzanian tanzanians tanzi tao taoiseach taoism taoist taoists taormina taos taoyuan tap tap* tap-air tap-in tapa tapaculo tapak- tapani tapas tape tape-recorded taped taper tapered tapering tapers tapes tapestries tapestry tapeworm tapi tapia tapie taping tapings tapio tapioca tapiola tapir tapirs tapis tapos tapp tappan tapped tapper tappers tapping tapr taproot taps tapti tapu taq taqi tar tara tarabetic tarakan taraki taran taranaki taranee tarango tarantella tarantini tarantino taranto tarantula tarantulas tarapaca tarapore taras tarascan tarasov tarawa tarawnah tarbell tarbert tarbes tardiness tardis tardive tardy tare taree tarek tarentum tareq targ targa targaryen target targeted targeting targetmasters targets targetted targetting targoviste targu targum tari taribo tariceanu tarif tarifa tariff tariff-free tariffs tarija tarik tarikh tarim tariq taris tarja tarka tarkenton tarkett tarkhanov tarkin tarkington tarkovsky tarlac tarleton tarmac tarn tarnat tarnish tarnished tarnishing tarnoff tarnopol tarnovo tarnow tarnowski tarns tarnum taro tarom tarot tarp tarpaulin tarpon tarps tarquin tarquinius tarr tarraconensis tarragon tarragona tarrant tarrasch tarred tarrega tarrifs tarrytown tars tarsal tarses tarsier tarsiers tarski tarsus tart tartaglia tartakower tartan tartans tartar tartaric tartars tartarstan tartarus tartary tartous tarts tartu tartuffe tarullo tarun taruna tarver tarxien taryn tarzan tarzana tarzi tas taschereau taschke tascor tase taser tasers tash tasha tashi tashkent tashlin tasikmalaya task tasked tasker taskforce tasking taskmaster tasks tasman tasmania tasmanian tasr tass tassel tassels tassilo tasslehoff tasso tassos taste tasted tasteful tasteless tastemaker taster tastes tasting tastings tasty tat tata tata-sia tata-singapore tatami tatanka tatar tatarchev tatarescu tatars tatarstan tatas tataurangi tatchell tate tateho tatemono tathagatagarbha tatham tati tatiana tatler tatmadaw tatneft tato tatooine tatra tatran tatras tatsumi tatsuo tatsuya tattered tatters tattersall tattlers tattnall tatton tattoo tattooed tattooing tattoos tattva tatum tatyana tau tau'ri taub taube tauber taubman tauern taufik taught taulava taument taung taunt taunted taunting taunton taunts taunus taupin taupo tauran tauranga tauras tauren tauri taurine tauro taurus taussig taut tautog tautology tauziat tauzin tav tavares tavarez tavastia taven tavener tavern taverner tavernier taverns taveuni tavildara tavion tavis tavistock tavria taw tawa tawang tawau tawdry tawhaki tawhid tawi tawney tawny tax tax- tax-and-spend tax-cut tax-cutting tax-deductible tax-deferred tax-exempt tax-financed tax-free tax-loss tax-paid tax-payers tax-raising tax-related tax-writing taxa taxable taxable-equivalent taxation taxed taxell taxes taxi taxicab taxicabs taxidermist taxidermy taxiing taxila taxing taxis taxiway taxiways taxman taxol taxon taxonomic taxonomically taxonomies taxonomist taxonomists taxonomy taxotere taxpayer taxpayers taxquet taxus tay taya tayabas tayan tayeb tayler taylor taylors taylorsville taymyr tayside taz tazewell tazz tb tb.cb0 tb.pu0 tb0 tba tban tbc tbcc tbf tbi tbilisi tbill tbm tbn tbs tbwa tc tc0 tca tcas tcb tcc tcd tce tcf tcg tch tchad tchaikovsky tchibo tchmil tchuruk tci tck tcl tcm tcnz tco tcorp tcp tcp/ip tcpl tcr tcs tcsi tcu tcv tcw td td0 tdb tdc tdd tdf tdi tdk tdm tdma tdn tdp tdr tds tdy te tea teach teacher teachers teaches teaching teachings teachta teachtai teacup teagarden teague teahouse teak teal teal'c team team-mate team-mates team. team0 teamed teaming teammate teammates teams teamster teamsters teamsystem teamwork teaneck teapot teapots tear teardrop teardrops teare tearful tearfully teargas tearing tearoom tearooms tears teas teasdale tease teased teaser teasers teases teasing teaspoon teat teater teatr teatro teats tebaldi tebar tebbit tebbutt tebow tec tec0 tech techical techint technet technetium technical technicalities technicality technically technically-driven technicals technicals)------------------------- technicals)--------------------------- technicals)----------------------------- technicals)------------------------------- technicals)-------------------------------- technician technicians technicolor technics technik technion technip technique techniques technische technitrol techno technocracy technocrat technocratic technocrats technodomiki technogym technol technolgy technological technologically technologie technologies technologist technologists technology technology-based technology-heavy technology-laden technology-studded technopark technorati technos techology techs techsystems techteam techtv techway teck tecmo tecnica tecnol tecnologico tecnomatix tecnost teco tecon tectona tectonic tectonics tecumseh tecumsehs ted tedas tedco tedd tedder teddington teddy tedeschi tedesco tedi tedious tedium tee tee-comm teed teekay teela teeming teemu teen teen-age teen-ager teen-agers teena teenage teenaged teenager teenagers teenie teens tees teesdale teeside teesside teesta teeter teetered teetering teeth teething tefillin teflon teg tegan tegea tegel tegernsee tegh tegucigalpa teh tehachapi tehama teheran tehran tehrik-i-insaaf tehrik-i-jafria tehsil tehsils tehtaat tehuantepec tei teichmann teignmouth teijin teikoku teilhard teis teitelbaum teito teixeira tej teja tejada tejan tejano tejas tejo tejon tek teke tekelec tekke tekken tekko tekle teknaf teknik teknologi tekong tekstil tekstilshchik tektites tektronix tel tel+ tel-save tel.o tel0 tel0000 tel:0 tela telam telamon telangana telarc telcel telco telcom telcommunications telcoms telcos tele tele-comms tele-communications tele-tv tele0 telebras telecard telecast telecaster telecasters telecasting telecasts telecel telecheck telechoice telecinco telecine telecom telecomasia telecomm telecomms telecommuncations telecommunciations telecommunication telecommunications telecoms telecomunicaciones telecomunicacoes telecomunications teleconference teleconferencing teleconstructors telecopier telectronics teledanmark teledata teledesic telediffusion teledyne telefe telefilm telefilms telefis telefnica telefon telefonica telefonnaya telefonos telefunken telefutura telegenic teleglobe telegraaf telegraf telegram telegrams telegraph telegraphed telegraphic telegraphs telegraphy telegroup teleki telekinesis telekinetic telekinetically telekom telekomunikacja telekomunikasi telelinks telemachus telemann telemark telemarketing telematic telematics telemedia telemedicine telemetry telemig telemisr telemovie telemundo telenet telenor telenoticias telenovela telenovelas teleological teleology telepar telepath telepathic telepathically telepaths telepathy telephone telephone-based telephoned telephones telephoning telephony telephoto telepiu telepizza teleplay teleport teleportation teleported teleporter teleporters teleporting teleports telepresence teleprinter telerate teleri telerj telesat telescope telescopes telescopic telescoping teleservices telesis telesp telesystem telet teletech teletext telethon teletoon teletype televangelist televisa televise televised televisi televising television televisions televison televoting televsion telewest telework telex telex-chile telfair telfer telford telfort telia telic telident telinfo teljoy telkom tell tella tellabs teller tellers tellez tellico tellier telling tellingly tellings tells telltale telluride tellurium tellus telly telmex telmo telnet telok telomerase telomeres telos telrad telsim telspec telstar telstra teltrend telugu teluk teluk- telular telus telxon telz tem tema temagami temasek temazepam tembec temblor tembo teme temecula temelin temer temesan temescal temic temiscamingue temo temp tempe tempel tempelhof temper tempera temperament temperamental temperaments temperance temperate temperature temperatures tempered tempering tempers tempest tempestuous tempi templar templars template templates temple temple-inland templeman templemore templer temples templeton templi tempo temporal temporally temporarily temporary tempore tempos tempranillo temps tempt temptation temptations tempted tempting temptress tempts tempus tems temujin temur ten ten-day ten-fold ten-month ten-year tena tenable tenacious tenaciously tenacity tenafly tenaga tenancies tenancy tenant tenants tenasserim tenby tencel tench tenchi tenco tencor tend tendai tended tendencies tendency tender tendered tenderer tenderers tendering tenderloin tenderly tenderness tenders tending tendinitis tendinous tendo tendon tendons tendou tendril tendrils tends tendulkar tene tenedos tenel tenement tenements tenenbaum tenerife tenet tenets tenfold teng teng-hui tengah tengasco tenge tengen tenggara tengiz tengku tengo tengu tengwar teniente tenix tenkaichi tenke tenko tenma tenn tenn.-based tennant tenneco tennent tennessean tennessee tenney tennille tennis tenno tennyson tenochtitlan tenon tenor tenorio tenors tenpenny tenpin tenryu tens tensas tense tensei tenseiga tenses tenshi tenshinhan tensile tension tensioned tensions tensor tensors tent tentacle tentacled tentacles tentative tentatively tented tenterden tenterfield tenterhooks tenth tenths tents tenuis tenuous tenure tenured tenures tenz tenzan tenzen tenzin tenzing teo teochew teodor teodoro teofilo teotihuacan tep tepals tepco tepe tepelene tepes tephra tepid teplarenska teplarny teplice teplizky tepper tequesta tequila ter ter'angreal ter-petrosyan tera terabytes terada teradata teradyne terahertz terai teramo terapia teratogenic teratoma teravainen terawatt terblanche terceira tercentenary tercera tere terek terence terengganu terenure terephthalate terephthalic teres teresa teresita terex tereza terezin terfenadine tergat teri terje terkel term term-lending terma terme termed termen termin termina terminal terminalia terminally terminally-ill terminals terminate terminated terminates terminating termination terminations terminator terminators terminboerse terming termini terminology terminus termite termites terms tern ternary ternate ternby terni ternopil terns tero terra terrace terraced terraces terracing terracotta terrae terraform terraformed terraforming terragno terrain terrains terran terrance terrane terranes terranova terrans terrapin terrapins terrarium terrassa terratech terrax terrazzo terre terrebonne terrell terrence terrestrial terrestrially terri terrible terribly terrier terriermon terriers terrific terrified terrify terrifying terrigen terrill terris territoire territorial territorially territories territory terroir terror terrorcons terrorise terrorised terrorising terrorism terrorist terrorists terrorize terrorized terrorizer terrorizes terrorizing terrors terrorsaur terry terryman terrytoons terse tert tertia tertial tertiaries tertiary tertius tertullian teru teruaki teruel terumo terusuke terza tes tesar teschen tesco tesh teshuva tesla tesler tesol tesone tesoro tess tessa tessaiga tessellation tessen tessenderlo tesseract tessie tessier tessin tessitura test test-fired test-tube testa testable testament testamentary testaments testarossa testator testaverde testbed tested tested-usda tester testers testes testicle testicles testicular testified testifies testify testifying testimonial testimonials testimonies testimony testing testis testore testosterone tests testud testudo testy tet tetanus tetap tete teter teterboro tether tethered tethers tethys tetley teton tetouan tetovo tetra tetrachloride tetracycline tetradze tetragonal tetragrammaton tetrahedra tetrahedral tetrahedron tetralogy tetrapod tetrapods tetrarch tetrarchy tetras tetris tetrode tetroxide tetsu tetsuhito tetsuo tetsuya tettenhall tettleton tetum teu teufel teus teuta teutoburg teutonic teutons tev teva tevez tevye tew tewa tewkesbury tewksbury tewodros tex tex-ok tex. texaco texan texans texarkana texas texas-based texas-okla texcoco texel texfi texmaco text text-to-speech textbook textbooks textil textile textiles textiles-synthetic textline textron texts textual textural texture textured textures texturing textus teyla teymourtash tezcatlipoca tezuka tf tf0 tfb tfc tfci tfg tfi tfl tfm tfr tfrb tfs tft tft-lcd tfw tg tg0 tga tge tgf tgif tgs tgv tgwu th th-fr th-mo th-moger.cost th-moger.export th-moger.import th-mojpn th-su th-th th-tu th-tujpn th-we th0 tha thabit thabo thacher thacker thackeray thad thaddeus thai thai-based thai-burma thai-cambodian thailand thailand-based thailand0 thaimex thais thakin thakkar thakral thaksin thakur thal thalamic thalamus thalassery thalassini thalberg thaler thalers thales thalia thaliana thalidomide thallium thallus thalmann tham thame thames thameslink thammarat thammasat thamnophilidae thampi than than-expected thana thanadech thanagar thanakit thanatos thanawat thandikulam thane thanet thang thangals thangathurai thanh thani thanjavur thank thanked thankful thankfully thanking thanks thanksgiving thanong thanos thant thao thap thapa thapar thar tharp thasos that thatch thatched thatcher thatcherism thatcherite thats thatta thau thaw thawed thawing thawra thaxton thay thayer thc thd the thea theaceae theakston theater theaters theatre theatres theatrical theatricality theatrically theatricals theatrics theatrum theban thebans thebe thebes thecla theda theddlethorpe thedelegation thee theft thefts thein their theirs theism theismann theist theistic thelema thelma thelonious them them. thema thematic thematically theme themed themes theming themis themistocles themself themselves themyscira then then-banned then-communist then-president then-prime then-ruling then-soviet then0 thenardier thence thenceforth thenceforward theni theo theobald theobromine theocracy theocratic theocritus theoden theodicy theodolite theodor theodora theodorakis theodore theodoret theodoric theodoros theodorus theodosia theodosius theodosopoulos theogony theologia theologiae theologian theologians theological theologically theologie theologies theology theon theoneste theophanes theophany theophile theophilos theophilus theophrastus theorem theorems theoretic theoretical theoretically theoretician theoreticians theorie theories theorised theorist theorists theorize theorized theorizes theorizing theory theos theosophical theosophist theosophists theosophy theotokos ther thera theragenics theramenes therapeutic therapeutically therapeutics therapies therapist therapists therapsids therapy theratx theravada there there. thereabouts thereafter thereby therefor therefore therefrom therein theremin thereof thereon theresa therese theresia theresienstadt thereto thereupon therewith theriault therin therion therm thermae thermal thermally thermals thermax thermedics thermidor thermidorian thermionic thermite thermo thermo-electric thermodynamic thermodynamically thermodynamics thermoelectric thermohaline thermolase thermometer thermometers thermonuclear thermoplastic thermopylae thermos thermostat thermostats therms thermwood thern theron theropod theropods theroux thes thesaban thesaurus these theseira theses theseus thesiger thesis thespian thespians thespis thessalian thessalonians thessalonica thessaloniki thessaly thesz theta thetan thetford thetis theudebert theuderic thevar thevenard thewlis they theyr theyyam thf thi thiago thiam thiamine thibaud thibault thibodaux thich thick thicke thicken thickened thickener thickening thickens thicker thickest thicket thickets thickly thickness thicknesses thickset thief thiel thiele thieme thien thienthong thiepval thier thierry thiers thiessen thieu thievery thieves thieving thigh thighs thigpen thijn thika thimble thimerosal thin thin-film thinakaran thine thing thingol things think think-tank think-tanks thinker thinkers thinking thinks thinktank thinly thinly-traded thinly-veiled thinned thinner thinness thinnest thinning thinprep thins thiokol thiol thionville third third- third-biggest third-country third-degree third-generation third-highest third-largest third-party third-period third-place third-placed third-quarter third-ranked third-round third-sector third-seeded third-set third-tier third-wicket thirdliners thirdly thirds thirlmere thirlwell thirroul thirsk thirst thirsty thirteen thirteenth thirties thirtieth thirty thirty-eight thirty-five thirty-four thirty-nine thirty-one thirty-seven thirty-six thirty-three thirty-two thirty-year thirtysomething thiru thirumal thirunal thiruvananthapuram thiry this thisbe thisday thistle thistles thither thk tho tholians thom thoma thomadakis thoman thomas thomason thomassen thomasson thomaston thomastown thomasville thomaz thomazeau thome thomke thomond thompson thompsons thoms thomsen thomson thomson-csf thomy thon thonburi thong thongs thor thora thoracic thorax thorbjoern thorburn thordarson thoreau thoresen thorfinn thorin thorium thorn thornburg thornburgh thornbury thorndike thorne thorney thornhill thorniest thornley thorns thornton thorny thornycroft thorogood thorold thoros thorough thoroughbred thoroughbreds thoroughfare thoroughfares thoroughly thoroughness thorp thorpe thorstein thorsteinn thorsten thorugh thorvald thorvaldsen those thoth thou thouars though thoughout thought thoughtful thoughtfully thoughtless thoughts thousand thousandfold thousands thousandth thq thr thrace thracian thracians thrall thralls thran thrapp thrash thrashed thrasher thrashers thrashing thrasybulus thraupidae thrawn thrax thre thread threaded threading threadneedle threads threat threaten threatened threatening threatens threats thredbo three three- three-and-a-half three-cent three-class three-day three-day-old three-decade three-decade-old three-dimensional three-door three-drug three-fifths three-five three-fold three-foot three-for-one three-for-two three-for0 three-fourths three-game three-goal three-grade three-hitter three-hour three-judge three-man three-match three-member three-metre three-mile three-million-strong three-minute three-month three-month-old three-months three-mth three-nation three-page three-part three-party three-percent three-person three-phase three-point three-pointer three-pointers three-pronged three-putted three-quarter three-quarters three-run three-session three-set three-shot three-stage three-star three-state three-storey three-story three-stroke three-tenths three-test three-tier three-time three-times three-to-five three-to-one three-tranche three-under three-under-par three-way three-week three-week-old three-wheel three-year three-year-old three-year-olds three-years three-yr threefold threepenny threepwood threes threesome threlkeld threnody threonine threshed thresher threshhold threshing threshold thresholds threskiornithidae threw thrice thrift thrifts thrifty thrill thrilled thriller thrillers thrilling thrills thrips thrissur thrive thrived thrives thriving throat throated throats throb throbbing throckmorton throes thrombin thrombocytopenia thrombosis thrombus throne thrones throng thronged throngs throop throsby throttle throttled throttles throttling through through-out throughout throughput throughputs throught throw throwaway throwback thrower throwers throwing thrown throws thru thrun thrusday thrush thrushes thrust thruster thrusters thrusting thrusts thruway thruxton ths tht thu thuan thuc thucydides thud thug thuggery thuggish thugs thugwane thuja thujone thule thumb thumbelina thumbnail thumbnails thumbs thumbs-up thummim thump thumped thumper thumping thun thunder thunderball thunderbird thunderbirds thunderbolt thunderbolts thundercats thunderchief thunderclan thunderclap thundercracker thunderdome thundered thunderhead thundering thunderous thunders thundershowers thunderstorm thunderstorms thunderwing thune thung thur thuram thurber thurday thurgau thurgood thuringia thuringian thuringowa thurles thurlow thurman thurmond thurn thurnham thurrock thurs thursday thursdays thurso thurston thus thusday thusly thutmose thuy thwaites thwart thwarted thwarting thwarts thx thy thye thyestes thylacine thylakoid thyme thymidine thymine thymus thynne thyristor thyristors thyroid thyroxine thyssen ti ti-acer ti0 tia tiaa-cref tiaan tiaca tiago tiamat tian tiananmen tianjin tiankai tiara tiaras tiasa tiatia tib tibbets tibbett tibbs tibby tibco tiber tiberi tiberian tiberias tiberium tiberius tibesti tibet tibetan tibetans tibeto tibi tibia tibial tibor tibs tibullus tiburon tic ticaret tice tichanek tichborne tichenor tichon tichy ticino tick ticked tickell ticker ticket ticketed ticketing ticketmaster tickets tickford ticking tickle tickling ticks ticl tico ticonderoga ticor tics tid tidal tidally tidbits tide tideman tidende tides tidewater tidings tidnings tidus tidwell tidy tidying tie tie-break tie-breaker tie-breaking tie-in tie-ins tie-up tie-ups tiebreak tiebreaker tied tiek tiel tiempo tien tiene tientsin tiepolo tier tier0 tiered tiergarten tiernan tierney tierra tiers ties tiesto tietmeyer tieto tieying tif tifa tiff tiffany tiffe tiffin tiflis tig tiga tigana tigard tigatron tiger tigers tigerstar tigger tigh tighe tigher tight tight-fisted tight-lipped tighten tightened tightening tightenings tightens tighter tightest tighthead tightish tightlipped tightly tightly-controlled tightly-guarded tightness tightrope tights tiglath tignish tigon tigra tigran tigranes tigray tigre tigres tigress tigrinya tigris tihar tihomir tii tiie tiip tiit tij tijani tijd tijuana tik tika tikal tikes tikholova tikhomirov tikhon tikhonov tiki tikka tikkanen tikkun tikrit tikva til tilak tilapia tilbrook tilburg tilbury tilcon tilda tilde tilden tile tiled tiles tilghman tiling tilings till tillage tillamook tilled tillekaratne tillekeratne tiller tillers tilley tillich tillie tilling tillinghast tillis tillman tillotson tills tillsonburg tillstrom tilly tilman tilmann tilmant tilney tilsit tilson tilt tilted tilting tilton tiltrotor tilts tim timaeus timah timaliidae timaliids timan timan-pechora timapr timarida timaru timarui timbaland timber timbered timberjack timberlake timberland timberlands timberline timbers timberwest timberwolves timbre timbrell timbres timbuktu time time-bomb time-consuming time-decay time-frame time-out time-sensitive time-trial time-warner time. time.the timebomb timecharter timecode timed timeframe timeframes timekeeper timekeeping timeless timelike timeline timelines timelines-today timeliness timely timeout timeouts timepiece timepieces timeplex timer timers times times'' times-stock timescale timescales timeshare timesharing timeslot timeslots timespan timesplitters timestamp timestream timet timetable timetabled timetables timex timezone timid timidity timika timing timings timis timiskaming timisoara timken timlin timm timmar timmendequas timmer timmerman timmins timmons timms timmy timna timo timofte timon timor timorese timoshenko timothy timpani timperley timra timucua timur timurid timurids tin tina tinamou tinbergen tinca tincture tinctures tindal tindall tinder tinderbox tindouf tine tineretul tines ting tinge tinged tingey tinggi tingi tingi-tingi tingle tingley tingling tingslag tingyi tinh tinian tinker tinkered tinkering tinkler tinley tinned tinnitus tino tinplate tins tinsel tinsley tint tintagel tinted tintern tintin tinting tinto tintoretto tints tiny tio tioga tion tioxide tip tip-off tip-offs tipaza tipco tiphares tipi tipler tipo tipoff tipp tippecanoe tipped tippeligaen tippens tipper tipperary tippett tipping tippit tippmann tippu tippy tips tipsy tipton tiptree tipu tir tira tirade tirades tirah tirailleurs tirana tiraspol tire tired tiredness tireless tirelessly tiremaker tires tiresias tiresome tirgoviste tirgu tiriac tiridates tiring tirith tiro tirol tirone tirouflet tirpitz tirreno-adriatico tirso tirta tirtamas tirtha tirthankar tirthankara tiruchirapalli tirumala tirunelveli tirupati tirvengadum tis tisa tisbury tiscali tisch tisco tisdale tish tisha tishman tishomingo tishreen tism tismaneanu tiso tissa tissier tissue tissues tiswas tisza tiszai tit tit-for-tat tita titan titanate titania titanic titanium titans titas titasz titchfield tite tithe tithes tithing titi titian titicaca title title-holder titled titleholder titleholders titleist titles titley titling titmice tito titov titration titre titres tits tittawella tittle titu titular titulus titus titusville tiu tiverton tivo tivoli tiwai tiwari tiwi tizard tizi-ouzou tiziana tiziano tj tjader tjiwi tjiwikimia0 tjp tjx tk tk0 tkach tkachuk tkm tko tl tlaloc tlas tlatelolco tlatoani tlaxcala tlc tlcom tld tleilaxu tlemcen tlg tlingit tln tlr tls tlvision tm tm0 tma tma0 tmc tmcc tmd tmf tmi tml tmm tmn tmnt tmo tmp tmp-tel tmr tms tms0 tmt tn tna tnc tne tnf tng tni tnk tnn tno tnp tns tnt to to-date to/from to0 toa toad toadie toads toadstool toal toan toast toasted toaster toasters toasting toastmaster toastmasters toasts toatsu tob toba tobacco tobacco-free tobacco-growing tobacco-related tobacco-to-insurance tobago tobe tobermore tobermory tobey tobi tobias tobin tobishima tobit toboggan tobolsk tobruk tobu toby toc toca tocantins toccata tocchet tocco toccoa tocharian tochi tochigi tock toco tocom tocopilla tocqueville tocsik tod toda todaro today todays todd toddler toddlers toddy todi todman todmorden todo todor todoroki todorov todorovic todos todt toe toed toehold toei toenails toensberg toenseth toepfer toes toews tofael tofas toffee toft tofu tog toga together togetherness togethers toggle togha togliatti togo togoland togolese togther toguro toh toh-pantin tohei tohira tohma tohmatsu toho tohoku tohono tohru toi toil toiled toilet toiletries toilets toiling toit toiv toivonen toji tojo tok tok'ra tokai tokaido tokaimura tokaj tokamak tokar toke tokelau token tokens tokfeb tokheim tokhtamysh toki tokimasa tokio toklas toko tokobank tokuda tokudome tokugawa tokumoto tokusatsu tokushima tokuyama tokuyo tokyo tokyo-based tokyo-mitsubishi tokyo-narita tokyo;y tokyopop tokyu tol tola tolan toland tolar tolars tolbert tolbooth told toldo toledano toledo tolentino toler tolerable tolerance tolerances tolerant tolerate tolerated tolerates tolerating toleration tolhurst tolima tolka tolkacheva tolkien toll toll-free toll-road tollan tolland tollbooth tolle tolled tollemache toller tolles tolley tolling tolliver tollo tolls tollway tolly tollywood tolman tolmie tolna tolo tolonics tolosa tolson tolstoy toltec toluca toluene tolwyn tolz tom toma tomac tomahawk tomahawks tomar tomas tomasi tomaso tomasson tomasz tomato tomatoes tomb tomba tombalbaye tombigbee tomboy tomboyish tombs tombstone tombstones tomcat tomcats tomczak tome tomei tomen tomentosa tomes tomi tomic tomie tomiichi tomino tomis tomislav tomita tomjanovich tomkins tomkinson tomko tomlin tomlinson tommasi tommaso tommi tommie tommorow tommorrow tommy tomo tomobe tomoe tomography tomoko tomomi tomori tomorri tomorrow tomorrowland tomorrows tomoyo tompkins tompkinsville toms tomsk tomskneft tomy ton ton-mile ton-miles tonal tonality tonawanda tonbridge tondena tonder tondo tone toned tonen toner tones toney tong tonga tongaat tongaat-hulett tongan tongans tongariro tongass tongatapu tonge tongeren tongkah tongkang tongs tongue tongue-in-cheek tongued tongues tongva tongyang toni tonic tonight toning tonio tonite tonk tonka tonkawa tonkin tonkov tonks tonle tonn tonnage tonnages tonne tonne-kilometres tonne-km tonne-per-year tonneau tonner tonnerre tonners tonnes tonnnes tonny tono tonopah tons tonsil tonsils tonsure tonsured tonto tonu'u tony tonya too tooele toohey tooheys took tooker tool toolbar toolbox toole tooled toolex tooley tooling toolkit toolkits tools toolset toomas toombs toomer toomey toon toonami toons toontown toorak toot tooth toothache toothbrush toothbrushes toothed toothless toothpaste toothpick tootie tooting toots tootsie toowong toowoomba top top-class top-end top-five top-flight top-grower top-heavy top-level top-line top-notch top-of-the-line top-of-the-table top-quality top-ranked top-ranking top-rate top-rated top-scored top-secret top-security top-seeded top-selling top-tier top-up top-ups top0 top0s topal topalov topanga topaz topdanmark tope topeka topenergy toph topham topi topiary topic topical topically topics topix topless toplis toplou topmakers topmost topo topographic topographical topographically topography topol topological topologically topologies topology toponym toponyms topos topp toppan topped topper toppers topping toppings toppish topple toppled toppling topps toppy toprs tops tops0 topsail topscorer topside topsides topsoil topspin topsy topsy-turvy toque tor tora torah toraja torak toran torana toray torbay torbjoern torc torch torched torches torching torchlight torchmark torchwood tordesillas tordis tore toreador torelli toren torenth torfaen torg torgau torgyan tori toribio tories torii toril torinese torino toriyama tork torlonia torm torme torment tormented tormenting tormentor tormentors torments torn tornadic tornado tornadoes tornados tornal torneo tornio tornus toro toroidal torok toron toronado toronto toronto-based toronto-dominion toros torotel torpedo torpedoed torpedoes torpey torpid torpor torquato torquatus torquay torque torquemada torr torrance torre torrejon torrence torrens torrent torrente torrential torrents torreon torres torresola torrey torri torricelli torrid torrie torrijos torrington torrio torry tors torshavn torsion torsional torso torsos torstar torsten torsti tort tortilla tortillas tortoise tortoises tortoiseshell tortola tortona tortosa torts tortuga tortugas tortuous torture tortured torturer torturers tortures torturing torturous toru torun torus torvalds torvill tory toryo tos tosa tosafot tosca toscanini toscano tosco tose tosefta tosh toshack toshi toshiaki toshiba toshihiko toshiko toshio toshiro toshka toshoku toso tosoh tosovsky toss tossa tossed tosses tossing tostem tostevin tostig tot total total- total:0t totaled totaling totalisator totalitarian totalitarianism totality totalled totalling totally totals tote totem totems toten totenkopf toth tothe totila toting totley totnes toto tots totta totten tottenham tottenville tottering totti tottori tou touareg toubon toubro toucan toucans touch touchdown touchdowns touche touched touches touching touchline touchscreen touchstone touchy tough tough-talking toughen toughened toughening toughens tougher toughest toughness toujours toul toulmin toulon toulouse touma toumani toungoo toupee tour touraine toure toured tourenwagen tourer tourette touring tourisim tourism tourist touristic tourists tourmaline tournai tournaire tournament tournaments tourneur tourney tourniquet tournoi touro tours tourtellotte tourville tous toussaint tout touted touting touts tov tova tovalieri tovar tove tovey tow towa towage towanda toward towards towarzystwo towcester towed towel towels tower towered towering towers towing towle town towne townend towner townes townhomes townhouse townhouses townland townlands townley towns townsend townsfolk townshend township townships townsite townsmen townspeople townsville towpath tows towson toxic toxicity toxicology toxin toxins toxteth toy toya toyah toyama toye toyed toying toyland toyline toymaker toyman toynbee toyo toyobo toyoda toyota toyotomi toys tozer tozzi tp tp0 tpa tpao tpc tpd tpf tpg tph tpi tpm tps tpsa tqs tr tr. tr0 tra trabajadores trabajo trabant trabzon trabzonspor trac trace traceability traceable traced tracer tracers tracery traces tracey trachea tracheal tracheomycosis trachtenberg traci tracie tracinda tracing track trackage trackball trackbed tracked tracker trackers tracking trackless tracklist tracklisting tracks trackside trackway trackways trackwork tracor tract tractable tractate tractates tractatus tractebel traction tractive tractor tractor-trailer tractors tracts tracy trad tradable trade trade- trade-off trade-offs trade-related trade-weighted tradeable traded tradeless tradelink trademark trademarked trademarks tradename tradeoff tradeoffs tradepoint trader traders trades trades-gilts tradesman tradesmen tradigrain trading tradition traditional traditionalism traditionalist traditionalists traditionally traditions trafalgar traffic trafficked trafficker traffickers trafficking trafficmaster trafford trafigura tragedie tragedies tragedy trager tragic tragically tragicomedy tragopans trai traian trail trailblazer trailblazers trailed trailer trailers trailhead trailheads trailing traill trails trailways train trainable trained trainee trainees trainer trainers training trainings trainor trains trainset trainsets trainspotting trairattanapirom trait traite traitor traitorous traitors traits trajan trajectories trajectory trak trakai tralee tram tramcar tramcars tramiel tramlink trammell tramp tramping trample trampled trampling trampoline tramps trams tramway tramways tran trance tranche tranches tranfer trang trani tranmere tranportation tranquil tranquilidade tranquility tranquilizer tranquilizers tranquillity trans trans- trans-alaska trans-atlantic trans-european trans-national trans-pacific trans-shipment trans-siberian trans-tasman trans-world trans. transact transacted transaction transactional transactions transaero transalta transamerica transamerican transatlantic transavia transaxle transbay transbourse transbus transcanada transcaucasia transcaucasian transcaucasus transceiver transceivers transcend transcended transcendence transcendent transcendental transcending transcends transco transcom transcona transcontinental transcord transcribe transcribed transcribing transcript transcriptase transcription transcriptional transcriptions transcripts transcrypt transdermal transdev transdisciplinary transducer transducers transduction transept transepts transfer transferable transferase transferator transfered transferee transference transfering transferor transferred transferrin transferring transfers transfield transfiguration transfinite transform transformable transformation transformational transformations transformative transformed transformer transformers transforming transforms transfusion transfusions transgas transgender transgendered transgenic transgenics transgress transgression transgressions transgressive transhipment transhumance transhumanism transhumanist transient transients transilien transistor transistorized transistors transit transited transiting transition transitional transitioned transitioning transitions transitive transitivity transitory transits transitway transjordan transkaryotic transkei translate translated translates translating translation translational translations translator translators translink translit translit. transliterated transliteration transliterations translocated translocation translucent transmarco transmark transmedia transmembrane transmetal transmigration transmile transmilenio transmissible transmission transmissions transmit transmits transmitted transmitter transmitters transmitters/ transmitting transmontaigne transmutation transmute transmuted transmyocardial transnational transneft transnet transnistria transnistrian transocean transoceanic transom transonic transoxiana transpacific transparancy transparencies transparency transparent transparently transpennine transpersonal transperth transpiration transpire transpired transpires transplant transplantation transplanted transplanting transplants transpo transponder transponders transporation transport transportable transportacion transportadora transportation transported transporter transporters transportes transporting transports transpose transposed transposes transposing transposition transpositions transpower transputer transrapid transsexual transsexualism transsexuals transshipment transshipments transtechnology transtexas transubstantiation transurban transvaal transversal transverse transversely transvestite transvestites transwarp transwater transwede transwomen transworld transylvania transylvanian tranter trantor tranz traore trap trapani trapattoni trapdoor trapeze trapezius trapezoid trapezoidal trapp trappe trapped trapper trappers trapping trappings trappist traps traralgon tras trash trashed trashing trashy trask trasta trastevere traub traube traum trauma traumas traumatic traumatised traumatized trautman trautmann trav travaglini travail travailleurs travails travancore travel travel-related travelcard traveled traveler travelers traveling travelled traveller travellers travelling travelogue travelogues travels travers traversal traverse traversed traverses traversing traversoni travertine travesty traviata travis travnik travolta trawl trawler trawlers trawling trax traxon tray traylor traynor trays trb trc trd trding trds tre treacher treacherous treacherously treachery treacle treacy tread treaded treader treading treadle treadmill treads treadwell treapr treas treason treasonable treasonous treasure treasured treasurer treasurers treasures treasuries treasury treasury-bill treat treatable treated treatement treaties treating treatise treatises treatment treatments treats treaty trebat trebek trebing trebinje trebisov trebizond treble trebled trebling treblinka trebon trebuchet tredegar tredenick tree tree-covered tree-lined treebeard treecats treecreepers treehouse treeless treeline treen treepies trees treetops trefoil trefriw trefusis treg tregear treibacher treize trejo trek trekked trekkers trekking treks trelawney trelawny trelleborg trellis tremaine tremayne tremblant tremblay tremble trembles trembling treme tremendous tremendously tremens tremolo tremont tremor tremors tren trenaug trench trenchant trenchard trenchcoat trenches trencin trencor trend trend-setting trendafilov trendaug trended trending trendjun trendle trendless trendline trendlines trends trendsep trendsetting trendy trenergy trenfeb trenin trenjun trenmar trenmay trent trentham trentino trento trenton trenwick treo trepang trepca trepidation trequesser tres treschow trescothick tresham tresor trespass trespasser trespassers trespassing tress tressel trestle trestles tretschok tretyakov treu treuhand trevelyan trever treves trevi trevino trevisan treviso trevithick trevor trex trey trf trfrs trg trhy tri tri-nations tri-series tri-star tri-state triad triadic triads triage trial trialed trialled trials triana triangle triangles triangular triangulated triangulation trianon triarc trias triassic triathlete triathlon triathlons tribal tribalism tribals tribasa tribbles tribe tribeca tribes tribesman tribesmen tribespeople triborough tribulation tribulations tribuna tribunal tribunale tribunals tribune tribunes tributaries tributary tribute tributes trice triceps triceratops trichet trichloride trichloroethylene trichomes trichur trichy tricia trick tricked trickery trickiest tricking trickle trickled trickles trickling tricks trickster tricksters tricky trico tricolor tricolour tricom tricon tricord tricuspid tricycle tricycles tricyclic trident tridentine tridents tridex trie tried triennial trier tries trieste triestina triffids trifle trifon triforce trig trigano trigartas trigem trigeminal trigen trigg trigger triggered triggering triggers triglav triglyceride triglycerides trigon trigonal trigonometric trigonometry trihatmodjo trikala trike trikora trilateral trilby trilingual trill trillian trilling trillion trillions trillium trillo trills trilobite trilobites trilogies trilogy trilon trim trimaran trimark trimas trimble trimegah trimester trimet trimmed trimmer trimming trimmings trims trina trincomalee trindade trine trinecke trinet trinfiko tring trinh trini trinidad trinidadian trinita trinitarian trinitarians trinity trinkaus trinkets trinkl trinny trinova trintignant trio triode triomphe trion trios trioxide trip tripartite tripe tripetrol triphenylphosphine triphosphate tripitaka triplane triple triple-a triple-b triple-b-minus triple-b-plus triple-digit triple-double triple-witching tripled triples triplet triplets triplett triplex tripling tripod tripods tripoli tripolitania tripos tripp trippe tripped tripper trippers trippi tripping trips triptych tripura tripuri tripwire triquint trireme triremes tris trish trisha triskelion trism trisna trisomy tristan tristar tristate triste tristram tritan trite triticale tritium triton tritone tritscher tritt triumph triumphal triumphalism triumphalist triumphant triumphantly triumphed triumphing triumphs triumvir triumvirate triune triunfo trivandrum triveni trivia trivial trivially trivium triwizard trix trixie triz trizec trizechahn trjul trl trln trm trmd trn trna trnava trnc trnds tro trobe trocadero trochanter trochilidae trod trodden troendelag trofeo trogen troggs trogir troglodytes trogon trogonidae trogons troi troia troika troika-dialog troilus trois trojan trojans trokie troll trolle trolley trolleybus trolleybuses trolleys trollhattan trolling trolloc trollope trolls troma trombone trombones trombonist tromp trompe troms tromso tromsoe tron trond trondheim troodon troon troop trooper troopers trooping troops troopship troopships trop trope tropeon tropes tropez trophee trophic trophies trophy tropic tropical tropicana tropicbirds tropics troposphere tropospheric tros trost trostberg trot trotman trotsky trotskyism trotskyist trotskyists trott trotta trotted trotter trotters trottier trotting troubadour troubadours trouble trouble-free troubled troublemaker troublemakers troubles troubleshooter troubleshooters troubleshooting troublesome troubling troubridge troud trough troughed troughs troughton trounce trounced trouncing troup troupe troupes trousdale trouser trousers troussier trout troutbeck troutman trouw trovatore trove trovoada trow trowa trowbridge trowel trower troy troyes trp trs trs0 trt tru truancy truant truax truc trucco truce truces truck truck-maker truck-mounted trucked truckee trucker truckers truckin trucking truckload truckloads truckmaker trucks trud trude trudeau trudged trudi trudy true trueform trueman truer truest truetype truex truffaut truffle truffles truicko truiden trujillo truk trulli truly truman trumbo trumbull trump trumped trumper trumpet trumpeted trumpeter trumpeters trumpeting trumpets trumps truncate truncated truncation truncheons trundle trundled trungpa trunk trunked trunking trunkline trunks truong truro truscott truss trusses trust trustco trusted trustee trustees trusteeship trusting trustmark trustpower trusts trustworthiness trustworthy trusty truter truth truthful truthfully truthfulness truths truworths truxtun trw try tryg-baltica trygg trygg-hansa tryggvason trygve tryin trying tryon tryout tryouts tryp trypsin tryptamine trypticon tryptophan tryst ts ts0 tsa tsahi tsai tsakh tsang tsann tsao tsar tsarevich tsarina tsarist tsarist-era tsaritsa tsars tsarskoye tsat tsawwassen tsb tsc tschudi tse tsegaye tseng tsereteli tses tsetse tseung tsf tsg tsh tshatshi tshikapa tshisekedi tshombe tshwane tshwete tsi tsibliev tsibliyev tsim tsimshian tsing tsinghua tsingtao tsl tsmsi tsn tso tsogo tsohatzopoulos tsonga tsongas tsovolas tsp tsr tsr0 tss tsu tsubaki tsubakimoto tsubasa tsuburaya tsuchiya tsuda tsuen tsugaru tsui tsuji tsukahara tsukamoto tsukasa tsuki tsukiko tsukuba tsum tsumba tsumeb tsumura tsun tsuna tsunade tsunami tsunamis tsuneo tsung tsunku tsur tsuru tsuruga tsurugi tsuruta tsushima tsushin tsushinki tsusho tsutomu tsuyoshi tsuzuki tsv tsvangirai tsvetaeva tsw tswana tsx tsymbalar tszyu tt tt0 tta ttc ttg tti ttl tty tu tu-fr tu-frjpn tu-mo tu-th tu-tu tu-we tu0 tu0s tua tuah tualatin tuam tuamotu tuan tuanku tuapse tuareg tuat tuatara tuatha tub tuba tubacex tubal tuban tubarao tubas tubb tubbs tubby tube tuber tubercle tubercles tuberculosis tuberosity tuberous tubers tubes tubing tubingen tubize tubman tubmanburg tuborg tubos tuboscope tubs tubular tubule tubules tubulidentata tubulin tuburao tuc tucci tuccillo tuck tuckahoe tucked tucker tuckey tucks tuco tucson tucuman tucumcari tudeh tudela tudhaliya tudjman tudo tudor tudors tue tueday tuen tues tuesay tuesday tuesday-thursday tuesdays tufa tufaili tuff tuffs tuffy tufnell tuft tufted tufton tufts tug tug-of-war tugboat tugboats tugela tugged tuggeranong tughlaq tughluq tugnutt tugrik tugriks tugs tui tuigamala tuileries tuir tuition tujue tujunga tuk tuke tukey tukhachevsky tuko tukoroirangi tukospar tula tulagi tulane tulare tulasi tule tuleyev tulf tuli tulikivi tulin tulio tulip tulips tulkarm tulku tull tullahoma tullamarine tullamore tullio tullius tulloch tullow tully tulsa tulse tulsi tulsidas tulu tum tumarkin tumba tumbes tumble tumbled tumbledown tumbler tumbles tumbleweed tumbling tumen tumkur tummy tumor tumors tumour tumours tumuli tumult tumultuous tumulus tun tuna tunable tunas tunb tunbridge tunc tuncay tunceli tundra tune tune-up tuned tuneful tunel tuner tuners tunes tung tungabhadra tunggal tungky tungsten tungusic tunguska tunic tunica tunics tuning tunings tunis tunisia tunisian tunisians tunisie tunisien tunisienne tunkillia tunku tunky tunnel tunneled tunneling tunnelling tunnels tunney tunnicliff tunny tunstall tuntex tuo tuoba tuohy tuoi tuolumne tuomas tuomioja tuor tupac tupelo tupi tuple tuples tupolev tupolev0 tupou tupper tupperware tupras tur tura turabi turacos turaga turambar turan turandot turban turbans turbay turbid turbidity turbine turbines turbo turbo-prop turbocharged turbocharger turbochargers turbodiesel turbofan turbofans turbografx0 turbojet turbojets turbomeca turbonegro turboprop turboprops turbos turboshaft turbot turbowicz turbuhaler turbulence turbulent turco turcotte turdidae turdus ture turek turenne turespana turf turfan turgenev turgeon turgon turgot turgut turhan turi turia turin turin-based turing turismo turk turk-is turkana turkcell turkes turkestan turkey turkeys turki turkic turkic-speaking turkington turkish turkish-held turkish-israeli turkish-occupied turkistan turkistuottajat turkiye turkmen turkmenbashi turkmenistan turkmens turko turkoman turkomans turks turkseker turku turkyilmaz turlais turley turlock turlough turman turmel turmeric turmoil turn turn-around turn-key turn-of-the-century turn-out turn-over turnabout turnaround turnarounds turnbuckle turnbull turncoat turncoats turned turner turners turney turnham turnhout turning turnip turnips turnkey turnoff turnout turnouts turnover turnovers turnpike turnpikes turns turnstile turnstiles turntable turntables turntablism turntablist turok turpentine turpin turquoise turramurra turret turreted turrets tursunzade turtle turtledove turtles turton turturro turun turunen turvey turvy tus tuscaloosa tuscan tuscany tuscarawas tuscarora tuscola tusculum tusha tushar tusi tusk tuskar tuskegee tusken tusks tussaud tussauds tussle tussles tussock tustin tut tutak tutankhamun tutelage tutelary tuticorin tutor tutored tutorial tutorials tutoring tutors tutorship tutsi tutsi-dominated tutsi-led tutsis tutt tutte tutti tuttle tuttosport tutu tutuila tutut tuula tuva tuvalu tuvan tuvok tux tuxedo tuxpan tuxtla tuy tuya tuzla tv tv-pg tv.com tv0 tva tvb tvc tve tver tvi tvk tvm tvn tvnz tvo tvontario tvr tvrtko tvs tvt tvx tw twa twain twang twardowski tway twc tweak tweaked tweaking tweaks tweddell twee tweed tweeddale tweede tweedsmuir tweedy tweek tweendeckers tweener tweet tweeter tweeters tweety tweezers twelfth twelve twelve-month twelve-months twelver twente twenties twentieth twentsche twenty twenty-eight twenty-first twenty-five twenty-foot twenty-four twenty-nine twenty-one twenty-seven twenty-six twenty-three twenty-two twenty0 twentynine twh twi twi'lek twice twice-daily twice-monthly twice-weekly twice-yearly twickenham twig twigg twiggs twiggy twigs twilight twill twilley twin twin-engine twin-engined twin-track twine twingo twinhead twining twinjet twinjets twink twinkie twinkle twinkling twinlab twinned twinning twins twinsanity twinsburg twirling twist twista twisted twister twisters twisting twists twisty twit twitch twitchell twitches twitching twitchy twitty twiztid two two- two-and-a-half two-and-a-half-year two-cent two-chamber two-day two-decade two-decade-old two-digit two-door two-drug two-fifths two-fold two-for-five two-for-one two-for0 two-game two-goal two-hour two-lane two-leg two-man two-match two-metre two-mile two-minute two-month two-month-old two-months two-out two-page two-part two-party two-percent two-phase two-point two-pronged two-putted two-round two-row two-run two-seat two-seater two-session two-shot two-stage two-star two-step two-storey two-stroke two-tenths two-term two-test two-third two-thirds two-three two-tier two-tiered two-time two-to-one two-to-three two-tranche two-under two-under-par two-way two-week two-week-old two-wheel two-wheeler two-year two-year-old two-years two-yr twofold twombly twomey twos twose twp twr twu twyford twyla tx tx0 txg ty tyagaraja tyagi tyana tybalt tybee tyburn tycho tychy tyco tycoon tycoons tydfil tydings tye tyers tyger tyhypko tying tyke tykes tyl tylan tyldesley tylenol tyler tylor tyme tymoshenko tympani tympanic tympanum tynan tyndale tyndall tyne tynecastle tynedale tynemouth tyner tyneside tynwald type type-approval type0 typecast typecasting typed typeface typefaces types typeset typesetter typesetting typewriter typewriters typewritten typhoid typhon typhoon typhoons typhus typical typically typified typifies typify typing typist typo typographer typographic typographical typography typological typology typos tyr tyra tyramine tyrande tyranid tyranids tyrannical tyrannidae tyrannosaurus tyranny tyrant tyrants tyrconnell tyre tyre-grade tyre-maker tyree tyrell tyremaker tyres tyrese tyrian tyrion tyro tyrol tyrolean tyron tyrone tyrosine tyrrell tyrrhenian tyrwhitt tysan tysoe tyson tysons tytler tyube tyumen tz tzachi tzadik tzar tze tzedek tzi tzoumakas tzu tzvi u u$ u-freight u-turn u-turns u. u.a.e. u.c. u.k u.k. u.k.-based u.m. u.n u.n. u.n.-approved u.n.-authorised u.n.-backed u.n.-brokered u.n.-controlled u.n.-mandated u.n.-monitored u.n.-organised u.n.-patrolled u.n.-run u.n.-sponsored u.n.-supervised u.n.c.l.e. u.p. u.s u.s-based u.s. u.s.$ u.s.$0 u.s.- u.s.-backed u.s.-based u.s.-born u.s.-bound u.s.-brokered u.s.-built u.s.-dominated u.s.-educated u.s.-eu u.s.-flag u.s.-funded u.s.-led u.s.-listed u.s.-made u.s.-mediated u.s.-origin u.s.-owned u.s.-sdr u.s.-sponsored u.s.-style u.s.-trained u.s.. u.s.a u.s.a. u.s.c. u.s.consumer u.s.cpi u.s.d. u.s.domestic u.s.housing u.s.i. u.s.m0 u.s.mich u.s.o. u.s.personal u.s.producer u.s.real u.s.s. u.s.s.r u.s.s.r. u/0 u0 u0s u=cbot u=september ua uaa uaap uab uac uae uag uah uak ual uanl uap uar uart uas uatu uav uavs uaw ub ub0 uba ubaidah ubaldo uban ubangi ubb ubc ubci ube ube-nitto uber ubermensch ubezpieczen ubi ubiquitin ubiquitous ubiquity ubisoft ubk ubn ubon ubp ubs ubu ubundu ubuntu ubykh uc uc0 uca ucap ucar ucas ucav ucayali ucb ucbsa ucc ucce ucd ucda uce ucf ucfc uche uchi uchida uchiha uchumi uci ucits uckermark uckfield ucl ucla uclaf uco uconn ucp ucr ucs ucsb ucsc ucsd ucsf uct ud uda udaipur udall uday udc udder uddin ude uderzo udet udf udham udi udine udinese udis udl udmr udmurt udo udon udonna udovenko udp udps udr udt udugov udupi udv udyog ue uea ueapme ueber uec uecker ueda uefa uehara ueki uematsu uemoa ueno uerdingen ues ueshiba uestlove uesugi uf ufa ufb ufc ufcw uff uffe uffington uffizi ufg ufm ufo ufology ufos ufp ufsd ufuk ug uga ugaki uganda ugandan ugandans ugarit ugaritic ugarte ugauga ugb ugc ugg ugi ugine ugk ugland ugliest ugliness uglow ugly ugo ugolino ugric ugs ugs0 ugt ugta ugur uh uh.spol. uh0 uhelna uhf uhis uhispank uhl uhlans uhlmann uhrig uhrin uhsd uht uhtred uhud uhura uhuru ui uia uib uic uighur uighurs uih uil uilleann uilm uinta uip uis uist uit uiuc ujan uji ujiie ujjain ujpest ujun ujung uk uk-based uka ukav ukawa ukc ukcm ukcont uke ukf ukiah ukio ukip ukiyo ukooa ukr ukraina ukraine ukrainian ukrainians ukranian ukridge uktv ukulele ukuwela ukyo ul ula ulaanbaatar ulaid ulam ulama ulan ulbricht ulc ulcc ulccs ulcer ulcerans ulceration ulcerative ulcers uld uld)0 uld-discharge uld-to uldis uleb ulema ulf ulfa uli ulic ulica ulihrach ulimo ulimo-j ulimo-k ulises ulithi ulker ulla ullah ullevi ullico ullii ullman ullmann ulloa ullrich ullswater ulm ulmanis ulmer ulmo ulmus ulna ulnar ulo uloom ulric ulrich ulrik ulrika ulrike ulsan ulster ult ulterior ulthuan ultima ultimate ultimately ultimates ultimatum ultimatums ultimo ultra ultra-conservative ultra-left ultra-leftist ultra-liberal ultra-low ultra-modern ultra-nationalist ultra-nationalists ultra-orthodox ultra-pure ultra-right ultradata ultrafem ultrafertil ultraflex ultrak ultralight ultramafic ultraman ultramar ultramarathon ultramarine ultramarines ultras ultrasonic ultrasonography ultrasound ultrasparc ultraverse ultraviolet ultravox ultron ulu ulugh uluru ulus ulvaeus ulverston ulyanovsk ulysses um uma umaga uman umang umar umass umatilla umax umayyad umayyads umb umbar umbaugh umbc umbels umberto umbilical umbilicus umbra umbrella umbrellas umbria umbrian umbridge umbro umc umd ume umea umeda umesh umi umic umich umist umkhonto uml umlaut umm umma ummah umno ump umphrey umpire umpired umpires umpiring umpqua ums ums0 umts umum umw umwa un un-islamic una unabashed unabashedly unabated unable unabomber unabridged unacceptable unacceptably unaccompanied unaccountable unaccounted unaccredited unaccustomed unachievable unacknowledged unadilla unadj unadjusted unadorned unadulterated unaffected unaffiliated unaffordable unafraid unaided unaids unaired unal unalaska unaligned unallocated unaltered unam unambiguous unambiguously unamir unamortized unamuno unani unanimity unanimous unanimously unannounced unanswered unanticipated unapologetic unappealing unappreciated unapproved unarmed unarmored unarmoured unary unas unaspirated unassailable unassigned unassisted unassuming unatco unattached unattainable unattended unattractive unattributable unaudited unauthorised unauthorized unav unavailability unavailable unavailables unavem unavoidable unavoidably unaware unawares unbalance unbalanced unbaptized unbearable unbeatable unbeaten unbecoming unbeknown unbeknownst unbelievable unbelievably unbelievers unbending unbiased unbleached unblemished unblock unblocked unblocking unborn unbound unbounded unbowed unbranched unbreakable unbridled unbroken unbuilt unbundle unbundled unbundling unc unc=unchanged uncaf uncannily uncanny uncapped uncaring uncas uncast uncc unceasing uncensored unceremoniously uncertain uncertainity uncertainties uncertainty unch unch-a unchained unchallenged unchangeable unchanged unchanging uncharacteristic uncharacteristically uncharged uncharted unchecked unchnaged uncial uncirculated uncircumcised uncivilized unclaimed unclassified uncle unclean unclear uncles uncoated uncollateralised uncollateralized uncollected uncollectible uncomfortable uncomfortably uncommitted uncommon uncommonly uncompahgre uncompetitive uncompleted uncomplicated uncompressed uncompromising unconcerned unconditional unconditionally unconditioned unconfirmed unconformity unconnected unconquered unconscionable unconscious unconsciously unconsciousness unconsolidated unconstitutional unconstitutionally unconstrained uncontested uncontrollable uncontrollably uncontrolled uncontroversial unconventional unconvinced unconvincing uncooked uncooperative uncoordinated uncorrected uncorrelated uncorrupted uncountable uncounted uncoupled uncouth uncover uncovered uncovering uncovers uncp uncreated uncredited uncritical uncritically unctad unction uncultivated uncut und undamaged undan undated undaunted undcp undead undecid undecidable undecided undeclared undecorated undefeated undefended undefined undemocratic undeniable undeniably under under-age under-developed under-estimated under-performing under-reported under-represented under-secretary under-secretary-general under-utilised under-valued under0 under0s underachieving underage underaged underarm underbase underbelly underboss underbrush undercapitalised undercard undercarriage undercity underclass underclassmen undercoat undercover undercurrent undercurrents undercut undercuts undercutting underdark underdeveloped underdevelopment underdog underdogs underemployed underemployment underestimate underestimated underestimates underestimating underfloor underfoot underfunded underfunding undergarment undergarments undergo undergoes undergoing undergone undergraduate undergraduates underground undergrowth underhand underhanded underhill underlain underlay underlie underlies underline underlined underlines underling underlings underlining underlying undermanned undermine undermined underminer undermines undermining underneath undernourished underoath underpaid underpants underparts underpass underpasses underperform underperformance underperformed underperformer underperformers underperforming underpin underpinned underpinning underpinnings underpins underpowered underpriced underprivileged underrated underrepresented underscore underscored underscores underscoring undersea undersecretary undersecretary-general underserved undershoot undershooting undershot underside undersides undersigned undersized understand understandable understandably understanding understandings understands understate understated understatement understating understeer understood understory understrength understudied understudy undersubscribed undertail undertake undertaken undertaker undertakers undertakes undertaking undertakings undertone undertones undertook undertow underused underutilized undervaluation undervalue undervalued undervalues underwater underway underwear underweight underweighted underweighting underwent underwhelming underwing underwings underwood underworld underwrite underwriter underwriters underwrites underwriting underwritings underwritten underwrote undescribed undeserved undesirable undesirables undesired undetectable undetected undetermined undeterred undeveloped undiagnosed undid undifferentiated undignified undiluted undiminished undine undirected undisc undisciplined undisclosed undiscovered undisputed undistinguished undistributed undisturbed undivided undo undocked undocking undocumented undof undoing undone undoubted undoubtedly undp undrafted undrawn undress undressed undue undulating undulations unduly undying une unearned unearth unearthed unearthing unearthly unease uneasily uneasiness uneasy uneaten uneconomic uneconomical unedic unedited uneducated unelected unemotional unemp unemploy unemployed unemployement unemployment unemploymnt unencrypted unencumbered unending unenforceable unenthusiastic unenviable unep unequal unequaled unequalled unequally unequivocal unequivocally unesco unescorted unethical uneven unevenly uneventful unexciting unexercised uneximbank unexpected unexpectedly unexpended unexpired unexplainable unexplained unexploded unexploited unexplored unexposed unfailing unfair unfairly unfairness unfaithful unfamiliar unfamiliarity unfancied unfashionable unfathomable unfavorable unfavorably unfavourable unfavourably unfazed unfeasible unfertilized unfettered unficyp unfilld unfilled unfiltered unfinished unfit unfixed unflattering unflinching unfocused unfold unfolded unfolding unfolds unforced unforeseen unforgettable unforgivable unforgiven unforgiving unforseen unfortunate unfortunately unfounded unfpa unfranked unfree unfreeze unfriendly unfrozen unfulfilled unfunded unfurled unfurling ung unga ungainly ungar ungdom unger unggul unglazed ungol ungovernable ungraded ungrammatical ungrateful unguarded unguided ungulate ungulates unh unhappily unhappiness unhappy unharmed unharvested unhcr unhealthy unheard unheard-of unheated unhedged unheeded unhelpful unheralded unhindered unhinged unholy unhurt uni uni-charm uni-invest uni-marts unia uniao uniate uniban unibanco unibank unibanka unibody unibond unibud unicafe unicameral unicao unicast unicbank unice uniceb unicef unicellular unicenter unicer uniceramic unichem unichema unico unicode unicom unicorn unicorns unicorp unicron unicum unicycle unida unidad unidanmark unidare unidas uniden unidentifiable unidentified unidirectional unido unidos unif unifi unification unified unifies unifil uniflex uniforce uniform uniformed uniformity uniformly uniforms unifruco unify unifying unigate unigene uniglory unigro unihold unikom unikombank unilateral unilateralism unilaterally unilever unilingually unimaginable unimaginative unimarc unimed unimpeded unimportant unimpressed unimpressive unimproved unincorporated uninfected uninformed uninhabitable uninhabited uninhibited uninitiated uninjured unins uninspired uninspiring uninsured unintelligent unintelligible unintended unintentional unintentionally uninterested uninteresting uninterrupted uninvited uninvolved unio union unionamerica uniondale unione unionidae unionised unionism unionist unionists unionization unionize unionized unions unions/wards uniontown unionville uniorias unip unipec unipetrol uniphase unipolar unique uniquely uniqueness uniroyal unis unisex unisia unison unisource unissued unisys unit unit-linked unita unita-held unitank unitarian unitarianism unitarians unitary unitas unite unitech united unitel unites unitholders unities uniting unitog unitrans unitrin units unity univ univ. univac univar univeristy univers universal universalis universalism universalist universalists universality universally universals universe universelle universes universiade universidad universidade universita universitaire universitaria universitario universitas universitat universitate universitatea universite universiteit universiti universities university universo univest univision uniwear uniwide uniworld unix unix-based unjust unjustifiable unjustifiably unjustified unjustly unkempt unkind unknowable unknowing unknowingly unknown unknowns unl unlawful unlawfully unld unleaded unleash unleashed unleashes unleashing unleavened unless unley unlicenced unlicensed unlike unlikely unlikley unlimited unlined unlinked unlisted unlit unload unloaded unloading unloads unlock unlockable unlocked unlocking unlocks unloved unluckily unlucky unlv unm unmade unmanageable unmanned unmarked unmarried unmask unmasked unmasking unmasks unmatched unmentioned unmet unmik unmilled unmistakable unmistakably unmitigated unmixed unmodified unmolested unmot unmoved unmoving unna unnamed unnatural unnaturally unnavigable unneccessary unnecessarily unnecessary unneeded unnerve unnerved unnerving unni unnoticeable unnoticed unnumbered uno uno-ven unobservable unobserved unobstructed unobtainable unobtrusive unocal unoccupied unofficial unofficially unopened unopposed unordered unorganized unoriginal unorthodox unos unosom unp unpaid unpainted unpaired unpalatable unparalleled unparished unpasteurized unpatriotic unpaved unperturbed unplaced unplanned unplayable unpleasant unplugged unpolished unpopular unpopularity unpopulated unpowered unprecedented unprecendented unpredep unpredictability unpredictable unpredictably unprepared unpretentious unprocessed unproduced unproductive unprofessional unprofitable unprofor unpromising unprotected unproven unprovoked unpublished unpunished unq unq- unq=unquoted unqualified unquestionable unquestionably unquestioned unquestioning unquoted unr unrae unranked unrated unravel unraveled unraveling unravelled unravelling unravels unreachable unreadable unready unreal unrealised unrealistic unrealistically unreality unrealized unreasonable unreasonably unrecognised unrecognizable unrecognized unrecorded unrecoverable unrefined unreformed unregistered unregulated unrelated unreleased unrelenting unreliability unreliable unremarkable unrepentant unreported unrepresentative unrepresented unrequited unrequitted unreserved unreservedly unresolved unresponsive unrest unrestrained unrestricted unrevealed unrevised unripe unrivaled unrivalled unroasted unrolled unrounded unruffled unruh unruly unrwa uns unsafe unsafeguarded unsanctioned unsanitary unsatisfactory unsatisfiable unsatisfied unsatisfying unsaturated unsavory unsavoury unsc unscalded unscathed unscheduled unscientific unscom unscramble unscripted unscrupulous unsealed unseasonably unseasonal unseasonally unseat unseated unseating unsecured unseeded unseemly unseen unselfish unser unsettle unsettled unsettling unshakeable unshaken unshielded unsightly unsigned unsinkable unskilled unsold unsolicited unsolvable unsolved unsophisticated unsound unsourced unspeakable unspecified unspectacular unspent unspoiled unspoilt unspoken unsportsmanlike unsprung unstable unstaffed unstated unsteady unstoppable unstressed unstructured unstrut unstuck unsubordinated unsubscribed unsubsidised unsubstantiated unsuccesful unsuccessful unsuccessfully unsuitable unsuited unsung unsupervised unsupported unsure unsurpassed unsurprising unsurprisingly unsuspected unsuspecting unsustainable unsustainably unsw unsweeten unswerving unsworth unsympathetic unt untaes untainted untamed untangle untapped untarnished untaxed untenable unter unterberg unternehmen unterseeboot unterseebootsflottille untested unthinkable untidy untie untied until untimely untiring untitled unto untold untouchability untouchable untouchables untouched untoward untr untraceable untraded untrained untranslated untreated untried untroubled untrue untrustworthy unturned unum unusable unusally unused unusual unusually unveil unveiled unveiling unveils unverifiable unverified unviable unvoiced unwanted unwarranted unwary unwashed unwavering unwed unweighted unwelcome unwell unwieldy unwilling unwillingly unwillingness unwin unwind unwinding unwinnable unwired unwise unwisely unwitting unwittingly unworkable unworried unworthy unwound unwrapped unwritten unwrought unyielding unyu uo uob uob-otc uokalani uol uop up up# up-and-coming up-and-down up-country up-front up-market up-to-date up.cotton upa upanishad upanishads upasi upazila upbeat upbringing upc upchurch upcoast upcoming upcountry update updated updates updating updike updraft upe upended upfield upfront upgrade upgradeable upgraded upgrades upgrading upham upheaval upheavals upheld uphill uphold upholding upholds upholstered upholstery upi upjohn upkeep upland uplands uplift uplifted uplifting upliftment upline uplink uplinking upload uploaded uploading uploads upm upm-kymmene upmarket upminster upmove upn upnp upolu upon uponor upp uppal upped upper upper-caste uppercase upperclass upperclassmen uppercut uppermost upperparts uppers upperside upping uppingham uppland uppsala upr uprated upright uprights uprising uprisings upriver uproar uprona uproot uprooted uprooting ups upsala upscale upset upsets upsetting upshaw upshot upshur upside upsilon upson upstage upstaged upstairs upstanding upstart upstarts upstate upstream upsurge upswing upswings uptake uptempo uptick upticks uptight uptime upto upton uptown uptrend uptrending uptrends upturn upturned upturns upu upul upward upwardly upwards upwelling upwind ur ura uraba urach uracil uraco urahara ural uralic uralita uralmash urals uralsvyazinform urania uranian uranium uranium0 urantia uranus uranyl urartian urartu urawa urb urbain urbaine urban urbana urbancorp urbandale urbane urbani urbanisation urbanised urbanism urbanist urbanization urbanized urbano urbe urbina urbino urbis urc urchin urchins urd urdaneta urdinola urdu urdu-speaking ure urea ureshiko ureter urethane urethra urethral urey urge urged urgell urgency urgent urgently urges urging urgings uri uriah uribe uric urich uridine urie uriel urien urim urinal urinals urinalysis urinary urinate urinated urinating urination urine urinson uris urizen urkel urko url urlacher urls urmanov urmia urmila urmston urn urnfield urng urns urogenital urohealth urological urologist urologix urology uromed uroquest uros urquhart urquiza urr urraca urrea urrusolo urrutia urs ursa ursae ursinus urska ursula ursuline ursus urticaria uru uruguay uruguayan uruguayans uruguyan uruk urumqi urusei uruzgan urvashi ury uryu urza urzaiz us us$ us-based us-japan us. us0 usa usaa usaac usaaf usability usable usac usaf usafe usage usages usagi usaid usair usairways usan usar usas usat usb usba usbl usc usca uscf uscg uscgc uscis uscs usd usd* usd0 usd=0 usda use useable usec used used-car usedom useful usefully usefulness useless uselessness usenet user user-friendly userland username users uses usf usf&g usfi usfl usfreightways usfws usg usga usgs usgulf usha ushakov ushant usher ushered ushering ushers ushikubo ushio ushl ushra ushuaia usi usia usiminas usines using usinor usinor-sacilor usisl usk usko usl uslife usm usman usmc usmef usmx usn usne usnr usns uso usoc usop usopp usp uspd usps uspto usra uss ussa ussf ussher ussocom ussr ussuri ust usta ustad ustasa ustase ustasha usti ustinov ustinova ustr usu usual usually usui usul usurp usurpation usurped usurper usurpers usurping usury uswa uswc usweb usx usx-delhi usx-marathon usx-u.s. ut ut0 uta utada utah utah-based utama utc utc0 utd ute utena utenos utensil utensils utep uterine utero uterus utes utf0 uther uthman uti utica utihad util utilicorp utilisation utilise utilised utilises utilising utilitarian utilitarianism utilities utility utilization utilizations utilize utilized utilizes utilizing utils utilties utley utm utmost utne uto utomo utopia utopian utp utr utrecht utricularia uts utsa utsav utsumi uttar uttara uttarakhand uttaranchal uttarapatha utter utterance utterances uttered uttering utterly utters uttoxeter utu utv utyos utz uu uua uucp uunet uuno uup uusikaupunki uv uva uvalde uvb uveitis uvf uvira uvular uw uwa uwb uwc uwe uwf uwfi uwm ux uxbridge uy uyezd uyghur uyghurs uyl uys uz uzbek uzbekistan uzbekneftegaz uzbeks uzen uzes uzhhorod uzi uzice uzun v v-chip v-one v. v.a. v.c. v.f.d. v.g. v.i. v.i.p. v.p. v.s. v.v. v/ v/line v0 v00 v0s va va'a va. va.-based va0 vaahto vaal vaarsuvius vaas vaasa vab vab-index vab-ra vab-rasdaq vac vaca vacancies vacancy vacant vacante vacaroiu vacate vacated vacating vacation vacationed vacationers vacationing vacations vacaville vaccari vaccaro vaccinated vaccination vaccinations vaccine vaccines vaccinium vacco vaccuum vacek vacheron vachon vaclav vacova vacpak vacuole vacuoles vacuous vacuum vacuums vad vada vader vadilal vadim vadis vado vadodara vadstena vaduz vae vaehi vag vaga vagabond vagabonds vaganova vagar vagaries vagina vaginal vagit vagner vagnorius vagrancy vagrant vagrants vague vaguely vagueness vagus vah vahur vai vaid vaidisova vaidya vaikom vaikundar vail vaillant vain vainamoinen vainio vainly vaisala vaishali vaishnava vaishnavas vaishnavism vaishnavite vaisseau vajo vajpayee vajra vajrayana vakama vakha vakhtang vakuutusosakeyhtio val vala valachi valade valais valance valar valassis valbusa valcea valchek valdai valdano valdas valdehuesa valdemar valderrama valdes valdez valdis valdivia valdivieso valdizon valdo valdosta vale valea valecom valedictorian valen valence valencia valencian valenciana valenciennes valency valens valente valenti valentia valentin valentina valentine valentines valentinian valentino valentinus valentyn valenzuela valeo valepar valer valera valerenga valeri valeria valerian valerie valerio valeriu valerius valero valery vales valet valets valette valeurs valeyard valhall valhalla valhi vali valiant valiantly valiants valid validate validated validates validating validation validity validly valiente valinor valis valium valjean valjevo valkenburg valkenburgh valkov valkyrie valkyries vall valla vallabhbhai valladares valladolid vallance vallarta valle vallecano valledupar vallee vallegrande vallejo vallenato valles valletta valley valleyfield valleys valli vallicorp vallis vallo vallone vallourec valls valmet valmiera valmieragl.fiber valmiki valmont valmy valo valois valon valor valora valorem valores valoret valorous valour valparaiso vals valse valspar valtellina valuable valuables valuation valuations value value-added value-added-tax value-for-money value-usda value-weighted valued values valuevision valuing valujet valve valved valverde valves vam vamana vamos vamp vampira vampire vampirella vampires vampiric vampirism vampiro vamps vampyre van vana vanadium vanaspati vanbiesbrouck vanbrugh vance vanclief vancomycin vancouver vancouver-based vanda vandal vandalia vandalised vandalism vandalized vandalizing vandals vande vandegrift vandellas vanden vandenberg vandenbroucke vander vanderbilt vanderburgh vanderjagt vandersmissen vandersteen vandewater vandire vandross vane vanern vanes vanessa vang vanga vangelis vangipurappu vanguard vanguardia vanhala vanhanen vani vanier vanik vanilla vanilli vanillin vanir vanish vanished vanishes vanishing vanities vanity vanke vann vanna vannes vannevar vanni vanquish vanquished vanquishing vans vanspor vanstar vanstone vantaa vantage vantive vanua vanuatu vanunu vanya vanyel vanzetti vapid vapor vaporization vaporize vaporized vaporizes vapors vaporware vapour vapours vaquero vaqueros var var. vara varadero varadi varaha varam varanasi varangian varangians varazdin varazdinska varbanov varda vardar varden vardhaman vardhman vardon vare varela varennes varese varg varga vargas varghese vari varia variability variable variable-interest variable-rate variables variably varian variance variances variant variants variation variational variations varicella varick varicose varied variegated varies varietal varietals varieties variety varig varina vario various variously varitek varity varius varlen varley varma varmint varmland varna varner varney varnish varnished varnishes varosha varro varsity varsos varszegi varta vartan varteks varun varuna varus varvara vary varying varyoganneftegaz varzi varzim vas vasa vasai vasakronan vasant vasari vasas vasco vasconcellos vasconcelos vasconia vascular vasculature vasculitis vase vasectomy vaseline vasella vases vasey vash vashem vashi vashon vashti vasic vasil vasile vasilescu vasilev vasilevsky vasili vasiliev vasily vasilyev vasilyevich vasishtha vaslui vaso vasoconstriction vasodilation vasodilator vasopressin vasovic vasp vasparr vasquez vassal vassalage vassallo vassals vassar vasser vasseur vassil vassilev vassiliko vassilis vassily vasso vast vastar vasteras vasterbotten vastergotland vastly vastmanland vastned vastness vasto vastra vasu vasudeva vasyl vat vater vathek vatican vaticanus vatnajokul vats vattenfall vauban vaucleroy vaucluse vaud vaudeville vaudevillian vaudreuil vaughan vaughn vaught vault vaulted vaulter vaulting vaults vaunted vaux vauxhall vava vavilov vavra vavuniya vaw vax vaxjo vayu vaz vazgen vazquez vb vb0 vba vbc vbr vbulletin vc vc0 vca vcd vcds vce vci vcl vcm vco vcr vcrs vcs vcu vd vda vdb vdc vdh vdma vdonet vdot ve veal vealers veb veba vebacom veblen vec vecchia vecchio vecer vecernje vecernji veche vecna vector vectored vectoring vectors vectra ved veda vedanta vedantic vedas vedder vedeno vedette vedic vedior vedra vedrine vee veeck veeco veemon veen veena veenstra veer veera veerakesari veeram veered veering veers vefa veg veg.oil vega vegan veganism vegans vegard vegas vegas-based vegeta vegetable vegetables vegetal vegetarian vegetarianism vegetarians vegetated vegetation vegetative vegf veggie veggietales vegoil vegoils veh vehbi vehement vehemently vehicl vehiclapr vehicle vehicles vehicljan vehiclmar vehicon vehicular vehicules vei veidt veiga veigue veikkausliiga veil veiled veils vein veined veins veit veitch veja vejle vekoma vel vela velar velarde velasco velasquez velayati velazco velazquez velcro veld velde veldman veldze veles velez velha velho veli velickovic velika veliki veliko velikovsky velimir velky vell vella vellalar vellant'im velletri vellien vellore vellu vellum velma velo velociraptor velocities velocity velodrome veloso velour velox veltroni velu velupillai velvet velvets velvety velzen ven vena venable venables venalum venancio venango venantius venation vencemos vencor venda vendee vendetta vendettas vendex vending venditti vendome vendor vendors vendredi venecia veneer veneers venegas venepal venera venerable venerate venerated veneration venereal veneta veneti venetia venetiaan venetian venetians veneto venevision venez venezia venezolana venezuala venezuela venezuelan venezuelans veng vengeance vengeful vengi veni venice venis venison venizelos venkat venkata venkatesan venkatesh venkateswara venkatraman venlo venlon venn venom venomous venoms venona venous venstre vent venta ventak ventana ventanas vented venter ventilated ventilation ventilator ventilators ventimiglia venting ventnor vento ventra ventral ventrally ventre ventress ventricle ventricles ventricular ventriloquism ventriloquist ventritex vents ventsislav ventspils ventura venturas venture ventured venturer venturers ventures venturi venturian venturing venturoni venu venue venues venugopalachari venus venusian venustiano veolia ver vera veracity veracruz veranda verandah verandahs verano verapaz veras verb verbaet verbal verbally verband verbandsgemeinde verbandsliga verbatim verbeek verbena verbenaceae verbin verbose verbs verbum verbund vercelli vercetti vercheres vercingetorix verdant verde verdean verden verdes verdi verdict verdicts verdon verdonk verdugo verdun verdy vere vereeniging verein vereinsbank vereinte verena verendrye verenigd vereniging verga vergara verge verger vergere verges verghese vergil vergina verging verhoef verhoeven verhofstadt veria veridian verifiable verification verified verifier verifies verifone verify verifying verilink verilog verin verio verisign verisimilitude verismo veritable veritas verite verity verizon verkhovna verlaat verlag verlaine verma vermandois vermeer vermeil vermelho vermeulen vermicelli vermiculite vermilion vermillion vermin vermont vermouth vern verna vernacular vernaculars vernal verne verner vernet verneuil verney vernier vernon vernor vero veron verona veronese veronica veronicas veronika veronique verplaetse verrazano verrier verrocchio vers versa versace versailles versand versant versar versatile versatility verse versed verses versfeld versicherung versicherungs versicolor versification version versioning versions verslo verso verstappen verstraeten versus vert verte vertebra vertebrae vertebral vertebrate vertebrates vertes vertex vertical vertically vertically-integrated verticals vertices vertigo vertol vertov veruca verulam verus verve verwaayen verwaltungsgemeinschaft verwoerd very ves vesa vesalius veselin veselinovic vesey vesicle vesicles vesicular vesna vespa vespasian vesper vesperini vespers vespertilionidae vespucci vess vessel vesselin vessels vest vesta vestacor vestal vested vestel vestfold vesti vestibular vestibule vestibules vestige vestiges vestigial vesting vestment vestments vestre vestry vests vesuvio vesuvius veszprem vet vetch vetchinin veteran veterans veterinarian veterinarians veterinary vetinari veto vetoed vetoes vetoing vets vetted vetter vetting vettori vetus vevey vew vex vexed vexin vexing veyron veysonnaz vez vezina vf vf0 vfa vfa0 vfb vfd vfl vfl/afl vfr vfw vfx vg vga vgn vgo vh vh0 vhcl vhcls vhdl vhf vhp vhs vhsl vi vi-i vi. via viability viable viacheslav viacom viad viaduct viaducts viag viagra vial vialbe vialli vials vian viana viannet vianney viareggio viars viasa viasat viasoft viatel viatical viaticus vibe vibert vibes vibhushan vibor viborg vibrancy vibranium vibrant vibraphone vibraphonist vibrate vibrates vibrating vibration vibrational vibrations vibrato vibrator vibrators vibrio viburnum vic vic+ vic0 vicap vicar vicarage vicariate vicariates vicario vicarious vicariously vicarius vicars vice vice- vice-admiral vice-captain vice-chairman vice-chairmen vice-chancellor vice-director vice-governor vice-mayor vice-minister vice-premier vice-presidency vice-president vice-presidential vice-presidents vice-versa vicente vicenza viceregal viceroy viceroyalty viceroys vices vichy vicini vicinity vicious viciously vicissitudes vick vickers vickery vicki vickie vickrey vicksburg vicky vico vicomte vict. victim victimisation victimised victimization victimized victims victoire victor victoria victorian victorian-based victoriano victorians victorias victoriaville victories victorino victorio victorious victoriously victors victorville victory vicuna vicus vid vida vidago vidal vidalia vidalon vidamed vidar vidarbha vidc vide videla videm videnov video video-conferencing video-game video-on-demand videocassette videoclip videocon videoconferencing videogame videogames videographer videography videolan videoland videos videoserver videotape videotaped videotapes videotaping videoton videotron videsh vidhan vidi vidin vidiri vidmar vidor vidos vidya vidyalaya vidyasagar vie vied vieira vieja viejo vienna vienna-based vienne viennese vienot vientiane viento vieques vier viera vierchowod vieri viesgo viet vietcombank vietcong vietminh vietnam vietnam0 vietnamese vieux view view-australian viewable viewed viewer viewers viewership viewfinder viewing viewings viewpoint viewpoints views viewtiful vig vigan vigario vigdis vigenere viggen viggo vigil vigilance vigilant vigilante vigilantes vigilantism vigilius vigils vigipirate viglen vigna vignal vignano vigne vignette vignettes vignola vigo vigor vigoreaux vigorous vigorously vigour vihar vihara vihuela vii vii. viic viii viii. viil viinanen viipuri viisnurk vijay vijaya vijayan vijayanagar vijayanagara vijayawada vijaynagar vik vikar vikas vikernes viki viking vikings vikki vikram vikrama vikramaditya viktor viktoria vil vila vilaggazdasag vilaine vilar vilas vilatte vilayat vilayet vile vilfima vilhelm vilification vilified vilis viljandi viljoen vilkancas vill villa villach villafranca village villager villagers villages villain villainess villainous villains villainy villalba villalobos villalonga villamizar villanova villanueva villar villaraigosa villard villareal villarreal villars villarzu villas villavicencio ville villefranche villegas villehardouin villena villeneuve villepin villepreux villeroi villeroy villers villette villeurbanne villi villiers villiger villon vilma vilna vilniaus vilnius viloca vilsack vilvoorde vim vima vimana vimes vimpani vimpel vimpel-communications vimpelcom vimrx vimy vin vina vinatieri vinay vinaya vinayak vinayaka vinca vincam vince vincennes vincent vincente vincentian vincents vincenzo vinci vinck vindhya vindicate vindicated vindicates vindication vindicator vindictive vine vinegar vineland viner vines vineyard vineyards ving vinge vingis vinh vini vinicius vinick vinifera vinik vining vinko vinkovci vinland vinnie vinnikova vinny vinnytsya vino vinod vinogradov vinokourov vins vinson vint vintage vintages vintner vintners vinto vinton vinyard vinyl vinyls viognier viol viola violante violas violate violated violates violating violation violations violator violators violeau violence violence-prone violence-torn violent violently violet violeta violets violetta violette violin violinist violinists violins violist viollet violoncello viols vion viorel viosca vioxx vip vipassana viper vipers vipingo vipnet vippy vips vipsanius viqueque vir vira viracept virago viral virat virata viravan viray virchow virco virden vire viren virenque vireo vires virgen virgil virgilio virgin virgina virginal virginia virginia-based virginian virginiana virginians virginie virginis virginity virgins virgo viridian viridis virieu virile virility virion virions virmani virology viropharma virtanen virtua virtual virtuality virtualization virtualized virtually virtue virtues virtuosi virtuosic virtuosity virtuoso virtuosos virtuous virtus virtuti viru virulence virulent virulently virunga virus viruses vis vis-a-vis visa visa-free visage visakhapatnam visalia visas visayan visayas visbreaker visby viscera visceral visco viscoelastic viscofan visconti viscoplast viscose viscosity viscount viscountcy viscountess viscounts viscous vise visegrad viseu vishal vishay vishnu vishnuvardhana vishva vishwa vishwamitra vishwanath visibility visible visibly visigoth visigothic visigoths visio vision visionaries visionary visions visit visita visitation visitations visited visiting visitor visitors visits visoko visor visorak visors vissel visser vissi vista vistan vistana vistas vistula visual visualisation visualise visualised visualization visualizations visualize visualized visualizing visually visuals viswanathan visx vit vita vitae vitafoam vitagraph vital vitalcom vitale vitali vitaliano vitalini vitalink vitalis vitality vitally vitaly vitamin vitamins vitaphone vitara vitarich vitas vite vitebsk vitec vitelic vitellius viterbi viterbo vitesse vitez vith vithal vithoon viti viticultural viticulture vitis vitkovice vitner vito vitol vitor vitoria vitorino vitransauto vitreous vitrification vitriol vitriolic vitro vitrolles vitruvius vitry vitter vitti vittoria vittorio vitus viv viva vivacious vivaldi vivant vivar vivas vive vivec vivek vivekananda vivendi vives vivi vivian vivid vividly vividness vivien vivienne viviparous vivisection vivo vivra vivre vivus vix vixen vixens viyella viz viz. vizag vizard vizcaino vizcaya vizianagaram vizier viziers vizquel vizzini vj vj0 vjesnik vjs vk vl vlaams vlaamse vlaanderen vlach vlachs vlad vlade vladikavkaz vladimir vladimiro vladimirovich vladislaus vladislav vladivostok vlado vlakplaas vlan vlaovic vlasov vlatko vlatkovic vlbi vlc vlcc vlccs vld vlek vlf vliet vlissingen vliw vllaznia vlm vlok vlore vls vlsi vltava vm vma vma0 vme vmf vmf0 vmfa0 vmi vmig vmig0 vmro vms vmware vn vna vnaf vnc vnesh vnesheconombank vneshekonombank vneshtorgbank vnu vnukovo vo voa vobis voblast voboril voc vocabularies vocabulary vocal vocalion vocalist vocalist/guitarist vocalists vocalization vocalizations vocalized vocally vocals vocals/guitar vocaltec vocation vocational vocations vocative voce voces vociferous vociferously vocoder vod voda vodacom vodafone vodaphone vodicka vodka vodkas vodni vodochody vodou vodun voe voelker voest-alpine voet vogel vogels vogler voglreiter vogt vogtle vogts vogue voi voice voiced voiceless voicemail voicenow voiceover voiceovers voices voicing voicings voicu void voided voiding voids voie voight voigt voima voinea voinovich voip voir voisey voisin voith voivod voivode voivodeship voivodeships voivodship voix vojislav vojvodina vojvodjanska vok vol vol. vol0 vol:00 volante volapuk volar volare volatile volatiles volatilities volatility volatilty volcan volcanic volcanics volcanism volcano volcanoes volcanology volcanos volchok volcker voldemort vole volendam voles volga volga-dnepr volgo-vyatsk volgograd volhynia volition volk volker volkhov volkisch volkoff volkov volksbank volksdeutsche volksfuersorge volksgerichtshof volkskammer volkskrant volkswagen voll vollenhoven voller volley volleyball volleyed volleying volleys vollmer volmac volney volo volodymyr vologases vologda volos volozhin volpe volpi volpone volrath vols vols. volt volta voltage voltages voltaic voltaire voltas volterra voltigeurs voltmeter voltron volts volturno volume volume-to-weight volumes volumetric voluminous voluntarily voluntary volunteer volunteered volunteering volunteerism volunteers voluptuous volusia voluspa volvo volya volyn volz volzhsky vom vomit vomited vomiting vomitoxin vomits von vonage vonda vondas vong vongola vonnegut vons vontobel voodoo voodoo0 voom voor voorburg voorhees voorhis voortrekker voortrekkers vor vora voracious vorarlberg vorbeck vorbis vorenus vorilhon vorkosigan vorlon vorlons vorman vornado voronezh voronin vorontsov voros voroshilov vorpal vorpommern vorskla vorster vortex vortices vorticity vortigaunts vortigern vorwarts vos vosanibola voscherau vosges voshon voskamp voskhod vosloo vosper voss vossen vostok vote vote-buying vote-counting vote-getter vote-rich vote-rigging vote-winning voted voter voters votes voting votive votorantim vouch vouched voucher vouchers vought vous vow vowed vowel vowels vowing vowinkel vows vox voxware voy voya voyage voyaged voyager voyagers voyages voyageur voyageurs voyaging voyeur voyeurism voynet voynich voz vozrozhdeniye vp vp0 vpa vpc vpi vpn vpns vpp vpro vps vr vr0 vracar vrah vrain vranitzky vranov vratsa vrba vrc vreeland vries vrije vril vrindavan vrolijk vroom vrs vrsac vrt vs vs. vs0 vsa vsat vsc vsd vse vsel vseobecny vsevolod vsf vsi vsm vsnl vso vsq0 vss vst vsu vsz vt vt0 vta vtec vtel vtm vtol vtr vts vtv vtx vu vub vucic vue vuelta vuh vuitton vujtek vuk vukaj vukasin vukovar vukovic vukovich vuksanovic vulcan vulcanization vulcans vulgar vulgaris vulgarity vulgate vulkan vulkaneifel vullo vulnerabilities vulnerability vulnerable vulpes vultee vulture vultures vulva vunerable vung vural vuursteen vv vva vvardenfell vvaw vvd vvpr vvs vvt vvv vw vx vx0 vxl vxtreme vy vyacheslav vyakhirev vyas vyasa vyatka vyazma vyborg vyborny vychc vygotsky vying vympel vynosovy vyse vysehrad vystavel vysya vytautas vyvyan vz vz. vz0c0=rr w w&h w-withheld w. w.a. w.a.s.p. w.b. w.c. w.d. w.e. w.e.b. w.f. w.g w.g. w.g.cst w.g.gdp w.g.indust w.g.manu w.g.unemployment w.german w.h. w.i. w.i.carr w.i.t.c.h. w.j. w.k. w.l. w.m. w.r. w.s. w.t. w.w. w/ w0 w0-w0 w00 w0c wa wa0-p waa waaf waal waals waalwijk waas waban wabash wabasha wabc wabi wac waca waccamaw wace wachovia wachowski wachtel wachter wachuku wachusett wack wacken wackenhut wacker wacker-chemie wacky waclaw waco wad wada waddell wadden waddesdon wadding waddington waddle waddy wade wadebridge waded wader waders wadham wadhwa wadi wadia wading wadis wadkins wadleigh wado wads wadsworth waf wafa wafabank wafangdian wafer wafer-thin wafers waffen waffle waffles wafl wag waga wagad wage wage-driven wage-earners waged wagener wageningen wager wagered wagering wagers wages wagga wagggs wagging waggoner waggonner waging wagler wagner wagnerian wagon wagoner wagons wagram wags wagstaff wagtail wagtails wah waha wahab waheed wahhab wahhabi wahid wahine wahl wahlberg wahlen wahoo wahpeton wahroonga wai waiau waiblinger waid waif waigaoqiao waigel waiheke waihi waikato waikiki wail wailed wailers wailing wails waimea wain wainoco wainwright wairarapa wairoa wais waist waistband waistcoat waistcoats waistline waists wait wait-and-see waitakere waitaki waitangi waitara waite waited waitemata waiter waiters waiting waitress waitresses waitrose waits waitt waive waived waiver waivers waives waiving wajda waka wakamatsu wakanda wakasa wakayama wake wake-up wakeboard wakeboarding wakebourne wakefield wakefulness wakeham wakeman waker wakes wakil wakim waking wakizashi wako wakulla wal wal-mart wala walaker walang walbro walbrook walbrzych walcheren walcott wald waldburg waldeck waldegrave waldemar walden waldensians walder waldheim waldholtz waldman waldmann waldner waldo waldock waldorf waldron waldshut wale waleed waleran wales wales'' walesa waley walford walgreen walgreens walhalla wali walid walikale walk walk-out walk-outs walkable walkabout walkden walke walked walken walker walkers walkerton walkerville walkie walkie-talkie walkin walking walkinshaw walkley walkman walkout walkouts walkover walks walkthrough walkure walkway walkways wall walla wallabies wallaby wallace wallacea wallach wallachia wallachian wallachians wallaroo wallasey wallboard walldorf walled wallen wallenberg wallenbergs wallengren wallenstein waller wallerstein wallet wallets walley walleye wallflower wallflowers walliams wallin walling wallinger wallingford wallington wallis wallkill wallman wallonia walloon wallop wallops wallow wallowa wallowed wallowing wallpaper wallpapers walls wallsend wally walmart walmer walmley walmsley walnut walnuts walpole walpurgis walras walrus walruses walsall walschaerts walser walsh walsham walsingham walt walter walters waltham walthamstow waltheof walther waltman walton waltons waltrick waltrip waltz waltzes waltzing walus walvis walworth walwyn walz wam wamalwa wamba wambui wami wampanoag wampas wampum wamwere wan wanadoo wanaka wanamaker wanandi wanchai wanchope wand wanda wandel wander wandered wanderer wanderers wandering wanderings wanderlei wanderlust wanders wandoo wands wandsworth wane waned wanes wang wanganui wangaratta wangen wangler wanguo wanigasekera waning wankel wanker wankie wanless wanna wannabe wannabes wannabovorn wanneroo wanni wannsee wannstedt wanshel wanstead want wantage wantagh wanted wanting wanton wants wanzer wap wapa wapakoneta wapda wapentake wapet wapi wapiti wapping waqar waqf war war-crimes war-damaged war-era war-ravaged war-related war-scarred war-shattered war-time war-torn war-weary war. warangal warao waratah waratahs waray warband warbeck warbird warbirds warbler warblers warbucks warburg warburton warchest warchief warcraft warcrimes ward warde warded wardell warden wardens warder warders wardha warding wardlaw wardle wardour wardrobe wardroom wards ware waregem wareham warehouse warehouses warehousing warenne wares warez warfare warfarin warfield warfighter warfighting wargame wargames wargaming wargreymon warhammer warhawk warhead warheads warhol warhols wari warily wariness waring wario warioware waris wark warkworth warley warlike warlock warlocks warlord warlords warlpiri warm warm-up warman warmaster warmblood warmed warmer warmer-than-normal warmers warmest warmia warmian warming warminster warmly warms warmth warmup warn warnaco warne warned warner warner-lambert warners warnes warning warnings warnke warnock warns waronker warp warpath warped warping warplane warplanes warps warr warragul warrandyte warrant warrantech warranted warranties warranting warrantless warrants warrants--------------- warranty warred warren warrens warrensburg warrenton warri warrick warriner warring warringah warrington warrior warriors warrnambool wars wars'' warsaw warsaw-based warsaw.newsroom@reuters.com warschauer warship warships warsman warspite warszawa warszawy wart warta wartburg warthog warthogs wartime warton warts wartsila warty warwara warwick warwick-ching warwickshire wary warzone was wasa wasabi wasatch wasc wascana wasco wasdale waseda wash wash. wash.-based washboard washburn washed washer washers washes washing washington washington-based washingtonian washita washoe washout washroom washrooms washtenaw washu wasim wasl wasmosy wasp waspinator wasps wass wassall wassenaar wasser wasserman wasserstein wassily wasson wast wastage waste waste-to-energy wasted wasteful wastegate wasteland wastelands wastes wastewater wasting wat wata watan watanabe watanuki wataru watauga watc watch watchdog watchdogs watched watcher watchers watches watchful watching watchlist watchmaker watchmakers watchmaking watchman watchmen watchtower watchtowers watchung watchword water water-logged water-sewer water-sharing waterbending waterberg waterbirds waterborne waterboys waterbury watercolor watercolors watercolour watercolours watercourse watercourses watercraft watercress waterdeep watered watered-down waterfall waterfalls waterfield waterford waterfowl waterfront watergate waterhole waterholes waterhouse wateridge watering waterless waterline waterlogged waterloo waterlooville waterman watermark watermelon watermelons watermen watermill watermills waterpark waterpolo waterproof waterproofing waters watershed watersheds watership waterside waterskiing waterson watersports waterston waterstone watertight waterton watertown waterville watervliet waterway waterways waterwheel waterworks waterworld watery watford wath watkin watkins watkinson watley watling watrous wats watsa watsco watson watsonville watt wattage watteau watters watterson wattis wattle wattled wattles watton wattoo wattret watts wattyah wattyl wau wauchope waud waugh waukegan waukesha wausau wauseon wauwatosa wav wave waved waveform waveforms wavefront wavefunction wavefunctions waveguide waveguides waveland wavelength wavelengths wavelet wavelets wavell wavelock waveney wavephore waver wavered waverider wavering waverley waverly wavertree waves wavetable wavin waving wavre wavy waw wawa wawasan wawel wax waxahachie waxed waxes waxing waxman waxwings waxy way wayanad wayang wayans waycross wayfarer waylaid wayland waylon wayne waynesboro waynesburg waynesville waynflete waypoint waypoints ways wayside wayss wayward wayzata waz waza wazir waziristan wb wb0 wba wbai wbal wbbm wbc wbcn wbf wbk wbms wbo wbp wbrc wbs wbt wbz wc wc0 wca wcau wcbs wcc wcco wccw wce wcf wcg wcha wchl wchs wci wcm wcml wcs wct wctu wcvb wcw wd wd0 wdaf wdc wdiv wdm wdr wds we we-fr we-frger we-mo we-moger.producer we-mojpn we-mow.g.producer we-su we-th we-tu we-we wea weah weak weaken weakend weakened weakeness weakening weakens weaker weaker-than-expected weakest weakish weakling weakly weakness weaknesses weald wealden wealdstone weale wealth wealthier wealthiest wealthy wean weaned weaning weapon weaponry weapons weapons-grade weapons-related wear wearable weardale weare wearer wearers wearhouse weariness wearing wearnes wears wearside weary weasel weasels weasley weather weather-related weatherall weatherboard weatherby weathered weatherfield weatherford weathering weatherlight weatherly weatherman weathermen weathers weathervane weatherwax weave weaved weaver weavers weaves weaving web web-based webb webbe webbed webber webbing webby webcam webcams webcast webcasting webcasts webcomic webcomics webcrawler webdav webelos weber webern webisodes webley weblog weblogs webmail webmaster webmasters webpage webpages webs websecure webserver website websites websphere webster webtv webzine wec wechsel wechsel-bank wechselbank wechsler wed wed+ wedd wedded weddell wedderburn wedding weddings wedel wedenesday wedensday wedesday wedge wedged wedges wedgwood wedlock wedneday wednedsay wednesay wednesbury wednesday wednesday-thursday wednesdays weds wee weebl weed weeding weedkiller weedkillers weedon weeds weedy weehawken weei week week----------------- week--------------------- week---------------------- week------------------------- week-ago week-end week-fixed week-long week-old week-on-week week-to-date week-to-week weekday weekdays weekend weekender weekends weekes weeklies weeklong weekly weeknight weeknights weeks weems ween weenie weep weeping weeps weert weevil weevils weezer wefa weft weg wegener wegman wegner wegter wehner wehrmacht wei weibull weicker weickhardt weidelfeld weidenfeld weider weideraufbau weidling weidman weierstrass weifu weigel weigh weighed weighing weighs weight weight-loss weightage weighted weighted-average weighting weightings weightless weightlessness weightlifter weightlifting weights weighty weil weiland weilburg weiler weill weimar weimarer wein weinbaum weinberg weinberger weiner weingarten weinstein weinstock weinstrasse weintraub weipa weir weird weirdness weirs weirton weis weisberg weise weiser weisman weismann weiss weisse weissenburg weissenfels weissman weissmann weissmuller weisz weitz weizman weizmann weizsacker weka wekly wel welbeck welby welch welco welcome welcomed welcomes welcoming weld welded welder welders welding weldon welds welega welensky welf welfare welfare-to-work welford welk welker well well- well-above well-armed well-balanced well-behaved well-being well-below well-bid well-connected well-covered well-defined well-deserved well-developed well-documented well-dressed well-educated well-equipped well-established well-founded well-functioning well-funded well-heeled well-informed well-known well-liked well-managed well-meaning well-off well-oiled well-organised well-paid well-placed well-planned well-positioned well-prepared well-publicised well-qualified well-received well-regarded well-respected well-run well-stocked well-suited well-supplied well-supported well-taken well-timed well-to-do well-trained well-wishers well-worn wella welland wellauer wellbeing wellbore wellcare wellco wellcome welle wellek wellensiek weller welles wellesley wellhausen wellhead wellhuner welling wellingborough wellington wellington-based wellington.newsroom wellington.newsroom@reuters.com wellingtons wellman wellness wellpoint wells wells-gardner wellsford wellspring wellstone wellsville wellworth wels welsh welshman welshpool welspun welt welteke welter welterweight welton welty welwyn wem wembley wemyss wen wenatchee wenceslas wenceslaus wench wenck wendel wendelin wendell wenden wenders wendesday wendi wendigo wendish wendorf wendover wends wendt wendy wenesday weng wengen wenger wenham wenlock wenn wenner wensleydale went wentworth wentz wenzel wenzhou wep wept wer werdel werden werder were wereldhave werewolf werewolves werfel werft wergeland werk werke wermuth werner wernher wernicke werra werribee werrington wert werth wertham wertheim wertheimer werther wertpapier weru wes wesbanco wesco wesel weser wesfarmers wesker wesley wesleyan wesner wesolowski wessel wesselius wessels wessex wesson west west-central west-northwest west-southwest westa westamerica westar westbank westboro westborough westbound westbourne westbrook westbury westchester westcliff westcoast westcott westcountry westdale westdeutsche westell westen westend westendorp westenra wester westerberg westerfed westerlies westerly western western-backed western-based western-imposed western-made western-protected western-style westerner westerners westernization westernized westernmost westernport westerns westeros westerville westerwald westerwaldkreis westerwelle westfalen westfalia westfall westfield westford westgate westgold westh westheimer westhoughton westhoven westhuizen westies westin westinghouse westjet westlake westland westlaw westlb westley westlife westlink westman westmark westmeath westmerchant westmin westminister westminster westmont westmore westmoreland westmorland westmount westner weston westover westpac westpac-melbourne westpactrust westphal westphalia westphalian westpoint westport westral westralian westron wests westside westvaco westview westville westward westwards westway westwood wet wet-leased weta wetaskiwin wetherby wetherell wetherill wethers wethersfield wetherspoon wetland wetlands wetmore wetsuit wetsuits wetted wetteland wetter wettest wettin wetting wetton wetzel wetzlar weu wew wewak wews wexford wexler wexner wey weybridge weyburn weyerhaeuser weygand weyl weyland weyler weymouth weyr weyrich wf wfa wfaa wfan wfc wfil wfl wfla wfld wfm wfmu wfp wfts wg wga wgbh wgc wght wghtd wgi wgn wgst wgt wgtd wh wha whack whacked whakatane whale whaleboat whalen whaler whalers whales whaley whaling whalley wham whammy whampoa whanganui whangarei wharf wharfe wharfedale wharfs wharton wharves whas what whatcom whately whatever whatley whats whatsoever whb whch whdh wheat wheat-growing wheat-soy wheatbelt wheatcroft wheatear wheatfield wheaties wheatland wheatley wheaton wheats wheatsheaf wheatstone whedon wheel wheelabrator wheelbarrow wheelbase wheelchair wheelchair-bound wheelchairs wheeled wheeler wheelers wheelhouse wheelie wheeling wheeling-pittsburgh wheeljack wheelock wheels wheelwright wheezing whelan wheldon whelen when when-issued whence whenever whenua where whereabouts whereafter whereas whereby wherefore wherein whereof whereupon wherever wherewithal wherry whessoe whet whether whetstone whetted whewell whey whfs whibley which whichever whidbey whiff whig whigs while whiley whilst whim whimper whims whimsical whimsy whine whining whio whip whiplash whipped whippet whipping whipple whippy whips whipsaw whipsawed whiptail whirl whirling whirlpool whirlpools whirlwind whirlwinds whisk whisked whisker whiskers whiskey whiskies whisky whisper whispered whisperer whispering whispers whist whistle whistle-stop whistleblower whistleblowers whistled whistler whistles whistlestop whistling whiston whit whitacre whitaker whitall whitbread whitburn whitby whitchurch whitcomb white white-collar white-haired white-led white-ruled whitebeard whiteboard whiteboards whitecaps whitechapel whiteface whitefield whitefish whitegate whitegoods whitehall whitehaven whitehead whitehill whitehorn whitehorse whitehouse whitehurst whitelaw whiteley whitelighter whiteman whiten whiteness whitening whiter whites whiteside whitesnake whitespace whitestone whitetail whitewash whitewashed whitewater whiteway whitey whitfield whitford whitgift whither whithorn whiting whitish whitlam whitley whitlock whitlow whitman whitmer whitmire whitmore whitney whitsett whitson whitstable whitsun whitsunday whittaker whittal whittall whittemore whitten whittier whittingham whittington whittle whittled whittlesea whittlesey whittling whittman-hart whitton whitty whitwell whitworth whiz whizzer whk whl whle who who'' whoa whodunit whodunnit whoever whois whole wholehearted wholeheartedly wholemeal wholeness wholesale wholesaler wholesalers wholesales wholesaling wholesome wholly wholly-owned whom whomever whoop whoopee whoopi whooping whopper whopping whore whorehouse whores whorf whorl whorls whos whose whr whs wht wht=milling wht=wheat whx why whyalla whyte wi wia wiaa wiang wiart wiba wiberg wibier wibor wibulswasdi wic wicca wiccan wiccans wich wichita wicht wick wicked wickedness wicker wickersham wickes wicket wicket-keeper wicket-taker wicketkeeper wicketless wickets wickford wickham wickliffe wicklow wickremasinghe wickremesinghe wicks wickus wicomico wicor widad widdecombe wide wide-area wide-bodied wide-body wide-open wide-ranging wide-reaching wide-scale wide-screen wide-spread wideband widebody widely widely-expected widely-held widely-used widely-watched widen widened widener widening widens wider wider-than-expected wideroee wides widescale widescreen widespread widest widgery widget widgets widia widjaja widmark widmer widmerpool widnall widnes widness widney widodo widow widowed widower widowhood widowmaker widows width widths widukind widuri widzew wie wiebe wiechert wied wiedeking wiedemann wiederaufbau wiedersehen wiegandt wieland wield wielded wielder wielders wielding wields wielki wielkie wielkopolski wien wiener wienerberger wies wiesbaden wiese wiesehuegel wiesel wiesenthal wieslaw wiesner wiess wiest wieting wife wifi wifo wig wigan wigand wiggin wiggins wigginton wiggle wiggles wigglesworth wiggly wiggs wiggum wight wightman wiglaf wigley wigmore wigner wigram wigs wigtown wigtownshire wigwam wih wii wijaya wijdenbosch wijeratne wijers wijffels wijk wik wika wiki wikimedia wikinfo wiking wikipedia wikis wil wilander wilaya wilber wilberforce wilbert wilbon wilbraham wilbur wilburn wilburys wilby wilco wilcox wild wild-card wildc.a.t.s wildcard wildcards wildcat wildcats wilde wildebeest wilder wilderness wilders wildes wildest wildfire wildfires wildflower wildflowers wildfowl wildhearts wilding wildland wildlife wildly wildman wildness wilds wildside wildstorm wildwood wile wilecki wiles wiley wilf wilford wilfred wilfredo wilfrid wilfried wilful wilfully wilhelm wilhelmina wilhelmine wilhelmshaven wilhelmstrasse wilhelmus wilhoite wilk wilkens wilkerson wilkes wilkes-barre wilkesboro wilkie wilkin wilkins wilkinson wilks will will.i.am willa willam willamette willard willbros willcox wille willebrand willed willem willems willemstad willenhall willens willes willesden willet willett willetts willey willful willfully willi william william.boston@reuters.com williamite williams williams-sonoma williamsburg williamson williamsport williamston williamstown williamsville willibald willibrord willie willimantic willing willingboro willingdon willingham willingly willingness willington willis williston willits willkie willmore willmott willott willoughby willow willowbrook willowdale willows willpower wills willson willy willys wilma wilmer wilmette wilmington wilmore wilmot wilmots wilmslow wilmut wilna wilner wilno wilshire wilson wilsons wilsonville wilt wilted wilting wilton wilts wiltshire wiltsie wiltz wiluna wily wim wiman wimax wimberley wimbledon wimborne wimhurst wimmer wimmera wimp wimpey wimpy wimsey win win-win win0 winamp winans winbond wincenty winch winched winchell winchelsea winches winchester winckelmann wind wind-down wind-up wind=windsor windage windass windclan winded winder windermere windfall windfalls windham windhoek windies winding winding-up windings windlass windle windmere-durable windmill windmills windoc windom window window-dressing windowed windowing windowless windows windows-based windows0 windrow winds windscreen windscreens windshield windshields windsor windstar windstorm windsurfing windswept windu windward windy wine winebox winehouse winemaker winemakers winemaking winer wineries winery wines winfield winfoong winfrey winfs wing wing-back wingas wingate wingback winged winger wingers wingfield wingham wingless winglets wingman wingmen wingo wings wingspan wingspans wingtip wingtips winick winifred wining wink winkel winkelbedrijven winkelhaak winkelhock winkhaus winkie winking winkle winkler winks winky winless winn winn-dixie winnable winnebago winnemucca winnepeg winner winner-take-all winners winnetka winnfield winnie winning winningest winnings winnipeg winnipesaukee winnowing wino winograd winona winooski winry wins winsford winslet winsloew winslow winsor winstanley winstar winstead winston winston-salem winstone wintel winter winter-grade winterberg winterbottom winterbourne wintered winterfell wintergreen wintering winterkill winterland winters wintersburg wintershall winterthur wintertime winterton winthrop winton wintour wintringham wintry winwood winx wip wipe wiped wipeout wiper wipers wipes wiping wipo wipro wir wiradjuri wiranto wire wirebars wired wireless wirelessly wireline wires wiretap wiretapping wiretaps wiring wirken wirksworth wirral wirt wirth wirtschaft wirtschaftsblatt wirtschaftswoche wirtz wiry wis wis.-based wisbech wisc wiscasset wisconsin wisconsin-based wisden wisdom wisdomtree wise wisecracking wiseguy wisely wiseman wiser wisest wish wishart wishaw wishbone wished wishers wishes wishful wishing wisla wislawa wismar wisn wisner wisniewski wisniowiecki wisnumurti wisp wisps wispy wissahickon wissel wissenschaft wissenschaften wissmann wister wisteria wistful wit witbank witch witch-hunt witchblade witchcraft witches witchhunt witching witco with with-profits witham withdraw withdrawal withdrawals withdrawing withdrawl withdrawls withdrawn withdraws withdrew witheld wither withered withering withers witherspoon withheld withhold withholding withholds within withington withold witholding without withstand withstanding withstood withthe witi witkowski witley witmer witmeyer witness witnessed witnesses witnessing witney witold witom wits witschge witt witte witted wittelsbach witten wittenberg wittenburg wittenoom witter wittgenstein wittich wittig wittlich wittman wittmann witton witty witwatersrand witwicky wivenhoe wives wiwa wixom wiz wizard wizarding wizardry wizards wizkids wizz wizzard wj wjbk wjc wjfk wjr wjro wjw wjz wk wk- wk-date wkbd wkbw wkdec0 wkly wknov0 wknr wkoct0 wkrc wkrp wks wktu wkyc wlac wladimir wladyslaw wlan wlaschek wll wlodzimierz wlol wlr wls wlup wlw wm wma wmap wmaq wmata wmc wmca wmd wmds wmmr wmms wmo wmr wms wmu wmv wmx wnac wnba wnbc wnet wnew wnp0 wnt wnw wnyc wnyw wo wobble wobbled wobbles wobblies wobbly woburn woche wockhardt wodehouse woden wodeyar wodniok wodonga wodzislaw woe woeful woefully woerden woes woessner woetzel wofford wogan wogau wohl wohler wohlers woio wojciech wojciechowski wojcik wojewodztwo wojnowski wojtala wojtyla wok woke woken woking wokingham wol wola wolcott wolczanka wold wolde wolds wole wolf wolfe wolfen wolfenbuttel wolfenden wolfensohn wolfenstein wolff wolffian wolfgang wolfie wolfman wolfmother wolford wolfowitz wolfpack wolfram wolfriders wolfsbane wolfsburg wolfsburg-based wolfson wolfville wolin wolk wolkoff woll wollaston wollaton wollheim wolli wollo wollongong wollstonecraft wolman wolof wolpe wolseley wolsey wolstenholme wolters wolthers woltjes woluwe wolverhampton wolverine wolverines wolverton wolves womack womad woman womanhood womanising womanizer womanizing womb wombat wombats wombwell women women-owned womens womenswear womyn won wonder wondered wonderen wonderful wonderfully wondering wonderland wonders wonderswan wonderwall wonderware wondrous wong wonka wonsan wont woo woo-choong woo-suk wood wood-ridge woodall woodard woodberry woodbine woodblock woodbridge woodburn woodbury woodcarver woodcarving woodchester woodchip woodchips woodchuck woodchucks woodcliff woodcock woodcocks woodcommerz woodcraft woodcreeper woodcut woodcuts woodcutter woodcutters wooded wooden woodfield woodford woodforde woodgate woodhall woodham woodhaven woodhead woodhouse woodhull woodies woodinville woodland woodlands woodlawn woodley woodlief woodmac woodman woodmere woodpecker woodpeckers woodpulp woodridge woodring woodroffe woodrow woodruff woods woodsball woodside woodsman woodsmen woodson woodstock woodsworth woodvale woodville woodward woodway woodwind woodwinds woodwork woodworkers woodworking woodworth woody wooed woof woofer woogie wooing wookey wookiee wookiees wool woolco wooldoor wooldridge woolen wooler wooley woolf woolgrowers woollahra woollen woolley woolly woolmer woolpack wools woolsey woolston woolton wooltru woolwich woolworth woolworths wooly woomera woon woonsocket woorkeri woos woosnam wooster woot wooten wooter wootton wop wor worcester worcestershire word worded worden wording wordless wordnet wordperfect wordplay wordpress words wordstar wordsworth wore woreda woredas worf work work- work-for-the-dole work-related work-to-rule work. workable workaholic workaround workarounds workbench workbook workchoices workday worked worker workers workfare workflow workflows workforce workforces workgroup workgroups workhorse workhouse workhouses workin working working-age working-class working-level workingmen workings workington workload workloads workman workmanship workmen workout workouts workover workpiece workplace workplaces works workshop workshops worksop workspace workspaces workstation workstations workup workweek workwk world world-class world-famous world-leading world-renowned world-scale world-wide world. worldbest worldcom worldcon worldcorp worldly worldnet worldpartners worlds worldscale worldspace worldtex worldview worldviews worldwatch worldwide worley worlwide worm wormhole wormholes wormmon worms wormwood worn woronora worrall worrell worried worries worrisome worry worrying worryingly worse worse-than-expected worseck worsen worsened worsening worsens worship worshiped worshipers worshipful worshiping worshipped worshipper worshippers worshipping worships worsley worsnip worst worst-case worst-ever worst-hit worsted wort wortel worth worth-based worthies worthiness worthing worthington worthless worthwhile worthy wortley wosm wosz wot wotan wotje wotton woud wouda wouk would would-be wound wounded wounding wounds woundwort wouter wove woven wow wowed woy wozniak wozzeck wp wpa wpc wpf wpi wpial wpix wpl wplj wpm wpp wppss wpri wps wpt wpta wptz wpvi wr wrack wracked wraith wraiths wral wran wrangel wrangell wrangle wrangled wrangler wranglers wrangles wrangling wranglings wrap wraparound wrapped wrapper wrappers wrapping wraps wrasse wrath wrather wrathful wraxall wray wrc wre wreak wreaked wreaking wreaks wreath wreath-laying wreaths wreck wreckage wrecked wrecker wreckers wrecking wrecks wrede wregget wreh wrekin wren wrench wrenched wrenches wrenching wrens wrest wrested wresting wrestle wrestled wrestlemania wrestler wrestlers wrestles wrestling wretched wrexham wright wrights wrightson wrightsville wrigley wring wringing wrinkle wrinkled wrinkles wriothesley wrist wristband wristbands wrists wristwatch wristwatches writ writable write write-back write-down write-downs write-off write-offs write-up writedown writedowns writeoff writeoffs writer writer/ writer/artist writer/director writer/producer writers writes writhing writing writings writs written wrk wrko wroclaw wrong wrong-doing wrong-footed wrongdoing wrongdoings wronged wrongful wrongful-death wrongfully wrongly wrongs wronki wrote wrought wroughton wrp wrs wru wrung wrx wry wryly ws wsa wsb wsbk wsc wscc wsf wsj wsl wsm wsoc wsop wsoy wspolpracy wsu wsvn wsw wt wta wtae wtam wtavg wtbs wtc wtcc wtd wted wtf wth wti wtic wtmj wtn wto wtop wtr wts wttg wttw wtvj wtvt wu wuab wuchang wucheng wuerttembergische wuestenrot wufei wuhan wuji wukong wulf wulf-mathies wulff wulfgar wulfhere wulfhorst wulfstan wun wundt wuornos wuppertal wurlitzer wurm wurmser wurster wurttemberg wurundjeri wurz wurzburg wusa wushu wust wuthering wuxi wuxia wv wvg wvu wvz ww ww0 wwa wwc wwdc wwe wwe.com wwf wwi wwii wwj wwl wwor wwp www www.racs.com wwwf wxyz wy wyandot wyandotte wyatt wyborcza wych wyche wycherley wychwood wyck wyckoff wyclef wycliffe wycombe wydawnictw wyden wye wyeth wyeth-ayerst wyk wyke wykeham wyld wylde wyle wyler wylie wyllie wyman wyman-gordon wymondham wyn wynalda wyndham wynette wynn wynne wynonna wynter wynton wynyard wyo wyoming wyomissing wyong wyrd wyre wyrm wyse wyser-pratte wysiwyg wysp wyss wythe wythenshawe wyvern wyverns wyznikiewicz x x-aut x-crude x-def x-detroit x-files x-houston x-la x-members x-mln x-new x-press x-ray x-rays x-rite x-seattle x. x.org x0 x00 x0a x0s x=cbot xa xa0 xabier xak xalapa xalatan xamax xan xana xanadu xanana xanatos xander xandir xang xanga xanten xanth xanthakis xanthi xanthine xar xata xau xaut xauto xaver xaverian xavier xaviere xavin xb xb0 xbox xbred xc xc0 xcan xcel xcellenet xcl xcode xcp xd xe xeelee xeikon xel'naga xen xena xenakis xenia xenical xenogears xenomorph xenomorphs xenon xenophobia xenophobic xenophon xenopus xenos xenosaga xenova xenu xeon xeric xero xerox xerxes xeu xf0 xfe xfl xfm xfree0 xhaferri xhelili xhosa xhtml xi xi'an xi. xia xiahou xiamen xian xianbei xiang xianglong xiangqi xiao xiaobo xiaohua xiaolin xiaolongnu xiaoping xichang xicor xidan xie xii xii. xiii xiii. xilinx xillix ximenes xin xindi xing xingang xingu xinhai xinhua xinjiang xinmin xiong xiongnu xionics xios xiosbank xircom xis xitong xiu xiv xiv. xix xizhe xj xj0 xjr0 xk xk0 xl xl0 xlconnect xli xlr xm xm0 xmas xml xmpp xo xochimilco xoma xor xorda xorn xox xp xp0 xpedite xpress xps xpt xpw xr xr0 xs xsl xslt xt xt0 xtc xtra xtreme xu xuan xuanzang xuanzong xue xul xun xuxa xuzhou xv xv. xv0 xvi xvi. xvid xvii xviii xx xxi xxii xxiii xxiv xxix xxl xxv xxvi xxvii xxviii xxx xxxi xxxii xxxiii xxxiv xxxix xxxv xxxvi xxxvii xxxviii xxxx xy xykon xylan xylem xylene xylitol xylophone xyz xzibit y y'all y-includes y-weekly y-y y. y.k. y.v. y0 y0k ya ya'qub yaacov yaakov yaari yabeng yabloko yablonski yabran yachiyo yacht yachting yachts yachtsman yachtsmen yacimientos yacyreta yad yadana yadav yadava yadavas yaddo yadkin yael yag yaga yagami yagan yagcioglu yageo yagi yagna yaguchi yagudin yagyu yah yahagi yahaya yahia yahiko yahoo yahtzee yahweh yahya yai yaik yair yajna yajurveda yak yak0 yakama yakima yakin yakko yakoma yakomas yakov yakovlev yaks yaksha yakshagana yakub yakubu yakult yakumo yakut yakutat yakutia yakutsk yakuza yala yalcin yale yalim yallop yallouz yalta yalu yam yama yamada yamagata yamaguchi yamaha yamaichi yamakawa yamaki yamal yamamoto yamamura yaman yamana yamanashi yamani yamanouchi yamasaki yamasee yamashina yamashiro yamashita yamatane yamato yamauchi yamazaki yambol yamcha yamhill yami yamin yamoussoukro yams yamuna yan yan'an yana yanachi yanacocha yanagi yanam yanase yanbian yanbu yancey yancy yandarbiyev yandi yanez yang yang-ho yangban yangming yangon yangtze yangzhou yanhua yani yanine yanjing yank yanked yankee yankees yankovic yanks yankton yann yanni yannick yannis yannon yannos yano yanomami yanowitch yanshan yantai yantian yantra yanukovych yao yaohan yaohua yaoi yaounde yap yapi yaping yapr yaqoob yaqub yaqui yar yara yarborough yarbrough yard yardage yardbirds yarder yardings yardley yards yardstick yardsticks yare yari yaris yarkand yarm yarmouk yarmouth yarn yarnell yarns yaroslav yaroslavl yarra yarralumla yarraville yarrow yas yasar yasay yash yashin yashra yasht yasin yasir yasmin yasmine yasna yass yasser yassin yassir yastrzemski yastrzhembsky yasuda yasuhiro yasukuni yasunaga yasunori yasuo yasushi yat yata yate yates yatirim yatra yatsura yau yaug yauliyacu yauricocha yavana yavanas yavapai yavin yavlinsky yaw yawgmoth yawkey yawl yawn yawning yaya yayo yayoi yayuk yazd yazdegerd yazdi yazicioglu yazid yazidi yazidis yazoo yb yb0 yba ybics ybor ybrahim yc0 yd ydec yds ye yea yeadon yeager yeah yeahs year year* year- year-ago year-and-a-half year-average year-bill year-earlier year-end year-ended year-high year-highs year-long year-low year-old year-olds year-on year-on- year-on-year year-over-year year-round year-to-date year-to-date$0 year-to-year year. year.the year0 yearbook yearbooks yearend yearling yearlings yearlong yearly yearned yearning yearns years years-old years. years.he years.the yearwood yeast yeasts yeates yeats yeboah yechiel yechury yedinaya yedioth yee yeerk yeerks yegor yegorov yegorova yeh yehoshua yehuda yehudah yehudi yei yekaterina yekaterinburg yekhanurov yekimov yeldham yelena yell yelled yellen yelling yello yellow yellowcake yellowcard yellowhead yellowing yellowish yellowjacket yellowjackets yellowknife yellows yellowstone yellowtail yells yelstin yeltin yeltsin yelverton yemen yemeni yemenidjian yemenis yemenite yen yen-based yen-denominated yen-dollar yen;feb yen;jan yen;nsa;imf yen;nsa;imfapr yen;nsa;imffeb yen;nsa;imfjan yen;nsa;imfjul yen;nsa;imfjun yen;nsa;imfmay yeni yenisei yenoct yeo yeoh yeom yeoman yeomanry yeomen yeon yeong yeovil yep yer yerba yereth yerevan yerkes yermak yersinia yerushalmi yes yes/no yesha yeshe yeshiva yeshivah yeshivas yeshivat yeshivot yeshu yeshua yesilada yesler yester yesterday yesteryear yesudas yet yet-to-be yetagun yeti yeung yevenko yevgeny yevhen yevon yew yf0 yfeb yg yggdrasil yhs yhwh yi yiannakis yiannis yick yiddish yieh yield yield-hungry yield-pct yielded yielders yielding yields yieldwatch yigal yih yik yildirim yildiz yilgarn yilmaz yim yimou yin ying yining yioham yip yishun yishuv yisrael yisroel yit yit-yhtyma yitai yitzchak yitzchok yitzhak yiu yiu-chung yixian yizheng yjan yjul yjun yl yld ylds ylds0 yle ylva ym ymar ymay ymca yme ymir ymos yms0 yn ynaty ynez ynglinga yngwie ynov ynys yo yo-yo yoakam yocam yochanan yock yod yoda yodel yodeling yoder yodogawa yoel yog yoga yogacara yogananda yogendra yogesh yoghurt yogi yogic yogie yogis yogurt yogyakarta yoh yohannes yohko yoichi yoji yojimbo yoka yokai yoke yokich yokkaichi yoko yokogawa yokohama yokoi yokosuka yokota yokoyama yokozuna yola yolanda yolande yolk yolks yolngu yolo yom yoma yomi yomiko yomiuri yon yona yonah yoncourt yonder yong yongchaiyudh yonge yongle yongsan yongtu yongzheng yonhap yoni yonkers yonne yonsei yoo yoobamrung yoon yoon-jeong yoram yorba yorck yordan yori yorick yoritomo york york'' york-area york-based york-listed yorke yorker yorkers yorkie yorkist yorks yorkshire yorkshire-tyne yorkton yorktown yorkville yorn yoruba yoruichi yosef yoseikan yosemite yoshi yoshiaki yoshida yoshihiro yoshihisa yoshikawa yoshiki yoshiko yoshimi yoshimitsu yoshimoto yoshimura yoshinaka yoshino yoshinobu yoshinori yoshinoya yoshio yoshioka yoshitaka yoshitoki yoshitomi yoshitsune yoshiyuki yossarian yossi yost you you. youghal younes young young-kil young-sam youngberg youngblood youngdahl younger youngest younghusband youngman youngs youngster youngsters youngstown younis younkers yount your youri yours yourself yourselves yousaf yousef youssef youssou yousuf youth youthful youths youtube youtube.com yow yoweri yoyo ypf ypfb ypres ypsilanti yq0 yr yr- yr--mof yr-ago yr-date yr-end yr-on-yr yr-to-date yr-yr yrigoyen yrjo yrs yrsa ys ysandre ysaye ysc yse ysep yser ysgol ysidro ysp ystem ystrad ytd ytd:* ytl ytm ytt yttrium ytv yu yuan yuan-dong yuanji yuasa yuba yuca yucatan yucatec yucca yucel yuchi yuden yudenich yudhisthira yudhoyono yudistira yue yueh yuen yuezhi yuga yuganskneftegaz yugas yugi yugo yugoslav yugoslavia yugoslavian yugoslavs yui yuichi yuji yujin yuk yuka yukam yukari yukawa yuki yukie yukihiko yukihira yukiko yukimura yukino yukio yukito yukmouth yuko yukon yukong yukos yuksel yul yule yuli yulia yulo yum yuma yuman yume yumi yumiko yummy yun yuna yung yung-ching yungli yunko yunnan yunus yuoka yup'ik yupanqui yupik yuppie yuppies yura yuraszeck yuri yurie yuriy yurkov yurt yurtcu yury yusef yusen yushchenko yusheng yushin yushiro yusoki yusuf yusuke yusupov yutaka yuto yuu yuuki yuuzhan yuvraj yuwen yuya yuzo yuzyil yvan yvelines yverdon yves yves-thibault yvette yvon yvonne ywca yy yzerman z z$ z. z/os z0 z=cbot z=december z=kcbt za zaandam zab zabala zabaleta zabarenko zabel zabi zabludovsky zabriskie zabrze zabul zac zacarias zacatecas zaccaria zach zachariah zacharias zachary zachodni zack zacklin zacks zacutex zadar zadarkomerc zadeh zadok zadornov zae0= zaentz zafar zafarullah zafiro zafririm zaft zafy zag zagallo zagato zaglebie zagora zagorje zagorodniuk zagorski zagreb zagrebacka zagros zahedi zaheer zahhak zahid zahir zahle zahn zahoor zahovic zahra zahringen zahumlje zai zaibatsu zaid zaidan zaidi zain zaina zainab zainichi zainuddin zaire zairean zaireans zaires zairian zairians zaitsev zaius zajc zajedno zak zakaria zakat zakayev zakharov zakho zaki zakir zakk zaklad zaklady zako zakopane zaku zakum zakynthos zal zala zalaegerszeg zalakeramia zaldivar zale zalgiris zallaq zalm zalman zam zama zamalek zaman zamansky zambales zambelli zambezi zambia zambian zambians zamboanga zamboni zambrano zamenhof zametalin zamia zamiaceae zamindar zamindari zamindars zamky zamora zamorano zamorin zamosc zamoyski zan zana zanardi zanarkand zand zandano zandbergen zander zandig zandt zandvoort zane zanella zanesville zanetti zang zanganeh zanini zanki zanla zannex zanpakuto zanskar zant zantac zante zantovsky zanu zanu-pf zanuck zanussi zany zanzibar zao zaolzie zap zapan zapata zapatero zapatista zapatistas zapf zaphod zapolya zaporizhia zaporizhya zaporozhian zapotec zapp zappa zapped zapper zapruder zapu zar zar0= zara zaragoza zarah zarahemla zarak zarate zarathos zarathustra zarb zardari zarek zargar zaria zariski zarko zarqawi zarrabeitia zarrella zartan zarubezhneft zarya zarzis zarzuela zasada zastava zat zatanna zatch zatoichi zauberflote zauriel zav zavala zavarei zaveryukha zavgayev zavod zavody zavvos zaw zawahiri zawinul zax zayas zayd zayed zaynab zaza zazen zazu zb zberg zbigniew zborowski zbrojovka zbyszko zc zcb zccm zctu zdas zdb zdenek zdf zdnet zdravko zdroj zdzislaw ze ze'ev zea zeal zealand zealand-based zealander zealanders zealot zealots zealous zealously zearth zeb zebedee zebic zebra zebrafish zebras zebu zebulon zebulun zeca zecevic zech zechariah zechs zecter zed zedd zedek zedillo zedong zee zeebrugge zeeland zeeman zeenat zeev zeffirelli zeglis zeid zeidler zeien zeigler zeile zeilin zeina zeiss zeist zeit zeitgeist zeitler zeitschrift zeitung zeitz zeke zeki zekk zelaya zelazny zelda zelenika zelenka zelenskaja zelenskaya zelezarny zeleznik zelezny zelic zelig zelimkhan zelimorski zeljeznicar zeljko zell zeller zellers zellweger zelos zeman zemeckis zement zemes zemin zemlinsky zemlya zemo zemplen zemun zen zen-noh zena zenawi zend zenda zenden zenebas zeneca zener zeng zenga zengerle zengi zenica zenigata zenit zenith zennoh zeno zenobia zenon zenrin zentradi zentraedi zentralbank zentrum zeo zeolite zeolites zeon zep zephaniah zephyr zephyrs zeppelin zeppelins zera zeratul zerbe zerbst zerg zeri zermatt zermelo zero zero-coupon zero-deficit zero-tariff zero-tolerance zeroed zeroes zeromaru zeros zeroth zeroual zesa zest zet zeta zetec zetland zetor zetterberg zetterlund zeus zev zeven zevi zevon zew zexel zeynep zeytinburnuspor zf zfc zgmf zh zhaan zhan zhang zhanjiang zhanna zhao zhaoying zhdanov zhejiang zhelev zhelyu zhemchuzhina zhen zheng zhengzhou zhenhai zhenhua zhenwu zhi zhichao zhili zhirinovsky zhivago zhivkov zhong zhonghao zhongli zhongnanhai zhongshan zhongxin zhou zhu zhuang zhuangzi zhuge zhuhai zhukov zhukovsky zhulali zhuo zhuzhou zhvaliauskas zhytomyr zi zia zia-ul-haq zia-ur-rahman ziad ziana ziaur zickler zico zicot zidane ziedonis ziege ziegfeld ziegler ziel zieleniec zielinski zielona ziemia ziff ziff-davis zig ziganda ziggurat ziggy zigmund zigo zigzag zigzagged zigzagging zil zildjian zile zilei zilina zilla zilog ziltendorf zim zimbabwe zimbabwean zimbabwean-born zimbabweans zimbalist zimbru zimmer zimmerman zimmermann zimpapers zimsun zin zina zinat zinc zine zinedine zines zinets zinfandel zing zingari zinios zink zinkernagel zinn zinoviev zinta zinzan zinzendorf zion zionism zionist zionists zions zip zipper zippers zippo zippy zips zira ziraat zircon zirconia zirconium zirka-nibas zirmunai zisco zisser zita zitel zitelli zither zito zittau ziua ziv ziva zivkovic zivnobanka zivnobanka-podil.f zivnostenska ziyad ziyang zizek zizka zizkov zkb zl zlatkis zlatko zlin zlochevsky zloty zlotys zm zmax zmp zn zo zob zobel zoca zocalo zochowski zocor zod zodiac zodiacal zoe zoeller zoete zoetrope zoey zoff zofia zog zogby zogu zohar zoid zoidberg zoids zola zolder zolkiewski zoller zoloft zoltan zoltek zomax zomba zombi zombie zombies zombified zomi zomig zona zonagen zonal zond zonder zondervan zone zoned zones zong zoning zonta zoo zook zookeeper zoolander zoological zoologist zoologists zoology zoom zoomed zooming zooms zoonotic zoophilia zooplankton zoos zoot zope zor zora zoran zorba zorc zord zordon zords zorin zork zorn zoro zoroaster zoroastrian zoroastrianism zoroastrians zorro zorzi zos zosen zosimus zoster zosteropidae zosterops zou zouabri zouari zouave zouaves zouch zouche zouk zovirax zoysa zpa zpass zpm zps zr zr0 zrenjanin zrinski zrs zrubakova zs zsa zse zseries zsinj zsolt zsr zte zts ztt zu zu'bi zuari zuazo zubair zubak zubayr zuberbuehler zubets zubin zubizarreta zubov zubrin zucchero zucchini zucco zucker zuckerman zuelle zuercher zug zuhair zuhdi zuid zuiderzee zukerman zukhurov zuko zukofsky zukor zukowski zulfikar zulfiqar zulia zulu zulu-based zululand zulus zum zuma zumwalt zundel zune zuni zuniga zunk zunks zunz zuo zupan zur zurab zurawski zurbriggen zurcher zurich zurich-based zurn zus zuse zutons zutphen zuzana zvereva zvezda zvi zvn zvolen zvonimir zvornik zwack zwarte zwei zweibrucken zweig zweynert zwiazek zwickau zwickel zwicky zwiesel zwingli zwolle zx zx0 zycad zych zycie zycon zydeco zygmunt zygodactyl zygomatic zygote zyklon zyl zyprexa zyrtec zytec zytek zyuganov zywcu zywiec zywnosciowej zz { | |0 || ||0d ||0|| } ~ ~0 ~00 ================================================ FILE: dataset/SemEval/test/npy/.gitkeeper ================================================ ================================================ FILE: dataset/SemEval/test/test.txt ================================================ e1 e2 audits waste Message-Topic the most common audits were about waste and recycling e1 e2 company chairs Product-Producer_reversed the company fabricates plastic chairs e1 e2 master stick Instrument-Agency_reversed the school master teaches the lesson with a stick e1 e2 body reservoir Entity-Destination the suspect dumped the dead body into a local reservoir e1 e2 influenza virus Cause-Effect_reversed avian influenza is an infectious disease of birds caused by type a strains of the influenza virus e1 e2 ear elephant Component-Whole the ear of the african elephant is significantly larger--measuring 183 cm by 114 cm in the bush elephant e1 e2 lie parents Product-Producer a child is told a lie for several years by their parents before he/she realizes that a santa claus does not exist e1 e2 hookup users Member-Collection_reversed skype, a free software, allows a hookup of multiple computer users to join in an online conference call without incurring any telephone costs e1 e2 room house Component-Whole the disgusting scene was retaliation against her brother philip who rents the room inside this apartment house on lombard street e1 e2 thesis clinical characteristics Message-Topic this thesis defines the clinical characteristics of amyloid disease e1 e2 survivors houses Entity-Destination ten million quake survivors moved into makeshift houses e1 e2 kimchi maker Other on a friend's advice, i purchased a sauerkraut and kimchi maker here and it is just fabulous (and cheap too) e1 e2 names space Entity-Destination nasa kepler mission sends names into space e1 e2 landscape company Product-Producer as a landscape company in atlanta, we know which plants thrive in this planting zone and know the optimum landscaping designs for local yards and business e1 e2 gift friend Entity-Origin as i was contemplating if i had a favorite in the pink category, a gift arrived from a sweet friend e1 e2 young nest Entity-Origin the male took over the entire care of the young that had left the nest e1 e2 actress airport Entity-Destination the famous actress arrived at the airport e1 e2 filesharing internet Other an ftp server is an inexpensive and relatively simple to operate tool that works great for filesharing over the internet e1 e2 zoo beasts Member-Collection_reversed beneath this invocation there is a zoo of fearsome beasts, including several man-eaters, as well as sphinxes with lions' bodies and human heads e1 e2 song musician Product-Producer the song was composed for a famous brazilian musician e1 e2 outline spirituality Message-Topic this outline focuses on spirituality, esotericism, mysticism, religion and/or parapsychology e1 e2 bomb suitcase Content-Container the bomb was in a suitcase loaded in frankfurt and transferred to the doomed boeing 747 in london e1 e2 software company Product-Producer i spent a year working for a software company to pay off my college loans e1 e2 captain crew Other the captain and the crew of the steve irwin are grateful for the support of the city of fremantle and mayor brad pettitt for hosting the event e1 e2 sesame oil Entity-Origin_reversed organic sesame oil has an anti-bacterial and anti imflammatory effect e1 e2 housing developer Product-Producer mileson has sold his humble abode to a housing developer e1 e2 effect way Cause-Effect_reversed the same effect is achieved the traditional way, with a team of workers like keebler elves e1 e2 dramas real events Other he has built a formidable reputation writing powerful dramas for the stage and screen, based on real events or socially vital issues e1 e2 drawings museums Other he produces drawings and videos that have been shown in museums in europe and america e1 e2 cultures epochs Entity-Origin therefore, nowadays china is the complex mixture of different cultures from various epochs e1 e2 viruses infections Cause-Effect of the hundreds of strains of avian influenza a viruses, only four have caused human infections: h5n1, h7n3, h7n7, and h9n2 e1 e2 pieces stories Message-Topic many of his literary pieces narrate and mention stories that took place in lipa e1 e2 steps stairs Component-Whole when i'm walking alone, i count the steps of the stairs, and i also guess approximately how many steps are left till i reach the next street e1 e2 blisters herpes simplex virus Product-Producer essentially, the blisters that appear in the mouth are caused by the herpes simplex virus type 1, hsv-1 for short e1 e2 luff sail Component-Whole the man at the helm was watching the luff of the sail and whistling away gently to himself, and that was the only sound excepting the swish of the sea e1 e2 circuit converter Component-Whole_reversed still further, the circuit comprises a digital adder and an analog-to-digital converter with an analog input connected to the output of the operational amplifier and a digital output connected to a first input of the digital adder e1 e2 camp champions Member-Collection_reversed dolf oehler, a leader in the leftist camp of heine champions since the 1970s, gathered a group of likeminded critics for this symposium e1 e2 cartridge ink Content-Container_reversed the cartridge was marked as empty, even with ink in both chambers e1 e2 pod whales Member-Collection_reversed a pod of sperm whales was beached on italy's southern coast and at least five died in what experts said was a rare and puzzling mass beaching for such a large species e1 e2 roundworms parasite Product-Producer roundworms or ascarids are caused by an intestinal parasite called toxocara canis e1 e2 subject implication Cause-Effect the subject of "imply" is the source of an implication while the subject of "infer" is the recipient of an implication e1 e2 cat paw Component-Whole_reversed my cat has a problem with his paw e1 e2 treaty rule Cause-Effect the treaty establishes a double majority rule for council decisions e1 e2 oil ocean Entity-Destination the accident has spread oil into the ocean e1 e2 talent village Entity-Origin a tidal wave of talent has emanated from this lush village e1 e2 coins plastic case Content-Container these coins are enclosed in a clear hard plastic case with a blue background that is packaged in a blue box e1 e2 space drawer Other by dividing the space in a kitchen drawer where you keep all your cooking utensils, you grouped items by size or purpose e1 e2 bottle container Entity-Destination then, the target pet bottle was put inside of a metal container, which was grounded e1 e2 news programs violence Message-Topic news programs commented on the violence from the game and expressed worries on how it would affect the players' personalities e1 e2 narrative interplay Other the narrative comprises the interplay of two themes that are woven together as it criss-crosses back and forth between the life of nineteen year old greg kowalski's desire to become a firefighter and his heart-rending life growing up in saginaw michigan where he had to endure the physical and verbal abuse handed out by his appalling father e1 e2 acid eyes Entity-Destination as vinay collapsed in pain, the villagers poured acid into his eyes e1 e2 room canvases Other the room was filled with huge jack-the-dripper canvases e1 e2 gulp magpies Member-Collection_reversed the gulp of magpies just left after a quick breakfast of peanuts and cookie crumbs e1 e2 convocation scholars Other the proposal was debated and enthusiastically endorsed in 2002 by a convocation of international scholars that included many prominent academics, among them scientists of the stature of the late h. curien, h. varmus, p. crutzen and j. sachs e1 e2 murders conviction Cause-Effect in south africa, which has one of the best police to public ratios on the continent, the share of murders that result in a conviction is about 18%, compared to 56% in the us and 61% in the uk e1 e2 monkeys enclosure Entity-Origin a group of monkeys who escaped from an enclosure at edinburgh zoo are one step from being caught e1 e2 opinions blog Other people now post their opinions to this blog e1 e2 vibrations movement Cause-Effect traffic vibrations on the street outside had caused the movement of the light e1 e2 diamond colliers Other poodles of all types were the ideal circus dogs when not dyed pink and wearing diamond colliers in via veneto or maxim's e1 e2 door lock Component-Whole_reversed a digital door lock is an electronic lock for residential applications such as front doors on apartments and single-family houses e1 e2 red grape wine Entity-Origin_reversed red grape wine is an alcoholic fruit drink of between 10 and 14% alcoholic strength e1 e2 transcript scribe Product-Producer the text also exists in a transcript by a professional scribe, which was prepared for sir dudley carleton e1 e2 witch magic Instrument-Agency_reversed a witch is able to change events by using magic e1 e2 committee organisation Component-Whole the committee is an integral part of our organisation e1 e2 clock presentations Entity-Destination i have inserted a clock into the presentations e1 e2 family features Product-Producer_reversed the family constructed some tcu horned frog supporting snow features as well as just a really nice picture of an old fashioned light post e1 e2 method combination Other one simple method for clearing small clogs is to use a tried-and-true combination of baking soda and vinegar e1 e2 statue head Other the complete statue, topped by an imposing head, was originally nearly five metres high e1 e2 article use Message-Topic in the article, the authors explore the use of technology in small pharmacy chains e1 e2 comments readers Product-Producer the following comments are provided by readers and are the sole responsiblity of the authors e1 e2 president university Other the organic act of 1868 made several specific references to the powers and duties of the president of the university after stating that he be elected to office by the board of regents e1 e2 wine grapes Entity-Origin this grand cru wine is made from pinot noir grapes and is medium to full-bodied in style e1 e2 slide crew Cause-Effect_reversed the slide, which was triggered by an avalanche-control crew, damaged one home and blocked the road for most of the day e1 e2 inspector yard Entity-Origin since the inspector had left the yard, early that morning, he had disappeared e1 e2 regulations force Other international ship sewage regulations have entered into force e1 e2 questions press Product-Producer ambassador sun shuzhong answered the questions from the local press after his visit to the memorial center in kigali on dec. 28, 2007 e1 e2 children exile Other her children have gone into exile e1 e2 father bar Instrument-Agency_reversed a bedouin mediator again returned her when her father promised not to hurt her, and then her father killed her with an iron bar e1 e2 rebound net Entity-Destination he put a rebound into an open net for his eighth goal e1 e2 student application Product-Producer_reversed the ubc graduate student spent his free time creating an application called colorsplash that lets people play with the colour in their digital photos e1 e2 bar seats Component-Whole the safety bar of the seats has to be folded down by the passenger and it has to be kept closed during the journey e1 e2 back chair Component-Whole by 1715 the cabriole leg was in general use, and the back of the chair had started to become square in shape: no longer was it the characteristic tall and narrow feature of the previous century e1 e2 fatigue pain Cause-Effect muscle fatigue is the number one cause of arm muscle pain e1 e2 claw hammer Component-Whole lawhammer coat: a slang term for a man's formal evening coat, because split tails resemble the claw of a hammer e1 e2 magazine sport Message-Topic the magazine was founded in order to keep athletes serving as soldiers informed about their sport back home e1 e2 cartomancers cards Instrument-Agency_reversed many professional cartomancers use a regular deck of playing cards for divination e1 e2 films mental illness Message-Topic many films have portrayed mental illness or used it as a backdrop for other themes e1 e2 company publication Product-Producer_reversed the software company addressed the problem with the publication of a fix on saturday e1 e2 papaya nectar Entity-Origin_reversed drinking down the rest of his papaya nectar, and wiping his mouth he turned and hurried away throwing a goodbye and wave over his shoulder madly dashing thorough the crowds e1 e2 volume concepts Message-Topic this volume analyzes central concepts of the contemporary political debate e1 e2 defendant custody Entity-Origin the defendant was released from custody on march 2, 2001 e1 e2 plant vehicles Other in addition, the plant builds four-cylinder "ecotec" that are used in vehicles like the chevy malibu and cobalt e1 e2 cheese dish Component-Whole we used fried cheese as an element in a dish e1 e2 castle museum Component-Whole the castle was inside a museum e1 e2 clubs ownership Other more and more english premier league clubs are falling into foreign ownership e1 e2 man car Entity-Destination the man was carried into a waiting police car from coleraine times e1 e2 section interpretation Message-Topic the aim of this section is the interpretation of the results and their relation to the existing knowledge e1 e2 drawer coffeemaker Component-Whole bunn has recalled 35,600 single-cup pod brewers because the drawer of the coffeemaker opens unexpectedly during a brew cycle, posing a burn hazard to consumers e1 e2 tube container Entity-Destination a probe tube is introduced into a reaction container for measuring the operating condition of a medium in the interior of the container e1 e2 views television Message-Topic david mamet took questions from the audience and shared his views on topics such as television, the democracy of culture and the english accent e1 e2 chapter importance Message-Topic additionally, the chapter points out the importance of new employee orientation and lists some of the important things to cover during that process e1 e2 station device Component-Whole_reversed the monitoring station receives the signal through a communication device and the combined signal is processed to retrieve gps data e1 e2 offenders officers Entity-Origin in this approach, correction and police personnel jointly sought to locate and apprehend offenders who had absconded from parole and probation officers e1 e2 book beauty Message-Topic the major theme of the book is the beauty of a dream e1 e2 spills hurricane Cause-Effect_reversed it spilled more than 53000 gallons of crude oil into the surrounding marshes one of the bigger spills caused by the hurricane e1 e2 studies adults Other eighteen studies were focused on older adults living at home e1 e2 diseases gene mutations Cause-Effect_reversed the diseases are caused by gene mutations on the x chromosome e1 e2 response ripple Cause-Effect the pretexts offered were laughable, and the response caused scarcely a ripple on the flood of commentary on washington's noble "efforts to spread democracy" e1 e2 tree crown Component-Whole_reversed the size of a tree crown is strongly correlated with the growth of the tree e1 e2 mischief rats Member-Collection_reversed the state capital is a disgusting sewer and bruno is just one in the mischief of filthy rats that proliferate there e1 e2 cable network science fiction tv shows Other sci-fi channel is the cable network exclusively dedicated to offering classic science fiction tv shows and movies, as well as bold original programming e1 e2 cat trap Content-Container the mummified cat was found in a live trap with an empty dish e1 e2 stories dance Other the stories are narrated through dance e1 e2 foundry frames Product-Producer_reversed the foundry's major product lines include manhole frames and utility covers, airport castings, drainage products, trench grates, hydrant and valve components, and industrial castings e1 e2 air smell Other the air was filled with the smell of burning plastic e1 e2 joy laughing Cause-Effect_reversed lisa took great joy from laughing, volunteering at school, taking pictures, chatting, the twins and vikings, playing softball and volleyball, and time at lake vermilion e1 e2 lines author Product-Producer such lines from the pen of a young author widely read by the younger part of the population only confirm the profound change in the mood of the freuch proletariat e1 e2 receiver tone Cause-Effect the receiver was outputting the same tone to my deva 5 e1 e2 squad militants Member-Collection_reversed at least 12 people were killed yesterday when a squad of heavily armed militants stormed the police training school on the outskirts of lahore, spraying it with gunfire and grenades e1 e2 telescope lenses Component-Whole_reversed the telescope comprises lenses and tubes: both are extremely important to the performance of the telescope e1 e2 pulp tupperware tub Entity-Destination we poured the pulp into the tupperware tub filled with water e1 e2 carpenters wood Instrument-Agency_reversed carpenters build many things from wood and other materials, like buildings and boats e1 e2 samples milking Other milk samples were obtained from one milking of each cow e1 e2 blogger conversation Other there's a comparison between the intimacy and accountability offered by a novel and that offered by a blog in which the blogger is participant in an on going conversation, in which the line between reader and original poster is blurred beyond recognition, in which collective comment replaces old-fashioned ivory tower editing with a kind of universal peer review e1 e2 speech idea Message-Topic his speech criticised the idea of religious education as a journey around the various religions e1 e2 rice flour Entity-Origin_reversed the bread prepared with rice flour was considered good by 25% of the assessors, regular by 33%, very bad by 17% and very good by only 8% e1 e2 body passenger Entity-Origin_reversed the body unleashes its extraterrestrial passenger, which proceeds to infect the student population at a breakneck pace e1 e2 asteroid disaster Other asteroid threatened earth with disaster e1 e2 farm acres Component-Whole_reversed in its early years the farm had forty acres, and was a productive subsistence farm with sheep being the primary source of income e1 e2 laptop plastic bag Content-Container the laptop was inside a protective plastic bag made from ldpe number 4, which can be easily recycled e1 e2 telephone operator Instrument-Agency gary wheelan, a womanizing, adulterous thirty-something dallas attorney, finally gets what he deserves when his verbal assaults provoke a telephone operator e1 e2 tales concerns Message-Topic he weaves complex tales concerning the romantic concerns of happiness, love and sufferance e1 e2 forebrain amphibians Component-Whole unlike the forebrain (telencephalon or cerebrum) of mammals, birds, and fish, the forebrain of amphibians is similar across all three orders of amphibians: the anurons (frogs and toads), the urodiles (salamanders and newts), and the caecilians e1 e2 company home Other after handsome renovations at various locales, the company has remodeled a church into a home e1 e2 camera leaflet box Content-Container the hidden camera, found by a security guard, was hidden in a business card-sized leaflet box placed at an unmanned atm in tokyo's minato ward in early september e1 e2 organizations resources Instrument-Agency_reversed with our help, non-profit human service organizations effectively manage their resources and succeed in the modern era of human services e1 e2 swim bladder animals Component-Whole the swim bladder of aquatic animals gives them the ability to manioulate gravity and should be researched more e1 e2 coffle asses Member-Collection_reversed on the morning of the 16th we again set forward, accompanied by a coffle of fourteen asses, loaded with salt, bound for sansanding e1 e2 coloring coat of arms Entity-Origin the coloring is derived from the grand duke's coat of arms e1 e2 coalition interests Member-Collection_reversed the constitutionalist and republican were arm in arm; and the quaker and presbyterian forgot their religious antipathies in this coalition of interests e1 e2 electrician tool Instrument-Agency_reversed a multi-purpose electrician pliers tool is crucial for severing any gauge wire with which the electrician is working e1 e2 data epochs Entity-Origin the gps network adjustment of data from both epochs is accomplished using the ski tm software with constrains network adjustment e1 e2 city rock and roll Other we built this city on rock and roll e1 e2 parents station Entity-Origin the parents went away from the police station, since they were poor e1 e2 police chief Member-Collection_reversed william h. parker was the longest serving police chief in los angeles police department e1 e2 hospitals apparatus Instrument-Agency_reversed hospitals today use a "blowby" apparatus for this purpose e1 e2 boots box Content-Container the boots were in a box of stuff the boys picked up at the post office just before the curtain fell e1 e2 attractions billboards Message-Topic_reversed roadside attractions are frequently advertised with billboards to attract tourists e1 e2 guy car Other anyway, the guy convinced some local with a car to drive somewhere to procure us some beer e1 e2 fetus insulin Product-Producer_reversed the placenta fully functions at this time and the fetus makes insulin and urinates e1 e2 design wife Product-Producer the design is by my wife, bianca e1 e2 circle hooligans Member-Collection_reversed his literary debut occured in 1919, when he joined esenin's small circle of "literary hooligans," the imaginists e1 e2 litter rabbits Member-Collection_reversed my rabbit just had a new litter of rabbits e1 e2 texts anecdotes Message-Topic several texts relate mythological anecdotes associated with his birth and exploits and explain his distinct iconography e1 e2 documents strategies Message-Topic these new documents point out a number of troubling strategies utilized by enron e1 e2 punchcutter imprint Product-Producer_reversed to test the punch, the punchcutter makes an imprint on a piece of paper after coating the punch with soot from an open flame e1 e2 plug battery box Other they connected the plug of the battery box to the plug of the charger e1 e2 visit strategy Component-Whole our visit is part of the general strategy to engage the global community to benefit our economy, to enhance our national security and of course, to promote the welfare of our ofws -- the biggest community of which is right here in the kingdom of saudi arabia e1 e2 microbes sickness Cause-Effect the presentation uses animation to show how germs and microbes cause sickness, and outlines simple preventive measures e1 e2 implications publication Message-Topic_reversed the possible implications were indicated in the first publication e1 e2 document drugs Message-Topic the document is about illegal drugs, which, it claims, are illegal because they are harmful e1 e2 bazooka game Entity-Origin a bazooka is going to far away from the orginal mafia game e1 e2 model example Entity-Origin the model is derived from an example used by bertrand meyer in his book, object-oriented software construction e1 e2 researchers ingredients Product-Producer_reversed researchers synthesized the basic ingredients e1 e2 ale mug Entity-Destination the ale poured slowly into a mug, at first all foam, then turning translucent before suddenly clarifying into a brilliant suds-topped amber e1 e2 motor canister Content-Container a central vacuum is a vacuum motor and filtration system built inside a canister e1 e2 corps cadets Member-Collection_reversed formation of the corps of medical cadets was approved by congress on august 3, 1861 e1 e2 wing aircrafts Component-Whole_reversed it was used mainly on scarff ring mounts, but was also fitted onto the top wing of fighter aircrafts, controlled by a bowden cable e1 e2 name address Entity-Origin the headquarters of the operation were at tiergartenstrasse 4, berlin and the code name for the program was derived from that address - t-4 e1 e2 analysts frequency Instrument-Agency_reversed analysts assess distribution and changes in distribution over time by using frequency e1 e2 man countries Entity-Destination the man was travelling into neighboring countries without a permission e1 e2 keeper team Member-Collection today it was proved camp is the third best keeper in the team e1 e2 high-wheelers push-bike Other the high-wheelers were descended from an early type of push-bike, without pedals e1 e2 line geometry Other a line is one of the basic terms in geometry e1 e2 pollution cars Cause-Effect_reversed as a result, pollution from cars is causing serious health problems for americans e1 e2 posts writer Product-Producer when viewers ignore negative posts, the offending writer often leaves the site e1 e2 molten core river Entity-Destination molten core have been dropped into the river to investigate the conditions of the occurrence of a steam e1 e2 lithics mountain ranges Entity-Origin the main origin of the metamorphic lithics is from the mountain ranges located in the north-western e1 e2 analyzer method Instrument-Agency_reversed the core of the analyzer first identifies the infeasible paths using the constraint propagation method e1 e2 narrative history Message-Topic he has combined intelligent history with moving prose, creating an informative, inspiring narrative telling the history of a great people e1 e2 attributes children Entity-Destination these attributes are inherited to their children e1 e2 pollen basket Content-Container the bee carries pollen in a pollen basket back to the hive e1 e2 nurse arm Other a nurse grabs the patient by the arm and escorts her back to her bed e1 e2 person content Product-Producer_reversed simply taking something because it's there is unfair to the person who created the content, and whose rights come first e1 e2 mushroom mass Other the mushroom was found in a mass of wet twigs and leaves e1 e2 squad beaters Member-Collection_reversed one win and we've suddenly got a squad of world beaters e1 e2 potatoes basket Entity-Destination meanwhile, we placed the potatoes in a steaming basket that was fitting inside a large pot e1 e2 building engineer Product-Producer 'we weren't sure how high we could go', said bill baker of skidmore, owings & merrill, the building's structural engineer e1 e2 thesis book Message-Topic_reversed this thesis was asserted in a book, written by the police chief of ocrb e1 e2 crew breast Instrument-Agency_reversed a busy crew behind the counter assembles the sandwiches with two pieces of fried chicken breast, which are beautifully battered e1 e2 rain cancellation Cause-Effect rain caused cancellation of the event in 1877, so enforcement of the new law had to wait until 1878 e1 e2 society trends Other professional education is inevitably concerned with the future directions of the profession, and technology and society magazine has published a number of articles about the implications for society of various trends and issues in engineering, computer science, and education e1 e2 roundtables keywords Message-Topic the second format is that of roundtables organised around keywords, that offer students the opportunity to participate in dialogue e1 e2 website articles Component-Whole_reversed the website publishes analytical articles as well as advanced statistics and projections for individuals and teams e1 e2 theory science fiction Message-Topic_reversed the ancient astronaut theory has been addressed frequently in science fiction and horror fiction e1 e2 clustering clusters Other the clustering resulted in 22445 clusters, which were composed from two to thousands of reads e1 e2 cherry wine Entity-Origin_reversed i got started on this project by reading jack keller's recipes for cherry wine e1 e2 song contest Entity-Destination this song has been entered into the contest unofficially e1 e2 dollars trusts Entity-Destination he invested dollars into real estate investment trusts e1 e2 floppies factory Product-Producer in recent years, most floppies have shipped pre-formatted from the factory as dos fat12 floppies e1 e2 wall store Component-Whole on the back wall of the store, beverages within the cooler pop thanks to led lighting, which also helps cut down on the store's energy costs e1 e2 body bin Content-Container the body was in a bin, next to a dumpster, in a fenced-in area of the complex's parking lot e1 e2 congressman party ticket Other in 1952, when fidel ran for congressman on the ortodoxo party ticket, it was father who helped finance his campaign e1 e2 sound viper Cause-Effect_reversed his trademark steam-engine puffing is revealed as a sound made by a viper spitting venom at his prey before swallowing her whole e1 e2 containers dam Entity-Destination sixty-two containers fell into the dam e1 e2 lobe pancreas Component-Whole tissues from the dorsal lobe of the pancreas of 8 starlings (sturnus vulgaris) were examined electron microscopically using conventionally prepared samples e1 e2 elephant toes Component-Whole_reversed the "listening" elephant catches the vibrations with its toes, behind which lie pads of acoustically sensitive fat e1 e2 bottle marbles Content-Container_reversed you have a bottle with enough marbles in it to make one row across the bottom as it rolls down the track e1 e2 staff employees Member-Collection_reversed an initial staff of 5 yields a net saving of 1 employee, whereas an initial staff of 50 employees is reduced by 10 e1 e2 order friars Member-Collection_reversed the order of friars minor capuchin (ofm cap) is an order of friars in the roman catholic church, the chief and only permanent offshoot of the franciscans e1 e2 nails hand Component-Whole musicians used their real nails of the right hand to pluck the strings e1 e2 oil seed Entity-Origin the oil was extracted from crambe abyssinica seed cultivar belenzian cultivated in italy in 1992, using a new cold mechanical squeezing process e1 e2 samples beaker Content-Container that measured moisture content of bagged samples inserted in a beaker of soil at various depths e1 e2 brother gloves Instrument-Agency_reversed silent black-and-white flashbacks show his brother punching him with gloves as his father looks on e1 e2 cane sugar Entity-Origin_reversed you have seen that our 12-ounce cans of soda are now made with pure cane sugar e1 e2 bottle soda Content-Container_reversed the magician shows a bottle full of soda e1 e2 money jar Content-Container worse, the family money was in a jar in the house and was also lost e1 e2 banner knights Other after months of sieges, with some of the most fierce human assaults by numbers many times their own, and when the smoke had cleared, the banner of the knights still stood on the ramparts e1 e2 crash attack Cause-Effect_reversed the deadly train crash was caused by terrorist attack e1 e2 criticism media coverage Message-Topic he directed his criticism at media coverage of the catholic church e1 e2 wine jeroboam Content-Container veuve clicquot's yellow label wine in a jeroboam is aged for up to 15 years e1 e2 work end Entity-Origin construction work at the facility started at the end of 1980 e1 e2 debate roles Message-Topic debate flourishes on the relative roles of the ancient greeks, mesopotamians and romans e1 e2 conditions report Message-Topic_reversed conditions at nottingham prison have been criticised in a new report e1 e2 animals farm Other the animals on this farm are contented, happy cattle e1 e2 sound combination Other she's the lead vocalist and has a sound that captures the listener with a combination of a british/scandinavian accent that's not lost in the mix e1 e2 coin case Content-Container the coin was enclosed in a protective plastic case e1 e2 parade penguins Member-Collection_reversed a parade of pygmy penguins is now a critical economic mainstay, even as generations of migrants develop innovative tourism products and create new export markets e1 e2 ethanol factories Product-Producer speculations on the causes behind the below capacity production of ethanol by the sugar factories in the state figured in the legislative council on tuesday e1 e2 drilling chemicals Other gas drilling threatens public with undisclosed chemicals e1 e2 information press release Entity-Origin the information came from a utica police department press release e1 e2 chain islands Component-Whole_reversed the chain of hawaiian islands provides evidence that the pacific plate moves to the northwest e1 e2 investigations evidence Message-Topic these investigations provided statistical evidence for genuine moral concern for the poor e1 e2 damage misuse Cause-Effect_reversed all the decking on the ramps need to be replaced (for the second time) because of the damage caused by the misuse of the facility e1 e2 fruit seeds Component-Whole a "green bean" which is actually a fruit with seeds inside e1 e2 enjoyment programming Cause-Effect_reversed these types of scripts help visually impaired individuals to get more enjoyment from programming because the action on-screen is described for them e1 e2 technique combination Other the technique used for combination of information from the different subdetectors was presented during the tracking-pid-physics meeting e1 e2 bones foot Component-Whole broken bones (also called fractures) in the foot are very common e1 e2 migrations deprivation Cause-Effect seasonal and nocturnal migrations cause sleep deprivation in diurnal swainson's thrush, catharus ustulatus e1 e2 accident impact Cause-Effect the aircraft was written off in the accident due to the severe impact caused by the klm aircraft, and the resulting fire e1 e2 aria composer Product-Producer bist du bei mir (en: "be thou with me") (bwv 508) is an aria by a german composer named gottfried heinrich stoelzel e1 e2 contents carafe Entity-Destination we dissolved the contents of one packet in a carafe of water and ran the brew cycle e1 e2 stem tree Component-Whole in the stem of that tree is a cute little house e1 e2 time machine Other the time machine itself is a plain gray box, with a distinctive electronic "hum" created by overlaying the sounds of a mechanical grinder and a car engine, rather than a processed digital effect e1 e2 production playwright Other but few anticipated that a small-scale production by a young playwright could spark the violent confrontation that this weekend resulted in thousands of pounds worth of damage and clashes with riot police at birmingham repertory theatre e1 e2 philosopher writings Product-Producer_reversed andronicus wrote a work upon aristotle, the fifth book of which contained a complete list of the philosopher's writings e1 e2 tableau room Content-Container a tableau like this one is placed inside the king's room and refers to court ceremonies e1 e2 strings device Component-Whole the following protocol is used for patients who do feel the strings of the device at the external cervical os e1 e2 cases term Entity-Origin the article does a great job of tying the three procedural cases from last term with larger complex litigation issues e1 e2 mix pans Entity-Destination we all worked together to mix the ingredients, poured the mix into the two cake pans and put them into the oven e1 e2 lungs ferrets Component-Whole an increased expression of cyclin d1 was seen in our experiments in the lungs of the ferrets supplemented with high dose beta-carotene e1 e2 gerbil threat Entity-Origin in this panel the gerbil runs away from the threat e1 e2 airstrike explosions Cause-Effect the airstrike also resulted in several secondary explosions, leading marines at the site to suspect that the house may have contained homemade bombs e1 e2 keel ship Component-Whole the keel acts as the backbone of the ship e1 e2 barrages energy Other barrages make use of the potential energy in the difference in height (or head) between high and low tides e1 e2 protocol implementation Other in accordance with the provisions of the interim agreement both parties agreed on this protocol for the implementation of the redeployment in hebron e1 e2 conflict wastewater Cause-Effect_reversed the third conflict has been caused by the highly polluted wastewater from the industrial park around the town of kemalpasha e1 e2 report commission Product-Producer a report by the commission forecasts that revenues of the nation's post and telecommunications sector will grow 22.4% year-on-year to 60 trillion dong ($3.75b) this year e1 e2 car engine Component-Whole_reversed the competitor car achieved the top fuel efficiency using a small internal combustion engine e1 e2 driver keys Instrument-Agency_reversed a port st. lucie man who stole a delivery driver's keys to get back at him over a grudge has been arrested on felony burglary charges e1 e2 book phases Message-Topic the book takes into account various phases of the life of the muhammad e1 e2 spam clients Entity-Destination he has just sent spam to the clients e1 e2 plum syrup Entity-Origin_reversed panna cotta was average, except for the plum syrup was a bit overpowering e1 e2 news statement Message-Topic_reversed the london-based law firm broke the news in a brief statement on tottenham's official website e1 e2 damage tornado Cause-Effect_reversed the fujita scale is used to rate the intensity of a tornado by examining the damage caused by the tornado after it has passed over a man-made structure e1 e2 friend surfer Entity-Destination last night, my friend ran into a legendary surfer at a bar e1 e2 song hypocrisy Message-Topic the song basically criticizes the hypocrisy and lack of care from politicians e1 e2 horse hoof Component-Whole_reversed every three to five weeks due to the growth of the horse's hoof, the shoe is removed and the hoof trimmed e1 e2 downturn people Other as the downturn has made people more frugal, landfill volumes have dropped e1 e2 motives trial Entity-Destination the prosecution seeks to enter motives into gibbs trial e1 e2 compeers profession Other todd was quite as much on a level with his compeers of the profession, in that country, as was marmaduke with his brethren on the bench e1 e2 citizen battles Other the new corporate citizen has landed into legal battles e1 e2 topics song Message-Topic_reversed several topics were related through song e1 e2 rookery seals Member-Collection_reversed the largest breeding rookery of grey seals is on the monach isles, west of benbecula e1 e2 novel forces Other the film trilogy has contributed to a dumbing down of the reception of the novel by the forces of mass-commercialization e1 e2 car river Entity-Destination a car went into the river with a man and a baby inside e1 e2 news rights issues Message-Topic we are happy to relay the news that the various rights issues have been resolved e1 e2 team ram Instrument-Agency_reversed the swat team breaks open a 2nd-floor door with a battering ram e1 e2 builder cenotaphs Product-Producer_reversed in the foreground a large upright stone, carved in roman capitals, still exhibits the name of a builder of mausoleums and cenotaphs e1 e2 song band Product-Producer it became the third song by the band to enter the top 5 of the uk singles chart e1 e2 head political party Member-Collection the head of the political party that wins the most seats is responsible for forming the government and thereby becomes the prime minister e1 e2 leaves street Entity-Destination these gardeners blew the leaves into the street e1 e2 book catalogues Member-Collection_reversed these pages are intended to assist you in accessing belgian library book catalogues over the internet e1 e2 man water Other a man from oxford with leprosy for more than 20 years was cured by the water e1 e2 story existence Message-Topic the new york times printed a story alleging the existence of a classified military space shuttle e1 e2 brain jar Content-Container the man's brain was in a jar on my desk, but for all i know he could be out practicing law somewhere e1 e2 stand flamingos Member-Collection_reversed there's a stand of pink flamingos just beyond the mudflats, where the brochure warns people not to venture e1 e2 hair loss stress Cause-Effect_reversed this is one of the more common causes of hair loss caused by stress and when you are losing hair because of this your hair stops growing and lies dormant e1 e2 nation mourning Other his tragic ordeal has thrown our nation into mourning e1 e2 film cadaver Message-Topic the film revolves around a cadaver who seems to bring misfortune on those who come in contact with it e1 e2 litter litter box Content-Container he changed the litter in his pet's litter box e1 e2 news agreement Message-Topic i welcome the news that a comprehensive agreement on bananas has now been reached e1 e2 stem plant Component-Whole the stem of the plant is used for making mats for floor covering as well as decoration e1 e2 grandstand concourse Other the grandstand completes the concourse around the ground, and it will increase seating capacity to where it should be e1 e2 spreads book Entity-Origin twelve double-page spreads from the book are enlarged and reproduced for hanging with the exhibit to illustrate some of the techniques used in the creation of the work in the exhibit e1 e2 heroes movies Entity-Origin the heroes from our past movies are back and and they now have to compete in mortal kombat to save their friends from certain doom e1 e2 petition governor Entity-Destination the construction workers delivered the petition to the governor e1 e2 team jungle Entity-Destination the research team is going into the deep jungle in the amazon e1 e2 staff people Entity-Destination our staff has approached many people for the product survey e1 e2 grandfather story Product-Producer_reversed my grandfather reveals some of his ancestors by telling a humorous family story e1 e2 running shoes Other compared to running barefoot, running in conventional running shoes increases stress on the knee joints up to 38% e1 e2 pilot kit Instrument-Agency_reversed for example, the photo at the top of the page shows a pilot's emergency kit with a watch type compass included e1 e2 church steps Component-Whole_reversed at the bottom of the church steps were three brown parishioners; two more were perched precariously on the railing of the deck e1 e2 activation source Other the meon activation was done with a light source by bouncing, splitting, and changing the color of the beams e1 e2 labor building Product-Producer_reversed the county commissioners had deeded the district an acre of land, and volunteer labor had put up a building e1 e2 report agreement Message-Topic i read the report from somalia on the agreement reached by faction leaders on the form of a future government that has been warmly welcomed e1 e2 heart artist Product-Producer there is a rubbery silicone heart, created by an american artist for a whispered 5,000, pounds for exploring 3d visualisation and ways of removing tremor e1 e2 leather craftsman Other this forum is dedicated to the late lou alessi, a devoted leather craftsman and an all around gentleman e1 e2 article difficulties Message-Topic this article explains the speech and language difficulties pre-school children encounter and how parents and early years workers can help e1 e2 writer series Product-Producer_reversed tributes have been paid to the writer who created goodness gracious me, the hit bbc television series e1 e2 cartload firewood Other i used it to pay for a cartload of firewood i bought from a peasant e1 e2 colors dispersion Cause-Effect_reversed the colors of the rainbow are caused by the dispersion of light as it passes through a prism e1 e2 discussion violence Message-Topic a panel discussion focusing on issues such as domestic violence and fearful relationships was held at the university of rio grande e1 e2 handset manufacturer Product-Producer the phones announced by vodafone yesterday continue the trend of putting the operator's brand ahead of the handset manufacturer's e1 e2 position canon law Message-Topic_reversed the position of the catholic church on the matter is defined in canon law e1 e2 clutch conferences Member-Collection_reversed having completed my clutch of conferences for the time being at least, i'm back in the office today ploughing through the usual pile of emails that always accompany any period of absence from the computer e1 e2 photo frame Content-Container we bought this photo frame for the mother in law and after putting pics on it i was so pleased with it i went back and bought another for my mum e1 e2 finger can Content-Container a human finger was found in a can of menudo soup e1 e2 shipments stock Entity-Destination the shipments have arrived into the stock e1 e2 doctor sphygmomanometer Instrument-Agency_reversed your doctor tells your blood pressure by using a sphygmomanometer, which is the instrument for measuring blood pressure e1 e2 wheelchairs people Entity-Destination the wheelchair foundation donated wheelchairs to people with physical problems in hundred countries e1 e2 troupe dancers Member-Collection_reversed eichmann's troupe of talented young dancers has presented the classic fairy tale before e1 e2 citizen corporation Member-Collection in the case of public corporations every citizen is a member of the corporation e1 e2 hostname server Entity-Destination we sent the hostname to the primary server e1 e2 shell rod Content-Container_reversed the shell encloses a rod having a nickel layer with a phosphorous content e1 e2 meeting hour Other the meeting started at the obscenely early hour of 8.30 am e1 e2 love sculpture Message-Topic_reversed the themes of love and gaiety were reflected in sculpture, as were elements of nature, curving lines and asymmetry e1 e2 articles promotion Message-Topic however, only 20 research articles were identified on the topic of health promotion at retirement e1 e2 meeting trade Message-Topic at a recent meeting on the thorny subject of the gas trade between russia and ukraine, russian prime minister vladimir putin said mrs tymoshenko was a woman with whom he could do business e1 e2 poem worker Product-Producer when victor hugo was shown a poem written by a worker, his embarrassed and patronizing response was "in your fine verse there is something more than fine verse. e1 e2 phalanx lawyers Member-Collection_reversed obama was adapting the tactic to further the bedrock american principle that everyone deserves a phalanx of lawyers e1 e2 drama series team Message-Topic desperados is a cbbc children's drama series following a wheelchair basketball team e1 e2 liberties laws Message-Topic_reversed since then, other civil liberties have been set out in other constitutional laws e1 e2 depression unemployment Cause-Effect_reversed i won't tell you how much music means now, in these times, when you are battling depression from unemployment e1 e2 huddle tents Member-Collection_reversed but they lost their child, arife, here, in the muddy, freezing huddle of tents where the survivors eke out a living e1 e2 stone grinding Other stone grinding flattens the ski base, removes burnt and damaged base material and provides important micro-structure e1 e2 coffin funeral Other the boy's coffin is carried to the funeral by his uncles e1 e2 controversy tickets Message-Topic the shows were marred by some controversy in regard to tickets e1 e2 excursions harbour Other we sailed to neptune's grotto on one of the boat excursions from the harbour e1 e2 coffee cup Content-Container the coffee we got was in a cup the size of a thimble, and it was so strong e1 e2 document diversity Message-Topic this document looks at the diversity of arts and creativity in rural england, and the key role that the arts play in rural regeneration e1 e2 opening cask Other a latching device removably secures and sealingly engages a closure around an opening in a cask e1 e2 family taxi Instrument-Agency_reversed ansari allegdely bombed jhaveri bazaar and the family took the taxi to the gateway of india e1 e2 song mp player Entity-Destination rythmbox moves the song into the mp player e1 e2 body cart Content-Container there is a reward for information leading to the killer of a man whose dismembered body was found in a shopping cart e1 e2 toy trash Content-Container_reversed cat toy was filled with trash e1 e2 transport mechanism Other active transport is a mechanism evolved to mediate traffic across cellular membranes e1 e2 souffle clouds Other white souffle of clouds were strolling along the sky e1 e2 firm accountants Member-Collection_reversed its reputation as an efficient firm of accountants has grown and has attracted a large number of companies e1 e2 bone cell Component-Whole_reversed bone is built up of many cell types and so far we have only investigated human osteoblasts e1 e2 money envelopes Content-Container the money was stored in red envelopes with chinese writing e1 e2 cluster computers Member-Collection_reversed this machine is a cluster of 3240 computers, each with 40 processing cores and includes both amd and cell processors e1 e2 question announcement Message-Topic a question was raised in regard to the public announcement of the names of the three finalists e1 e2 relationships series Message-Topic_reversed relationships between humans of different races have been depicted in more modern series e1 e2 fuel bunker Content-Container the cost of fuel delivered in a vessel bunker is always high e1 e2 phagocytes nanoparticles Other the difference, though, is that this research targeted the phagocytes with the polymer nanoparticles, and not the cancer cells themselves e1 e2 collision crashes Cause-Effect the collision resulted in two more crashes in the intersection, including a central concrete truck that was about to turn left onto college ave e1 e2 electricians ohmmeters Instrument-Agency_reversed after they finish wiring, electricians use ohmmeters, voltmeters, and oscilloscopes to measure the amount of electricity running through the system e1 e2 horde men Member-Collection_reversed from the city the red warriors were rushing toward us, and from the jungle the savage horde of green men were coming to meet them e1 e2 earphones cord Component-Whole_reversed these earphones have a short cord so as not to get tangled up or create drag while submerged in water e1 e2 pain strains Cause-Effect_reversed a good neck support pillow can be used while you are sleeping to remedy the neck pain which has been caused by the stresses and strains of your daily routine e1 e2 yeast beer Other the yeast is an ingredient for making beer e1 e2 boat harbour Entity-Origin as the boat sailed away from the harbour one of the crew felt increasingly uneasy about some of the signs he observed e1 e2 player string Instrument-Agency_reversed on instruments with stoppable strings, such as the violin or guitar, the player shortens the vibrating length of the string e1 e2 anecdotes workers Product-Producer personal anecdotes gathered in oral interviews with rural workers and their allies add a compelling human element to the book e1 e2 movie sheep Message-Topic the movie featured a mutated sheep as the titular monster, which grew larger throughout the movie, until it exploded in the climactic scene e1 e2 brains dish Entity-Destination the mice brains were removed into a 35mm dish e1 e2 storm town Entity-Destination a heavy storm is moving into the town e1 e2 stories book Member-Collection carolyn cooke's stories have been featured in the book e1 e2 committee commission Other a committee assists the commission with the implementation of the programme e1 e2 ribs umbrella Component-Whole the ribs are reinforced with metal tips, to which the fabric of the umbrella is sewn e1 e2 blazes trail Other the yellow blazes denote the trail e1 e2 damage bullet Cause-Effect_reversed the damage caused by a bullet depends on the amount of energy which it transfers to the tissues e1 e2 musician album Product-Producer_reversed a musician who has written an album describing suicide bombers has said he is prepared to be imprisoned under new anti-terrorism legislation e1 e2 files software Entity-Destination i'm importing old document files into the new software e1 e2 swans regions Entity-Destination already in recent years, iowa-raised swans have migrated into regions in illinois near savanna where they have had a successful nesting e1 e2 neuralgia headache Cause-Effect neuralgia (tn) is the most common cause of chronic sinusitis headache e1 e2 writer storyboard Product-Producer_reversed certainly it did to the writer at ad agency saatchi's who pencilled up a storyboard showing a landcruiser emerging from the far side of the world e1 e2 bibliometrics research evaluation Other bibliometrics is an increasingly important tool for research evaluation e1 e2 concerns cases Other there are serious legal concerns in relation to cases of this kind and these are the factors we have to bear in mind when deciding what we publish or broadcast e1 e2 brick mason Instrument-Agency a brick mason is able to use these materials with hand tools and is able to mix the correct mortar to hold it all together e1 e2 damage earthquake Cause-Effect_reversed the distribution of the damage caused by the earthquake in valdivia in relation to the form of the terrane e1 e2 feet floor Entity-Destination my feet have sunk into the floor e1 e2 aunt care Other my aunt has been put into care suffering with memory loss e1 e2 turtles shells Entity-Origin after recovery, three rescued turtles come out of their shells e1 e2 dishwasher controls Component-Whole_reversed this dishwasher has simple, straightforward electronic controls e1 e2 student solution Product-Producer_reversed in the 1960s, a university of wisconsin graduate student named thomas crocker came up with a novel solution for environmental problems e1 e2 arm patient Component-Whole this test is performed with the patient sitting or standing and with the examiner holding the arm of the patient flexed to 90 degrees e1 e2 first part techniques Message-Topic the first part gives an introduction to safety techniques, where risk analysis plays an important part e1 e2 flower cord Other the rainbow flower was made with spool knitted cord on a flower loom e1 e2 evacuation war Other although he initially returns to his wife and children, when they return from evacuation after the war, pavel now sees his wife as cloying and bourgeois e1 e2 pencil point Component-Whole_reversed palomino-kum long point pencil sharpener makes a long pencil point in 2 steps, first sharpening the wood and then precision sharpening the graphite point e1 e2 cadets training Entity-Origin the cadets departed from training with smiles on their faces as they made the journey back to their schools e1 e2 chunks airplane Entity-Origin the ice chunks fell from an airplane e1 e2 strings cello Component-Whole sounds of trumpets, bagpipes, and church organ all appear from the strings of the cello e1 e2 text material Other the text handles all of this material well, integrating it into the flow of the argument e1 e2 couple waters Other a couple embraced next to vehicles piled up by flood waters in tlalnepantla, mexico e1 e2 air mouthpiece Entity-Destination the air is blown into the mouthpiece e1 e2 associations receiverships Instrument-Agency_reversed condo associations are turning to receiverships to collect rent on foreclosed units e1 e2 crisis boss Other the first i heard of the crisis was from my boss e1 e2 scholarship student Entity-Destination this scholarship was awarded to an outstanding student for recognizing her academic excellence e1 e2 misinterpretation word Cause-Effect_reversed the misinterpretation has been caused by the italian word for vacuum tubes, which is valvole (or tubi a vuoto) e1 e2 damage bombing Cause-Effect_reversed the current iraqi government is seeking financial compensation from israel for the damage caused by the bombing of the osirak nuclear reactor in 1981 e1 e2 death tsunami Cause-Effect_reversed the sheer scale of the death and destruction caused by the 2004 boxing day tsunami is impossible to fathom, even five years on e1 e2 satisfaction playing Cause-Effect_reversed as a guitarist i get so much satisfaction from the playing and performing of music e1 e2 backpage news paper Component-Whole she guessed the backpage of the news paper, and she won e1 e2 team team Other the mccain team has hastily assembled a team of former bush white house aides to tutor the vice-presidential candidate e1 e2 potato starch Entity-Origin_reversed potato starch tolerates higher temperatures than cornstarch when used as a thickener e1 e2 leakage person Cause-Effect_reversed in this paper, we propose a web-based system for prevention of the confidential information leakage caused by the person who is authorized to access e1 e2 investments century Entity-Destination the inquiry takes the investments into the 21st century e1 e2 particle bath Entity-Origin the time to the arrival of the first brownian particle from an equilibrated continuumbath to an absorbing sphere was shown by bordewijk in 1975 e1 e2 bottle water Content-Container_reversed but the man had a bottle with water in it inside the bag, and it was not accidental e1 e2 lane road Component-Whole transport authorities in the western cape have warned of hefty fines for motorists who ignore dedicated lane for buses and minibus taxis on the road e1 e2 industries economies Entity-Destination in effect, rich countries have exported dirty industries to emerging economies e1 e2 congregation plovers Member-Collection_reversed a congregation of plovers is nesting in the field behind the church e1 e2 sensor winding Component-Whole_reversed the sensor has a coil winding in the shell of the cylinder e1 e2 microcracks stress Cause-Effect clinically, microcracks cause stress or fragility fractures e1 e2 body coffin Entity-Destination the body that was removed for an autopsy was placed in a lead coffin, which was put inside a wooden case e1 e2 crock pot hams Content-Container_reversed in a large oval crock pot i've had some hams that can fit in whole e1 e2 paper discovery Message-Topic his paper narrated the discovery chronologically e1 e2 lane road Component-Whole there is a curb between the sidewalk and the shared bus and bike lane on the road e1 e2 rouleau cells Component-Whole_reversed we study the influence of an external electromagnetic field of 1.8 ghz in the formation or disaggregation of long rouleau of identical erythrocyte cells e1 e2 mobile phone toilet Entity-Destination i accidentally dropped my mobile phone into the toilet e1 e2 husband leg Instrument-Agency_reversed her husband copes well with his handicap in using a wooden leg e1 e2 search scales Other the search for the coefficients started at the higher scales (lower frequency) since there were fewer wtmm at higher scales e1 e2 book writer Other an academic book has been reviewed by a fiction writer, who complained the book is "academic" e1 e2 handgrip micrometer Component-Whole the handgrip of the micrometer has a circumference of exactly 2 in., so that lateral movement of. 1 in. results in the expulsion of 0.005 ml. of fluid e1 e2 creations chef Product-Producer the food here is outstanding, thanks to the expertly crafted culinary creations of the head chef e1 e2 cylinder engine Component-Whole unit direct injection also injects fuel directly into the cylinder of the engine e1 e2 squirrel group Entity-Origin a gray squirrel runs away from a group of mushrooms e1 e2 shoe laces Component-Whole_reversed my shoe laces stay tied all the time e1 e2 land river Other the land uprises from the river to the hills e1 e2 movement moles Member-Collection_reversed early and recent pictures had to be perfectly aligned, allowing them to track the movement of moles, wrinkles and other facial landmarks e1 e2 basis population Other the elections to the minority seats are held on separate electorate basis consisting of non-muslim population of the country under the same general procedures as those for the muslim seats and at the same time e1 e2 aunt health Other unfortunately, my aunt fell into bad health throughout the year e1 e2 hand gestures Other in 2006 we reported on a robotic hand that formed rock, paper, scissors gestures by reading a human subject's mind via an mri scanner e1 e2 plane crash novel Message-Topic_reversed a plane crash is the first event in that adventure novel e1 e2 system modules Component-Whole_reversed since the system is built up of many modules, each weighing less than 16kg, it can be easily transported and installed e1 e2 fear stab Cause-Effect_reversed finally, slone's fear of aids and the mental distress she suffered from this fear were caused by the needle stab e1 e2 reforms changes Message-Topic the majority of the announced reforms had to do with changes in allocation mechanisms e1 e2 commentator obscenity Product-Producer_reversed the outspoken cricket commentator's obscenity as south africa lost their sixth wicket was heard by listeners e1 e2 spindle areometer Component-Whole the glass spindle of the areometer (see figure 2.3.39) is immersed in the liquid under analysis e1 e2 chapel manor house Component-Whole the chapel in the manor house was dedicated to the nowadays somewhat obscure st blaise e1 e2 oven plug Component-Whole_reversed the outlet has the single l-shaped prong for the dryer, but the oven has the standard 3-prong flat plug e1 e2 bag secure locker Content-Container the bag was contained in a secure locker inside the security office e1 e2 porch queen Product-Producer these temple excavations at luxor discovered a "porch of drunkenness" built onto the temple by the queen hatshepsut, during the height of her twenty year reign e1 e2 topic discussion Other one topic that came up in the discussion with the audience was the future of news e1 e2 lychee note Other the lychee stuffed in the meat stirs the palate with a resonating note of citrus while the elusive taste of the lotus leaves fades e1 e2 answer riddle Entity-Origin the answer metaphorically popped out of the riddle in words e1 e2 scum stripes Other o'reilly drew yet more ire from think progress smear artists christy harvey and judd legum by pointing out an obvious truth, that the internet gives scum of various stripes support and encouragement by linking them up with like minded cretin e1 e2 dance company Other we dissect the body of people who make up a dance company, offering an insight into the roles and responsibilities involved in running a successful company e1 e2 brotherhood kings Member-Collection_reversed the boy ends up having to find a second and third pendant in order to save his family, following clues left by the followers of an ancient brotherhood of four forgotten british kings e1 e2 prisoner detention Entity-Origin a saudi prisoner escaped an american detention in the desert e1 e2 grasshoppers burrow Product-Producer_reversed it is used by the grasshoppers to force a burrow in the earth to receive the eggs e1 e2 suffering embargo Cause-Effect_reversed the suffering caused by the embargo is sometimes reported here as well e1 e2 medallion pouch Entity-Destination one young pilot placed the medallion in a small leather pouch that he wore about his neck e1 e2 needles packs Entity-Destination the company inserted needles into small lunch-size pork packs e1 e2 sculpture craftsmen Product-Producer also, a small carved wooden sculpture of a rhinoceros was made by craftsmen in africa e1 e2 attacker instrument Instrument-Agency_reversed she had struggled violently with her attacker, who killed her with a blunt instrument e1 e2 plants rooms Entity-Destination plants from the tissue culture laboratory were brought into plant growth rooms e1 e2 company version Other the company has mocked up a version of youtube built around the html5 video tag, playing mini-movies inside a browser sans plug-ins e1 e2 students drawing Product-Producer_reversed the students had decorated the blackboard with a drawing of a young woman and a bright yellow moon e1 e2 offers catalog Entity-Destination the offers have been placed into our catalog e1 e2 heart casket Entity-Destination douglas obeyed the king, and the heart was enclosed in a silver casket e1 e2 body bin Content-Container the body of 52-year-old patrick mccormack was hidden in a bin in the walk-in freezer at the back of a fish shop in galway after he was killed by a criminal associate e1 e2 export company Other this export company is involved in sourcing various manufacturing commodities and exporting these products to different countries around the world e1 e2 hyperlink field Entity-Destination the first hyperlink in the post was inserted into a custom field e1 e2 aid areas Entity-Destination for once, the aid is flowing into the areas destroyed by the typhoon e1 e2 criminal jail Entity-Origin the criminal just got out of jail from a mutli-million dollar fraud involving his old company e1 e2 arm government Component-Whole the maritime administration of latvia is the arm of the government, under the ministry of transport, which has the overall responsibility for overseeing maritime concerns e1 e2 nuclear energy pollution Cause-Effect even nuclear energy is among the causes of water pollution e1 e2 windshield cockpit Component-Whole the windshield of the cockpit is much like other windshields except for a few things, laser sensors on the plane find other planes within a 45 mile radius e1 e2 anger abuse Cause-Effect_reversed sorace was unaware that her anger was caused by the abuse e1 e2 paper desk drawer Content-Container then i remembered--my paper was in the desk drawer e1 e2 entrance east Other the entrance to the temple was originally from the east, near the southeastern corner and decorated with twin monolithic limestone pillars colored red and bearing on the exterior side vertical hieroglyphic inscriptions in sunk relief with the queen's titulary, name and depiction e1 e2 debt stress Cause-Effect as people discovered that debt and overconsumption cause stress to families, the planet, and each of us, many turned instead to friends e1 e2 hall arrangement Other the hall has a 'vineyard-style' seating arrangement similar to that of walt disney hall, in los angeles; here the audience will be arrayed on raised terraces surrounding an orchestra platform e1 e2 terrorists jail Entity-Origin they were prosecuted and sentenced to death by court but, last year 2007 all the five terrorists broke away from a security high-alert jail in quetta e1 e2 advertising selections Message-Topic we use newspaper advertising primarily to inform customers about new selections available e1 e2 leaflet qualities Message-Topic therefore, we have made a new 8-page leaflet informing about all the qualities of our large range of pressure filters e1 e2 soldiers camp Entity-Destination the newly recruited soldiers arrived to the training camp e1 e2 haul fish Other an artificial coral reef sunk off phuket's karon beach two years ago is thought to be responsible for a bumper haul of fish caught by local fishermen earlier this month e1 e2 quilts cousin Product-Producer the first exhibition featured seven quilts by loretta pettway, arlonzia pettway's first cousin e1 e2 chivalry warrior-knights Other the nobility, honor, and chivalry of the warrior-knights of medieval europe disappeared with modern warfare's machine guns, tanks, and nuclear bombs e1 e2 comment mayor Product-Producer the shrinkage debate suddenly gained prominence last month with a blunt comment by the acting mayor e1 e2 strike death Cause-Effect the drone strike that resulted in the death of pakistan's most wanted terrorist is believed to be a result of deliberately planted false intelligence, sources in south waziristan have confirmed e1 e2 rig drilling Other nido petroleum hires rig for drilling e1 e2 album singer Product-Producer it is the final album completed by the singer and released in her lifetime e1 e2 fear power Cause-Effect_reversed the idea of roman expansion into north africa started with the fear and jealousy caused by the great economic power of carthage e1 e2 money safe Content-Container the money was locked in a safe on the premises, but it was on a timelock and would not have opened until 9am e1 e2 students crops Other students of mozambique planted the first crops e1 e2 jam trucks Member-Collection_reversed i realized then that the jam of trucks at the gate probably belonged to his young charges e1 e2 tides gravitational pull Cause-Effect_reversed tides are caused by the gravitational pull of the moon and sun, and the rotation of the earth e1 e2 streaks particles Cause-Effect_reversed the dramatic streaks we see in the sky are caused by particles that incinerate before they hit the ground e1 e2 changes sub-committee Message-Topic_reversed changes to the regulations have been discussed in cabinet sub-committee e1 e2 animations version Entity-Destination animations are exported to the new adobe version e1 e2 reflux mouth Entity-Origin he removed the recurring acid reflux in the mouth e1 e2 dust alarm Cause-Effect the dust from the extinguishers set off the alarm e1 e2 photoreceptors retina Component-Whole the small photoreceptors of the retina (the inner surface at the back of the eye) sense light and transmit impulses to the optic nerve e1 e2 bacteria sickness Cause-Effect the drug has a low half-life that makes it ideal for killing of the susceptible bacteria responsible for sleeping sickness e1 e2 types sections Message-Topic_reversed three types of gesture features have been introduced in previous sections e1 e2 gun box Content-Container she indicated to the deputy sheriff that a gun was in a box in her bedroom e1 e2 pain indigestion Cause-Effect_reversed the pain from an ulcer is usually more severe than pain from indigestion, often gnawing in nature, it sometimes goes through to the back e1 e2 word noun Entity-Origin technically an adjective, the word is derived from a noun meaning "force," "power," or "cause. e1 e2 remote desk Content-Container well my husband was still in the shower and the remote was in the desk in the back room e1 e2 cells tissues Entity-Destination the cells migrated into the inflammatory tissues e1 e2 drove hogs Member-Collection_reversed this is a typical barnyard scene, showing the farmer feeding a drove of hogs e1 e2 borrowers troubles Other borrowers fall into financial troubles, but lenders have several ways to help e1 e2 joy eating Cause-Effect_reversed the kids get great joy from eating the tomatoes right off the vine e1 e2 men store Other three men spent the afternoon inside a record store listening to an obscure band e1 e2 farmer tractor Instrument-Agency_reversed the farmer ploughed the fields with this 2-piece farm tractor e1 e2 stroke death Cause-Effect stroke is one of the leading causes of death, long-term disability, and hospital admission in the industrialized world e1 e2 praise classics Other in praise of these beautiful classics we organized 'mekko exhibition' out of diy fashion shoots and nostalgic photos from family albums e1 e2 newsletter happenings Message-Topic the newsletter is published once a fortnight to keep families informed on school happenings e1 e2 management firm Other the management of the firm needs information on condition in the market and price elasticity of demand e1 e2 machine dictators Other the propaganda machine tells us about these tin-pot dictators, which are the greatest threat to the world e1 e2 plant storage unit Entity-Origin the plant grows from an underground storage unit called a corm e1 e2 poppy codeine Entity-Origin_reversed the opium poppy, papaver somniferum, is the source of the narcotic analgesics codeine and morphine, which accumulate in specialized internal secretory cells e1 e2 defendant affidavit Product-Producer_reversed in march 1995 the defendant swore an affidavit in which he referred to sales of parts of the farm land and an offer for the wareham property e1 e2 flicker candles Cause-Effect_reversed i still shiver as i remember trying to page through economics texts by the flicker from candles while clad in overcoat, scarf, and little knitted gloves with the fingertips cut off, in the 4 p.m e1 e2 pain torment Cause-Effect_reversed the worst pain of all was caused by the torment to her head which was like the pain of thorns pressing into her e1 e2 director company Other the director of the company in its inaugural year was george ogilvie e1 e2 discomfort braces Cause-Effect_reversed overall, discomfort from braces is typically short in duration and easily managed e1 e2 playwright directions Instrument-Agency_reversed the playwright creates tension using many stage directions e1 e2 community positions Entity-Origin the community was eluded from positions of power as a result of a deal made by the sunni arab minority and the british "imperialists" who had carved iraq out of the moribund ottoman empire in the wake of world war i e1 e2 flour sacks Entity-Destination everything from flour to coffee beans to spices were neatly labelled in cannisters and, through a viewing window, a young girl poured flour into hessian sacks e1 e2 locomotive train Component-Whole the lead locomotive of the train had a video camera that recorded the view in front of the train e1 e2 body suitcase Content-Container his body was in a suitcase which had been dumped in a duck pond e1 e2 boy cradle Entity-Destination paul bunyan's parents took the boy and put him in a cradle out in the ocean e1 e2 factory glass Product-Producer_reversed a major product of the factory was decorative quarry glass which was mass-produced by moulding and printing, rather than hand-cutting and painting e1 e2 ear canal Component-Whole_reversed after sound waves enter the outer ear, they travel through the ear canal and make their way to the middle ear e1 e2 work galleries Other he is a russian artist whose work has been shown in various galleries across the world e1 e2 property developer Product-Producer a property developer has banned homeowners from keeping cats or dogs to protect birdlife on nearby heathland e1 e2 distraction incident Cause-Effect the distraction caused by the students, coupled with limited vision down the track, caused the incident to occur e1 e2 light friend Cause-Effect_reversed immediately a soft glow appeared on her lovely face as the light was radiating from her soft winged friend e1 e2 entrapments suffocation Cause-Effect four of the entrapments resulted in suffocation: a 7-month-old in gouverneur, n.y.; a 7-month-old in new iberia, la.; a 6-month-old in summersville, w.va.; and a 9-month-old in bronx, n.y e1 e2 glut parrs Other about nine or ten years ago such a glut of parrs visited that part, that for several weeks it was imposible to dip a pail into the sea without taking some e1 e2 crush fans Member-Collection_reversed beatles' peripatetic lifestyle, had quickly become a logistical necessity and a large part of the budget was reputedly spent avoiding the crush of fans e1 e2 members gangs Member-Collection six members of one of mexico's most active drug gangs, including someone accused of being the organization's bookkeeper, were arrested this week e1 e2 signal sine Other the produced signal sensitively departs from an ideal sine as the input angle approaches the extremes of the range e1 e2 pie factory Product-Producer pork farms is to close its bowyers pork pie factory in trowbridge by april 2008 with the loss of 400 jobs e1 e2 storms losses Cause-Effect storms and earthquakes lead to the second-highest losses in insurance history e1 e2 app newspaper Entity-Origin an app from local newspaper the manchester evening news has topped the uk palm pre app store sales chart in its first week of release e1 e2 laws war Message-Topic however, there are many universal humanitarian laws applying to war e1 e2 drivers toothpick Instrument-Agency_reversed rather than call a mobile mechanic, the drivers fixed the hole with a toothpick e1 e2 cross site Entity-Origin the base in which it sits hides the damage which occurred when the cross was removed from its initial site on the long tan battlefield e1 e2 assembly cover Component-Whole a hinge assembly attaches a cover pivotally to a base of an electronic device and has a pivoting leaf and a stationary leaf e1 e2 plantation beans Component-Whole_reversed toward the end of the novel, chike's father, a former slave whose wealth was based, in part, on a large plantation of cocoa beans and coconuts, wakes up one morning to find that all his plants have been cut down e1 e2 seat cockpit Component-Whole i then widened the opening for the seat in the cockpit tub a tiny bit e1 e2 line aisle Other the viewing line starts in the magic trick aisle e1 e2 lighting works Message-Topic_reversed we learned so much about lighting and rendering from these works of art e1 e2 medicine food Entity-Destination he has added the medicine into the food for his cat e1 e2 discussion function Message-Topic discussion took place on the function of this committee e1 e2 bottle carton box Content-Container one bottle of red wine in a carton box costs 6 euro per order unit e1 e2 fish oil Entity-Origin_reversed dietary sources of omega-3 fatty acids include fish oil and certain plant/nut oils e1 e2 fume irritation Cause-Effect cobalt metal fume and dust cause irritation of the nose and throat e1 e2 flame pyre Entity-Origin now a faint and lonely flame uprises from the pyre e1 e2 treadmill space station Entity-Destination the stephen colbert treadmill has been installed in the international space station e1 e2 ghostwriters books Product-Producer_reversed the purported author of the nancy drew mystery series, "carolyn keene", is actually a pseudonym for a series of ghostwriters who write books in the same style using a template of basic information about the book's characters and their fictional universe e1 e2 geometry string Other a single good starting geometry was generated from an input smiles string e1 e2 pistil carpels Component-Whole_reversed the pistil, made up of one or more carpels, encloses an ovary that contains the ovules, or potential seeds e1 e2 girl boy Entity-Origin i can't help myself crying, especially when the girl went away from the boy in sadness during the boy was in hospital e1 e2 document facts Message-Topic it is a formal legal document that sets out the facts and legal reasons e1 e2 document levels Message-Topic the document established levels of voltage distortion acceptable to the distribution system e1 e2 concern economy Other there is great concern among voters over the economy e1 e2 artist can Entity-Destination finally, the escape artist was put inside a locked milk can filled with water at the old town square in fort collins e1 e2 guy map Instrument-Agency_reversed the first time, the guy hid the taximeter with a map and tried to get 35 euros instead of 12 e1 e2 seniors leadership positions Other two seniors in this house have arrived into senior leadership positions e1 e2 answer trend Entity-Origin surely the answer grows partly from the 20th century's long strange trend toward treating children as a separate species e1 e2 volery birds Member-Collection_reversed your writer had a volery of birds in a large aviary in the back yard e1 e2 areas composition Other the two central areas of controversy have to do with composition and titles e1 e2 kindle rabbits Member-Collection_reversed when our american doe gave birth to her first kindle of rabbits we were very excited e1 e2 investigation allegations Other the investigation had to do with allegations of corruption against some democratic officials e1 e2 nose man Component-Whole blood splattered his boots from the nose of the man e1 e2 shuttles space Entity-Destination for 15 years, nasa's shuttles have journeyed into space e1 e2 valuables safe Content-Container jewelry and other smaller valuables were locked in a safe or a closet with a deadbolt e1 e2 cadre groups Member-Collection_reversed cadre of various ethnic groups defied the banda in dharan of sunsari district e1 e2 audience kids Member-Collection_reversed the cast is appealing because they connect with the audience of young kids and their parents e1 e2 programme happiness Message-Topic also in the programme we consider the subject of happiness e1 e2 memo lineup Message-Topic the internal memo gives details of morgan stanley's new management lineup e1 e2 study mechanisms Other a new mechanobiology research centre of excellence (rce) aims to break new ground in the study of diseases through the mechanisms of cell and tissue e1 e2 children competition Other 194 bulgarian children participated in the international school competition e1 e2 congress provinces Member-Collection_reversed the venezuelan declaration of independence is a statement adopted by a congress of venezuelan provinces on july 5, 1811, through which venezuelans took the decisions of breaking away from the spanish crown, establish a new nation based on the premises of the equality of individuals, the abolition of censorship and a dedication to the freedom of expression e1 e2 sword blade Component-Whole_reversed another popular military blade was the hyup-do, a heavy, long sword with a curved blade e1 e2 range diagram Message-Topic_reversed this range has also been illustrated in the appended diagram e1 e2 dashboard speedometer Component-Whole_reversed the minimum number of gauges on a passenger car dashboard are the speedometer and the fuel gauge e1 e2 text encyclopedia Entity-Origin eventually britannica put together a cd product with only the text from the encyclopedia on it e1 e2 information employees Message-Topic the u.s. transportation security administration (tsa) has lost a hard drive containing information about 100,000 former and current employees e1 e2 forum eighteenth century Message-Topic the swedish society for eighteenth century studies is an interdisciplinary forum for researchers specialized in eighteenth century e1 e2 brotherhood bruisers Member-Collection_reversed to give the audience the most exciting show possible, this brotherhood of bruisers decides which headlocks to throw in, determines when to do so and discusses the use of various props such as plate-glass windows and staple guns e1 e2 devastation waves Cause-Effect_reversed amateur video has been posted online that shows some of the devastation caused by the tsunami waves e1 e2 noise regulations force Other noise regulations have come into force e1 e2 design architects Product-Producer following an international contest for the city's design, a design by the chicago architects walter burley griffin and marion mahony griffin was selected e1 e2 oil runoff Entity-Origin most oil polluting the oceans comes from runoff, rivers, small boats, not tanker spills e1 e2 design student Product-Producer in this same paper, a footnote mentioned an op-amp design by a student that turned out to be quite significant e1 e2 cancer illness Cause-Effect cancer is the abnormal growth of cells that causes illness in the body e1 e2 drama aftermath Message-Topic robert redford's historical drama about the aftermath of the assassination of abraham lincoln looks set to get under way e1 e2 server cabinet Entity-Destination the size of the hole meant that when the server was put inside the cabinet it was dead easy to put the power and network wires through the hole e1 e2 jeans topstitching Component-Whole_reversed jeans have topstitching that is almost impossible to match e1 e2 legion infantrymen Member-Collection_reversed in the early years of the monarchy there was only one legion of 3000 infantrymen (front soldiers) and 300 cavalry e1 e2 company fireman Product-Producer american firehouse brewing supply, located in arlington/pantego, texas, is a company established by a fireman who has a love of home brewing quality beer e1 e2 fire collision Cause-Effect_reversed the two trains caught fire after the collision and were burned e1 e2 joy animals Cause-Effect_reversed seniors get much joy from animals e1 e2 essay literature Message-Topic the paper includes both an essay surveying the literature and a descriptor-indexed bibliography of over 200 papers and books e1 e2 mainmast bark Component-Whole the mainmast of the bark caught her on top of the pilot house, and capt. curler escaped by crawling out of the dow e1 e2 interview next show Entity-Destination he assigned an interview with a presidential candidate to the next show e1 e2 skills surgery Other over the past decade, robotics has driven forward the concept of minimally invasive surgery, building on the skills developed in keyhole surgery and moving away from open-body operations e1 e2 satisfaction watching Cause-Effect_reversed i get tons of satisfaction and joy from watching the little fur ball become the hunter it was bred to be e1 e2 dryer wall Component-Whole_reversed this dryer has a wall on one side, wall on the back, oil heater on the side and a water heater in front e1 e2 immigrant port Other an african immigrant arrives on board a rescue boat at the port of los cristianos on spain's canary island of tenerife october 17, 2008 e1 e2 page terms Message-Topic this page explains commonly used terms in chess in alphabetical order e1 e2 taxes years Entity-Origin i owed some back taxes from pervious years e1 e2 bottle water Content-Container_reversed a bottle full of water or fluids overloaded and stressed rods 218 when the bottle was grabbed by the neck with claw 224 e1 e2 list records Entity-Origin this list has been prepared on the basis of records and information available to the secretariat e1 e2 girl danger Other as the young girl journeyed into unbelievable danger, she did not have the faintest clue that she alone was destined to win, or to lose, this more-than-mortal battle e1 e2 handles hand brake Component-Whole when the flange is close to 90 degrees, lower the bending leaf and unclamp the sheet metal by raising the clamping leaf handles of the hand brake e1 e2 drug brain Entity-Origin after the drug leaves the brain, the user may experience a "coke crash" that causes the user to feel depressed and irritabl e1 e2 phone prototype stage Other the new phone has been moved into prototype stage e1 e2 files folder Entity-Destination my completed torrent files are going into this folder e1 e2 gas centrifuge camp Entity-Origin the modern gas centrifuge was born in a soviet camp for captured german and austrian scientists after world war ii e1 e2 pollution shipwreck Cause-Effect_reversed the pollution was caused by the shipwreck e1 e2 nose surfboard Component-Whole he run the shear form over the nose to continue shaping the nose of the surfboard e1 e2 inhalation irritation Cause-Effect inhalation of excessive concentrations of vapor, fumes, and/or dust produces irritation of the upper respiratory trad e1 e2 corridors hospital Component-Whole there were women in headscarves on the corridors of the hospital and men wearing traditional caps e1 e2 seminar system Message-Topic at the seminar, we gave an account of the current education system and teacher education environment in hong kong e1 e2 film fare Other the film departed from typical documentary fare by emphasizing the commentaries of thompson's friends and peers e1 e2 hailstorm bullets Member-Collection_reversed mosul's al-qaeda leader dies from carpal tunnel syndrome and a hailstorm of bullets - but mostly a hailstorm of bullets.. e1 e2 symposium physicians Other for 31 years, the symposium has assembled international physicians and researchers from academic institutions and private organisations e1 e2 regulation access Message-Topic a new regulation governing the access to documents in the custody of national archives came into effect on the 26th of february 2003 e1 e2 ingredients mixing ball Entity-Destination we have put the ingredients into a big mixing ball long before we started baking the plain naan e1 e2 methane wells Entity-Destination their water has become discolored, foul-smelling, or even flammable because methane from disturbed gas deposits has migrated into water wells e1 e2 prostate glands Component-Whole_reversed the normal prostate is composed of glands and stroma e1 e2 pollution smog Cause-Effect air pollution causes smog and respiratory problems when breathed e1 e2 students texts Instrument-Agency_reversed he encourages students to read beyond the mandatory texts in order to prepare for his exam e1 e2 heroes literature Entity-Origin this series is about a guy named walter who shows what it's like to replace famous heroes from literature, movies, television, etc. with himself e1 e2 suitcase cannabis Content-Container_reversed a woman is due to face court on drugs charges after police found a suitcase full of cannabis in her car near finley e1 e2 batter balls Instrument-Agency_reversed here a batter has mistakenly used his balls to hit the bat into the crowd, scoring a home run and extra casualties e1 e2 bed oysters Member-Collection_reversed a polypropylene net, attached to the bottom of the fluidized bed section, acted as a flow distributor and a support for the static bed of oysters e1 e2 topics categories Entity-Destination the numismatic topics were placed into categories e1 e2 ice shore Entity-Origin the us coast guard is operating a rescue mission to save up to 500 people have been left stranded on a slab of ice that broke away from the shore e1 e2 noise powertrain Cause-Effect_reversed until now, no paper has been presented on predicting the interior noise caused by a powertrain on the basis of hybrid tpa with a real vehicle e1 e2 factory blouses Product-Producer_reversed under the ownership of max blanck and isaac harris, the factory produced women's blouses (known at the time as "shirtwaists") e1 e2 lymphoeytes lymphatics Entity-Destination lymphoeytes are drained into efferent lymphatics e1 e2 kitchen meal Product-Producer_reversed there were no vegetarian entrees on the menu, but the kitchen quickly prepared a beautiful meal of 8 different steamed vegetables e1 e2 files bust Other a bundle of sensitive files linked to a massive police drugs bust have been found dumped in a skip e1 e2 body phrase Other the message body was comprised of the phrase "hey, check this out! " e1 e2 diamond necklace Other evidence of ms. bhutto's role in bomer finance emerged from a visit to london during which she bought a diamond necklace at a knightsbridge e1 e2 pandemic infection Cause-Effect_reversed world aids day, observed december 1 each year, is dedicated to raising awareness of the aids pandemic caused by the spread of hiv infection e1 e2 player orchestra Member-Collection he was a solo double bass player in a symphony orchestra; at that time that was almost impossible due to racist reasons e1 e2 paper review Message-Topic this paper thus presents a detailed review of previous work that evaluates the optimum operational decisions of an lse e1 e2 journal history Message-Topic the journal takes an inter-disciplinary approach, examining the history, culture and theory of anarchism e1 e2 heating wood Other heating with wood is environmentally appropriate (conditionally) and economically e1 e2 evidence results Entity-Origin the evidence arose from the results of several gws studies in which our team has participated e1 e2 data tables Content-Container the data is stored in tables e1 e2 wind weathering Cause-Effect wind and water cause weathering and erosion to change the shape of the earth e1 e2 syndicate investors Member-Collection_reversed the buyer is a syndicate of european investors making their first investment in new zealand e1 e2 motifs ewer Component-Whole a more spare, less robust use of classical motifs is evident in a ewer of 1784-85 e1 e2 display status Message-Topic the display showing signal and battery status also incorporates feedback from machinery being operated e1 e2 bacteria acne Cause-Effect the mentality is since oil and bacteria cause acne, i'll just remove the oil off my face and kill the bacteria e1 e2 chapter attempts Message-Topic one chapter of the book relates attempts made by the us to establish a similar alliance with yemen e1 e2 character producers Product-Producer actually, he is a cartoon character devised by the two producers to serve their blistering cocktail of dancehall reggae, hip-hop and electro e1 e2 benchmarking sources Message-Topic_reversed there are people who have learnt about benchmarking from a range of sources, most notably practitioner-oriented literature, networking, and reflections on their own practice e1 e2 hunter cave Entity-Destination after the fox, the hunter ran into a small cave e1 e2 barrels coopers Product-Producer the highest quality barrels are those hand-made by professional coopers e1 e2 buzzard claws Component-Whole_reversed the common buzzard uses its claws to grasp prey and its beak to tear e1 e2 car clutch Component-Whole_reversed this car still has the original shocks, brakes, clutch, battery, and starts and goes every day even in minnesota's bitter cold e1 e2 strings guitar Component-Whole the strings of a guitar are normally tuned to fourths (excepting the g and b strings in standard tuning), as are the strings of the bass guitar and double bass e1 e2 fistful expectations Other i came here with a fistful of expectations only to have them scattered by the brutal wind of chinggis e1 e2 cache goods Member-Collection_reversed stroker serpentine alerted me to a very messy situation this evening involving a huge cache of stolen goods e1 e2 hardwire brain Entity-Destination a psi-comp implant hardwire has been put into the human brain e1 e2 machineguns box Content-Container the foreign machineguns, greasegun, and machine gun pistol were in a box about 3 ft long and 2 ft wide, olive drab in color, with white lettering on the box e1 e2 fairy tale giant Message-Topic the fairy tale describes a giant with a pair of magic boots that allow the wearer to cover seven leagues in one stride e1 e2 shops clocks Product-Producer_reversed already by the middle of the eighteenth century, several small clockmaking shops produced cuckoo clocks with wooden gears e1 e2 table data Message-Topic this table serves as an example of the data and observations routinely collected in the horner rootstock trial e1 e2 roof building Component-Whole the order, issued nov. 16 by eric landoll, the city's code administrator, states that the roof of the building is allowing rain to fall into the interior of the building and because of this the interior floors are structurally unsound and there is mold and mildew throughout the building causing health concerns for anyone entering the building e1 e2 law registration Message-Topic general contract law issues are examined, as is the law covering the registration of hotel guests e1 e2 cheek bone Component-Whole_reversed well i still have a sore spot on my cheek bone and left joint e1 e2 bar steel Other a solid round bar, 32" long, is constructed from ductile steel (syt=60 ksi, g=11.5 x 106 psi) e1 e2 manor smallholdings Component-Whole_reversed in the days before the democratic reform, the manor had included twenty-two smallholdings, six lots of grassland and farmland covering some 8600 mu (1414.45 acres) e1 e2 index package Other the author index was generated using the latex authorindex package e1 e2 fear darkness Cause-Effect_reversed in the last couple of years i have been working with my fear from darkness e1 e2 tract liturgical practices Message-Topic patriarch cerularius eventually wrote a tract against the western liturgical practices e1 e2 camp outsiders Member-Collection_reversed there was weeping and wailing and gnashing of teeth in the camp of the outsiders now e1 e2 man thumb Component-Whole_reversed he noticed a speck of blood on the man's thumb and what he thought were several corresponding drops on the driver's door of the truck e1 e2 data warehouse Content-Container a data warehouse is a place where data is stored for archival purposes e1 e2 ghost-ship fleet Member-Collection the ghost-ship fleet anchored idle off singabore is an interesting proxy for the collapse in world trade e1 e2 growth area Other the city of chicago lost 725000 residents between 1950 and 2000, yet 82 percent of the suburban growth was from outside the metropolitan area e1 e2 name goddess Entity-Origin the name sedna is from an inuit goddess of the ocean e1 e2 electronic equipment cabinet Content-Container the electronic equipment was in a cabinet on the surface and connected to a 3.65-long, 7.9-cm-diameter thermosyphon with one end buried in the ground e1 e2 tsunami earthquake Cause-Effect_reversed a large tsunami triggered by the earthquake spread outward from off the sumatran coast e1 e2 debate public execution Message-Topic gatrell illuminates the debate over public execution that raged in polite society e1 e2 switch light Component-Whole but even as she fumbled impatiently for the switch of the electric light, she knew that the voice had not come from the bed on the further side of the room e1 e2 tape recorder cabinet Content-Container the tape recorder was in a cabinet outside the cab of the engine e1 e2 comedy format sequences Other tv total started as a comedy format mainly showing and commenting on funny and embarrassing sequences from other tv programs e1 e2 pizza trash bag Content-Container the pizza was inside a trash bag and taped shut e1 e2 player orchestra Member-Collection the synthesist is thus carrying out a role which is analogous to that of a player in an orchestra e1 e2 worker plank Other construction worker carrying a wooden plank on his shoulder e1 e2 electrodes brain Entity-Destination the neuroscientists have implanted electrodes into patient's brain e1 e2 mail city Entity-Origin mail was delivered from the city once each week e1 e2 painter self-portrait Product-Producer_reversed the new pencil and graphite drawing is the painter's first self-portrait in 35 years and took six years to complete e1 e2 grove redwoods Member-Collection_reversed despite this defeat, armstrong continued to work and plan toward the realization of his dream, the preservation of his beloved grove of redwoods e1 e2 hinge book Component-Whole the brick is aligned with the hinge of the repaired book e1 e2 dowel groove Component-Whole_reversed picture 192 shows a completed dowel with a small groove running along its entire length e1 e2 grain drink Entity-Origin_reversed cooking and fermenting the grain produced a tasty nutritious drink which stored well e1 e2 agreements diversion Cause-Effect lopez and espinoza took plea agreements that resulted in diversion -- the completion of requirements such as community service and a fine during a probation period that ended with a clean slate and no conviction e1 e2 atmospheric chemistry acid rain Other examples of problems which have been addressed by atmospheric chemistry include acid rain, photochemical smog and global warming e1 e2 suitcase books Content-Container_reversed he'd brought a suitcase full of books with him and set it out on the sidewalk in front of the library, out of the way of pedestrians, but in plain view of potential customer e1 e2 ulcer stress Cause-Effect_reversed cutler ended up with a bleeding stomach ulcer caused by the stress and hard work supervising their tours twenty-four hours a day e1 e2 mother land Entity-Origin the mother left her native land about the same time and they were married in that city e1 e2 studies inquiry Entity-Destination critical audience studies are migrating into intellectual inquiry focused on participation developing the stress on processes of interactive engagement e1 e2 notes telephone call Message-Topic you have been asked to make notes about a telephone call left by a colleague in the german office of the bank e1 e2 baboons parties Member-Collection the baboons have formed themselves into raiding parties and frequently descend on the village e1 e2 clutch mechanics Member-Collection_reversed down one wall was a series of blueprints, to which the clutch of mechanics around each car constantly referred e1 e2 committee vultures Member-Collection_reversed but, after a few weeks of lying low, mr moi returned to the limelight like a cowboy on horseback, shooting criticisms to the narc administration over its handling of a number of projects, including the free primary education programme, which is now under threat from a committee of thieving vultures e1 e2 money chest Content-Container they took all the money that was in the chest in an upper room; it consisted of hard money and was contained in bags e1 e2 northeast contention Other the northeast was the source of contention between these various rivaling groups e1 e2 bees honey Product-Producer_reversed in antiquity, people knew that bees produce delicious honey, that they sting, and that they increase their numbers by swarming e1 e2 couple accounts Other the estranged couple transferred funds into these accounts from their own personal accounts e1 e2 recipe safe Entity-Destination the closely guarded raffles recipe was locked in a safe that still remains onsite today e1 e2 recessions excess demand Cause-Effect_reversed recessions are caused by an excess demand for money combined with rational downward price rigidity e1 e2 contractors entrance Other work was completed by contractors using a temporary entrance off old renwick road e1 e2 guy story Product-Producer_reversed it was terrific having lagravenese aboard, because he was the guy who thought up the whole story, and to ask his opinion was very valuable e1 e2 technicians stage Product-Producer_reversed technicians quickly prepared the stage for the headliner e1 e2 boom fitting Component-Whole_reversed the front of the boom has a hinged "mounting" fitting which is placed into the opening in the mast for the boom and sail slugs e1 e2 questions aspects Message-Topic questions on various aspects of the study were raised and discussed e1 e2 tongue canteen Other a boy gets his tongue stuck in a canteen e1 e2 male pit Product-Producer_reversed each day during the breeding season, the male digs a pit into his mound and sticks his head in e1 e2 milk pail Content-Container patty the milkmaid was going to market carrying her milk in a pail on her head e1 e2 audience readers Member-Collection_reversed some articles are written for the widest audience of general readers e1 e2 slot music player Component-Whole to connect your mp3 player to your computer, you need a usb cord that hooks into a slot on the music player e1 e2 recession collapse Cause-Effect_reversed in the present recession, which has been triggered by a collapse in land prices, land-value taxation would reverse the collapse - not by re-inflating a temporary speculative bubble, but by inducing investment in infrastructure that permanently enhances the utility of the land e1 e2 punks objects Instrument-Agency_reversed the punks carefully chose objects to be used in a nihilistic approach to style e1 e2 character literature Entity-Origin the other great character from arabic literature sinbad is from the tales e1 e2 bourbon barrel Entity-Origin the bourbon was removed from its original barrel and re-barreled december 12, 2001 e1 e2 heads ferrets Component-Whole the manifold was constructed so that the heads of the ferrets protrude into the stream of mixed air and smoke flowing through the manifold e1 e2 lesions leg weakness Cause-Effect lesions in the internal capsule caused proportional leg weakness e1 e2 researcher categories Instrument-Agency_reversed at other times, the researcher approached the data with predetermined categories in mind e1 e2 money bag Content-Container the money was hidden in his bag and in his underwear e1 e2 suffering bomb Cause-Effect_reversed hiroshima has rejected the demands of some citizens and victims groups that the newly renovated museum include an exhibition on japan's "aggressive role" in world war ii, alongside the gruesome displays of the suffering and devastation caused by the bomb e1 e2 death cancellation Cause-Effect the death caused the cancellation of the band's plans for overseas tours e1 e2 muster peacocks Member-Collection_reversed the man graciously put off feeding his muster of peacocks (yes, he's got them, and yes, a group of peacocks is called a muster) to chat e1 e2 child outlet Entity-Destination a man threw a child into an outlet e1 e2 powder canteen cup Entity-Destination i poured some powder into a canteen cup and found that the cocoa was mixed with sugar granules e1 e2 rapper song Product-Producer_reversed the 23-year-old rapper has recently completed a song with the hip-hop superstar and announced it would appear on his debut lp thank me later e1 e2 problems policy Cause-Effect_reversed many problems have ensued from the new policy, most of them unforeseen and based on ethnic differences e1 e2 arm cross Component-Whole mary and john stand in similar poses to the left of the cross, while on the right longinus steps from beneath the arm of the cross across the frame into the viewer's space e1 e2 moisture stack Entity-Origin be sure and always stack on an elevated stack pad so the moisture runs away from the stack e1 e2 bacteria pneumonia Cause-Effect the bacteria is the cause of pneumonia, including common uses, side effects, interactions and risks e1 e2 show slot Entity-Origin the show was pulled from its original christmas/new year slot because of the tsunami, and to be honest it really should have stayed pulled e1 e2 seniors data Instrument-Agency_reversed 'wellness' tracker lures seniors to a data driven lifestyle e1 e2 plague insects Member-Collection_reversed and with a flourish of her wand she unleashed a plague of biting insects, the sand fly e1 e2 incoming water stain Cause-Effect the incoming water caused a stain on the wall that, through the lens of pareidolia, looked like a bearded man with a big afro hairdo e1 e2 side station Other the north side of the street accommodated a gas station on the corner e1 e2 bleeding injury Cause-Effect_reversed the bleeding was caused by an injury, such as a fall or something hitting your face e1 e2 team territory Entity-Destination the team is travelling into uncharted territory e1 e2 photos friend Product-Producer on the mantel in our living room was a handmade book of photos done by a friend who is a professional photographer e1 e2 flour bowl Entity-Destination we poured flour into a large mixing bowl, adding slightly more than the recipe calls for e1 e2 specimens jar Entity-Destination he rolled up towel and dump specimens into the pint jar e1 e2 companionship teammates Other this chapter shows how much nova has accomplished earning the companionship of her teammates e1 e2 water lakes Entity-Destination the ongoing drought means that there is little water flowing into the lakes e1 e2 insulin pancreas Entity-Origin when the blood glucose levels are lowered, the insulin release from the pancreas is turned down e1 e2 insulin pancreases Entity-Origin in the past, insulin was extracted from the pancreases of cows or pigs, then used to treat diabetics e1 e2 child basket Other in this grotto the boy was also born, and exposed; the mother leaves the child behind in a woven basket e1 e2 caterpillars disease Cause-Effect merlin lindeman (animal sciences) then pooled their expertise to show that the caterpillars caused the disease e1 e2 glass-blower vase Product-Producer_reversed mouth blown by a glass-blower, each vase is slightly different e1 e2 hole missile Product-Producer it is far more reminiscent of an exit hole caused by a real missile e1 e2 proposals speech Message-Topic_reversed mccain's proposals were outlined in a speech made at the prestigious carnegie mellon university e1 e2 films filmmakers Product-Producer ten short films, both single and double screen, reap audio-visual crops from the fertile soil of the filmmakers' florid imaginations e1 e2 vaccine maker Product-Producer crucell, a dutch vaccine and biopharmaceuticals maker, said yesterday that it was in friendly but early-stage talks over a potential takeover e1 e2 cassette tape box Content-Container i have a cassette tape from 1969 that was in a box with many different copies of "yesterday and today", some with fake pictures of the fabs holding meat e1 e2 crack humidor Other even the thinnest crack in a humidor is an open invitation to cigar beetles e1 e2 complexity mix Entity-Destination you have added complexity into the mix by not having the proxy server and media server together e1 e2 family child Member-Collection_reversed the rural european 'stem family', or extended family, consisting of parents and one married child who would eventually inherit the family property e1 e2 effect light Cause-Effect_reversed they made the effect even more dramatic by lighting the talent with a light placed on the floor and focused on the face e1 e2 perturbations moon Cause-Effect_reversed the thin f ring on the left of the image shows the perturbations caused by the moon prometheus e1 e2 editor interface Component-Whole_reversed thinkcascade is a css editor that uses a spreadsheet like interface e1 e2 ice cream cup Content-Container last time we got ice cream that was in a cup and didn't fall over e1 e2 computer screen Component-Whole_reversed basic diagrams also work well on the computer screen if they are carefully designed to match the grid of pixels on the screen e1 e2 diatoms skeleton Component-Whole_reversed diatoms have an external skeleton of silica and silicon may therefore be a limiting element to diatom population growth e1 e2 medal box Content-Container the medal was contained in a velvet lined square box with gold lettering on the lid e1 e2 crisis jobless rate Cause-Effect a recent book by carmen m. reinhart and kenneth s. rogoff, two economists, found that over the last century the typical crisis had caused the jobless rate in the country where it occurred to rise for almost five years e1 e2 staff tools Instrument-Agency_reversed once the data is collected, an emissions inventory is completed by staff using calculation tools from the ghg protocol e1 e2 workers port Product-Producer_reversed chinese construction workers build the port at hambantota that analysts believe will become a base for its navy e1 e2 maid balcony Entity-Origin the ethiopian maid fell from the balcony yesterd e1 e2 binder trials Other novomer's cleaner burning binder goes into customer trials e1 e2 activities development Other the target of those activities is development of meta-information systems, which enables record metadata of geodata e1 e2 orange juice Entity-Origin_reversed frozen concentrated orange juice futures have gained 17% this week on fears that crop damage could be substantial e1 e2 books transformation Message-Topic he is the author of eight books which have charted the transformation of europe over the last quarter-century e1 e2 story boy Message-Topic the story portrays a boy who encounters a young woman whom he must serve e1 e2 server identifier Instrument-Agency_reversed the server identifies the exam using the identifier and retrieves the corresponding template e1 e2 concrete piers Entity-Destination the workers poured concrete into the three new stepped piers e1 e2 soldiers battles Other the commander has dragged soldiers into unnecessary battles e1 e2 mast ship Entity-Destination the bottom section of the mast has been mounted onto the ship e1 e2 human box Other the human lies down in a sealed box and allows his mind to do nothing but operate the avatar e1 e2 pride lions Member-Collection_reversed eight british tourists are suing a south african safari park after they became trapped by a pride of wild lions when their tour vehicle overturned e1 e2 bevy deer Member-Collection_reversed as i write this to you, a bevy of female deer tick nymphs perch upon my shouders and act as my spell checkers e1 e2 theory journalists Product-Producer it also caused a conspiracy theory to sprout from the fertile imaginations of the world's paranoid independent investigative journalists e1 e2 wolfpack submarines Member-Collection_reversed they are afloat in the mid-atlantic, with a german wolfpack of submarines attacking whenever he blinks e1 e2 quote email Entity-Origin by the way, that quote was from an email to researchers, not the official google blog post e1 e2 array responder Entity-Destination the users sent an array to the responder e1 e2 person employee Other when a person assists the employee with completing this form, the preparer must certify the form e1 e2 cat paw Component-Whole_reversed merchants often have a small statue of a cat with its paw raised in their store window e1 e2 bench aldermen Member-Collection_reversed and one third of the bench of aldermen is exclusively composed of men, which explains the on average lower share of female aldermen than female local councillors e1 e2 biographer minutiae Instrument-Agency_reversed in a poetic series of alternately charming, dry and sometimes tragic aphorisms the biographer constructs a personality from minutiae e1 e2 chains bags Entity-Origin_reversed the seven chains have given away a total of 5.6 billion single-use bags in the past year e1 e2 gun safe Content-Container they left one weapon, a gun that was locked in a safe, and have since returned two others e1 e2 helve hammer Component-Whole the grip 1 is fitted over a rear part of a core 6 of the helve of the hammer e1 e2 nails hand Component-Whole the nails of the right hand are easily cut with scissors made for cutting the nails of the left hand e1 e2 porch stoics Other moreover, from the porch of the stoics he brings out matter, and places it on a par with the divine creator e1 e2 grain ale Entity-Origin_reversed last night i bottled the all grain ale e1 e2 profiles teachers Instrument-Agency the senior profiles are used by teachers in order to help them write a more informed letter of recommendation e1 e2 corruption utilities Cause-Effect_reversed we have recently determined the corruption was (ironically) triggered by the smart utilities e1 e2 launcher system Instrument-Agency_reversed the launcher receives the balls through a similar belt system leading up the neck of the robot from the ground e1 e2 essays book Member-Collection the essays collected in this book are based on the reports presented to the symposium "the european union as an actor in international relations", jointly organised by the two historical universities of macerata and camerino, held on 5-7 april 2001 e1 e2 water well Entity-Destination sterile distilled water was put inside the fifth well to serve as negative control while gentamicin was used as positive control in the fourth well e1 e2 pig crate Content-Container the pig was in a crate on the back of the wagon, and cold as it was, mr. huy waded to the wagon and fed it that night and the next morning e1 e2 number mathematicians Member-Collection_reversed the use of mathematical models and numerical techniques is a practice employed by a growing number of applied mathematicians working on applications in finance e1 e2 world animation Other complementing the unique arsenal is a vibrant world that employs a cel-shaded animation reminiscent of a comic book e1 e2 battalion cavalry Component-Whole the 34th battalion was a part of the cavalry not surrendered by gen. robert e1 e2 pin wheel Component-Whole at the turn of each hour the pin of the wheel raises the hour wheel lever e1 e2 ombudsman report Product-Producer_reversed the ombudsman's report concluded that "a large part of the package was not provided" e1 e2 body elders Member-Collection_reversed each congregation has a body of appointed male elders and ministerial servants e1 e2 therapist way Instrument-Agency_reversed as i travelled the world and had facials in every corner, i have finally found a therapist with such a perfect way of touching my face e1 e2 crush applications Member-Collection_reversed some voter advocates worry that the requirement, paired with the crush of applications, has risked leaving more would-be voters with only a provisional ballot on election day e1 e2 baby home Entity-Destination three days later, the new-born baby was brought into her home e1 e2 evening courage Message-Topic our whole evening was centered on the topic of courage e1 e2 species areas Entity-Destination non-native species are spreading into new areas increasingly rapidly through human activities as international trade, transportation and travel intensify e1 e2 twisters creations Product-Producer_reversed twisters generally fill their creations with a gas other than helium, as these designs will not usually float anyway e1 e2 creatures scare Cause-Effect the life-like creatures caused a real scare on the set when a 44-foot spinosaurus malfunctioned and began slamming its head against a prop plane e1 e2 film economy Message-Topic this documentary film reveals a shocking insight into the jamaican economy and everyday life e1 e2 gunnel boat Component-Whole this invention relates to a mooring fender apparatus, particular an apparatus to protect the gunnel and rub rail of a boat e1 e2 word root Entity-Origin going much much farther back, ultimately the word descended from the indo-european root e1 e2 pork butt crock pot Content-Container a fresh pork butt is cooked slowly in a crock pot instead of being cooked in the traditional pit e1 e2 paper thesis Entity-Origin this paper is constructed from a portion of a thesis presented by edward w. shand, june, 1930, for the degree of doctor of philosophy at new york university e1 e2 photographers cameras Instrument-Agency_reversed professional photographers use digital cameras e1 e2 train airport Entity-Origin line 3 (blue) completed part: from egaleo to doukissis plakendias, where it connects with the new suburban train from the airport e1 e2 shark teeth Component-Whole_reversed they (the aquarium) were brushing the shark's teeth e1 e2 girls bottles Instrument-Agency_reversed the girls drank the vodka out of plastic water bottles e1 e2 coven warlocks Member-Collection_reversed rowe coven was a coven of male warlocks who got more powerful down the generations until there are three brothers, the most powerful ever seen e1 e2 capuchins knives Product-Producer_reversed during experiments in captivity, capuchins have made flint knives after banging a piece of flint against the floor until it broke e1 e2 ban debate Cause-Effect the ban caused a widespread debate, largely on the internet, in which rabbis and scholars from around the world participated e1 e2 cowardice curs Other and destiny lies for us in many places, way up in the high lonesome with a cowardice of curs or our passions for the loves we know e1 e2 latte glass Content-Container the coffees were all tasty, even though my latte was in a glass after we had discussed the size of the cup, i always find them hard to drink e1 e2 chapter impact Message-Topic the focus of the chapter is the impact of diversification on the performance of pe funds e1 e2 music lives Other from the ancient times, music documented the lives of the people and was widely patronized by the rulers e1 e2 wheat countries Entity-Destination saudi arabia has exported wheat to 30 countries including china e1 e2 box system Other the box contained a complete british manual telegraph tape-making and high speed sending system e1 e2 report activities Message-Topic the commission has published an annual report giving a summary of committee activities during the previous year e1 e2 guests wedding Entity-Destination the guests arrived to the wedding on time e1 e2 needs society Entity-Destination urgent needs are approaching the society, which requires dynamic changes e1 e2 expansion development Cause-Effect_reversed he preserved the working ranches of the west, while achieving an expansion of the ranch's value through development and management of the recreational ecosystem within the ranch e1 e2 sand hourglass Content-Container the sand in the hourglass solves several problems of the clepsydra: it does not freeze in cold temperatures, it does not evaporate in warm weather, and it can be sealed so nothing can get in that will affect the flow of the sand in the glass e1 e2 name series Entity-Origin the name mirumo was derived from a cartoon series e1 e2 belt asteroids Member-Collection_reversed ceres is the largest known asteroid at approximately 950 km (590 miles) in diameter, and it lies in the belt of asteroids between mars and jupiter e1 e2 experience blend Cause-Effect_reversed a really enjoyable drinking experience ensued from this red blend from this boutique winery from the cowra area of central western nsw e1 e2 chabazite multiple u-tube Content-Container the chabazite was contained in a multiple u-tube and was first thoroughly outgassed at 550' in a good vacuum e1 e2 spill tanker Cause-Effect_reversed the spill was caused by the iraqi fuel tanker zainab, suspected of smuggling around 1,300 tonnes of fuel oil from iraq, as it ran into trouble on its way to a holding area in international waters e1 e2 sunlight fatigue Cause-Effect use outdoor where sunlight and glare cause eye strain and fatigue e1 e2 damage collision Cause-Effect_reversed police investigators later found brake discs on the car were broken, though experts from the italian car manufacturers insist the damage was caused by the collision and the car had been in perfect condition e1 e2 general role Other such interventions placed the general in a role that many within the profession considered inappropriate e1 e2 statutes policy Message-Topic typically, statutes declare policy e1 e2 disposes area Entity-Destination i removed the chemical disposes into the designated area only e1 e2 dopamine depression Other as a result, the brain is depleted of dopamine, which causes the severe depression after the cocaine has dissipated e1 e2 kingdom areas Component-Whole_reversed the kingdom comprises four topographical and climatic areas, which vary from 400 to 1800 metres above sea level e1 e2 railing bridge Component-Whole first we measured from the railing of the bridge to the surface of the stream e1 e2 referee game Other a referee, or on-ice official, is responsible for enforcing the rules during a game e1 e2 squatters building Entity-Destination the squatters have moved into the building e1 e2 farm greenhouses Component-Whole_reversed as of 2010 the farm has two large greenhouses and one field tunnel and cultivates about 6 acres of vegetables e1 e2 clauses framers Product-Producer although the clauses were invented by the framers to serve common values, there is some tension between the two e1 e2 compound tube Entity-Destination the researchers placed the compound in a tube, which then was put inside a magnet e1 e2 coterie editors Member-Collection_reversed the opening issues, mostly written and guest-edited by the coterie of contributing editors, seem infused with the same spirit e1 e2 construction builder Instrument-Agency utilizing concrete plank floor/ceiling construction benefits the builder e1 e2 muscles leg Component-Whole the muscles at the back of the leg, by connection with the achilles tendon raise the heel e1 e2 project standard Other a project to regulate the standard of private rental properties in dumfries and galloway looks set to close e1 e2 turbines electricity Cause-Effect these wind turbines generate electricity from naturally occurring wind e1 e2 pit snakes Other in the 2006 robin hood series, robin at one point is lowered into a pit of poisonous snakes e1 e2 ewes flock Member-Collection a suffolk ram was removed from the flock and test mated to unrelated suffolk ewes in another flock; 14 of the resulting 43 lambs born in 1984 had an identical congenital renal disease e1 e2 clip series Entity-Origin the x-men battle sentinels in this new clip from the animated series e1 e2 suffering exploitation Cause-Effect_reversed aware of the suffering caused by exploitation, social injustice, stealing, and oppression, i am committed to cultivate loving kindness and learn ways to work for the well-being of people, animals, plants, and minerals e1 e2 formalism literature Entity-Origin he then maps the development of anglo-american formalism from modernist literature to the american and british academies e1 e2 body drum Content-Container her decomposed body was found in a drum in a lake elsinore field e1 e2 maize spirits Entity-Origin_reversed i have also had some aged maize spirits that they use for flavoring in their blends that tasted quite a bit like bourbon e1 e2 neighbour fence Product-Producer_reversed my neighbour has erected a fence and it has been built on our land, not on the boundary e1 e2 mechanism magnet Component-Whole_reversed the magnetic mechanism is composed of a rotatably seated permanent magnet which can be swiveled or rotated into alignment with the actual throughput channel for the developer mix e1 e2 riots verdict Cause-Effect_reversed witness the gangs in los angeles who stopped killing one another for a time after the riots triggered by the rodney king bashing verdict e1 e2 drug tablet Entity-Origin the addition of disintegrants could further accelerate the drug release from the tablet e1 e2 results films Message-Topic_reversed the results have been documented in two films e1 e2 quarrel purchase Other three friends are forced to question what keeps them together after a quarrel over the purchase of a work of art e1 e2 cold germs Cause-Effect_reversed from banishing cold and flu germs to preventing foodborne illnesses, frequent hand-washing is one of the smartest preventive habits you can adopt e1 e2 neologisms literature Entity-Origin many neologisms have come from popular literature and tend to appear in different forms e1 e2 body suitcase Content-Container the two-year-old's body was in a suitcase found floating in a pond by local children e1 e2 program author Product-Producer this program was developed based on research, best practices, several parenting programs, and the personal experiences of the author, who is a minister e1 e2 helicopters rotors Component-Whole_reversed our horses soon get used to it, the only things they really don't seem to like are the helicopters with rotors front and back e1 e2 responses presidents Entity-Origin responses were obtained from 310 presidents provosts and 1293 deans e1 e2 story students Product-Producer a publicly shared web 2.0 story, created by students for a class, afterward becomes something that other students can explore e1 e2 bark phloem Other the outer bark composed of dead phloem alternating with bands of cork is called, technically, rhytidome e1 e2 descent woodpeckers Member-Collection_reversed insects that harm trees are often prey for a descent of woodpeckers, which, in turn benefits the birds that nest in the saved tree e1 e2 setup chimney Entity-Destination the setup was put inside a chimney in order to enhance the natural convection cooling e1 e2 strawberry jam Entity-Origin_reversed strawberry jam is made to be shared and people love it when you do e1 e2 bulletin project Message-Topic the bulletin informed key persons and opinion leaders about the project, its background, objectives, activities, and results e1 e2 book geographical theory Message-Topic the book introduces modern geographical theory in an accessible format and reflects the changing nature of the subject e1 e2 league movements Member-Collection_reversed the leftist student platform at lau is newly born independent leftist league of various leftist movements and independents at the lebanese american university e1 e2 poison milk Entity-Destination the bottles have leaked poison into the milk e1 e2 managers spreadsheets Instrument-Agency_reversed many times, the problem of keeping track of depreciation rates in you fixed assets is attempted by managers using spreadsheets which they program themselves e1 e2 journalist office Other a western journalist took an assignment from his newspaper's office for visiting pakistan and filing exclusive reports on the current nuclear issue e1 e2 society agents Member-Collection_reversed an office is then modeled as a society of various interacting agents using their knowledge to complete the office goals cooperatively e1 e2 valley wines Entity-Origin_reversed the valley is france's largest producer of sparkling wines outside of the champagne region e1 e2 talks contract Message-Topic preliminary talks between the association and nigel worthington regarding a new contract took place last week and these talks are still ongoing e1 e2 stories historical truths Other although some of the stories were based on historical truths, most were a weaving of greek, roman and celtic myths e1 e2 problems study Other however several problems were pointed out during the course of this feasibility study e1 e2 sergeant army Member-Collection the salary of a sergeant in the army for an experience of 2 years or less is $19504.80, after 10 years it is $26841.60 e1 e2 weather report storm conditions Message-Topic the weather report informed me about the high wind storm conditions that was already in place e1 e2 soldier message Product-Producer_reversed one soldier was brutally frank in a message posted on a website last week e1 e2 growth hormone Cause-Effect_reversed human growth hormone is described by some as the key to slowing the aging process e1 e2 umbrella ribs Component-Whole_reversed the wind lifted the umbrella, tipped the table, smashed some of the umbrella ribs, and ripped about half the umbrella seams e1 e2 duo songs Product-Producer_reversed in another two short sessions, the duo produced six or seven songs, two of which just didn't fit the mood of the album e1 e2 terrorist organizations Other in september 2001 president george w. bush declared a "war on terrorism" and vowed to destroy all terrorist organizations "with a global reach" e1 e2 electronic engineer embedded software Instrument-Agency_reversed at my work, an electronic engineer has migrated into embedded software e1 e2 discussion appendix Message-Topic_reversed a brief discussion of the rice market is presented in the appendix e1 e2 software company Product-Producer roni music is a software company with an emphasis on powerful music software e1 e2 blackberry syrup Entity-Origin_reversed first you feel the fire of vodka, but sweetish and then the blackberry syrup neutrolizes all the alcohol, the last touch is the coffee taste of kahlua e1 e2 film maker Product-Producer martin smith is a film maker who wrote and directed the 2006 scottish bafta award winning short tracks e1 e2 pocket trousers Component-Whole i kept it in a pocket in my trousers and, day after day, used it more frequently, and with more pleasure e1 e2 tablet monk Product-Producer in 616, the first buddhist stone scripture tablet was made at the temple by a monk named jingwan e1 e2 president corporation Other the president of the corporation, by virtue of his office, presides as chairman of the meeting e1 e2 jaws handle Component-Whole the covered clamp style handles hold mop firmly between the jaws of the mop handle e1 e2 founder agency Product-Producer_reversed the founder of a growing advertising agency is happy to see his business flourish, but is left wondering what his role is now that others have taken over e1 e2 foot nails Component-Whole_reversed i bought him his meds and cut his foot nails first before we headed to the hospital e1 e2 ferret paw Component-Whole_reversed the lure is a treat that is held in the owners hand, and the ferret lifts its paw to try to get to the treat e1 e2 amount cylinder Entity-Destination at this moment, a certain amount of chlorine gas was placed inside a cylinder with a movable piston at one end e1 e2 game television Other while playing the labyrinth game through the television, i thought of a few ideas that i wanted to test out e1 e2 plug valve Component-Whole the plug of the valve shown in figure 3-50 is fitted for this purpose with a packing sleeve, which is tightened against the seat by a follower nut e1 e2 sister cradle Other my baby sister was lying asleep in a cradle next to my mom's bed e1 e2 farrow piglets Member-Collection_reversed so they mate with boars every year and give birth to a litter, no, a farrow of piglets e1 e2 department store Component-Whole in the footwear department of the store, socks and other accessories needed to be displayed in an area close to the shoes, boots and sandals, yet also be unobtrusive e1 e2 chain saws Component-Whole several major manufacturers of chain saws claim to have invented the first chain saw and all their claims point to the 1920s e1 e2 election appointment Cause-Effect_reversed the election was caused by the appointment of donald sumner, formerly conservative mp for orpington, to be a county court judge e1 e2 polonium tantalum capsule Content-Container the polonium was contained in a tantalum capsule which was closed by beliarc welding remotely controlled manipulators e1 e2 items store Entity-Destination finally, the holiday items arrived to the local store e1 e2 fever immunizations Cause-Effect_reversed this was our first day back volunteering there but he wasn't feeling good, had a fever from immunizations e1 e2 propellor blade Component-Whole_reversed the first french aircraft designer to try this simply installed a deflector plate on the propellor blade e1 e2 busloads contention Other eight busloads ran into contention e1 e2 mother sweater Product-Producer_reversed i was very lucky to have my friend from ballet knit a baby blanket for my daughter and my friend's mother from austria knit a baby sweater e1 e2 remuda horses Member-Collection_reversed in 1874 captain john t. lytle and several cowboys left south texas with 3500 head of longhorn cattle and a remuda of saddle horses e1 e2 plague locusts Other the western region of mauritania is the scene of a serious plague of desert locusts e1 e2 exhibits fall fair Entity-Destination the exhibitors have entered the exhibits into the fall fair e1 e2 taxation government Instrument-Agency he sees taxation as a central instrument for the government (over and above revenue raising) especially for re-distribution of wealth e1 e2 literature recognition Message-Topic it has been asserted in the literature that the recognition of speech takes place not because of phonemic distinctions only e1 e2 wind draft Cause-Effect i found that the wind swirling around from the back, in between the front seats, caused a draft on the driver and passenger's necks e1 e2 honey bottle Content-Container i also enjoyed the fact that the honey was in a bottle rather than those little packages that are almost impossible to open and make a huge mess once you manage to do so e1 e2 vehicles bumpers Component-Whole_reversed vehicles are equipped with front and rear bumpers designed to withstand the impact of the collision e1 e2 mischief mice Member-Collection_reversed the japanese team conducted their preliminary research on mice, with a cancer gene among the regulators, and created in the process a mischief of clone mice e1 e2 acidity carbon dioxide Cause-Effect_reversed the acidity is caused by the gradual buildup of carbon dioxide (co2) in the atmosphere, dissolving into the oceans e1 e2 expansion movements Cause-Effect the european colonial expansion to the americas resulted in massive population movements from the old world to the new world e1 e2 wax workers Product-Producer workers take wax from wax producing workers and build the comb with it e1 e2 author devil Other the author identifies the piper with the devil e1 e2 faction leaders Member-Collection_reversed a faction of sikh leaders took over a gurdwara in this haryana town, which was controlled by amritsar-based shiromani gurdwara parbandhak committee (sgpc) e1 e2 law-maker horse Instrument-Agency_reversed the law-maker narrowly escaped by fleeing from his house on a horse e1 e2 bar injector Component-Whole when the loading time was completed, the sliding bar of the injector was displaced manually to the other resting position (dashed area) e1 e2 troops areas Entity-Destination cambodian troops arrived to areas in chad, central african republic where us forces had settled already e1 e2 highways disrepair Other highways are falling into disrepair e1 e2 door truck Component-Whole witness ryan jones tried to stop the fleeing diaz, jones became caught on the door of the truck and was dragged for a distance e1 e2 tea mug Content-Container the tea was in a mug my husband, larry, had ordered from some company online e1 e2 observations monitor Other while making observations the microfossil through the binocular microscope or on a computer monitor, the investigator needed to manually move the specimen e1 e2 harras horses Member-Collection_reversed a while ago i was walking along the nibenay basin when i stumbled upon a harras of wild horses e1 e2 raft ducks Member-Collection_reversed on the way in we saw a big raft of eider ducks and there were some tiny babies with them e1 e2 people hunger Other another 40 million people have been pushed into hunger this year e1 e2 clothing hamper Entity-Destination he grabbed and put all dirty clothing in a hamper e1 e2 anecdote band Product-Producer each recipe features an anecdote by a band that performed via the hope collective, a popular punk booking collective in dublin e1 e2 writer ink Instrument-Agency_reversed the writer has a 'bottle of ink, a pen and a blotter' e1 e2 city station Product-Producer_reversed the city has constructed some tourism facilities and a new police station in the showcase area, but no new houses are to be built here e1 e2 tail solar wind Cause-Effect_reversed the straight, blue ion tail is caused by the solar wind and the curved dust tail is caused by solar radiation pressure e1 e2 exploration waters Entity-Destination the ocean exploration is now moving into deeper waters e1 e2 infectious diseases parasites Cause-Effect_reversed infectious diseases or communicable diseases are caused by bacteria, viruses, and parasites e1 e2 proposals conference Message-Topic_reversed proposals to simplify the university admissions process have been outlined at a conference of secondary school head teachers e1 e2 roof carpenter Product-Producer during the reign of king richard ii, this was replaced by a hammerbeam roof by the royal carpenter hugh herland, "the greatest creation of medieval timber architecture" e1 e2 student website Instrument-Agency_reversed to prepare for his exam, the student visited the isa website e1 e2 trials day Entity-Destination the football club has rescheduled the trials to the next day due to recent wet weather e1 e2 lesson predominant Message-Topic the second lesson points to the predominant role of quality over quantity e1 e2 journalists discussion Message-Topic_reversed many times, journalists become the topic for discussion among political party supporters at press conferences e1 e2 women sheep Instrument-Agency_reversed women improve lives of their families with the help of a few sheep e1 e2 definition standards Instrument-Agency_reversed the definition of the vcard specification made use of a number of existing standards e1 e2 posts installation Entity-Destination all your posts are imported into the standard wordpress installation e1 e2 team army Component-Whole without wasting time, a medical team of the army rushed to the house of the militant and provided emergent medical treatment to her e1 e2 report societal impacts Message-Topic the report provides a full account of the societal impacts of car production e1 e2 regiment swordsmen Member-Collection_reversed the siege started rather slow, with a regiment of lightly armored swordsmen ramming down the gate e1 e2 interaction layers Cause-Effect_reversed on this basis, the vibronically coupled cd bands of lutein diacetate are attributed to an excitonic interaction arose from the twisted nematic layers e1 e2 chemical gland Product-Producer psa is a chemical produced exclusively by the prostate gland to liquefy semen e1 e2 crisis cost Cause-Effect_reversed the pension crisis has been caused by the escalating cost of funding "copper bottomed" final salary pension schemes still provided, unlike most companies, by councils and other public sector employers such as transport for london e1 e2 narration description Entity-Destination the editors have inserted narration into the description e1 e2 blood clot Other a blood clot is a normal reaction of the body that occurs if a blood vessel is injured e1 e2 injuries fireworks Cause-Effect_reversed a third of the injuries are caused by illegally obtained fireworks, and burns account for half the injuries e1 e2 painting being Message-Topic the icon is generally a flat panel painting depicting a holy being or object e1 e2 weather front pages Message-Topic_reversed the weather is still the main talking point on the front pages e1 e2 relationship chaos Other their relationship is thrown into chaos e1 e2 bottle formula Content-Container_reversed i wanted to breastfeed him when he was hungry and i noticed that he wasn't approving of my breast, so i gave him a bottle with formula in it e1 e2 waiters mop Instrument-Agency_reversed the mess was rapidly cleaned by one of the waiters with a mop and disinfectant and the meal continued e1 e2 desert lapwings Member-Collection_reversed the skies were also filled with a desert of lapwings and a congregation of golden plover, mixed together in a cloud of birds which filled the sky as they escaped a passing (but unseen by me) predator e1 e2 norms issues Message-Topic one of the few clear and non-controversial norms governing issues of state succession are the customary rules enshrined in article 11 e1 e2 bomb radio-cassette player Content-Container the bomb was hidden in a toshiba radio-cassette player which in turn, was inside a brown samsonite suitcase e1 e2 key safe Content-Container only i had a key to that door, the door was unlocked earlier, the key was locked in a safe and only i had access to the key e1 e2 philosopher breakdown Other peter gast "corrected" nietzsche's writings even after the philosopher's breakdown and so without his approval e1 e2 flapper amplifier Component-Whole the flapper of the first stage hydraulic amplifier is rigidly attached to the midpoint of the armature flapper e1 e2 wine carafe Content-Container there are three techniques for properly decanting wine in a carafe e1 e2 threat television Cause-Effect_reversed in addition to the threat from cable television, analog terrestrial television is now also subject to competition from satellite television and distribution of video and film content over the internet e1 e2 citations book Component-Whole access to the citations contained in the book is rather difficult e1 e2 spider glass box Content-Container the spider was contained in a glass box, but it was big enough and close enough to have the desired effect e1 e2 platoon marines Member-Collection_reversed the safest place in korea was right behind a platoon of marines e1 e2 plantation crops Other the innovative techniques consist of plantation of appropriate horticultural crops, fodder trees and medicinal plants along with micro-irrigation facilities e1 e2 drive wallet Content-Container world's slimmest usb flash drive fits comfortably in a wallet e1 e2 producer programs Product-Producer_reversed the polish competition authority condemns a producer of paid tv programs for abusing of its dominant position in the licensing agreement with the cable tv operator e1 e2 alcohol suicide Cause-Effect alcohol and drugs directly cause suicide by significantly diminishing the reasoning of the person at the time of the suicide e1 e2 chamber oven Component-Whole a metal pipe connects the magnetron to the cooking chamber of the oven e1 e2 illness chickenpox Cause-Effect_reversed i write as both a doctor/medical director of the me association and as someone who suffers from the illness, which was triggered by an attack of chickenpox e1 e2 wrinkles sun Cause-Effect_reversed i know plenty of people with oily skin and wrinkles from the sun and they're in their 30s e1 e2 dependencies filters Entity-Destination extending ninject injects dependencies into action filters e1 e2 ship port Entity-Origin the ship departs from the port of naoussa, and is of the catamaran type e1 e2 disturbances erosion Cause-Effect windmills kill birds and bats, while soil disturbances required to build solar and wind arrays lead to soil erosion e1 e2 think tank issues Other the boyd group is a british based, independent think tank considering issues relating to animal testing e1 e2 group scholarships Other the seattle women's group distributes a number of small scholarships for single mothers who want to go to college e1 e2 policeman police force Member-Collection as late as the 1950s, for example, only one mexican served as a policeman in the entire chicago police force e1 e2 science lives Other science is part of our daily lives: all day, every day, everywhere we go e1 e2 instrument polyethylene bag Content-Container the instrument was sealed in a polyethylene bag for 40 hours at room temperature e1 e2 camera suitcase Content-Container the camera was in a suitcase and the screen has been damaged e1 e2 mosaicism mutation Cause-Effect_reversed the mosaicism observed in the proband was derived from a postzygotic somatic mutation of the normal maternal y chromosome e1 e2 citation books Entity-Origin and the citation from whelpton's books was listed first in the assortment of quotations specifically characterized as "comparatively modest" e1 e2 ship harbour Entity-Origin dues were paid before the ship departed from the harbour and the captain was provided with municipal and customs services e1 e2 considerations cases Other considerations have been concerned with cases where the forces between particles can be handled in a satisfactory manner e1 e2 birds eyes Component-Whole_reversed birds with eyes on the sides of their heads have a wide visual field, while birds with eyes on the front of their heads, such as owls, have binocular vision e1 e2 systems paper Message-Topic_reversed some metal-free catalytic systems have been investigated in the paper e1 e2 scientists map Product-Producer_reversed patterson and a half-dozen scientists from several institutions compiled the global map using images from nasa's historic voyager and galileo missions e1 e2 wife movement Member-Collection the vp's wife was a member of a succession movement e1 e2 man list Product-Producer_reversed a man drew up a hit list before shooting ten people dead e1 e2 wheels grinding Other developed in 1979, depressed center wheels revolutionized angle grinding e1 e2 disguise bin Content-Container five seconds later the disguise was in a bin and he was just your average joe in the fluero singlet and workboots walkin down the path e1 e2 cutter do-it-yourselfer Instrument-Agency for straight cuts, a tile cutter is the best tool for a do-it-yourselfer e1 e2 athlete hurdle Entity-Destination the athlete ran into a hurdle e1 e2 tape handycam Entity-Destination i inserted an old tape into my brand new handycam e1 e2 organisms areas Entity-Destination the organisms are spreading into uninhabited areas e1 e2 rule approach Component-Whole we propose a rule driven approach for adaptive business collaboration development in which rules drive and govern the development process e1 e2 gelatin animal Entity-Origin kosher indicates that the gelatin is derived from an animal that is mercifully slaughtered according to the laws of kashruth e1 e2 shop method Instrument-Agency_reversed the shop has since "fixed" the problem with a method of their own (with approval from fsa apparently) and i have the cranks on my bike ready to use e1 e2 drug bottle Content-Container the drug was in a bottle that was not prescribed to her e1 e2 bottle milk Content-Container_reversed a bottle full of milk that has been left sitting out in a warm room quickly breeds more bacteria than a newborn can handle e1 e2 suitcase money Content-Container_reversed i lost a suitcase with money in it last week e1 e2 students wiki Product-Producer_reversed students worked together to create their own wiki on a given topic e1 e2 promises leaders Product-Producer rogge conceded that perhaps the committee had been naive in accepting the promises made by chinese leaders e1 e2 dollars economy Entity-Destination $600 billion dollars have been put into the us economy e1 e2 organization student Product-Producer this is a student organization founded by some master student at university of rajasthan india e1 e2 controversy intelligence Message-Topic the controversy has centered mainly on intelligence e1 e2 mushroom sauce Entity-Origin_reversed this easy mushroom sauce is delicious with steak e1 e2 boy windmills Product-Producer_reversed self-educated malawi boy builds windmills out of junk e1 e2 seminars area Other seminars and conferences have been organised around the asia-pacific area in the most recent years by different organisations and institutions e1 e2 convention bills Other the convention of splitting tax bills is based on the construction of the first paragraph of s 55 that is rejected by the high court in permanent trustee e1 e2 deleveraging crisis Cause-Effect_reversed the deleveraging triggered by the crisis implies that countries that hoarded reserves have been reaping the benefits e1 e2 shipyard vessel Product-Producer_reversed the world's largest shipyard in ulsan slips a newly-built, multi-million dollar vessel into the water every four working days e1 e2 dizziness injury Cause-Effect_reversed headaches, dizziness, balance problems, and neck and back pain were caused by the work injury e1 e2 members ordinance Product-Producer_reversed the historic district commission members drafted a demolition delay ordinance that went before the board of selectmen last year e1 e2 news interplay Message-Topic this blog tracks and comments on news relevant to the interplay of science & religion e1 e2 substance cytoplasm Entity-Destination the substance is exported to the cytoplasm e1 e2 water tank Entity-Destination approximately 20 dl of water was put in a fish tank e1 e2 fainting unconsciousness Cause-Effect fainting is a common cause of unconsciousness and may occur when the casualty's heart rate is too slow to maintain sufficient blood pressure for the brain e1 e2 way debate Message-Topic_reversed the best way to peel a chestnut has long been a topic of debate e1 e2 treasure trove concerts Member-Collection_reversed this region boasts a treasure trove of concerts, museums, and other cultural offerings e1 e2 woman family Entity-Origin the woman was taken from her native family and addopted in england on some relocation scheme in the 1960's e1 e2 bevy doves Member-Collection_reversed there was such a bevy of mourning doves in the tree across from the deck that they looked like christmas ornaments e1 e2 pie sky Entity-Origin for a flaming pie descended from the sky, and jesus christ stepped out of it, and he sayeth unto me e1 e2 virus pandemic Cause-Effect much like the virus that caused the 1918 flu pandemic, this new h1n1 flu virus affects young adults and school children in greater numbers e1 e2 clutch mechanics Member-Collection_reversed i look around to discover he's about two metres away, obscured from view by a clutch of force india mechanics e1 e2 spring device Entity-Destination a worker inserts the small spring in the device and then installs the buttons e1 e2 company house Product-Producer_reversed the company has constructed a demonstration house at the bre innovation park, at watford, using the same combination of timber and hemcrete e1 e2 team brilliance Other in a tense struggle, the other team prevailed in convincing fashion with a flurry of sacrifical brilliance e1 e2 burns liquids Cause-Effect_reversed heat burns, or thermal burns, are caused by steam, fire, hot objects or hot liquids e1 e2 dispute plot Other it is a dispute over a plot of land where hundreds of babies are believed to be buried e1 e2 confederation peoples Member-Collection_reversed the country was a confederation of various tribal peoples of caucasian descent (closely associated with the georgians and the peoples of the modern russian north caucasus) e1 e2 nitrogen lakes Entity-Destination nitrogen is falling into remote lakes e1 e2 idiot motion Other when the dog starts jumping like a nut, the idiot pulls the leash up with a jerk motion to get his attention and distract him e1 e2 spacecraft outer-space Entity-Destination more than 40 years have passed since the spacecraft departed into the outer-space with a fuel cell on-board e1 e2 exaltation larks Member-Collection_reversed the exaltation of the larks were heard in high-exalting by the mallards who were rather flushed from playing in the puddling e1 e2 camaraderie supporters Other each year, waterfowl enthusiasts and conservationists gather to learn about du's priorities, socialize and enjoy the camaraderie of other du supporters e1 e2 methadone buzz Cause-Effect methadone gives a buzz too, but it's the most effective way to reel in heroin addicts into treatment and real life e1 e2 handgun safe Content-Container they were not issued guns at the time, but the office did have one handgun that was locked in a safe; however, there was no ammunition e1 e2 flooding cyclone Cause-Effect_reversed the flooding, caused by a cyclone, came on the heels of a prolonged drought, which destroyed 60 percent of fiji's sugar cane crop last year and cost more than 50 million fijian dollars (25 million us) in relief and rehabilitation e1 e2 brigade followers Member-Collection_reversed governor rutledge had commissioned him a brigadier, and with his famous brigade of ragged followers, he performed those deeds for the redemption of south carolina which have made his name immortal e1 e2 discourse poet Product-Producer it's a long, polyphonic novel bookended by a virtuoso first-person discourse from madero, a cocky, seventeen-year-old student poet e1 e2 jar lid Component-Whole_reversed make two holes in the jar lid, one hole in the middle of the lid and the other near the edge e1 e2 fog delays Cause-Effect fog caused delays at the charlotte douglas international airport monday morning e1 e2 handful locations Other clearwire customers in a handful of locations were unable to get online for several hours due to a network outage late tuesday e1 e2 administration centres Product-Producer_reversed the administration has established a number of health posts and health centres to provide health care to amerindians e1 e2 rotors turbines Component-Whole because the rotors of the turbines are relatively slow-moving, they pose little threat to fish and other small marine life e1 e2 bio-energetics bio-magnification Entity-Destination researchers put bio-energetics into bio-magnification e1 e2 hurts memories Entity-Origin in time we found that those pains and hurts from past memories were beginning to be mended and those past hurts became our scars, our badge of honor e1 e2 model event Other the model developed from that event include academic visits and symposia, alumni and. vip events, together with government and press relations e1 e2 convention ownership Other it is a common informal convention to reserve or declare full or partial ownership of a community resource e1 e2 ideas issue Message-Topic below you find my ideas with regard to this issue e1 e2 man pit Product-Producer_reversed the man dug a three-foot-deep fire pit to roast a pig, but somehow fell into the fiery hole e1 e2 officers bus Instrument-Agency_reversed we were forced to get off the bus and find accommodation for the night, while the police officers took the bus to the scene of the incident; apparently they were lacking their own transportation e1 e2 mother raft Product-Producer_reversed a mother was seen to have built a small raft out of birch bark for her and her children, but it promptly sank among the ice floes e1 e2 astronauts capsule Other the astronauts rode to the station in a capsule e1 e2 laboratory organisation Component-Whole now this laboratory also is part of a larger organisation e1 e2 president corporation Other the president of this corporation was one of its stockholders e1 e2 legion archers Member-Collection_reversed the archers of the eyes were an elite legion of elven archers who served troughout various wars e1 e2 skeleton tomb Content-Container the skeleton was discovered inside a neolithic-age tomb unearthed in yumuktepe hoyuk of the southern mersin province e1 e2 squadron swans Member-Collection_reversed a little later you're admiring a squadron of huge, white swans soaring over a nearly unspoiled natural area where it's hard to believe that a big city is only minutes away e1 e2 lion paw Component-Whole_reversed as he came near, the lion put out his paw, which was all swollen and bleeding, and androcles found that a huge thorn had got into it e1 e2 money artwork Entity-Destination the celebrity poured money into modern artwork e1 e2 request moderator Entity-Destination a request has been sent to the moderator e1 e2 hypothesis domination Message-Topic the second hypothesis asserting economic domination is rejected, and the third largely accepted e1 e2 volume understanding Message-Topic this volume synthesizes current understanding of the ecology of alaska's boreal forests e1 e2 process stricture Cause-Effect the accompanying inflammatory process had caused the stricture of the mid-cbd e1 e2 scars burns Cause-Effect_reversed one of the most dreaded types of scars are contracture scars from burns e1 e2 parcels food items Content-Container_reversed the parcels contained a few basic food items to supplement the prisoners' meagre rations e1 e2 lid bin Component-Whole the bees made their entry through a small hole in the lid of the bin, and they created a wonderful honeycomb on the underside of the lid, hanging downward in the bin, in a beautiful arrangement e1 e2 officials dossier Product-Producer_reversed the official is one of the senior officials involved in drawing up the september dossier e1 e2 phrase e-mail Entity-Origin the phrase originated in an e-mail of july 11, 2003, from cooper to his time bureau chief, referring to a conversation with karl rove e1 e2 gunman weapons Instrument-Agency_reversed the gunman bought his weapons legally from a champaign gun dealer e1 e2 buns steamer Entity-Destination we placed the buns into the steamer, leaving 1-2 inches between each bun e1 e2 poems contests Entity-Destination a famous poet has entered his poems into three current contests e1 e2 dehydration death Cause-Effect dehydration is one of the lead causes of death in the world due to dirty water and felt this should be emphasized in global charity documentation e1 e2 software developer Product-Producer mr grisby, 30, a software developer" and victim of a previous burglary, had also activated a back-up system which transferred the captured images to his private website when the computer was stolen e1 e2 statue sculptor Product-Producer the statue was carved by a scots sculptor in 1826-27 and may be the only one based on a portrait of burns by burns's friend peter taylor, an amateur artist e1 e2 tissue capsule Entity-Destination an encapsulating composition is infused into the channel to encapsulate the tissue in a capsule e1 e2 book friend Entity-Origin i first became acquainted with the book through an audio book i was given by a dear friend of mine a few years ago e1 e2 baby wipes Instrument-Agency_reversed a baby uses a box of baby wipes per week e1 e2 ship port Entity-Origin the ship sailed from the port only once and was registered in liverpool e1 e2 fling oxbirds Member-Collection_reversed a fling of oxbirds is known by the singular and beautiful appearance those birds present in the air; the grace, swiftness, and compactness of their flight e1 e2 method country Entity-Origin the method of writing, and the use of the fashionable amusement quizzes wauwau arrives from the country of prester john e1 e2 toxins odor Cause-Effect these toxins cause sickness or an unpleasant odor e1 e2 reel can Content-Container this particular reel was in a can where the writing on the label was completely obscured by a substance that looks like hamburger mustard e1 e2 staff hospital Other the staff of the hospital are committed to maintaining these services e1 e2 accident delays Cause-Effect accident causes delays on bw parkway e1 e2 student telephone Instrument-Agency_reversed student support by telephone has a long tradition in open and distance learning e1 e2 user button Instrument-Agency_reversed a user activates the device with the power-on button e1 e2 plate electroscope Component-Whole the presence of the charged object above the plate of the electroscope, induces electrons within the electroscope to move accordingly e1 e2 artist crayons Instrument-Agency_reversed an artist creates sculptures using up to 250000 colouring crayons e1 e2 fire earthquake Cause-Effect_reversed children stand near houses in padang that caught fire after the earthquake e1 e2 hostel building Other the hostel comprises of a main building of 3 floors, it started its life as a nun's convent that's been renovated e1 e2 sword blade Component-Whole_reversed the sword with leaf-shaped blade was used for both cut and thrust, but it is clear from the representational evidence that it was principally used in a downward cut e1 e2 suffering crisis Cause-Effect_reversed individual donors make a significant difference in addressing the suffering caused by the economic crisis e1 e2 rags receptacle Entity-Destination greasy or oily rags or materials subject to spontaneous ignition are deposited in a receptacle e1 e2 volume inscriptions Message-Topic the rest of the volume presents the inscriptions, giving the circumstances of finding e1 e2 file folder Entity-Destination i moved the file into the folder e1 e2 comradeship brothers Member-Collection_reversed i'm so honored to represent my father in this comradeship of brothers e1 e2 person goods Product-Producer_reversed a person who prepares baked goods as a profession is called a baker e1 e2 note rating Message-Topic each question requires a text note to explain the rating e1 e2 infection fungus Cause-Effect_reversed this is a yeast infection of the esophagus caused by the same fungus that causes vaginal yeast infections e1 e2 tonsillitis micro-organisms Cause-Effect_reversed tonsillitis is caused by infection by a variety of different micro-organisms e1 e2 hiccups spasm Cause-Effect_reversed hiccups are caused by a spasm contracting the diaphragm, a muscle essential in human respiration e1 e2 location circle Other the location of each airport and presence of control towers is indicated with a circle e1 e2 electricity biomass Entity-Origin the french government published on 13 january 2010 new guaranteed tariffs for the purchase of electricity produced from biomass, geothermal and solar by the public electricity grid management companies e1 e2 metaphors saint Product-Producer this translation is systematic and literal; with a particular emphasis on preserving the metaphors used by the saint in their original signification e1 e2 gear collar Component-Whole_reversed the locking mechanism for a gear consists of a collar (or dog collar) on the shaft which is able to slide sideways so that teeth (or dogs) on its inner surface bridge two circular rings with teeth on their outer circumference: one attached to the gear, one to the shaft e1 e2 mummy coffins Content-Container upon its discovery, king tut's mummy was placed inside three coffins, one smaller than the next e1 e2 aircraft approach Other the aircraft was making a third approach to irkutsk, a scheduled refueling stop, when it crashed e1 e2 moments year Entity-Origin the party-goers had an array of favorite moments from the past year, from celebrity scandals to personal triumphs, but everyone seemed focused on their resolutions and things to come e1 e2 memes copies Other successful memes spread into numerous copies whereas unsuccessful ones become extinct e1 e2 ossicone cartilage Other an ossicone grows from the basal cartilage upward e1 e2 cocaine pineapples Content-Container cocaine was hidden in the pineapples exported from ecuador to medellin city of columbia e1 e2 puppy garbage bag Content-Container the puppy was inside a sealed garbage bag lying in vomit and near death e1 e2 committee people Member-Collection_reversed the committee is composed of people from every department e1 e2 landslides deaths Cause-Effect landslides caused the majority of the deaths e1 e2 references name index Entity-Destination i have added references into the name index e1 e2 rain power outage Cause-Effect rain and wind cause power outage in los angeles 11:24, october 15, 2009 e1 e2 speech critics Other gordon brown speech addresses the critics on uk immigration e1 e2 publication developments Message-Topic this weekly economic publication analyzes and interprets financial, commercial and industrial developments e1 e2 machine memory Component-Whole_reversed this machine has a memory of 5000 slots and in this memory we can stock 500 customers and products e1 e2 irritation chemicals Cause-Effect_reversed he took a shower after using hair cream to avoid skin irritation from the chemicals in the product e1 e2 humiliation people Cause-Effect_reversed the humiliation comes from authorities and people making him loose faith in humanity e1 e2 exhibition contacts Message-Topic the exhibition examines the first sustained contacts between american people and european explorers, conquerors and settlers from 1492 to 1600 e1 e2 initiations years Other these initiations only have been passed on to a selected few after years of apprenticeship e1 e2 visit sensation Cause-Effect the visit caused a sensation on the whangaparaoa peninsula with people reporting the orca and rushing out to photograph and film them, from a safe distance e1 e2 voltage reaction Cause-Effect the constant polarization voltage between the two electrodes instigates the electrochemical reaction of the chlorine compounds on the working electrode e1 e2 guard podium Entity-Origin within a minute, the guard leaves the podium again and disappears into the crowd e1 e2 sessions abstracts Component-Whole_reversed these sessions highlight selected abstracts of submitted papers in poster format e1 e2 virus bird Entity-Origin the a/h1n1 virus originated in an asian bird that was exported to mexico, where it may have reassorted in a pig before infecting people e1 e2 funding newspaper Entity-Origin principal threatens to pull funding from student newspaper for covering flag-burning e1 e2 hands tomb Product-Producer_reversed human hands built this extravagant tomb for the god king e1 e2 atlas cabinet Entity-Origin she pulled out an atlas from the cabinet by the couch and opened it to a world map e1 e2 vapor swelling Cause-Effect dust or vapor cause burns or irritation of the eyes with swelling e1 e2 email person Entity-Origin i had just returned from a wonderful meal at gusto when a mysterious email arrived from an unknown person identified only as, salumi monger e1 e2 reproductive toxicity nitrite Cause-Effect_reversed increased reproductive toxicity of landfill leachate after degradation was caused by nitrite e1 e2 quotes movies Entity-Origin here are my favourite quotes from movies, songs and friends e1 e2 car seat Component-Whole_reversed this group 0+ baby car seat fits easily into the car and connects to the jane powertwin pro pushchair (sold separately) to make a travel system e1 e2 scuttle coal Content-Container_reversed i maintained an even temperature in my ward by bringing in a scuttle of coal for the day's business e1 e2 surface plates Component-Whole_reversed the earth's surface is divided into huge, thick plates that drift atop the soft mantle e1 e2 petition oil Message-Topic the petition described the oil as being useful for salads and culinary purposes e1 e2 superfluity priests Other before the council, ireland had such a superfluity of catholic priests that it exported many of them to glasgow, england, and the united states e1 e2 wheat flour Entity-Origin_reversed we use whole wheat flour almost exclusively, but the white whole wheat flour was a new thing e1 e2 cameras booths Entity-Destination two voters put cameras into their booths e1 e2 controversy assignment Cause-Effect_reversed a controversy arose from an equivocal assignment of the metastable 150-mev vibrational peak e1 e2 speeches economy Message-Topic most of his speeches at the rallies have been about the economy and the need to fight against corruption e1 e2 ray theory layer Other high-frequency geometric ray theory is used to study the refracted arrival from a layer embedded in an infinite medium e1 e2 dispute interpretation Other the tribunal has jurisdiction over any dispute concerning the interpretation or application of other agreements e1 e2 chairman political party Member-Collection he was a civilian president, but also he was functioning as the chairman of the political party that he founded from the cantonment e1 e2 practices programmers Instrument-Agency guru jakob nielsen gives his advice on best practices for programmers e1 e2 brew cauldron Content-Container she began to create a brew in her cauldron, that would take an entire year to prepare e1 e2 dioxide atmosphere Entity-Destination dioxide has been released into the atmosphere e1 e2 mutation thrushes Member-Collection_reversed yes, i have a mutation of thrushes eating me out of bird food e1 e2 discussion issues Message-Topic one year later, a follow-up workshop was held to provide a focused discussion on these issues from a research, practice and policy perspective e1 e2 recovery next year Entity-Destination the shocking macro-economics numbers have postponed the recovery to next year e1 e2 cattle middle ages Entity-Origin the busha cattle is a breed originated in middle ages e1 e2 book relationship Message-Topic the book asserts the intrinsic relationship between psychotherapy, human rights and politics e1 e2 button radio Component-Whole i pressed the button of the radio for contacting the engine driver and said that there was much smoke in the car e1 e2 guards building Entity-Origin as soon as the guards had left the building to investigate, he scrambled through the window and looked around e1 e2 technician in-circuit emulator Instrument-Agency_reversed a technician uses an in-circuit emulator on the host pc to set breakpoints, read/write internal registers, dump memory, and perform other debugger-like functions e1 e2 wheat starch Entity-Origin_reversed the wheat starch has had more than one-hundred-year tradition in krnov e1 e2 shank hook Component-Whole the shank of the hook is the right length to create properly proportioned fish profiles e1 e2 death vat Other death in a vat of chocolate was just waiting for some witty hilarious jokes e1 e2 dataset documents Entity-Origin the dataset was extracted from internal documents of the ministry of justice and analysed using standard demographic and epidemiological methods e1 e2 carriages train Component-Whole the carriages of the train were painted blue; the seams were decorated with gilding; all wooden parts were made of indian teak e1 e2 alliance brands Member-Collection_reversed his first aim was to complete the move from a loose alliance of different brands to a tighter, more business-like grouping e1 e2 mouse loaf Content-Container a mouse was found in a loaf of malt bread e1 e2 abuse swelling Cause-Effect the alleged abuse resulted in bruises and swelling of the brain e1 e2 bird wing Component-Whole_reversed a bird is touching the sun with his wing e1 e2 bootlegger staples Instrument-Agency_reversed the bootlegger bought his staples there, as well as apples for his mash e1 e2 clump reeds Member-Collection_reversed she knew each favorite clump of concealing reeds along the river that the buffalo loved best e1 e2 stories prequels Other even the most self-contained stories have spawned sequels, or even prequels e1 e2 code process Entity-Destination we have injected the code into the native process e1 e2 man testosterone Other a man relaxes with higher levels of testosterone, and a woman relaxes by secretion of oxytocin e1 e2 fire area Entity-Origin the fire originated in an area of the plant housing cement mixing and lifting equipment e1 e2 harm quake Cause-Effect_reversed picture of a woodcut portraying the harm caused by the quake e1 e2 tritium water Entity-Destination the braidwood generating station, owned by the exelon corporation, has leaked tritium into underground water e1 e2 comment developer Product-Producer his approach is similar to a recent comment made by a prominent video game developer e1 e2 infections malodor Cause-Effect bacterial infections of the ear result in malodor, excessive exudation (drainage of pus-like material), and ulceration e1 e2 gas algae Entity-Origin the us department of energy has developed a method for producing natural gas from algae e1 e2 fungi disease Cause-Effect on the one hand, a small notorious set of bacteria, fungi, parasites, protozoa, and viruses cause disease, as discussed in the two units of the book e1 e2 diabetes disorders Other diabetes is a group of metabolic disorders characterized by a hyperglycemia resulting from defects in insulin secretion, insulin action, or both e1 e2 clashes deaths Cause-Effect the clashes resulted in a great deal of bloodshed, including the deaths of at least 1200 civilians and 180 pakistani soldiers e1 e2 fleet ship Member-Collection_reversed the twenty-fifth ship, the fleet's command ship shinbatsu, continued on into saturn space instead of returning home, escorted by the command ships shugotenshi and kergueren e1 e2 tool handles Component-Whole_reversed the rivet tool offers long, ergonomically designed handles to increase leverage, and to secure the rivet in the nosepiece while the tool is in use, in any position e1 e2 butterfly patio Entity-Destination yesterday a big huge beautiful orange butterfly flew into my patio e1 e2 daughter coma Other his daughter fell into perpetual coma by car accident e1 e2 division soldiers Member-Collection_reversed still segregated in world war i, the u.s. army was reluctant to use its 93d division of black soldiers in combat and instead assigned the division's three national guard and one draftee regiments to the french army e1 e2 variations stratospheric winds Cause-Effect_reversed the variations are caused by stratospheric winds and the chemical production and destruction of ozone e1 e2 laugh hairs Other but now there came from out the niche a low laugh that erected the hairs upon my head e1 e2 plum wine Entity-Origin_reversed takara plum is a rich, sweet and aromatic plum wine suitable as an aperitif e1 e2 introduction book Component-Whole this is from the introduction in the book "fountain pens and pencils, the golden age of writing instruments" by george fischler and stuart schneider, 1990 e1 e2 rock strokes Component-Whole_reversed the sketchy rock in figure 16 is built up of many separate brush strokes e1 e2 creator worm Product-Producer_reversed microsoft has put a price of $250000 on the head of the creator of the conficker internet worm e1 e2 evidence study Entity-Origin the clinical evidence came from a cohort study e1 e2 meal rice Component-Whole_reversed the meal comprises: 1 portion of rice (bukhari / mandi / biryani); 1/4 roast chicken (leg and thigh / breast and wing); 1 small (handsized) box of dates e1 e2 stack objects Member-Collection_reversed intuitively stack is visualized as indeed a stack of objects e1 e2 tank bunker Content-Container a devonport resident has discovered a fuel tank in a concrete bunker at north head e1 e2 maps portfolio Entity-Destination it was schoener who placed the maps in a portfolio that was later acquired by a german prince and stored in a castle for nearly 400 years e1 e2 balm soul Other you have poured balm into my anxious soul e1 e2 man custody Other the cops took the man into custody e1 e2 tears river Entity-Destination seven tears have flown into the river e1 e2 reservoir operation Other now, this reservoir is put into operation e1 e2 handful tidbits Other today, i present to you a small handful of informational tidbits which act as glimpses into the world of a typography enthusiast e1 e2 tree trunks Component-Whole_reversed one of the most common reasons for cracks and splits on tree trunks is cold temperature e1 e2 unit transportation Other conveyance is any unit for transportation of explosives or blasting agents, including but not limited to trucks, trailers, rail cars, barges, and vessels e1 e2 insight problem Other analogies are examples which aid us in gaining insight into a problem e1 e2 statement leadership Product-Producer a statement by the leadership of the smaller italy of principles party said berlusconi's only alternative would be "to resign immediately" e1 e2 fish shoal Member-Collection some fish swim in a shoal for protection e1 e2 wine can Content-Container the wine was in a can so i called downstairs to see if there were any other regular roses e1 e2 log- jam cases Other the delay in bringing the suit to trial is being caused by a terrific log- jam of pending cases, court aids explained e1 e2 journal book reviews Component-Whole_reversed the journal also contains book reviews and two regular columns that digest news from other sources e1 e2 talk challenges Message-Topic his 'intensely personal' talk tackles the great challenges facing immigrants today e1 e2 bloodshed growth Cause-Effect_reversed much of the bloodshed was caused by the growth of gangs e1 e2 correspondence cheque Content-Container_reversed the correspondence encloses a purported cheque, as described above, for $2980.00, to go towards these fees e1 e2 class therapeutic benefits Message-Topic the purpose of the class was to examine the therapeutic benefits of writing and to discern whether writing can be a help or a hinderance in some situations e1 e2 flink cows Member-Collection_reversed then all the evil llamas has cried and a flink of cows has rampaged threw the streets trying to find the person that killed him e1 e2 ring partners Member-Collection_reversed it is a leaderless organization, although there is an "inner" ring of partners, and an "outer" ring of additional members that are associated with the wikiring, but have limited rights with regards to voting and access to shared resources e1 e2 tree bark Component-Whole_reversed tree bark are protected during construction activities and remodeling, since heavy equipment can damage trees e1 e2 bolt firearm Component-Whole blowback firearms use the expanding gas impinging on the cartridge itself to push the bolt of the firearm rearward e1 e2 water evaporators Entity-Origin the water evaporated from the evaporators is condensed in the condenser and can be reused in the process e1 e2 questionnaire sections Component-Whole_reversed the questionnaire comprises three sections: (i) the dissemination of budget information, (ii) the executive's annual budget proposal to the legislature and the availability of other information that would contribute to analysis of budget policies and practices and (iii) the four phases of the budget process e1 e2 disputation lawyers Member-Collection_reversed the last hereditary sheriff of galloway used to silence the disputation of lawyers in his court by calling them "schoondrels! blethering loons! e1 e2 benefits sentence Message-Topic_reversed these benefits have been eloquently described in the last sentence of the preamble e1 e2 witch bone Instrument-Agency_reversed in the sequence, the raven looks on as the witch stirs the cauldron with a huge bone e1 e2 biosurfactant oil Entity-Origin the efficiency of the biosurfactant produced from used vegetable oil was compared to other commercially available surfactants and the results were comparable e1 e2 steps ladder Component-Whole the subjects were asked to climb up a total of 10 steps on the ladder and then down to the floor for each trial e1 e2 bottle isopropanol Content-Container_reversed i carry a spray bottle with 91% isopropanol in it e1 e2 letter group Entity-Origin the letter was sent from group to group of the dispersed believers to try and build them up "to encourage them" to fill them with hope e1 e2 stranger brother Entity-Destination a stranger approached my little brother e1 e2 rudders towboats Component-Whole flanking or backing rudders are used by towboats and other vessels that require a high degree of manoeuvrability e1 e2 tribes houses Product-Producer_reversed many tribes used animal hides to build houses such as tepees and wigwams e1 e2 rain forest canopy Entity-Origin much of the rain evaporated from the forest canopy without ever reaching the ground e1 e2 boat harbour Entity-Origin the boat basically sails from the harbour to an area of a beach where they are supposed to transfer you to a smaller boat and go to the beach e1 e2 anxiety accident Cause-Effect_reversed the anxiety caused by the accident, which appears to show no sign of diminishing, and its negative impact on the living conditions in the affected areas, may be the principal reason for the increase in poor reported health e1 e2 company obligations Other this company has eluded from state budget fiscal obligations (vat and profit tax) totalizing 2.183.351 lei e1 e2 community scholars Member-Collection_reversed in addition to the stipend, the center provides each scholar with a carrel in the vorhoff library; supplies and support such as stationery and copying; borrowing privileges of the center and university libraries; a tulane email account and access to university online resources, and the collegiality of a community of feminist scholars and practitioners e1 e2 room corner Other my room has been moved into the corner of the first floor e1 e2 technique websites Instrument-Agency this technique is used by most major websites to minimize http requests and hence improve page load times e1 e2 file cabinet iou Content-Container_reversed it's a file cabinet in washington with an iou in it e1 e2 policeman police force Member-Collection it's about a corrupt policeman in a corrupt police force who changes his ways e1 e2 sunflower oil Entity-Origin_reversed the mid-oleic sunflower oil was compared to cottonseed (gossypium spp.) oil, the "gold standard" for frying e1 e2 stores areas Component-Whole_reversed discount department stores have central customer checkout areas, generally in the front area of the store e1 e2 energy source Cause-Effect_reversed the energy is going away from the source at the group velocity cg e1 e2 publications similarities Message-Topic the game received mixed reviews, with some of video games publications commenting on the similarities between other games from dragon ball e1 e2 man bat Instrument-Agency_reversed a man attacked women with a baseball bat e1 e2 remnants box Content-Container the remnants of einstein's brain were in a box marked "costa cider. e1 e2 cerebrum hemispheres Component-Whole_reversed the cerebrum (the forebrain) is made up of the right and left cerebral hemispheres e1 e2 clowder cats Member-Collection_reversed my vision of heaven is to be surrounded by a clowder of cats e1 e2 powder casing Entity-Destination a 52-year-old rocket enthusiast suffered minor injuries when a motor exploded as he packed powder into the casing, blowing his garage door off its hinges e1 e2 soul body Entity-Origin the soul departs from the body for eternity e1 e2 remote control water Entity-Destination accidentally, my remote control fell into the water e1 e2 books identification Message-Topic there are a series of books dealing with the identification of groups of birds e1 e2 energy charge Entity-Origin we assume that the energy release from the charge is pot instantaneous, but it depends on time e1 e2 nucleocapsids nuclei Entity-Destination parental influenza virion nucleocapsids were efficiently transported into the nuclei of murine cells e1 e2 nest hornets Other the nest of hornets was long and uncovered externally e1 e2 spindle pump Component-Whole in a known motor-pump unit of this type, the slot-barrel motor is connected, to the drive spindle of the screw-spindle pump with a pressure side throttle interval interposed e1 e2 caravan camels Member-Collection_reversed caillie dutifully explored the city for four weeks, then departed in a huge caravan of 1400 camels e1 e2 crimes show Message-Topic_reversed it is very realistic and the crimes that are investigated on the show are crimes that have actually occured e1 e2 chocolate butter Entity-Origin white chocolate is made of cocoa butter, milk, and sugar e1 e2 niece apartment Entity-Destination his niece moved into this apartment last month e1 e2 design architect Product-Producer the chinesischer turm ("chinese tower") is a 25 metre high wooden structure, first constructed in 1789 to 1790, from a design by a mannheimer military architect e1 e2 cook coals Instrument-Agency_reversed the solid fuel in a conventional grill remains stationary, unless the cook manually stirs the coals with a stick or similar tool e1 e2 acne cosmetics Cause-Effect_reversed this mild and relatively common form of acne is caused by cosmetics e1 e2 moons collaboration Other the newest moons were discovered by an international collaboration of astronomers, working in july at the canada-france-hawaii telescope (cfht) e1 e2 light face Cause-Effect_reversed the light was radiating from the face of jesus christ e1 e2 receiver catch Other the dallas wide receiver reacts after coming up with a big catch e1 e2 shirt sleeve Component-Whole_reversed and again, the shirt sleeve is too long, but the jacket is too short e1 e2 garden pail Content-Container this garden in a pail is a unique idea that would make a great gift for any cook or herb enthusiast e1 e2 document interrogation Message-Topic this document is a summary of an interrogation of the witness conducted on the noted date e1 e2 nuts tires Component-Whole he panics when he sees a blue gremlin on the side of the bus loosening the lug nuts on one of the tires e1 e2 man knife Instrument-Agency_reversed the man pulled it and the staples off the door, prying gently with a putty knife e1 e2 stone cup Entity-Destination every morning he put a stone into the cup without knowing that one of his friends put a handful of stones in it, to play a trick on him e1 e2 noise resistors Cause-Effect_reversed the output noise was caused by the biasing resistors and the shot noises of the base currents of q1 and q4 e1 e2 damage reconstruction Other the painting shows a historical view of the damage caused by the 1693 catania earthquake and the reconstruction activities e1 e2 dialogue economic impact Message-Topic the dialogue at the summit also covered the economic impact of ict literacy e1 e2 bank plans Product-Producer_reversed the bank has drawn up plans for the same and may start scouting for partners over next few months e1 e2 light turrets Cause-Effect_reversed the only light was from two turrets of bulletproof glass e1 e2 stew cauldron Content-Container onions and garlic were added to the stew in the cauldron e1 e2 sedge bitterns Member-Collection_reversed quaint things the women wrought for her -- pomanders and cushions of thistledown; and the men were never happier than when they could tell her of the first thrush's egg in the thorn-bush or the sedge of bitterns that haunted the marsh e1 e2 woman village Entity-Origin the woman was born in the village e1 e2 questions cultural differences Message-Topic most americans are interested in topics or questions that have to do with cultural differences and with language e1 e2 phosphorus calcium loss Cause-Effect the widespread opinion that both protein and phosphorus cause calcium loss is examined e1 e2 furnace thermostat Component-Whole_reversed the furnace thermostat is the nerve center of your home heating system e1 e2 bureau committee Product-Producer_reversed the bureau established an audit-and-risk committee based on the large number of receiverships and an external auditor was appointed to review all 2009 receivership files e1 e2 mover hamburger Instrument-Agency_reversed that night, at dinnertime, the prime mover eats the philosophical pickle with a hamburger e1 e2 wallet locker Content-Container the wallet was inside of a locker designated for union employees e1 e2 book chapters Component-Whole_reversed powerpoint presentations for each of the book's chapters are posted on this website e1 e2 display case desserts Content-Container_reversed another great sign was the wonderful aroma of freshly baked desserts and brewed coffee, and the display case was full of wonderful looking desserts e1 e2 chemicals river Entity-Destination they have dumped chemicals into the local river e1 e2 member team Member-Collection jeff ma, who was a key member of the infamous mit blackjack team, notes the turn around of the oakland a's and the reversal of criticism directed toward gm billy beane e1 e2 script index Component-Whole_reversed the generated script creates candidate keys defined using a unique index e1 e2 preview blog Entity-Destination the preview of a new dell laptop has been leaked to this blog e1 e2 radio development Message-Topic a local fm radio keeps the town informed about local and international development e1 e2 convict claim Product-Producer_reversed the convict protects pip with a claim that he stole the items himself e1 e2 armor chest Content-Container my father's armor was in a chest next to the shrine e1 e2 dust irritation Cause-Effect ambient vanadium pentoxide dust produces irritation of the eyes, nose and throat e1 e2 flakeboard guardrail Entity-Origin in this study, flakeboard was produced from decommissioned guardrail posts that had been treated with chromated copper arsenate (cca) e1 e2 troop princesses Member-Collection_reversed both her and her troop of pampered beverly hills princesses learn valuable lessons in character, courage, and friendship with a super happy ending e1 e2 plastic bag marijuana Content-Container_reversed on the floor of the passenger side, they found a plastic bag with marijuana inside e1 e2 thermostat refrigerator Component-Whole adjust the thermostat of the refrigerator to between 36 to 38 degrees fahrenheit, and make sure the freezer is set between zero to 5 degrees e1 e2 crisis sector Entity-Origin the crisis originated in an over-leveraged corporate sector and a banking sector that had mismatched assets and liabilities e1 e2 hormone gland Product-Producer it is a hormone that is produced by the pituitary gland and has widespread effects on the body e1 e2 researcher programme Instrument-Agency_reversed as a strategic move, the researcher started the school with a third-year programme with mature students e1 e2 mountain landscapes Other it features some of the most beautiful mountain landscapes anywhere, with vertical walls, sheer cliffs and a high density of narrow, deep and long valleys e1 e2 boxes house Entity-Destination the old lady moved the boxes in the corridor into her own house e1 e2 heat metamorphism Cause-Effect the heat and pressure cause metamorphism to occur e1 e2 optimization engineers Instrument-Agency as a consequence, optimization is now viewed as an indispensable tool of the trade for engineers working in many different industries e1 e2 phalanx comrades Member-Collection_reversed the two chiefs quickly gather round them a phalanx of their comrades e1 e2 flange baboons Member-Collection_reversed in this marvelous book smuts draws from years of painstaking field research in which she followed around a flange of chacma baboons in the mateti game park in zimbabwe e1 e2 architect strip Instrument-Agency_reversed instead, the architect measures 'the sage' with a flexible strip of metal e1 e2 fever stress Cause-Effect_reversed dogs develop a fever from stress and/or pain such as in a severe flea infestation e1 e2 aircraft flight Other the ntsb determined that the aircraft departed from controlled flight and crashed into the atlantic ocean e1 e2 recipe friends Entity-Origin the recipe comes from our friends at evil mad scientist laboratories e1 e2 mastiffs homes Entity-Destination they misplaced mastiffs into homes e1 e2 pin potentiometer Component-Whole the left pin of the potentiometer is the ground connection e1 e2 nide pheasants Member-Collection_reversed we are careful when mowing a meadow, as a nide of pheasants is in the tall grasses, brooding their young e1 e2 statement topics Message-Topic the conference's final statement was a summary of all the topics the speakers had touched on during two days of meetings in cordoba e1 e2 article music Message-Topic i have recently found a little article claiming that music affects our health both improving and worsening it e1 e2 bottle gold dust Content-Container_reversed the winner of the goron races gets a bottle full of gold dust e1 e2 weight collapse Cause-Effect the weight of the concrete on the soft materials caused a second ground collapse on the following sunday night e1 e2 committee recommendations Product-Producer_reversed in its last 12 meetings this year the committee has made about 30-35 recommendations e1 e2 circle mobsters Member-Collection_reversed in fact while coppola was away serving his sentence, the question -- "what're you gonna do now, tough guy?" -- had become a popular catch phrase within a small circle of jersey mobsters e1 e2 nose tissue Other the inside of your nose is lined with a moist, thin layer of tissue called a mucous membrane (say: myoo-kus mem-brayne) e1 e2 monsoons change Cause-Effect_reversed every schoolchild is taught that the monsoons are caused by the change in wind patterns when a large body of warm air rises e1 e2 rules behavior Message-Topic these rules regulate human's behavior toward eachother and serve to maintain a sense of social unity e1 e2 explosion blast Cause-Effect_reversed both reached the same basic conclusion, that the ship had been destroyed by a magazine explosion which was triggered by an external blast e1 e2 sadness fear Cause-Effect but just think, sadness leads to fear then fear leads to anger e1 e2 padding helmets Entity-Destination then, padding was then put inside the helmets so they fit comfortably and securely e1 e2 letters addresses Entity-Destination individualized letters have been sent to the following addresses e1 e2 kitchen fridge Component-Whole_reversed the kitchen has a fridge and all necessary utensils e1 e2 shop booth Instrument-Agency_reversed they chose a shop that oven bakes the paint in a down draft paint booth e1 e2 damage hallucinogens Cause-Effect_reversed by far the greatest damage has been caused by the illicit use of the hallucinogens e1 e2 flu chills Cause-Effect the symptoms of h1n1 flu include fever, cough, sore throat, runny or stuffy nose, body aches, headache, chills, fatigue, and possibly vomiting or diarrhea e1 e2 device port Entity-Destination another device was inserted into another usb port e1 e2 workshop tools Message-Topic the first five-day workshop introduced tools for identifying and exploiting market opportunities e1 e2 joke comedy Component-Whole when a joke driven comedy has weaker jokes, there's nothing behind them e1 e2 grain whisky Entity-Origin_reversed this reputation as a cheap filler for blends has meant grain whisky has been overlooked e1 e2 quarterback pass Instrument-Agency_reversed the quarterback then wins the game with a "hail mary" pass e1 e2 cistern liquids Content-Container_reversed in a cistern that stores cold liquids, the concrete ring serving as juncture element may be thermally lagged against the rock e1 e2 policy prevention Other eu enlargement policy was presented as a central instrument for eu conflict prevention e1 e2 catapult arm Component-Whole_reversed i changed the length of the catapult arm and i changed the rubber band e1 e2 company research Other the company entered into collaborative research e1 e2 people areas Entity-Destination during the period of economy growth, those people have migrated into the urban areas e1 e2 decedent yard Entity-Origin the decedent had left the nursery supply company's main yard earlier in the day e1 e2 heart valves Component-Whole_reversed the opening and closing of the heart valves produce the sound of the heartbeat e1 e2 author birth Other the dickens community archive project marks the bicentenary of the author's birth e1 e2 page conventions Component-Whole_reversed this page carries a list of some of these conventions e1 e2 blaze fault Cause-Effect_reversed the full amount paid to aardman for the blaze, which was triggered by an electrical fault, was not disclosed e1 e2 bean flour Entity-Origin_reversed the emc of the common bean flour was determined at 10, 25, and 40 c e1 e2 key member Other since sally industries' inception, john wood has been a key member of the company's management team and a founding member of the board of directors e1 e2 merger opposition Other the merger is running into some opposition e1 e2 regulation valve Instrument-Agency_reversed pressure regulation using the valve and different amounts of fluid goes a long way in keeping your hydraulic log splitter in action e1 e2 bullet head Entity-Destination a mob wanna-be graphically described yesterday how he put a bullet into a gangster's head in a twisted attempt to earn respect in his brooklyn neighborhood e1 e2 computer area Other the computer is kept in a common area within our home e1 e2 details interview Message-Topic_reversed inside of it, the first details about the game were revealed through an interview with series director masahiro yasuma e1 e2 debris fire Other there is the evidence, photographic and otherwise, recording the debris caused by the subsequent fire and the explosions e1 e2 flu stress Cause-Effect most illnesses, including colds and flu, cause a toxic overload that also increases the stress on the kidneys e1 e2 slot machine reels Component-Whole_reversed this particular slot machine has three reels and two paylines e1 e2 rod cylinder Component-Whole for example, if the user is bench-pressing the bar, the small end of the lever pushes down on the rod of the hydraulic cylinder e1 e2 archive months Other the archive contains reviews from previous months e1 e2 jug wine Content-Container_reversed jug wine has a bad reputation, with many considering it cheap and low-quality e1 e2 paddle canister Other the paddle, called a dasher, fits inside a canister that holds the ice cream mixture e1 e2 government science Instrument-Agency_reversed this government views science simply as a tool for profit generation e1 e2 pages significance Message-Topic bertolli takes pages and pages of text to explain the significance of flours e1 e2 cockpit floor Component-Whole_reversed with the engine now silent, the airman could hear the air as it whistled through the hole in the cockpit floor and the canopy e1 e2 team general counsel Member-Collection_reversed that is one of the many reasons that a ceo's team includes an experienced general counsel e1 e2 merchant duct-flutes Instrument-Agency_reversed this is an allegory illustrating a flemish proverb which shows a merchant with a basket of seven duct-flutes for sale e1 e2 plurality features Other the feature analysis storage stores the plurality of predetermined features extracted from the retrieved textual opinions e1 e2 accident death Cause-Effect this case arises from a december 21, 2005 automobile accident that resulted in the death of larry haynes e1 e2 kidney father Entity-Destination a daughter donated her kidney to her father e1 e2 technique laser Other the photodeflection technique or mirage method consists in periodically heating a sample with a pump laser modulated by an optical chopper e1 e2 species forest Other other tree species in the gabonese forest are much more liable to burn, particularly burseraceae such as e1 e2 parts story Component-Whole the album contains not only songs but also spoken parts narrating parts of the story e1 e2 plant leaves Component-Whole_reversed at the moment, we have to expend a great deal of effort to fight black sigatoka, which attacks the banana plant's leaves e1 e2 starch sugars Entity-Origin_reversed the starch is the source of the newly formed sugars e1 e2 employee comment Product-Producer_reversed an employee posted a negative comment about the company on facebook e1 e2 tree woods Member-Collection the oak tree was growing in the woods of the longleat estate, in wiltshire, at the time darwin was alive and developing his theory e1 e2 council zones Other the council has carved the city into zones it calls "airsheds", and the most affected areas are those where the new rules are being applied first e1 e2 theme street vision Message-Topic the theme is centered around urban street vision, with a philosophical future edge e1 e2 catheter artery Entity-Destination then a polyurethane catheter was inserted distally into the hepatic artery and connected to the reservoir through a 3-4 cm subcutaneous tunnel e1 e2 fever vaccines Cause-Effect_reversed two of my girls had the high fever from vaccines, and our family doctor thought nothing of it e1 e2 decision maker Product-Producer value of information (voi or voi) is the amount a decision maker would be willing to pay for information prior to making a decision e1 e2 bodies barrels Entity-Destination santiago meza lopez, known as the stew maker, stuffed bodies into barrels of lye for drug cartels e1 e2 report motives Message-Topic a full written report supplying motives for your action has been prepared e1 e2 baseball arbitrator Other former baseball arbitrator thomas roberts died due to age-related complications last wednesday e1 e2 report degree Message-Topic the second report assesses the degree of climate policy integration in six different european countries e1 e2 tree woods Member-Collection a tree growing in the woods often develops long roots (15 to 25 feet) rather than a compact root system in order to compete with the roots of existing trees e1 e2 acne oily skin Cause-Effect_reversed acne is caused by oily skin and often has black or whiteheads, inflamed sores, and infected sores along with scars e1 e2 meeting vote Instrument-Agency_reversed the meeting decided definitively by secret vote of at least 2/3 of those present entitled to vote e1 e2 movie box set Content-Container this movie was in a box set with 20 others, with varying quality, and i can safely say that this title was right at the bottom of the heap e1 e2 magazines subscribers Entity-Destination the magazines were delivered to the subscribers on tuesday e1 e2 dirt acne Cause-Effect excess oil, dirt and bacteria cause acne e1 e2 bottle canteen Other the bottle carrier converts your bottle into a canteen e1 e2 sandalwood soil Entity-Origin the fragrant sandalwood grows from the soil e1 e2 coil galvanometer Component-Whole the coil of the galvanometer turns about a vertical axis in the plane of the coil, passing through its centre of gravity and perpendicular to the field e1 e2 sheets aspects Message-Topic the sheets are concerned with aspects of speaking the language e1 e2 project art Instrument-Agency_reversed the project uses art as an instrument to provide viewers different insights e1 e2 squads shots Other both squads battered the opposing goaltender with a continuous flurry of shots e1 e2 fuselage bay Component-Whole_reversed the fuselage accommodated a camera bay, flare bay and an additional fuel tank e1 e2 rabble persons Member-Collection_reversed i saw come out of london, even unto the presence of the prince, a great rabble of mean and light persons e1 e2 pole receptacle Content-Container my dish is attached to a pole that resides in a receptacle designed for just such a purpose e1 e2 brain cerebellum Component-Whole_reversed the bulbar region is an area of the brain composed of the cerebellum, medulla and pons e1 e2 pillow foam Component-Whole_reversed the best mode of the invention is to form the pillow of firm foam rather than using cotton or cloth or feather filers e1 e2 houses government Product-Producer a year later, arlonzia married bizzell pettway and moved into one of the new houses built by the government e1 e2 pile books Member-Collection_reversed of course the problem is christmas just passed so i've got a brand new pile of unread books to contend with e1 e2 rules criteria Cause-Effect the proposed permanent rules establish criteria and procedures for awarding grants to eligible applicants e1 e2 remnant epochs Entity-Origin as a geologically inactive remnant from accretionary epochs of solar system history, callisto was expected to be a dead, cratered relict, useful only as a contrast to the other, more geologically active satellites e1 e2 player keyframe Entity-Origin the player starts playing at the next nearest keyframe e1 e2 ship fleet Member-Collection the target of the naval chief of attaining a ship fleet of 313 remains uncertain, as the congress believes that it would be beyond their budget to fund such a huge amount and cheaper options of shipbuilding were possibl e1 e2 blogs life Message-Topic some of my most recent blogs were concerned with life on the croft in various seasons e1 e2 teacher blackboard Instrument-Agency_reversed he proposed writing a teacher's guide to blackboard drawing e1 e2 work employee Product-Producer a work of the united states government, as defined by united states copyright law, is "a work prepared by an officer or employee of the u.s. government as part of that person's official duties. e1 e2 categories tourism Other they break down into different categories, including tourism, financial services (such as banks, insurance companies), shipping, telecommunications, labour money remitted by nationals working abroad), public services (such as health care, sanitation and education), and public utilities like water, electricity and gas e1 e2 water ocean Entity-Origin ninety percent of the water evaporated from the ocean falls back on the ocean as rain e1 e2 mother depression Other my mother sank into a deep depression after breast cancer scare e1 e2 troop fairies Member-Collection_reversed te kanawa, a chief of waikato, was the man who fell in with a troop of fairies upon the top of puke-more, a high hill in the waikato district e1 e2 syrup cask Entity-Origin he nevertheless drew that syrup from a cask and handed it to me in a jug e1 e2 rainbows refraction Cause-Effect_reversed the rainbows are caused by the refraction, or bending, of sunlight as it passes through the raindrops e1 e2 chart study Other the above chart, produced by a study at the weizmann institute of science in israel, shows our reactions to different smells along two axes e1 e2 candlestick maker Product-Producer in the terry pratchett discworld novel feet of clay (1996) a butcher, a baker and a candlestick maker (heads of their respective guilds) play important supporting roles e1 e2 storm cancellation Cause-Effect the weekend snow storm caused cancellation of the tornadoes' scheduled league game e1 e2 parade athletes Member-Collection_reversed the event was to be kicked off by a parade of the competing athletes, followed by a speech i was to give prior to the opening of competition e1 e2 harm flood Cause-Effect_reversed the response to the harm caused by the flood, although institutionally organized, relied mostly on individuals joined in a common purpose rather than on an orchestrated effort by established hand binderies e1 e2 history book Message-Topic_reversed the history has recently (2008) been set out in a book by arnie gibbons e1 e2 album jacket Content-Container the album was stored in a protective poly jacket and the vinyl was stored in an anti-static sleeve e1 e2 aid countries Entity-Destination traditionally aid has been delivered to african countries by international charities e1 e2 mustard mustard seeds Entity-Origin hot dog or cream salad mustard is made from yellow mustard seeds using a wet milling process that creates a fine paste e1 e2 mother team Member-Collection father was member of the ussr olympic rowing team from 1986-92 and her mother was a member of the team from 1986-88 e1 e2 milk sack Content-Container i grew up with milk in a sack e1 e2 work themes Message-Topic his previous work has explored archetypal and symbolic themes e1 e2 bands researchers Instrument-Agency marking birds with color bands and a u.s. fish and wildlife service uniquely numbered metal band enables researchers to follow individuals from year to year e1 e2 regiment archers Member-Collection_reversed in addition to being the fellowship's guide in lothlorien, in the second movie he leads a regiment of elven archers from lorien to the battle of helm's deep, where he is eventually slain by an uruk-hai along with many of his archers e1 e2 skin face Component-Whole rosacea is a longterm disorder in which the skin of the face becomes red and develops pimples, lesions, and more rarely enlargement of the nose e1 e2 formations year Other this category classifies military units and formations by the year in which they were established e1 e2 cow milk Product-Producer_reversed the cappuccino's climate change impact depends on whether the cafe is double-glazed, the decisions the staff and i take to get there, the diet of the methane-producing cow that produced the milk and the source of power for the espresso machine e1 e2 batteries power Cause-Effect larger batteries provide standby power for telephone exchanges or computer data centers e1 e2 bomb fruit Content-Container police found in front of one of the bombed establishments an improvised bomb inside a papaya fruit left under a table at delecta bakeshop friday by two teenage suspects e1 e2 burner dryer Component-Whole the burner of the dryer is lined with more than 3 cm thick castable refractory material e1 e2 humpback flipper Component-Whole_reversed the water rushing off that safe platform started to wash the seal back into the sea, but then the humpback gave the seal a gentle nudge with its flipper e1 e2 vessels badge Instrument-Agency_reversed until 1864 vessels in the service of certain uk public offices defaced the red ensign with the badge of their office e1 e2 bakers handle Instrument-Agency_reversed experienced bakers hold the door open a crack with a wooden spoon handle e1 e2 prince frosting Instrument-Agency_reversed the prince decorated the cake with a frosting i pre-made from confectioner's sugar e1 e2 contractions prostaglandins Cause-Effect_reversed the uterine contractions are caused by prostaglandins e1 e2 pleasure suffering Cause-Effect_reversed slaanesh enjoys every aspect of experience, deriving pleasure from pain and suffering e1 e2 folks lens Instrument-Agency_reversed the folks at the lilly endowment were interested in the study of philanthropy through a biographical lens e1 e2 people twilight zone Other the politicians have taken people deep into the twilight zone e1 e2 chicken soup Entity-Origin_reversed above all, the prime ingredient in chicken soup is love e1 e2 cigarette alarm Cause-Effect a cigarette set off a smoke alarm e1 e2 magazine developments Message-Topic quarterly magazine covers the latest political, economic, social, cultural and sporting developments in africa e1 e2 casket casket Content-Container we discovered that a casket was placed inside a second casket made of zinc e1 e2 window train Component-Whole from the window of a train the world is a visual banquet, one you taste and inhale as it flows past your window e1 e2 drawing man Message-Topic a reconstruction drawing from 1954 shows a man wearing the cape over his shoulders e1 e2 chess openings literature Message-Topic_reversed it is one of the oldest chess openings, having been discussed in the literature by 1497 e1 e2 powder roll Content-Container tuesday night, a mysterious white powder was discovered inside a roll of quarters at the lakeshore mall movie theater e1 e2 body suitcase Content-Container the badly decomposed body was in a suitcase placed inside a manhole near some luxury homes in stanley e1 e2 sweeper end Entity-Origin a sweeper starts at an end then runs to the opposite end e1 e2 abridger eye Other the abridger did his job carefully, and with a fairly good eye for consequential alterations e1 e2 proclamation flu Message-Topic he signed a proclamation that declares the flu a national emergency e1 e2 rumors public Other rumors have been leaked to the public e1 e2 book cupboard Entity-Destination he put a book into the cupboard e1 e2 infant box Other the infant was in a box e1 e2 complications deaths Cause-Effect eighty-four percent of the complications resulted in patient deaths, while 16 percent resulted in a serious injury e1 e2 brood chicks Member-Collection_reversed a fisherman saw them with a brood of chicks on the river on 11 may e1 e2 trail village Other the trail extended from the coushatta village on the sabine river through the area of ten present texas counties and merged with the atascosito road in colorado county e1 e2 pilots trouble Other the pilots have flown into trouble before they have even seen it by flying near the base of the clouds e1 e2 grower moldboard Instrument-Agency_reversed the grower had to "flip plow" the field with a modified moldboard e1 e2 maker handbags Product-Producer_reversed the chief executive of bottega veneta, the italian maker of the coveted and distinctive woven handbags, is planning for the worst while hoping for something better e1 e2 recipe grandmother Entity-Origin here is a reliable and tasty cookie recipe from my grandmother e1 e2 steam combustion Cause-Effect_reversed so solar thermal power generation works essentially the same as generation from fossil fuels except that instead of using steam produced from the combustion of fossil fuels, the steam is produced by the heat collected from sunlight e1 e2 timers event Other recall that in the blink application, the timers were started from the booted event e1 e2 clergy faiths Other bishop v. gene robinson of new hampshire and more than 300 clergy of various faiths plan to spend tuesday on capitol hill lobbying lawmakers to push through a bill that broadens the definition of hate crimes to include those motivated by a person's sexual orientation, gender identity and disability e1 e2 dule turkeys Member-Collection_reversed our civilisation is like a dule of young turkeys who are in danger of losing their marbles e1 e2 shifts gas flows Cause-Effect_reversed the shifts are caused by gas flows going up one leg and returning down the other e1 e2 teacher book Other this primary school teacher has completed a whole book with his class in just one week e1 e2 declaration climate change Message-Topic the cornish pirates have signed a declaration to tackle climate change as part of their commitment to save energy and reduce their environmental footprint e1 e2 contents packet Content-Container we dissolved the contents of one packet in a carafe of water and ran the brew cycle e1 e2 flight stairs Other as she looked up, she saw a flight of stairs e1 e2 lesions hemiparesis Cause-Effect lesions affecting the medial part of the premotor cortex, the sma and sparing the precentral gyrus caused a contralateral hemiparesis predominating on the leg but predominating proximally on both leg and arm e1 e2 initiative obesity Message-Topic a french initiative aimed at tackling childhood obesity is adopted in a town in north lanarkshire e1 e2 book role Message-Topic this book provides a powerful analysis of the role that information and communication technologies can have in teaching and learning e1 e2 frontpage news paper Component-Whole in 1974, the american sociologist david l. phillips showed that publications of suicides on the frontpage of the news paper were followed by an increase in national suicide rates in the month after the publication e1 e2 chip reliquary Content-Container a chip of his breastbone the shape and size of a pinkie fingernail is preserved in a reliquary kept in the rectory e1 e2 blank carton Entity-Origin a die-cut and creased cartonboard blank is made into a carton e1 e2 meinie sparrows Member-Collection_reversed dulce, a sophisticated girl of twelve, did not in the least care for the bird-fancier, and his waiting meinie of sparrows, or to go into the louvre for a last look at the victory e1 e2 fluid body Entity-Destination the injected fluid is slowly spread to the body e1 e2 princess storm Other thus, the princess was born in the midst of the storm that swept over the world in march, 1848 e1 e2 olive oil salad Entity-Destination just before serving, the olive oil was poured into the salad e1 e2 acid bottle Content-Container the acid was in a bottle but that the cap was knocked off when trash was thrown into the dumpster e1 e2 transformer shield Component-Whole optimizing a transformer driven active magnetic shield in induction heating e1 e2 article impulsivity Message-Topic in this article, he explores impulsivity in detail e1 e2 cadre combinations Other newer damper designs have been tested to accommodate a cadre of various flanged connection combinations to comply with ul's breakaway requirements e1 e2 letter teaching duties Message-Topic she received a letter discussing her teaching duties e1 e2 projects markets Entity-Destination this is the right time to apply as many new projects are landing into markets in india e1 e2 sleeve blouse Component-Whole i finished my little 30s puff sleeve blouse last night/early this morning e1 e2 issues law Other members are primarily interested in issues related to family law e1 e2 congestion delays Cause-Effect resulting congestion caused delays of 15-20 minutes to northeast corridor, north jersey coast line and midtown direct trains e1 e2 report death Message-Topic the rcmp released its report this week on the death of robert dziekanski e1 e2 suspects police Entity-Destination he handed the suspects over to the police e1 e2 concerns data protection Other concerns regarding data protection had been raised by a number of authorities e1 e2 catch fish Other to preserve its catch of fish, each boat loads between 2000 and 3000 kilos of ice before it goes out to sea e1 e2 program notes Component-Whole_reversed the program creates sound using individually recorded notes from a real piano e1 e2 term metaphor Entity-Origin the term is derived from a boxing metaphor - when boxers train on a heavy bag they can knock the bag "off the hook" e1 e2 answer paragraph Other my answer came in the last paragraph e1 e2 anthology novels Member-Collection_reversed barbauld was also a literary critic, and her anthology of eighteenth-century british novels helped establish the canon as we know it today e1 e2 officer ram Instrument-Agency_reversed at 5:30am my son was right behind the officer who battered the door down with a huge steel ram e1 e2 bastard velocity Other this blazing bastard of a cut literally peels the skin straight off you face with its unswerving white knuckle apocalyptic velocity - frankly we need more of this in our life e1 e2 verses people Product-Producer in america, september 11 gave rise to a mass of verses written by ordinary people to express their grief e1 e2 text text box Entity-Destination they opened the text file and dumped the text into the text box e1 e2 dentist drill Instrument-Agency_reversed and you thought a dentist with a drill was scary e1 e2 competition station Cause-Effect_reversed khzz experienced competition from former oldies station khyl, but both stations ended up giving up the format, with khzz turning to oldies e1 e2 proverb parts Component-Whole_reversed xiehouyu is a chinese proverb consisting of two parts e1 e2 picture file Other an icon is a small picture representing a file, folder or program on your computer e1 e2 plasma discharge Cause-Effect_reversed a plasma was generated by an electric discharge between electrodes located in the focal plane of the lens and separated by ~ 1 cm from one another e1 e2 artwork evening Entity-Origin the artwork arose from an enjoyable evening with some friends and too much inspiration e1 e2 indicator bus Component-Whole the speed indicator of the bus wasn't working and the driver was driving like mad e1 e2 horn end Component-Whole_reversed the horn has a full round end, the expensive part of the antlers e1 e2 copper molds Entity-Destination molten copper is poured into molds at chuquicamata copper refinery e1 e2 storylines chapters Message-Topic_reversed three different storylines are narrated in alternating chapters e1 e2 padlock cage Component-Whole a careless attendant had hooked the padlock of the monkey cage in the staple, but had not locked it e1 e2 book social history Message-Topic the book is rich in social history as more traces the origins and subsequent careers of numerous students and the experiences of numerous faculty e1 e2 methods paper Message-Topic_reversed the methods adopted for histochemical observations have been described in the preceding paper e1 e2 coffee pot Entity-Destination the coffee grounds fall to the bottom of the pot, and the coffee is poured off into a second pot known as a mutbak e1 e2 ensemble clothes Other a group of women from curves timaru won best-dressed prize with their ensemble of purple clothes, colourful wigs and sparkly tiaras e1 e2 zoo monsters Member-Collection_reversed there was also a zoo of metallic monsters and a giant rocket poised on the lake e1 e2 dust caisson Entity-Origin paint dust collected from a grit-blasting operation inside a caisson was stirred up using a leave blower e1 e2 guest mallet Instrument-Agency_reversed the guest of honour breaks open the clay with a mallet, allowing a fragrant aroma to escape e1 e2 infections disease Cause-Effect several infections cause rash-fever disease that is commonly mistaken for measles e1 e2 treatment ultrasound Other described herein are improved apparatus and method for tissue treatment with high intensity-focused ultrasound e1 e2 lathe friend Instrument-Agency the clutch holder was made with a lathe by a friend of mine e1 e2 jump deterioration Cause-Effect_reversed the cause for the jump to over 30,000 was the deterioration in the economy triggered by a series of bankruptcies among banks and securities firms e1 e2 cocaine pressure Other both cocaine and crack cocaine cause constricted blood vessels, increased heart rate, body temperature and blood pressure e1 e2 man building Entity-Destination the man was taken into the building e1 e2 file pages Component-Whole_reversed michael jackson's fbi file consists of about 600 pages e1 e2 locomotives engines Component-Whole_reversed because steam locomotives included one or more steam engines, they are sometimes referred to as "steam engines" e1 e2 dirt canister Entity-Destination it took the dirt out of the house into a canister which was located in the garage e1 e2 spike glitch Cause-Effect as the compressor on the frig turned on caused a voltage spike on the electrical line, which caused a glitch in the "room commander" system e1 e2 complex restaurant Component-Whole_reversed the complex includes a restaurant, shop and the "adventure centre" e1 e2 horde hackers Member-Collection_reversed preventing computer fraud means outwitting horde of hackers, crackers, spoofers, and sniffers e1 e2 areas spaces Entity-Destination furthermore, several areas have also been added to the spaces e1 e2 recordings public domain Entity-Destination all librivox recordings have been released into the public domain e1 e2 book author Product-Producer for crazy science, don't forget the amazingly fun and dangerous book "mad science" or a beautiful book by the same author about chemistry e1 e2 brigade guns Other at full establishment, a brigade of 18-lbr field guns consisted of 795 men of whom 23 were officers e1 e2 stimulation latency Cause-Effect stimulation of the posterior horn of the medial meniscus produced a measurable amount of cmap latency for the semimembranosus muscle e1 e2 artist pointer Instrument-Agency_reversed the artist moves a pointer attached to one part of the pantograph along the outline of the original flat image, and a pencil attached to another part traces out the image but at a larger scale e1 e2 oatmeal cookies Entity-Origin_reversed thick oatmeal cookies are soft, while the thin ones are crispy e1 e2 clamour rooks Member-Collection_reversed from their sleeping place in some unseen vale below, came the clamour of homing rooks e1 e2 grenade crowd Entity-Destination insurgents in asadabad have thrown a grenade into the crowd e1 e2 intellect pen Instrument-Agency_reversed hands wield the sword in the realm of the flesh, but the intellect wields the pen in the realm of understanding, or of the spirit e1 e2 tribe baboons Member-Collection_reversed a researcher had been studying a tribe of baboons for 30 years in the wilds of africa e1 e2 verses freedom Message-Topic most of the verses of the plantation songs had some reference to freedom e1 e2 coughing inhaling Cause-Effect_reversed saosin shook himself off, coughing from inhaling the smoke, and then stood up in an awkward fashion e1 e2 data section Entity-Destination we put the trampoline data into the read-only section since a cpu hot plug was supported e1 e2 character-compeers profligates Other finally, there are the compeers, i mean the character-compeers of all these profligates, whose appearance is truly somewhat different, namely, rags and drunkenness e1 e2 intestine cat Component-Whole the species in the intestine of the cat is not the same as that found in the mouth of the cat and other animals e1 e2 outbreak vaccine Cause-Effect_reversed a polio outbreak in nigeria was caused by the vaccine designed to stop it, leaving at least 69 children paralyzed e1 e2 communion churches Member-Collection_reversed the pyramid of champagne flutes is like the communion of local churches that comprise the catholic church e1 e2 handle dishwasher Component-Whole the edge of that drawer hits the handle of the dishwasher e1 e2 suitcase items Content-Container_reversed i left belgium to return to italy with a suitcase full of items i cannot find here and more importantly with a more positive attitude e1 e2 tests substance Instrument-Agency_reversed these tests work by using a substance that changes color once it is bound to hcg e1 e2 price weeks Other the us price of gasoline went unchanged from two weeks ago, holding an average of $2.64 a gallon e1 e2 facemasks reduction Other this document provides updated interim guidance on the use of facemasks and respirators for reduction of exposure to 2009 influenza a e1 e2 ratpack folks Member-Collection_reversed controlling for the mid-five-figure bribe, imus is a guilty pleasure for a large ratpack of media folks including anna quindlen, jim lehrer, tim russert, tom brokaw, bill o'reilly, tom friedman, frank rich, maureen dowd, and andy rooney e1 e2 basket faces Content-Container_reversed the basket was full of furry orange-and-black faces -- kittens e1 e2 report requirements Other his becomes version 1 of the report and is the report that fulfills compliance with the arra section 1512 reporting requirements e1 e2 collagen shavings Entity-Origin the collagen was extracted from chrome shavings with alkali e1 e2 keyboard keypad keys Component-Whole_reversed but for an old at keyboard the keypad keys produced digits when numlock was on or shift e1 e2 vest uniform Component-Whole brownie girl scout vest is the best part of the uniform e1 e2 chief police Member-Collection so the chief of the police shouted to his officers, "stop thief!" and many made after him e1 e2 ads dangers Message-Topic warning labels on cigarette packs and ads inform about dangers and, implicitly, to discourage use e1 e2 afternoon drink Other hotel la residencia was used by dali frequently for his afternoon drink and chat sessions, and has lovely two-level rooms e1 e2 swim bladder fish Component-Whole the sonar picks up the swim bladder of the fish e1 e2 impact slit Cause-Effect the impact of the tire against the pothole caused a slit on the tube that the repairman had to sew three stiches e1 e2 sailor cudgel Instrument-Agency_reversed "national discourse" (1780) shows a stout british sailor with a cudgel staring down a relatively effete french seaman with a sword e1 e2 menage styles Member-Collection_reversed tongsville uses a menage of pixel styles that are best compared to famed digitally designed experiences like netbabyworld and eboy's ecity e1 e2 effort development Entity-Destination a lot of effort has gone into the development of a suitable statistical method e1 e2 series crimes Message-Topic the three-part irish crime documentary series examined three memorable and notorious large-scale crimes committed in the country e1 e2 officers leave Other the officers have been placed on administrative leave e1 e2 stress panic attacks Cause-Effect stress and anxiety trigger panic attacks, however healthy people may experience panic attacks, but they are no that common e1 e2 pads mice Component-Whole we examined the electrical resistance of the paw pads of mice under the same conditions as used previously in studies of the passive avoidance response e1 e2 peanut butter cookies Entity-Origin_reversed the reason peanut butter cookies are being recalled is that the cookies might not get hot enough throughout to kill all the salmonella e1 e2 graph format Other the graph was stored in live format e1 e2 lumberjacks handle Instrument-Agency_reversed lumberjacks hold the axe handle nearer the axe head e1 e2 works epistemology Message-Topic he published important works on epistemology, as well as works relevant to religion, law, and history e1 e2 baby cupboard drawer Other that's why i gave birth in the toilet and hid the baby in a cupboard drawer e1 e2 drift cattle traffic Other fortunately the drift of the cattle traffic is eastward, and as yet there has been no propagation of the poison in the great cattle ranges of the west e1 e2 metro station Component-Whole_reversed the construction work of the metro station for line 6 started in september 2007 e1 e2 victims room Entity-Destination victims from the factory have been transported into the emergency room e1 e2 blogs news Component-Whole_reversed within minutes of last night's terrorist attacks in mumbai in india, blogs and social networks were buzzing with news, photos and eyewitness accounts e1 e2 sand hourglass Content-Container this is due to the amount of sand in the hourglass and the size of the hole the sand must pass through e1 e2 valve heart Component-Whole people with thickened heart valves may need to take antibiotics before some types of dental and surgical procedures because they are at risk of developing an infection on the valve in the heart e1 e2 marines towns Entity-Destination some 9000 marines are moving into the small afghan towns near the border to stop taliban soldiers e1 e2 plane dive Other the stunt plane went into uncontrollable dive e1 e2 president jobs Other the former president in my company has moved into private equity jobs e1 e2 bomb bin Content-Container the bomb which killed two people and injured several others was in a bin outside a jewellers to the right of the george street entrance to the hotel e1 e2 staff shop Other in order for you to find the exact products that you are looking for, the staff in the shop gives advice over the phone; just call +45 33 69 e1 e2 recovery storm Other mental health recovery and economic recovery after the storm: high-frequency longitudinal evidence from sri lankan small business owners e1 e2 flame vessel Other the behavior of premixed flame in a vessel is investigated through a direct numerical simulation of the three-dimensional unsteady navier-stokes equations e1 e2 array group Product-Producer the structure is similar to a microfiber array developed by the same group of researchers in 2006 e1 e2 head jar Content-Container his head was in a jar, but most of his brain stem and one ear was left on his body e1 e2 chair corporation Other the chair of the corporation is elected for a term of office of up to four years as determined by the corporation e1 e2 drop recession Cause-Effect_reversed the drop was caused by the recession and the usual seasonal factors, with fruit and vegetable prices lower in the summer months e1 e2 pandemic virus Cause-Effect_reversed the pandemic was caused by the virus yesinia pestis, better known as the bubonic black plague, which infected the flees on the black rodents e1 e2 band products Instrument-Agency 5 gigahertz is a radio frequency band that is used by 802.11a/n wi-fi products e1 e2 processes acids Other amino acid synthesis is the set of biochemical processes (metabolic pathways) by which the various amino acids are produced from other compounds e1 e2 ring associates Member-Collection_reversed after arresting a computer hacker who stole $2 million from the federal reserve, jake assumes his identity to infiltrate a ring of his associates and discover what their next target will be e1 e2 forces troops Other washington's forces defeated the british in 1781 with the help of french troops and german military officer baron von steuben e1 e2 existence speech Message-Topic_reversed the processor's existence was revealed during a speech from amd executive vice-president e1 e2 switchboard operator Instrument-Agency the article describes the tragedy of a switchboard operator e1 e2 plant material suburb Entity-Destination the company is moving plant material into queensland's suburb e1 e2 term expression Entity-Origin the term originates from an expression same-edne e1 e2 serum cheeses Entity-Origin after 1 and 14 d of ripening, the cheese serum was pressed from the cheeses brined at 0.1 and 300 mpa e1 e2 state report Other the latest state of the economy report by the bank of uganda indicates that overall, export proceeds in the month of october increased by 9.7 per cent e1 e2 unemployment abuse Cause-Effect unemployment and poverty cause abuse of children and serious situations such as the breakdown of families where the rights of the child are easily infringe e1 e2 list colors Member-Collection_reversed the following is a comprehensive list of colors that are included in the wikipedia articles about color e1 e2 discussion content Message-Topic the discussion around content shifts to a curation model e1 e2 body laundry bag Content-Container the child's body was abandoned placed in a laundry bag that was sealed in a plastic garbage bag before it was left behind in the woods e1 e2 products agreement Other the software products governed by this agreement are the viewpoint media playerand the viewpoint manager e1 e2 battery questions Member-Collection_reversed in this study, subjects from two different societies were asked to play ultimatum games and subsequently to answer a battery of attitudinal questions e1 e2 goods countries Entity-Destination goods such as soaps and towels were transported into countries in central africa e1 e2 roof supermarket Component-Whole there were at least 12 firefighters operating on the roof of the supermarket at this time e1 e2 contestant answer Product-Producer_reversed the contestant gave an answer that drew a mixed reaction from the audience e1 e2 button dash Component-Whole there is a red indicator button on the dash to the left of the steering wheel and it is stationary e1 e2 gases sources Entity-Origin the paper presents a chemical composition analysis of the gases emanated from geothermal sources in the herculane spa area (romania) e1 e2 student window Entity-Origin the student who fell from an olson hall window in october was alone in his room e1 e2 personality style Component-Whole_reversed personality in poetry includes such things as style and rhythm e1 e2 course holes Component-Whole_reversed the course comprises 9 holes through the listed historic park round gilling castle, and provides a stimulating challenge for any golfer e1 e2 acne irritants Cause-Effect_reversed acne is caused by irritants like fabrics, hair gels and makeup e1 e2 filename extension file Other exe is the common filename extension denoting an executable file e1 e2 verbalizations questions Message-Topic parent verbalizations were focused on story-relevant questions e1 e2 talks overtime Entity-Destination climate change talks have been moving into overtime e1 e2 textile factories Product-Producer in new england in the early to mid-19th century, many cotton and textile factories employed large numbers of female adolescent workers from the new england area e1 e2 library books Member-Collection_reversed as well as being a writer, landis was also a collector, and by the time of his death had laid the foundation of a library of rare books on korea e1 e2 mouth cave Component-Whole man at the norhtern edge of the mouth of the cave of stora forvar, with a stone age settlement which was excavated in 1888-1893 e1 e2 plains mountain Other rising as it does, 8260 feet straight from the fertile plains of the north island's finest dairying country, the mountain is clothed with primeval forest e1 e2 anthology songs Member-Collection_reversed chinese literature begins with shijing (book of odes), an anthology of songs, poems, and hymns e1 e2 sadness dissatisfaction Cause-Effect sadness leads to dissatisfaction with the job e1 e2 certificate product Entity-Destination a grade i certificate was awarded to the product e1 e2 sounds species Cause-Effect_reversed the word "song" is used to describe the pattern of regular and predictable sounds made by some species of whales, notably the humpback whale e1 e2 hinge oyster Component-Whole insert the oyster knife in the hinge of the oyster (figure 1) e1 e2 baby cedar chest Other a 7-month-old baby was locked in a 2-by-3 foot cedar chest hidden underneath her aunt's bed for 12 hours before police found her wednesday e1 e2 fitter gauge Instrument-Agency_reversed for very young children the fitter measures the foot with a little hand gauge but when the child gets older they get to go on the state of the art e1 e2 system power Cause-Effect by 1945 the french electric system was generating more power than it had before the war e1 e2 frustration debugging Cause-Effect_reversed that being said, i do love the game and play it all the time but would appreciate a little less frustration from programming and debugging, and sticking strictly with the frustration that comes from hitting bad shots e1 e2 screaming shooting Cause-Effect_reversed you see and hear hackman's screaming after the dreadful shooting e1 e2 excerpt theme Message-Topic the whole excerpt revolved around one single theme e1 e2 rhyme thing Product-Producer the "magic e" was a rhyme by an orange alien robot thing that sang along the lines of: "kit, becomes kite with me..." e1 e2 berry wine Entity-Origin_reversed berry wine has the potential to be really remarkably awful e1 e2 body cask Content-Container nelson's body was preserved first in a cask of brandy - at gibraltar, this was changed to spirits of wine e1 e2 water erosion Cause-Effect wind and water erosion is confined to farmlands e1 e2 fan air Instrument-Agency_reversed the idea is the heatsink removes the heat from the cpu and the fan blasts the heatsink with the surrounding air cooling it down e1 e2 glands ducks Component-Whole adaptive hyperplasia and compensatory growth in the salt glands of ducks and geese e1 e2 papillomavirus warts Cause-Effect the human papillomavirus is one of the most common causes of these and most other types of warts, and this is a virus that attacks the skin through direct contact e1 e2 crash meteor Cause-Effect_reversed the crash has been caused by a meteor e1 e2 day chaos Other an ordinary day is thrown into chaos by an audacious crime e1 e2 body muscle Other the body is built up of many different things such as muscle and fat and water e1 e2 plantation bananas Member-Collection_reversed the house is set in a large garden or plantation of bananas, coconuts, limes, and other fruit trees, and a short distance off are the teachers' and students' houses e1 e2 coughing suffocation Cause-Effect_reversed the man was on his knees, sdiraya neck with the rope and coughing from suffocation e1 e2 supreme court amendment Instrument-Agency_reversed the supreme court has applied the protections of this amendment to the states through the due process clause of the fourteenth amendment e1 e2 paper derivation Message-Topic in this paper we describe the derivation of a blastocyst following heterologous nuclear transfer (nt) into a human oocyte e1 e2 closure pipe Other the primary aim of the present invention is to provide a capless closure for a conventional fuel filler pipe e1 e2 dolphin tail Component-Whole_reversed the dolphin 's tail is so powerful it can push the dolphin straight up out of the water e1 e2 extinction deforestation Cause-Effect_reversed the south china tigers are verging on the brink on extinction from hunting and deforestation, and these magestic animals are so close to being gone forever e1 e2 leader organization Member-Collection matthew coon come is the leader of this organization e1 e2 word language Entity-Origin the word "mandala" is from the classical indian language of sanskrit e1 e2 students assembly Entity-Origin hopefully the students went away from the assembly with a little more pride and respect for our veterans e1 e2 researchers report Product-Producer_reversed the researchers produced a report which has, literally, saved their jobs e1 e2 wings duckling Component-Whole flapping with his wings the duckling quacked for joy e1 e2 producers produce Other all of our producers rear produce within the new forest e1 e2 stethoscope head Component-Whole_reversed sensitive and robust, this active stethoscope features a small metal and rubber button head with a preamped pvdf film sensor inside e1 e2 band album Product-Producer_reversed this lot are simply an ace young british pop band, who recorded the most consistent power-pop album of 2009 e1 e2 congress baboons Member-Collection_reversed the council hall stank like a congress of baboons e1 e2 patient coma Other the patient has been placed into a drug induced coma e1 e2 swine flu disease Cause-Effect swine flu is one of the leading causes of respiratory disease in swine throughout the world e1 e2 evacuation accident Cause-Effect_reversed the environmental and health consequences of the evacuation after the chernobyl accident e1 e2 lasers wavelengths Instrument-Agency_reversed lasers work by using various soft pulsing light wavelengths and intensities to help reshape scar tissue e1 e2 devastation flooding Cause-Effect_reversed the queen has expressed her shock at the devastation caused by the flooding e1 e2 sleeve coil Component-Whole the handpiece contains a primary coil and the sleeve encloses a secondary coil, which are inductively coupled together so that electromagnetic energy can be transferred between them e1 e2 fetus embryo Entity-Origin subsequent dna analysis confirmed that the fetus was derived from a cloned embryo e1 e2 speech combustion Cause-Effect the speech caused a conservative combustion on the internet, but when wanda visited the tonight show a few weeks later to talk about the dinner, she told jay leno that she didn't even know about the controversy e1 e2 tension muscles Other relaxation involves concentration and slow, deep breathing to release tension from muscles and relieve pain e1 e2 ticks discomfort Cause-Effect the pet was overly sensitive, and thus the ticks and fleas caused rashes and discomfort e1 e2 news plane Message-Topic dr. legome discussed the hospital's response to the news that a plane had crashed into a river e1 e2 shovel neighbor Instrument-Agency strenuous activity with shovel and wheelbarrow enabled my neighbor to give the ground a gradual slope up to the fence e1 e2 letter dispute Message-Topic the letter contained details on the dispute e1 e2 raid crisis Cause-Effect the raid resulted in an immediate regional crisis over the apparent colombian violation of ecuadoran sovereignty, with both ecuador and venezuela mobilizing military forces e1 e2 scheme access Cause-Effect a scheme establishing access to the east sussex countryside for disabled people draws to a close e1 e2 paint aluminium Entity-Origin the paint is going away from the small aluminium at the bottom and at the top of the keyboard e1 e2 documents meeting Message-Topic_reversed copy of all documents being discussed at the meeting were available for inspection e1 e2 speech child labour Message-Topic this included writing an account of their character and a speech on the subject of child labour e1 e2 laptop processor Component-Whole_reversed the laptop includes a 1.6ghz intel processor, presumably with the usual 945gse northbridge and ich7m southbridge, 1gb of ram, and a 2.5-inch, 160gb hard disk drive e1 e2 artwork exhibit Component-Whole the artwork and artifacts that make-up this exhibit give students the opportunity to physically and personally experience some of the things (and weight of the things) that "grunts" carried in vietnam e1 e2 nature disarray Other recent global warming has thrown nature into disarray e1 e2 tension fighting Cause-Effect_reversed comedy was employed in a cathartic role against the tension, fear and grief caused by the fighting e1 e2 stress battles Cause-Effect_reversed since 1972, when jewish settler organizations were successful in falsely registering the land with the israeli land registrar, the family have suffered the stress and anxiety caused by the constant legal battles involved in fighting for the right to stay in the homes in which many of them were born e1 e2 convicts guards Other the fleeing convicts were picked out of the darkness by the watchful prison guards e1 e2 business letter Message-Topic_reversed there are a number of fairly standard conventions when framing a business letter that it is important to observe e1 e2 letter instructions Component-Whole_reversed the letter contains instructions for completion, and encloses a blank copy of the assurance of compliance e1 e2 book debate Message-Topic_reversed this book has been the topic of considerable heated debate, but it is not the intention of this reviewer to enter into this public argument e1 e2 meet hounds Member-Collection_reversed he is mentioned in the first chapter of walton's " compleat angler," wherein venator refers to a meet of his hounds at am well hill e1 e2 copse trees Member-Collection_reversed one of the few landmarks to guide the charge was a copse of oak trees near the center of the union line e1 e2 class sociology Other for a time class became the dominant research topic for sociology e1 e2 league exhibitions Member-Collection_reversed mud-plastered walls, traditional display of art, handicrafts from all parts of the nation and the exclusivity of each theme state every year makes the surajkund mela stand apart in the league of various exhibitions of arts and crafts e1 e2 paragraphs ideas Message-Topic the next paragraphs introduce some simple ideas from weighted digraph analysis e1 e2 photograph memory Other a photograph reminds frederic about a forgotten childhood memory about a mysterious woman in white a young e1 e2 surgeon team Member-Collection the surgeon is part of the team of clinicians participating in a long rehabilitation process e1 e2 bait frig Entity-Origin the bait got out from under the frig e1 e2 cabal murderers Member-Collection_reversed in the hands of an evil cabal of sadistic murderers who feast on the flesh of their victims, a young woman lashes out in one, last, desperate act of defiance e1 e2 garden window box Content-Container one way to have a garden in the country is in a window box e1 e2 portion spectrum Entity-Origin_reversed the deepest portion of the photosphere is the source of a continuous spectrum e1 e2 calendar saints Message-Topic a calendar of saints forms a way of organising a liturgical year on the finely-granulated level of days by assigning each day to association with a saint e1 e2 report derailment Message-Topic the rail accident investigation branch has released its report on the derailment e1 e2 devastation fire Cause-Effect_reversed all thirty of the patches sewn into the cloth in 1534 by the poor clare nuns to repair the devastation caused by the 1532 fire were removed e1 e2 conference roundtables Component-Whole_reversed the conference was organised around four roundtables e1 e2 cocaine suitcase Content-Container the cocaine was in a suitcase that had arrived on a flight from mexico e1 e2 projects aspects Other the learning institute has several externally funded projects investigating aspects of learning and teaching or management in higher education e1 e2 cockatiel morning Other my cockatiel threw up this morning e1 e2 apparatus vessel Component-Whole_reversed the plasma processing apparatus produces a plasma in a vessel and processes samples using the plasma e1 e2 sketch ideas Message-Topic he wrote out a sketch setting out his basic ideas on transmutation of species e1 e2 business ferrets Member-Collection_reversed rhys and frost, two of my business of four ferrets, love to go outside on their leashes e1 e2 funds schemes Entity-Destination the funds are invested into renewable energy schemes e1 e2 head clothing Entity-Origin as mr. appenzeller retracted his hand in shock, a head popped out of the wet clothing, its eyes wide and frightened e1 e2 court rule Instrument-Agency_reversed the court instead achieved the desired flexibility using a harmless error rule e1 e2 storm cold front Cause-Effect_reversed the storm was generated by an intense cold front moving across drought-affected areas in south australia and nsw e1 e2 article book Entity-Origin this 80 page article was extracted from the book: new model of the universe, by p. d. ouspensky e1 e2 mechanism gun Component-Whole metallurgical plant has shown that the performance of the clamping mechanism of the gun is less than satisfactory e1 e2 test exam Entity-Destination an aids test is added to the physical exam e1 e2 mother breast Component-Whole_reversed it is soon asleep, however, on the pillow of mother's breast e1 e2 order overseas address Entity-Destination the order is posted to an overseas address e1 e2 slices basket Entity-Destination to reheat the turkey without drying it out, we placed the slices in a steamer basket set in a pot of simmering water e1 e2 matter black hole Other the matter inside a supermassive black hole is not as dense as inside a stellar-sized black hole e1 e2 guide issues Message-Topic this guide outlines the issues to consider before submitting your junior reporter pieces e1 e2 firm report Product-Producer_reversed the marketing research firm reeased a recent report saying the number of americans watching online video has more than tripled in the last 5 years e1 e2 ubiquity sparrows Other in late summer (july to september), the robins disperse and the culex shift to feeding on humans, again despite the ubiquity of house sparrows e1 e2 joint problems osteoarthitis Cause-Effect_reversed joint problems are caused by osteoarthitis (degenerative joint disease), subluxations, sprains, intervertebral disc e1 e2 lactoferrin blood Entity-Destination enteric-formulated lactoferrin was more effectively transported into the blood e1 e2 examination head Other the examination started at the head e1 e2 locomotive platform Entity-Origin with a blow of the whistle, the locomotive departs from the station platform pushing four carriages ahead of it e1 e2 archives studies Product-Producer_reversed the archives also publish historical and scientific studies e1 e2 scientists warning Product-Producer_reversed scientists responsible for analysing the seizures have given a warning that traffickers are turning to hospital x-ray equipment and laboratory supplies as an illicit source of radioactive material e1 e2 money safe Content-Container the money was locked in a safe on the premises e1 e2 flame turnip Entity-Destination this flame was put inside a hollowed-out turnip to keep it glowing e1 e2 tutorial musical theory Message-Topic it is a tutorial by mark levine that aims to summarise the musical theory, including jazz harmony, required by an aspiring jazz pianist e1 e2 necklace chain Other this adorable necklace is made with fine silver plated chain and is 20" long e1 e2 corps giraffes Member-Collection_reversed we did spot a few elephants, cape buffaloes, and warthogs, when we got so close we could actually count the warts on their faces, but our best shots were of the corps of giraffes, who towered over us at over eighteen feet tall and weighed in excess of 2,000 pounds e1 e2 lice infestation Cause-Effect a lice infestation is diagnosed by looking closely through pubic hair for nits, nymphs, or adults e1 e2 photos journal Entity-Destination an actress's nude photos have been leaked to a local journal e1 e2 undulation cliffs Other 'transition' are the series of large mirrored beach hits that cling to the stubborn undulation of the cliffs above mckenzie's bay e1 e2 title book Component-Whole the nice thing about the title of the first book was that as soon as you saw the the cover, or even read the title, you knew immediately about the blog without having to read a review or a "to get more info" blurb e1 e2 mask protection Other a traveler wears a mask for protection against the swine flu e1 e2 mechanism bath Other those models were chain driven and the mechanism was enclosed in a very visible oil bath e1 e2 destruction war Cause-Effect_reversed he created and advocated "flower power,"a strategy in which antiwar demonstrators promoted positive values like peace and love to dramatize their opposition to the destruction and death caused by the war in vietnam e1 e2 file directory Entity-Destination the file is added to the directory e1 e2 facts legal proceeding Other it is a document that recites facts pertinent to a legal proceeding e1 e2 files plot Message-Topic the files reveal militarist plot to kill yoshida e1 e2 train station Entity-Origin he took the most convenient way to go to lausanne: using a train from the railway station located at the airport e1 e2 troops region Entity-Destination pentagon moves the troops into the middle eastern region e1 e2 end-sequencing reads Other end-sequencing of the fragments with short 36-base reads therefore leads to elevated coverage near the end of the baits e1 e2 trip dotterel Member-Collection_reversed for wader enthusiasts each spring provides an opportunity to discover a trip of dotterel e1 e2 stone pot Entity-Destination a stone was put inside a freshly made pot, then it was pressed against the metal e1 e2 cognac bottle Content-Container the cognac was in a bottle from which the label, if it ever had one, had long since vanished e1 e2 memories days Entity-Origin a rustic cottage and farm yard buildings give memories from bygone days e1 e2 project state Other it is an ongoing academic project by social scientists to assess the state of sociocultural, moral, religious, and political values of different cultures around the world e1 e2 leader police Entity-Destination an assam rebel leader was handed over to the police e1 e2 chickens box Content-Container the two four-legged chickens were in a box under a heat lamp, a temporary lodging until a more spacious cage was available e1 e2 clerk shop Other the clerk in the shop activated the card for us e1 e2 accident snarl Cause-Effect the accident caused a traffic snarl on the ever busy bridge leading to diversions to other routes e1 e2 pressure process Instrument-Agency aromatic hydrocarbon-water separations by a pressure driven membrane separation process e1 e2 colony rabbits Member-Collection_reversed greene monitored a colony of rabbits over a long period of time (8-10 years) e1 e2 oil painting frame Other the arts minister eagerly put this famous oil painting into a cultural frame e1 e2 man truck Instrument-Agency_reversed the man ran him over with his own truck, and then left the country e1 e2 statute trade Message-Topic however, in 1819 the united states had by statute declared the slave trade to be piracy and subject to the death penalty e1 e2 covey grouse Member-Collection_reversed on one occasion we had an excellent opportunity of watching a small covey of willow grouse, almost as pure white as the snow upon which they were running e1 e2 injury person Cause-Effect_reversed i've suffered from an injury that has been caused by the negligence of another person, and i've filed an injury claim e1 e2 train tunnel Other some part of the train was inside a tunnel and the remaining on the ramp e1 e2 sculptor maker Product-Producer james ford, a sculptor and print maker, died on tuesday at his home in manhattan e1 e2 words curate Product-Producer the words flowed from the imagination of a modest curate e1 e2 blackcurrent syrup Entity-Origin_reversed i've been to ireland several times and once while in a pub in galway city i noticed people ording pints with blackcurrent syrup in them e1 e2 shaman herbs Instrument-Agency_reversed the shaman cured him with herbs e1 e2 communion believers Member-Collection_reversed lot means the share in eschatological salvation that god gives to each individual believer in the communion of all believers e1 e2 singular boars Member-Collection_reversed gary oldman, whose name has vanished from the main credits, is lecter's disfigured victim who wants revenge, specifically to feed the evil doctor to his singular of wild boars e1 e2 pod dolphins Member-Collection_reversed in a marine park on the coast of hawaii's oahu in the 1990s a small pod of bottlenose dolphins turned these bubble-rings into their own art form e1 e2 song group Product-Producer the ultravox song, with its faint allusions to the crumbling hapsburg empire, was written by a group that never set foot in vienna e1 e2 interferon fever Cause-Effect cells damaged or killed by flu result in the production of interferon which is one of the most potent causes of fever e1 e2 word verb Entity-Origin the philological origin of the word "tact" is derived from the latin verb tangere e1 e2 pressure friction Cause-Effect pressure from shoes and walking cause friction and the body's natural response is to build up the skin to protect it from breaking down e1 e2 rat cell Entity-Origin the clever house rat is going to get away from a cell e1 e2 recovery tsunami Other the un team for recovery after the tsunami in india nominated the who e1 e2 pocket robe Component-Whole the boy places the bell in the pocket of his robe and all the children watch as santa takes off into the night for his annual deliveries e1 e2 brain jar Content-Container when the scientists came here the brain was in a jar e1 e2 poet poems Product-Producer_reversed the poet's sizable oeuvre includes very little prose but more than 500 published poems e1 e2 veto president Instrument-Agency the line-item veto is the best tool the president has to rein in excessive spending e1 e2 rabble appetites Member-Collection_reversed the prerogative of reason lies very low, perpetually overpowered by the rabble of appetites, passions, and opinions e1 e2 countries history Other the two countries are related through an unbroken common history spanning three-hundred and thirty-nine years e1 e2 science fiction roles Message-Topic feminist science fiction tends to deal with women's roles in society e1 e2 fraternity cultures Member-Collection_reversed after shelling the serbian orthodox church in east mostar, the croat artillery had destroyed the mostar bridge aiming at sweeping all the symbols of fraternity of different cultures e1 e2 cancellations mail Other cancellations were notified by mail e1 e2 world process Other the world was created by a long process beginning with the collapse of a huge molecular cloud e1 e2 motet idea Entity-Origin the motet grows from a short, sparse germinal idea in which the intervals of the tone, semitone and augmented fourth predominate e1 e2 method step Component-Whole_reversed the method comprises the step of administering approximately 5 25 ml of silver composition, one to five times a day orally until there was a response e1 e2 creator game Product-Producer_reversed well, he's only the creator of possibly the most played computer game ever written e1 e2 cornucopia reviews Other the unofficial charles portis website aims to be a virtual cornucopia of book reviews and biographical pieces related to its namesake e1 e2 floods rains Cause-Effect_reversed a mother carries her children inside a public school used as an evacuation center for victims of the floods caused by the continuous rains of typhoon ketsana, in the town of tanay, rizal east of manila september 28, 2009 e1 e2 umpire game Other the umpire in the game of serina williams and martinez sanchez was true e1 e2 physicist term Product-Producer_reversed why exactly the physicist came up with the term "black hole" i'm not sure of, but you might be able to find out in his autobiography e1 e2 brigade guards Member-Collection_reversed it was in this background that the brigade of the guards was raised in 1949 e1 e2 buses airport Entity-Origin express buses depart the airport every 1 hour from 6.00 until 1.00 e1 e2 predisposition diseases Other unfortunately, you also inherited predisposition to certain diseases e1 e2 run poultry Member-Collection_reversed we just finished our last run of pasture poultry for the year e1 e2 sketch sleeve Entity-Destination they packed the sketch into a thick stiff cardboard sleeve so that it wouldn't get bent e1 e2 water flask Content-Container he boiled one liter of water in a flask on a hot plate e1 e2 crystal molecules Component-Whole_reversed we describe the design and synthesis of a ferroelectric liquid crystal composed of racemic molecules e1 e2 software developer Product-Producer she met her british husband, martin stamp, a software developer, in 1983, and with him felt that she finally belonged e1 e2 bag items Content-Container_reversed the bag was full of electronic and game items, and fled the scene possibly in a black gmc envoy e1 e2 solute micelle Entity-Origin the first mechanism involves the exit of a solute from a micelle into the aqueous phase and its re-entry into another (or the same) micelle e1 e2 beam emission Cause-Effect_reversed the electron beam is generated by an explosive emission cathode e1 e2 book library Entity-Origin the latter book i got out of storage from the university of north carolina library e1 e2 groups tunnel Product-Producer_reversed during his reign, two working groups under the lead of the engineer eupalinos dug a tunnel through mount kastro e1 e2 party pledge Product-Producer_reversed in 1993 the party won the governorship with a pledge to cut income taxes 30% e1 e2 orange slices meals Entity-Destination wendy's has added orange slices into children's meals e1 e2 legion swordsmen Member-Collection_reversed general lee is hourly expected, as if from heaven, with a legion of flaming swordsmen e1 e2 pressure caisson Other the high pressure inside acaisson presents health risks e1 e2 fire quake Cause-Effect_reversed three people had been killed in a fire after the quake and hundreds of people were injured e1 e2 song character Other the song is featured in the 1990 film riff-raff, performed by the main female character e1 e2 book author Product-Producer those of us resolving to lead a lower-carbon life in 2010 could do worse than acquire a copy of prashant vaze's new book, the economical environmentalist, in which the author picks over the fine details of his life e1 e2 pilot parking lot Entity-Destination the pilot crash-landed into a mall parking lot e1 e2 swarm earthquakes Other seismologists are keeping an eye on a recent swarm of small earthquakes in sun valley e1 e2 viruses people Entity-Destination we all are spreading viruses to other people since we are not washing our hands well e1 e2 income administration Entity-Destination the income went to the administration e1 e2 teacher team Member-Collection the class teacher is part of the school team, ensuring the unit is well integrated into the school, whilst still preserving the montessori character and method of education e1 e2 devastation waste Cause-Effect_reversed some have argued that the money the pirates demand is very little compared to the devastation that has been caused by the toxic waste, which includes nuclear waste e1 e2 saint martyrdom Other the procession lasts all days and passes by all the places in the city that are linked to the saint's martyrdom e1 e2 huddle hens Member-Collection_reversed she frowned as she glanced around at the huddle of hens, now in a tight pact gathered near azul e1 e2 president bankruptcy Other the president is running into bankruptcy e1 e2 cigars humidor Content-Container after having been aged for several months to a year, the cigars were kept in a humidor; thus they tasted better e1 e2 ring gossipers Member-Collection_reversed the ring of gossipers sat in their old place in the post-office one evening, when the door opened and in came jerry himself e1 e2 information test Entity-Origin information was gained from this second test e1 e2 wire beaker Entity-Destination you placed two bare ends of the wire into a beaker filled halfway with distilled water e1 e2 monks pieces Instrument-Agency_reversed the monks scaled the sheer rock faces by inserting pieces of timber into crevices e1 e2 talk tricks Message-Topic during her talk she related some of the tricks that orville liked to play on people e1 e2 horses stud Other in addition to this, subsidies are paid private individuals to keep horses of merit in the stud e1 e2 battalion pikemen Member-Collection_reversed the elector of saxony made up the battalion of 120 pikemen, or so-called men of double pay, and 180 musketeers e1 e2 leader society Member-Collection kim jong il was raised in totalitarian north korea and became the leader of this society e1 e2 metrosexuals moisturizers Instrument-Agency_reversed real metrosexuals use moisturizers e1 e2 legion grenadiers Member-Collection_reversed he had long thrown over the bismarck tradition, and for him and his emperor affairs in south-eastern europe have long been worth the bones of a legion of pomeranian grenadiers e1 e2 staff chairman Member-Collection_reversed all staff, from the chairman, charlie mayfield, to part-time shelf stackers in waitrose, get the same percentage payout e1 e2 blonde voice Other a few of her tracks delve more into a pop-rock sound, and the petit blonde performs with a sweet, southern voice made for the genre e1 e2 system rig Component-Whole_reversed the system works using a character rig or "biped" which is pre-made and allows the user to adjust the rig to fit the character they will be animating e1 e2 meatballs ground Entity-Destination in the movie, meatballs are dropped onto the ground e1 e2 producer machinery Product-Producer_reversed the partners were a producer of required machinery and a research institute e1 e2 instrument vacuum chamber Content-Container the instrument was inside a vacuum chamber, and both piston and anvil were cooled with liquid nitrogen e1 e2 pact effect Other the gulf monetary union pact has come into effect e1 e2 metal chamber Entity-Destination the molten metal was poured into an unheated chamber from an external melting container e1 e2 disappointment audience Cause-Effect_reversed the paper reported a 'palpable sense of disappointment' from the audience e1 e2 profit cancer research center Entity-Destination the exhibition profit was donated to a cancer research center e1 e2 damage industry Cause-Effect_reversed scientists warn that the damage caused by the fishing industry is irreparable e1 e2 pollution warming Cause-Effect these old power plants produce pollution that causes smog, acid rain and global warming, and they generate radioactive wastes and other toxic pollutants e1 e2 treatment disease Other the team used the newly-developed nanoparticle to build therapies for treatment of individuals with cardiovascular disease e1 e2 phrase argument Entity-Origin the phrase originates from an argument for taxing english nobles e1 e2 seawater ions Other of course, the most common things in seawater, besides the hydrogen and oxygen that make up the water itself, are sodium and chloride ions, which are the components of common table salt and make ocean water taste salty to us e1 e2 tapir hoof Component-Whole_reversed the tapir hit the thick stem a few times with its hoof, tore off a piece of the bark and passed it to tasurinchi e1 e2 paper staff Product-Producer a paper co-authored by jrc staff entitled "plutonium-based superconductivity with a transition temperature above 18k" was published on 21 november in nature magazine e1 e2 holder spiral Other the glass tealight holder appears to float inside the metal spiral as it spins in the gentle breeze e1 e2 daughter idea Product-Producer_reversed my 8 year old daughter came up with an extremely good idea e1 e2 recipe collection Member-Collection diabetic peanut butter cookies recipe from the diabetic recipe collection at informationaboutdiabetes.com e1 e2 medical information medical procedures Message-Topic some of the medical information in the book pertaining to medical procedures, drugs, etc., is out of date and i check anything i am unsure of with my health care provider e1 e2 server approach Instrument-Agency we chose a server driven approach to link prefetching e1 e2 bible desk drawer Content-Container i was sitting in the hotel room the other day and found the bible that was in the desk drawer, i got a few quotes that seemed good and expressed my feelings e1 e2 carafe clock Content-Container it is inherently no less silly to see a king in a pear (as all of france did) than to see a pear in a rabbit, a rabbit in a carafe, a carafe in a clock, and so on and so forth e1 e2 study effects Other the purpose of this article is to report the findings of a study on the effects of the federal truth-in-lending legislation e1 e2 sets letters Other sets are conventionally denoted with capital letters e1 e2 artist creations Product-Producer_reversed the sculpture is considered among the artist's most restrained creations e1 e2 federation associations Member-Collection_reversed in many countries, the national association is a federation of various scout associations e1 e2 disorders drinking Cause-Effect_reversed fetal alcohol spectrum disorders, or fasds, are caused by drinking alcohol during pregnancy e1 e2 musician dulcimers Product-Producer_reversed this musician and instrument maker makes dulcimers that meet his own demanding requirements as a player e1 e2 pocket jeans Component-Whole he gets the door open easily and leads sam inside, fingers curled into the front pocket of his jeans e1 e2 pineapple wine Entity-Origin_reversed "lagrima del sol" is a pineapple wine made from 100% fresh pineapple juice produced in the only pineapple production region in japan e1 e2 swarm particles Member-Collection_reversed as a typical case, the slow motion of a swarm of particles in a viscous fluid was studied both theoretically and experimentally e1 e2 release surfaces Other the release profiles were modified by delaying additional drug release from the press-coated surfaces e1 e2 heel foot Component-Whole pain in the heel of the foot is caused by several different conditions e1 e2 beavers canals Product-Producer_reversed beavers also build canals to float build materials that are difficult to haul over land e1 e2 valves heart Component-Whole the job of the four heart valves is to make sure blood flows in one direction through the heart e1 e2 offices building Component-Whole to heighten that translucent effect, the executive offices have been placed in the middle of the building, while underlings, with their open-plan work stations, get to enjoy breathtaking views over the hudson e1 e2 information files Content-Container before databases appeared, the information on the computers was stored in files e1 e2 crypt choir Other a crypt of the xi century dug a posteriori under the choir also preserves frescos of the time e1 e2 ointment eyelid Entity-Destination then antibiotic ointment was put inside my lower eyelid and they patched my eye closed e1 e2 cocaine cylinders Content-Container in another case, cocaine was hidden in cylinders on the bottom of a commercial vessel, a banana boat e1 e2 golfer statement Product-Producer_reversed the world's top golfer said in a statement on his website that he had let his family down and that he regretted those "transgressions with all of my heart" e1 e2 veins leg Component-Whole venous insufficiency ( a failure of the valves in the veins of the leg that causes congestion and slowing of blood circulation in the veins ) e1 e2 engineer machine Product-Producer_reversed to solve this problem tommy flowers, an engineer who worked for the post office, designed a machine which worked on the digital data stream of the lorenz traffic and could carry out the statistical tests needed to find the key e1 e2 water crack Entity-Destination tony found that when he poured water into a crack in a rock sample and froze it, then allowed it to thaw, the crack was actually wider e1 e2 array topics Member-Collection_reversed he has worked on a wide array of topics, including transportation security and the future of the faa and the national airspace system e1 e2 crash rhinoceroses Member-Collection_reversed we were crushed by a crash of rhinoceroses e1 e2 amount charities Entity-Destination over the six years, this club donated a large amount of money to local children's charities and families e1 e2 bottle kerosene Content-Container_reversed they lit a bottle full of kerosene and flung it over the gates before fleeing the scene e1 e2 forkful mouth Entity-Destination then he put a forkful into his mouth, chewing with discernment the toothsome pliant meat e1 e2 suitcase clothes Content-Container_reversed i had a suitcase with clothes in it e1 e2 room hill Other a room was dug from the side of a hill and the opening closed in by wood, earth, or fabric, such as the wagon's cover e1 e2 story conquest Message-Topic he had a wonderful story to tell of the conquest of a continent by a people through thrift, endurance, sacrifice and grit e1 e2 conference debate Component-Whole_reversed the conference started with the general debate at which heads of delegations are delivering their national statements e1 e2 measure discussion Message-Topic_reversed the chancellor confirmed that this measure was under discussion e1 e2 person brakes Product-Producer_reversed i dunno, i'm kinda leaning towards some props for the person that came up with brakes e1 e2 rain downtown Entity-Destination wind driven rain has come into the downtown e1 e2 oil flour Entity-Origin after 30 min, the oil was pressed from the flour on a small capacity hydraulic press e1 e2 stone grinding Other stone grinding is very technical e1 e2 statement departure Message-Topic newsted's statement revealed his departure was based on private and personal reasons e1 e2 junk mails spam folder Entity-Destination junk mails were automatically put into a spam folder e1 e2 yeast tubes Entity-Destination they packed yeast into toothpaste tubes e1 e2 lactic acid dextrose Entity-Origin lactic acid is made from dextrose by fermentation e1 e2 backpack laptop computer Content-Container_reversed the backpack contained a laptop computer and a wallet with identification e1 e2 demolition company Cause-Effect_reversed little irish girl becky called a demolition company and asked if they would knock her school down e1 e2 cushion feathers Component-Whole_reversed the pillow of western nations is a cushion of linen or other material, stuffed with feathers, down, hair or wool e1 e2 girl community Entity-Origin on his blog theres a 2-part article about a girl who escaped from an amish community e1 e2 display cable Instrument-Agency_reversed the display receives the output through a 15 pin d connector cable e1 e2 treasure trove palaces Member-Collection_reversed as well as the wildlife, india has a vast treasure trove of palaces, forts, temples, museums and bustling cities e1 e2 inventor alternative Product-Producer_reversed annie's the inventor of the astoundingly clever flip knit, a low tech, portable alternative to knitting videos e1 e2 satellite orbit Entity-Origin after a successful launch on 29 november 1994, the satellite was manoeuvred from its initial geosynchronous-transfer orbit at 28.5 degrees to the equator, to an intermediate one at 12.4 degrees, 6,390-36,065km by mid-december e1 e2 nanotubes cavity Entity-Destination carbon nanotubes introduced into the abdominal cavity of mice show asbestos-like pathogenicity e1 e2 award scholar Entity-Destination the award has been given to the scholar who proved the mathematical theory e1 e2 measure lectures Cause-Effect_reversed adam smith's first measure of fame was gained from a series of public lectures on rhetoric and belles lettres delivered in edinburgh from 1748 to 1751 e1 e2 hall disuse Other the hall fell into disuse e1 e2 closure backup Cause-Effect the closure caused a backup on the freeway for several miles northbound as cars were detoured to the lost hills road exit and over to agoura road to head south on las virgenes e1 e2 sculpture publications Message-Topic_reversed the sculpture of lawrence j nowlan has been featured in numerous publications e1 e2 awards projects Entity-Destination cip has been bestowing awards to honour planning projects e1 e2 motor belt Instrument-Agency_reversed the motor drives the blade using a belt rather than being directly connected like the portable models e1 e2 sewer covers Component-Whole_reversed sewer covers are found in roads - sometimes sidewalks - and permit access to the sewer below e1 e2 hilt katana Component-Whole the symbol appears on the hilt of the katana e1 e2 play ambition Message-Topic the main theme of the play is ambition and how it can destroy a courageous, trustworthy, noble man e1 e2 devastation tsunami Cause-Effect_reversed the devastation caused by the earthquake-generated tsunami is seen on the south coast of western samoa e1 e2 scars burns Cause-Effect_reversed scars from burns happen when the entire depth of the skin is destroyed by heat e1 e2 mess grits Other i got scrambled eggs, a biscuit, bacon and a mess of grits e1 e2 factory banduras Product-Producer_reversed in 1950 the factory began to manufacture banduras, initially using the construction plans of chernihiv bandura maker e1 e2 power supply power-pack Other the 400 v power supply (unstabilized) was derived from a conventional power-pack with n-filter e1 e2 coalition activities Cause-Effect to that end, the coalition has established some local recreational activities, including laser tag and paintball e1 e2 tail shark Component-Whole we noted the tail of the shark curved to its left side (away from the camera) and moving to its right side (towards the camera) e1 e2 skein geese Member-Collection_reversed a skein of greylag geese came directly over me and i killed one that dropped far out in the field e1 e2 drug tubes Entity-Destination the fire drug was put inside of bamboo tubes and thrown in the fire to be ignited e1 e2 manna pot Content-Container not only was the manna hidden in the golden pot, but this pot was hidden in the ark e1 e2 battalion musketeers Member-Collection_reversed following the abortive italian campaign, siberia grenadiers and grenadier battalion of aleksopol musketeers returned to russia via the black sea in january 1806 e1 e2 crisis blockade Cause-Effect_reversed the march's goal is to raise awareness of the crisis caused by the israeli blockade and bring much needed humanitarian relief e1 e2 quarrel administration Other he then escalated a quarrel with austria and its german allies over the administration of these provinces into a war e1 e2 factory cells Product-Producer_reversed researchers have turned a mouse into a factory for human liver cells e1 e2 box cutter book Content-Container he forgot the 9/11 style box cutter was hidden in the hollowed out book e1 e2 industry backfill Other the coal industry has been recycling the material into backfill and building materials such as cement e1 e2 candidate race Other the proposed tax helped to push the candidate into the senate race e1 e2 modules apostrophes Message-Topic each of these contain many modules on different topics, such as apostrophes, silent letters, personal pronouns, spelling plurals, etc e1 e2 deck bus Component-Whole views and camera angles from the upper deck of the bus are good - but it can get wet e1 e2 messenger bag trash bag Content-Container for more than five years after 9/11, a messenger bag coated with debris was sealed in a plastic trash bag e1 e2 entrance building Component-Whole this close-up of the entrance shows the poor maintenance of the building e1 e2 photograph hand Other they were added to the photograph by an unknown hand after the picture had been circulating on the internet for several years e1 e2 speech belief Message-Topic he also used his speech to set out his belief that the country's "greatest challenge" was social breakdown e1 e2 tap shower Component-Whole in the rainy season, the tap of the bucket shower is closed e1 e2 phonograph work Entity-Origin the phonograph was developed from work done on the telegraph and on the telephone e1 e2 oil filter Entity-Destination 16 hp onan engine blew oil into the air filter e1 e2 scientists music Instrument-Agency_reversed scientists are turning to music to put across their messages: whether informing the public or campaigning e1 e2 mechanic spanner Instrument-Agency_reversed a mechanic tightens the bolt with a spanner 0.25 m long e1 e2 artworks view Message-Topic they are massive artworks that reveal a wide, all-encompassing view of a particular subject, often a landscape, military battle, or historical event e1 e2 blast mishandling Cause-Effect_reversed the truck carried homemade weapons, and the blast was caused by the mishandling of weapons e1 e2 guns bar Entity-Destination he has illegally carried guns into the bar e1 e2 worker mask Instrument-Agency_reversed the top photo shows a worker with a poorly fitting dust mask e1 e2 committee creditors Member-Collection_reversed six flags' reorganization plan is supported by a steering committee of its secured creditors and led by investment firm avenue capital management, which would take control of the company under the plan e1 e2 photos weeks Entity-Origin here are some photos from a few weeks ago when i came out of the subway and stumbled across an amazing sighting e1 e2 candies child Entity-Destination he gave two candies to each child e1 e2 shortages riots Cause-Effect bread shortages and mounting poverty cause riots in nearby paris e1 e2 ion acid Entity-Origin the monocarboxylate ion is derived from an acid selected from formic acid e1 e2 pace donkeys Other however, after five years the water pump was stolen, leaving the villagers once again dependant on a pace of donkeys to ferry buckets of water to them from an old well e1 e2 noise quake Cause-Effect_reversed thursday afternoon the staff from the university of wisconsin-madison near lake mendota felt a shake and heard a noise like a boom which was triggered by an ice quake e1 e2 collective organizations Member-Collection_reversed indymedia is a collective of independent media organizations and hundreds of journalists offering grassroots, non-corporate coverage e1 e2 settlers regions Entity-Destination the transcontinental railroad brought more settlers into the southern regions e1 e2 products disuse Other products have fallen into disuse e1 e2 package belt bag Content-Container the package was contained in a red belt bag that a security guard found outside one burgundy plaza at around 7 a.m e1 e2 installation next week Entity-Destination the technician rescheduled the installation to the next week e1 e2 images program Entity-Origin this is a collection of many of the best images from nasa's planetary exploration program e1 e2 personnel organisation Other the study focuses on the personnel in three service stations in finland that are part of teboil's organisation e1 e2 text files Entity-Destination i entered text into several files one after the other e1 e2 people bankruptcy Other the labour party has taken people further into bankruptcy e1 e2 man body Other a man was hidden in the body of the turk itself e1 e2 stories life Message-Topic it is a rural community and the stories narrate family life on a smallholding in the farming world e1 e2 lectures thoughts Message-Topic this book is a collection of his lectures and papers that summarised his thoughts on the philosophy of science e1 e2 advantages fortress Other impressed by the strategic advantages of this fortress and its protection of the city on the slope beneath, king vakhtang gorgasali of iberia decided to move his capital here from mtskheta in 458 e1 e2 generator principle Instrument-Agency_reversed the generator creates electricity using much the same principle as the alternator on your car (depending on the turbine type) e1 e2 driver street Entity-Destination then the driver turned the car into a dark and narrow street and reduced his speed e1 e2 talk operations Message-Topic the talk was about peacekeeping operations e1 e2 sord mallards Member-Collection_reversed they came flocking and honking into england like a sord of hungry mallards e1 e2 stones grinding Other millers checked that the stones used for cereal grinding weren't overheating e1 e2 brotherhood aristocrats Member-Collection_reversed the brotherhood of feudal aristocrats was itself a democracy and devolved later into democratic european states e1 e2 anthology poems Member-Collection_reversed an anthology of his poems entitled, sundramaithry, has been translated into malayalam by dr. dhanya menon, and published in 2008 e1 e2 kitchen smoke Other the kitchen was full of smoke e1 e2 pen desk drawer Content-Container the pen was in the desk drawer e1 e2 scaffold platform Component-Whole_reversed this makeshift scaffold 's platform is not 18" wide, nor does it have adequate guardrails, and the workers are not wearing fall protection e1 e2 media mixture Other the israeli media treated the event with a mixture of derision and pity e1 e2 ties era Entity-Destination the sino-u.s. joint statement takes the ties into a positive era e1 e2 coughing smoking Cause-Effect_reversed chronic coughing from smoking increases the risk of developing a hernia e1 e2 oil river Entity-Destination the ship leaked oil into brisbane river e1 e2 delays governments Cause-Effect_reversed the delays are caused by local governments trying to wring more money out of the feder e1 e2 illness bacteria Cause-Effect_reversed information about the foodborne illness caused by salmonella bacteria e1 e2 explanation appendix Message-Topic_reversed an explanation of that conclusion was set out in appendix e1 e2 internal auditors locations Entity-Destination the internal auditors are moved into specific pre-selected locations e1 e2 workpackage tasks Component-Whole_reversed the workpackage comprise of the following tasks: task 2.1 compilation of long term data sets e1 e2 cat forepaw Component-Whole_reversed one cat pats another individual with its forepaw, keeping claws retracted e1 e2 pepper toy Entity-Destination the boy inserted pepper into his little brother's toy e1 e2 poverty migration Cause-Effect war and rural poverty cause mass migration of people and often simultaneous growth of informal development e1 e2 artisan burin Instrument-Agency_reversed selecting the dry gourds according to their shape, the artisan carves the decorative motifs with a burin e1 e2 article experiences Message-Topic the article narrates baseball player terry pendleton's experiences of several baseball matches e1 e2 suitcase money Content-Container_reversed they found a suitcase with money in it and were driving to denver to return it to the owner e1 e2 broom stick Component-Whole_reversed to do this i drilled a small hole in one end of the broom stick, and ran a four inch piece of coat hanger through the hole e1 e2 mews hawks Member-Collection_reversed there are records from 1762 of lord bandon having a mews of hawks and a falconer at ardfert abbey in kerry e1 e2 carp sack Content-Container although the sack is as fish friendly as possible, we took great care when we retained the carp in a sack for such a long period of time e1 e2 frustration rejection Cause-Effect_reversed i'm close to taking a writing break myself - to mention the frustration from rejection, but i got the rosetta stone spanish cd;s a couple of years ago, and they've taken a back-seat in the priority list - not much time with work and the hubby and kids e1 e2 deposits account Entity-Destination 2 deposits have been put into my account e1 e2 blood ewer Entity-Destination he spent that time slaughtering a young pig and carefully catching all its blood in a ewer e1 e2 parties telephone Instrument-Agency_reversed parties appear by telephone when circumstances prevent their appearance in person e1 e2 workers party Member-Collection congress workers play with colours while celebrating party's win in the assembly elections of three states at party office in kolkata on thursday e1 e2 force joystick Cause-Effect_reversed when the force was generated via the joystick, the reproduced force matched the original force much more accurately e1 e2 company segments Other the company is migrating into profitable new segments e1 e2 chimpanzees love Other chimpanzees make love rather like humans do, but they do not usually run the risk of contracting syphilis e1 e2 fuel teflon bladder Content-Container within each fuel tank, the fuel was inside a teflon bladder e1 e2 system glands Component-Whole_reversed the endocrine system is composed of a number of glands e1 e2 tsunami displacement Cause-Effect in sri lanka, the tsunami resulted in 31187 deaths, 4280 missing people, 23189 injured people, and the displacement of 545715 people e1 e2 box box Content-Container the box of jungle oats were in a box and sealed with wax e1 e2 sounds signals Other the machine implant converts sounds into electrical signals e1 e2 egg species Entity-Origin the chicken egg came from a different species e1 e2 responsibilities care Entity-Destination their parental responsibilities are handed over into another's care e1 e2 formation parties Other in a recent emendation, formation of parties on religious basis has been strictly prohibited in egypt e1 e2 rooms cottage Component-Whole there are bedrooms, dining rooms and sitting rooms in the cottage e1 e2 invasion force planet Entity-Origin the genteel tranquility of victorian england is shattered by the arrival of an invasion force from the red planet e1 e2 letter copy Content-Container_reversed the letter contains instructions for completion, and encloses a blank copy of the assurance of compliance e1 e2 ignorance news Other he began to chat with him in ignorance of the news e1 e2 nunt cuisine Entity-Origin a nunt is a pastry originating from jewish cuisine and vaguely resembles nougat e1 e2 boat port Entity-Origin the boat departs from the port of thap lamu near the resort town of khao la e1 e2 horseshoes blacksmiths Product-Producer horseshoes are made by blacksmiths and blacksmithing is considered a very lucky trade e1 e2 containers retail stores Entity-Destination we have delivered containers to retail stores for excess of inventory e1 e2 item customer Entity-Destination this item is already shipped to the customer e1 e2 cooper barrels Product-Producer_reversed a cooper makes leak proof wooden barrels, tubs, and pails e1 e2 mothers kidneys Entity-Origin_reversed mothers were the single largest group to donate their kidneys e1 e2 pollution stratosphere Entity-Destination the current study has proved that humans send pollution into the stratosphere e1 e2 example book Entity-Origin the example from the book is building a gwt based todo list with different categories, something which is actually quite handy to have e1 e2 bowels castle Component-Whole it was he who uncovered the honours of scotland (the crown jewels) in a locked room in the bowels of the castle, where they had been placed in 1707 e1 e2 aircraft airport Entity-Origin the aircraft departed from boston's airport shortly after 8:00 am and was overtaken by a team of terrorists e1 e2 fund business Entity-Destination she invested all her retirement fund into this business e1 e2 cleaners burning sensation Cause-Effect i have found that i have extremely sensitive skin and most cleaners cause rash or a burning sensation if it has contact with my skin e1 e2 ship destination Entity-Destination soon after, the ship departed to the next destination e1 e2 user gestures Instrument-Agency_reversed a user inputs spatio-temporal information intuitively by using gestures e1 e2 potter pot Product-Producer_reversed to oversimplify, in a village the potter makes a pot for the brewer and the brewer compensates the potter by giving him a certain amount of beer e1 e2 dust nosebleeds Cause-Effect dry air, dust and wind dry out the nose and throat and cause nosebleeds, coughing, wheezing, and other short-term respiratory problems e1 e2 redcurrent syrup Entity-Origin_reversed and for brunch, we had the cast iron pan ($20) as well as the banana pancakes with redcurrent syrup and caramelized bananas and walnuts ($13) e1 e2 train station Entity-Origin we were arriving after the train had left the station e1 e2 husband sweater Other my husband returned a $275 cashmere sweater to jos e1 e2 brew bottle Content-Container that brew was in a bottle and did not quite measure up to the altbier, perhaps because it was served ice cold, but was still worth trying e1 e2 water kettle Entity-Destination i only put enough water in a kettle for just a single small cup of tea e1 e2 finger nails Component-Whole_reversed the title has been won by an american lady, lee redmond, who has been growing her finger nails since the last 27 years e1 e2 glue place Other we store the glue in a cool place e1 e2 guide work Message-Topic this is a clear and concise guide to the work of one of the twentieth century's most influential thinkers e1 e2 conditions areas Entity-Destination wintry conditions are spreading into adjacent areas e1 e2 cement forms Entity-Destination we have poured cement into 3 inch forms e1 e2 palm oil Entity-Origin_reversed demand for palm oil, a vegetable oil present in many of the goods we buy, is contributing to the destruction of the world's most precious rainforest e1 e2 depression suicide Cause-Effect depression is among the top 10 causes of suicide both among doctors as well as nursing professionals e1 e2 speech practices Message-Topic douglas was giving a speech addressing the harmful practices of the army corps of engineers e1 e2 cadre musicians Member-Collection_reversed in addition, we also build a meaningful cadre of various musicians who help us produce music on an on-going basis e1 e2 battalion swordsmen Member-Collection_reversed the grenade ricochets off the wall and into the advancing battalion of swordsmen e1 e2 fortress towers Component-Whole_reversed the fortress has four towers corresponding to the cardinal points e1 e2 pages tankard Content-Container three pages from an autograph manuscript of hamlet were found wadded in a tankard near the former site of a stratford tavern e1 e2 figure results Message-Topic this figure illustrates typical results of various operating parameters during these studies e1 e2 wall experience Other the aquarium wall was truly the best part of the experience here e1 e2 notes changes Message-Topic the release notes give details of the technical changes e1 e2 appellant malice Other the evidence was sufficient to authorize a rational trier of fact to conclude beyond a reasonable doubt that appellant had killed the victim with malice e1 e2 variety peasants Other scientists in cambridge have discovered that a lowly grape variety grown by peasants - but despised by noblemen - during the middle ages was the mother of many of today's greatest grape varieties e1 e2 manager list Product-Producer_reversed the italian manager has drawn up a list of potential targets to reinforce his depleted defensive options e1 e2 theme science fiction Message-Topic_reversed this theme has been covered in science fiction like star trek e1 e2 film tenacity Message-Topic the film asserts the astonishingly intricate tenacity with which class is intimately mingled with severine's sense of identity e1 e2 cane sugar Entity-Origin_reversed i've been tempted to buy the cane sugar version for ages, but the shipping cost always stopped me e1 e2 violinist body Product-Producer_reversed since leaving the bay area for brooklyn in 1999, the violinist has constructed a mind-bogglingly disparate body of work e1 e2 shot wound Cause-Effect the shot caused a wound on the left side of the neck which bled profusely e1 e2 pace asses Member-Collection_reversed wilderness tour guides often maintain a pace of asses to carry the equipment necessary for camping e1 e2 method steps Component-Whole_reversed the method comprises the steps of heating a laminated sheet, and vacuum forming the heated sheet in the first vacuum mould component e1 e2 bug garage Entity-Destination this bug flew into my garage e1 e2 family village Entity-Origin the poor family went away from the village e1 e2 exhibition qualities Message-Topic this small photographic exhibition studies the linear qualities present through natural and man-created subjects e1 e2 infestation fleas Other in ancient egypt, the people in that civilization depilated their bodies to prevent infestation of fleas and lice e1 e2 theory exchange Other this unified theory was governed by the exchange of four particles: the photon for electromagnetic interactions, a neutral z particle and two charged w particles for weak interaction e1 e2 mob workers Member-Collection_reversed corporate india is in shock after a mob of workers bludgeoned to death the chief executive who sacked them from a factory in a suburb of delhi e1 e2 staff hospital Other his tenure was marked by absolute discipline among the staff of the hospital e1 e2 brush painter Instrument-Agency the brush and the roller are the tools most readily associated with the painter e1 e2 company trouble Other our company has landed into serious trouble with its london network since the summer e1 e2 man lap Other the man completed a full lap before being stopped by guards, but he never interfered with shorter e1 e2 novel governor-general Product-Producer hitchcock drew on a 20-year-old novel by the future governor-general of canada, john buchan e1 e2 flash drive roms Component-Whole_reversed this snes controller has a flash drive loaded with roms inside e1 e2 scientists antiboitics Instrument-Agency_reversed but scientists successfully treated the mice with broad-spectrum antiboitics e1 e2 acne hormonal imbalance Cause-Effect_reversed acne is caused by hormonal imbalance within the body, but there are many other contributing factors to acne outbreaks e1 e2 pump coupling Component-Whole_reversed more particularly, the invention is a sealless pump that employs a magnetic coupling to drive the impeller e1 e2 flights airspace Entity-Origin the flights are departing into the adjacent controlled airspace e1 e2 discussion concept Message-Topic the classroom discussion made this concept clear to the candidates e1 e2 probe fragment Entity-Origin the probe was generated from an amplified dna fragment, using prd136 as the template e1 e2 restaurant list Entity-Origin gordon ramsay's flagship restaurant has fallen out of an influential list of the top 50 restaurants in the world e1 e2 government agency Product-Producer_reversed the government established an independent agency which is to boost quality in higher education e1 e2 furniture legs Other they shop there for a huge selection of furniture and table legs, carved and turned furniture legs and feet, wood turnings and more e1 e2 passenger photograph Product-Producer_reversed halfway into the flight to la, a passenger took a photograph and the icy blue flash from the camera bounced momentarily across the dimly lit cabin e1 e2 mystery energy Other the ultimate mystery is the source of the energy itself e1 e2 teacher literature Instrument-Agency_reversed a teacher explores the various reactions and ideas by using literature e1 e2 ligature performer Instrument-Agency the ligature assists the performer in seeking a more responsive and free playing style e1 e2 design studio Product-Producer colourmovie is a design driven creative studio specializing in motion design, animation, brand identity, and live-action production e1 e2 tree roots Component-Whole_reversed tree roots also take nutrients and chemicals out of the soil and use them to produce what they need for the tree's growth, development, and repair e1 e2 mason walls Product-Producer_reversed the same stone mason who did the stonework of the first mill dam put up the walls e1 e2 company benchmarking Instrument-Agency_reversed a company is able to determine a range of restrictions for the selection of the perspective countries by using benchmarking e1 e2 cadre banks Component-Whole professionals from streams like law, engineering, agriculture also have opening in the management cadre of various banks e1 e2 composer works Product-Producer_reversed mozart's piano concertos are the composer's finest instrumental works e1 e2 shovel gardeners Instrument-Agency this bright yellow, lightweight shovel is a favourite of our adventurous little gardeners e1 e2 man submersible Product-Producer_reversed a spanish man built a homemade submersible to carry cocaine e1 e2 family inpatients Member-Collection_reversed friends and family of inpatients at various hospitals and health care facilities are now able to send well wishes via email e1 e2 certificate exemption Message-Topic it is a certificate, declaring sales tax exemption, presented to a vendor when making a purchase for the agency e1 e2 inflammation pain Cause-Effect the inflammation causes pain in the joint e1 e2 title book Component-Whole the title of the book gives you a sense of its breadth and scope e1 e2 items customer Entity-Destination all items have been shipped out to the customer e1 e2 teaching experience anecdotes Other much of his early teaching experience involves telling anecdotes about his childhood in ireland e1 e2 association kits Other helped by donations, the association has assembled 1,000 free kits, which include water, flashlights, battery-operated radios, spare batteries, an emergency preparedness booklet and emergency window placards e1 e2 skin orange Component-Whole as with grapefruit, the white membrane under the skin of the orange contains more vitamin c than the flesh and a lot of the pectin fiber e1 e2 student balcony Entity-Origin a student who fell from a seventh floor balcony in mexico and had been in a coma for several weeks returns to the uk e1 e2 property expression Entity-Origin_reversed when a property is the source of a data binding expression, flex automatically copies the value of the source property to any destination property e1 e2 news article Entity-Origin the breaking news from the article was that the first recorded use of the word gongoozler took place in the late 1800s in the book narrow boat by t.c. rolt e1 e2 films viewers Entity-Destination original mammography films are being delivered to viewers e1 e2 forebrain brain Component-Whole the forebrain is the largest part of the brain, most of which is made up of the cerebrum cerebrum e1 e2 plane runway Entity-Origin he pulled back the stick gently until the plane lifted from the runway e1 e2 bomb freezer Content-Container a bomb was found put inside a broken freezer which was set to be a table for sellers inside al-khalis city e1 e2 paddling ducks Member-Collection_reversed we have a paddling of muscovy ducks that hang by our door, this day the younger one was fighting the dominant male e1 e2 kids place Entity-Origin the accused beat up the other kids who resultantly ran away from the place e1 e2 freighter dope Content-Container_reversed after the freighter was full of colombian dope, it was transferred on the ocean to a handful of medium-sized boats and eventually to smaller craft that blended in with recreation boaters for the trip to american soil e1 e2 impact work Message-Topic_reversed the impact of the floating body effect on noise is investigated in this work for the first time e1 e2 constitutes plant Other the major phytochemical constitutes of the plant are elephantopin, triterpenes, stigmasterol epifriedelinol and lupeol e1 e2 froggery frogs Member-Collection_reversed once upon a pond, there lived a froggery of muppet frogs and their leader, kermit the frog e1 e2 water river Entity-Destination the polluted water has been poured into a local river e1 e2 evangelist news Product-Producer_reversed the evangelist blasts the patrons with the news that they're going to hell, if they don't come to his meeting and get saved e1 e2 disorders mutation Cause-Effect_reversed genetic disorders are caused by the mutation of a gene e1 e2 baby bag Entity-Destination the woman placed the baby in a plastic bio-hazard bag and threw it out e1 e2 wall youths Product-Producer in dutch camping culture empty beer cases are saved and stacked up into a wall by youths e1 e2 teacher umbrella Instrument-Agency_reversed a lonely teacher finds a friend with the help of an umbrella e1 e2 book process Other and so this book involves the reader in a true educational process which is also fun e1 e2 power reaction Cause-Effect_reversed power is generated by an electrochemical reaction of hydrogen and oxygen that yields as its by-product only heat and h2o e1 e2 motions discipline Message-Topic the gaa's central council passed a number of motions regarding discipline at a special meeting on saturday e1 e2 hero building Entity-Destination the hero enters into the building e1 e2 money pocket Entity-Origin the money to buy the properties was coming from his own pocket and it was risky for him e1 e2 dynamite blasting Other the dynamite used in blasting for the south island line had been stored at a depot in chung hom shan, near stanley e1 e2 fish sea Entity-Destination the big fish has been pushed into the deeper sea e1 e2 player next round Other this player has moved to the next round e1 e2 series of poems story Message-Topic the effect is a series of poems relating a story of one man's journey to find happiness e1 e2 license state Product-Producer the license is issued from the new state after verifying the particulars of the applicant license from the original issuing state e1 e2 radio wave outer space Entity-Destination by now, our early radio wave is travelling into outer space e1 e2 author blog Product-Producer_reversed within a matter of months, tavi gevinson, the author of a blog called style rookie, was feted by designers e1 e2 valves trumpet Component-Whole the three valves of the trumpet add lengths of tubing to the instrument to lower the pitch e1 e2 list call Entity-Origin the list was generated from an open call for nominations and prioritized based on factors including the age of the structure e1 e2 doctor drill Instrument-Agency_reversed doctor saves boy with a drill e1 e2 sensor circle Other the flux sensor moves a half circle around the filament in order to measure the spatial directivity of each heater e1 e2 film industry Product-Producer nonetheless, people in the film industry were sounding alarm bells by the end of the year e1 e2 equipment country Entity-Origin my equipment was built in another country e1 e2 hairstyles days Entity-Origin most of the hairstyles from past days of hollywood glory have unique features that are set in place e1 e2 eruption craters Entity-Origin a bed of ancient lava seemed to mark the commencement of the eruption from the craters of the great chain of the andes e1 e2 girl companion Instrument-Agency_reversed a little girl finds a lost shoe with the help of her imaginary dinosaur companion e1 e2 soldiers post Entity-Destination the soldiers moved into the newest post e1 e2 ancestors rafts Instrument-Agency_reversed their ancestors reached the island using bamboo rafts e1 e2 journal veterinary imaging Message-Topic it is the only journal dedicated to veterinary imaging e1 e2 program poems Product-Producer_reversed a computer program called trakl'bigi generates poems in the style of the expressionist poet georg trakl e1 e2 foundry bells Product-Producer_reversed the foundry's main business is the manufacture of church bells and their fittings and accessories e1 e2 weapons space Entity-Destination u.s. astronauts took weapons into space with them e1 e2 seat truck Component-Whole the loaded shotgun disappears from the seat of the truck after the fights in the casino e1 e2 storm upwelling Cause-Effect_reversed the storm is generated by an upwelling of warmer air, similar to a terrestrial thunderhead e1 e2 film flashbacks Component-Whole_reversed the film uses flashbacks as a device to tell the story, which was based on a 1947 novel by david goodis e1 e2 documents literature Message-Topic these documents survey the literature and recommend limits for worker exposure to hazards e1 e2 eye bull Component-Whole this is the eye of the bull in the constellation taurus e1 e2 shampoos acid Other shampoos work by using acid to remove hard water scale e1 e2 base clock Component-Whole the base of the clock was constructed from standard legos, encasing two mindstorm servo motors e1 e2 word race Entity-Origin the word 'latin' originates from an ancient race called the lats e1 e2 magazine music Message-Topic for 20 years the magazine has been dedicated to american old-time music e1 e2 socialist party Other there is in fact a socialist party in america and there are real socialists e1 e2 barley wine Entity-Origin_reversed explaining the mysterious term barley wine, the authors share their secrets of how to brew this challenging high-alcohol, hoppy, sweet ale that is every brewer's crowning achievement e1 e2 world egg Content-Container the world was enclosed in an egg before creation e1 e2 article problems Message-Topic he wrote an article, that pointed out factual problems in the work of new york times columnist and author david brooks e1 e2 elements literature Entity-Origin it included elements from latin literature and arab-influenced spain and north africa e1 e2 title quip Entity-Origin the english title is derived from a quip in the story, and works well enough e1 e2 riffraff savages Member-Collection_reversed i am at my happiest when i am in a smoke-filled, crowded bar with the riffraff of savages i call my friends, our voices raised, our faces flushed, our speech slurred, as we strumble from one poorly constructed argument to the next half-baked bagful of lies (to quote michael jackson) e1 e2 poet sequel Product-Producer_reversed the work was such a popular success that the poet wrote a sequel e1 e2 league codes Member-Collection_reversed the annual residence league of various sport codes, the mini olympics held during the september break has proven very popular amongst our students e1 e2 religion empire Entity-Destination it was in this period that the new religion spread into the empire e1 e2 woofers box Content-Container there was a pair of odd looking 12" three ways i built for a friend, the woofers were in a box screwed to the back of 4 foot high raindrop-shaped panels which housed the midranges and tweeters e1 e2 flood sea Cause-Effect_reversed light blue shows the additional extent of an extreme flood from rivers or the sea e1 e2 students groups Member-Collection the teacher always assigned students to groups e1 e2 disaster hurricane Cause-Effect_reversed from the outset, the tv reporters started talking about two disasters: the natural disaster which was caused by the hurricane and the man-made disaster which happened in new orleans, the blame for which was laid at the hands of george bush e1 e2 products areas Entity-Destination the products of business entity within the export processing zone are shipped to non-bonded areas e1 e2 poison bottle Content-Container the poison was in a bottle of pricey wine e1 e2 men fort Other so, in the night, when the men in the fort were asleep, white fang applied his teeth to the stick that held him e1 e2 company portfolio Product-Producer_reversed the company has assembled a portfolio of precious and base metal exploration prospects in ontario, saskatchewan, and the north west territories e1 e2 avenger rifle Instrument-Agency_reversed rather, the avenger killed the victim with a rifle, often from a secure hiding place or in ambush e1 e2 manuscript justice Message-Topic another manuscript introduced justice in terms of contractual justice e1 e2 members computers Product-Producer_reversed members of the bletchley team went on to build the first post-war computers in the uk, at manchester and cambridge e1 e2 crush passengers Member-Collection_reversed within a little over a month from inception, schedules had to be expanded from 41 daily trips to 97 in an effort to meet the crush of passengers e1 e2 horde believers Member-Collection_reversed it serves only the self-serving purposes of the political parties; it provides them a faithful horde of believers e1 e2 bomb region Entity-Destination hundreds of bomb have been dropped into the target region e1 e2 astronomer telescope Instrument-Agency_reversed the galileoscope is named after the italian astronomer, who first observed the heavens through a telescope 400 years ago e1 e2 methods publication Message-Topic_reversed the methods of almost all procedures were extensively described in an earlier publication e1 e2 man shovel Instrument-Agency_reversed there was a man with shovel and hoe e1 e2 dignity canons Other by the time of the inquest of 1106 the dignity of the canons and their enjoyment of 'all... free honourable customs' in their lands and houses is clear e1 e2 pilots history Entity-Destination iraqi air force pilots took flight into history e1 e2 energy posters Cause-Effect_reversed another reason for the impression of energy and optimism caused by many posters is their very nature as images of propaganda e1 e2 course interaction Message-Topic the course studies in depth the complex interaction between issues of conflict, security and development e1 e2 car snakes Content-Container_reversed she left the engine running because the car was full of snakes used in her exotic routine e1 e2 chef knife Instrument-Agency_reversed the soft-spoken, professorial chef spoke with knife in hand passionately about why he's been drawn to thai cooking for twenty-five years e1 e2 treatise theorist Product-Producer the prince (italian: il principe) is a political treatise by an italian public servant and political theorist e1 e2 communion saints Other the communion of saints (in latin, communio sanctorum) is the spiritual union of all christians living and the dead, those on earth, in heaven and, in catholic belief, in purgatory e1 e2 creditor process Instrument-Agency_reversed a certificated security for which the certificate has been surrendered to the issuer is reached by a creditor by legal process upon the issuer e1 e2 journal use Message-Topic steroid nation (tm) is an online journal looking at the use of anabolic steroids in sports, youth, and society e1 e2 laughter joke Cause-Effect_reversed timoshenko commented its laughter after the joke of putin about yushchenko and of e1 e2 efforts objective Entity-Destination his efforts have been invested into this main objective e1 e2 bottle blood Content-Container_reversed he was distressed and smeared in dust and held a bottle full of blood in his hands e1 e2 explosion crater Cause-Effect the explosion caused a crater on the ground and destroyed several stalls e1 e2 damage aircraft Cause-Effect_reversed the video then shows the damage caused by the aircraft as it hit the north tower, follows the disintegrating plane through the interior, and then shows the airplane metal, ignited fuel, dust and smoke exiting the building on the opposite side e1 e2 episode video Message-Topic_reversed the whole episode was documented on video and stills, but these have never come to light e1 e2 sound structure Entity-Origin the sound came from a wooden structure two hundred yards away e1 e2 building wall Other i crawled over to the edge of the building where there was still a fragment of wall and peered over, trying to see what was going on e1 e2 generations future survival Other the next two generations have departed into an uncertain future survival without mother e1 e2 ornaments molds Entity-Destination the ornaments were blown into complicated, multi-piece molds e1 e2 saw blades Component-Whole_reversed there are many different types of saw blades, each of which is designed for a particular cut e1 e2 notes ideas Message-Topic the album comes with rambling notes from wolf detailing the ideas behind each song e1 e2 prisoner tunnel Product-Producer_reversed a year later, in september 1941, he and a fellow prisoner dug a tunnel from an incinerator to a point beyond the perimeter e1 e2 accident power outage Cause-Effect a vehicle accident with a utility pole cause a power outage e1 e2 bench magistrates Member-Collection_reversed in this way he gathered materials for weekly epistles destined to enlighten some county town or some bench of rustic magistrates e1 e2 debate ethical issues Message-Topic controversy and even heated debate with respect to the ethical issues involved has broken out in germany and other parts of the world e1 e2 eyewitness account Product-Producer_reversed an eyewitness account to a turning point in the civil war, from the pen of a she-rebel chronicles not only a community's near destruction but also its endurance e1 e2 letter headquarters Entity-Origin a few weeks after we sent the taylors our final report, a letter arrived from the headquarters of the green howards in england e1 e2 chain saw Component-Whole a chain saw is one of those tools that can be described thusly: when you need one, nothing else will really do e1 e2 applicant school Entity-Origin the applicant graduated from an accredited school of dentistry e1 e2 garden patches Component-Whole_reversed the garden also comprises large natural patches of renosterveld fynbos and succulent karoo vegetation e1 e2 flu fevers Cause-Effect colds and flu cause high fevers in babies and toddlers, but with the flu, the fever will last more than one or two days e1 e2 father college Entity-Destination my father is going into college at his old age e1 e2 indicator headset Component-Whole when you press and hold k1 button for about 3 seconds, the green indicator of the headset flashes once every 3 seconds e1 e2 hydrants facility Product-Producer additionally, all hydrants and valves are pressure tested at the manufacturing facility e1 e2 influenza virus Cause-Effect_reversed during the first documented outbreak of human infections with h5n1, which occurred in hong kong in 1997, the 18 human cases coincided with an outbreak of highly pathogenic avian influenza, caused by a virtually identical virus, in poultry farms and live markets e1 e2 soap prime time Entity-Destination the popular soap has been moved to prime time e1 e2 wrinkles laughing Cause-Effect_reversed wrinkles from laughing is a good sign of a healthy, happy life e1 e2 varieties church Other good vineyards, on the other hand, growing better and lower yielding varieties were owned and farmed under the supervision of the church or nobility e1 e2 grain spirits Entity-Origin_reversed with grain spirits, the initial fermentation takes place after the starch that is naturally present is converted into sugar e1 e2 crisis economy Entity-Destination figures show that the crisis is spreading into israel's economy e1 e2 damage virus Cause-Effect_reversed the damage caused by the " w32/sircam" computer virus is expanding in japan e1 e2 map safe Content-Container the map was locked in a safe in the clerk's office except when it was being viewed by someone in the presence of the clerk e1 e2 pants box Content-Container yesterday i put on my largest pants, those pants that were in a box slated to go to goodwill e1 e2 mechanism bridge Component-Whole_reversed the scum rake mechanism consists of a rotating bridge with attached skimmers, which are suitable for an effective removal of scum of various consistencies, even of a light, creamy consistency e1 e2 dray squirrels Member-Collection_reversed earlier, a dray of terrified ground squirrels ran for their lives as flames raced their way e1 e2 reagent bottle Content-Container after that i mentioned that the reagent was in a bottle packed with vermiculite as a filler between the carton & the bottle e1 e2 illusion experiments Other the illusion has been examined in a number of different psychological experiments, and suggested as a basis for other biases e1 e2 criticism weaknesses Message-Topic contemporary criticism commented on the weaknesses of the opera's characters and the storyline e1 e2 singer outdoor stage Entity-Destination the singer arrived to the outdoor stage for rehearsal e1 e2 screwdriver men Instrument-Agency baljinder singh is still recovering in the alfred hospital, a week after he was stabbed in the stomach with a screwdriver by two men as they robbed him of his wallet e1 e2 life movie Message-Topic_reversed the life of the kathoey kick boxer is related in the 2003 movie beautiful boxer e1 e2 fear robbers Cause-Effect_reversed he has fear from darkness, ghosts, robbers & being alone, of thunder, in the crowd, of death, of disease, of evil, that something may happen e1 e2 ship harbour Entity-Origin unfortunately though, to the surprise of all present, the ship completely dissapeared from the harbour e1 e2 state capital Entity-Origin_reversed the state was the source of capital, raw materials and labour e1 e2 asphalt term Entity-Origin the word asphalt was derived from that term because of the lumps of gooey petroleum that were washed up on the lake shores from underwater seeps e1 e2 lord giving Other the lord continues to demonstrate his faithfulness through the generous giving of his people e1 e2 flock ducks Member-Collection_reversed several times a flock of wild ducks (anas superciliosd) flew over, evidently making their way to the more open water- ways several miles west e1 e2 debate kiosks Message-Topic entrepreneur creates a debate over 'amber alert' kiosks e1 e2 award organization Entity-Destination the award was bestowed to the organization e1 e2 officer apparatus Instrument-Agency_reversed at 73 meters underwater, a petty officer reached the surface using his drager apparatus e1 e2 roof building Component-Whole the roof of the building was equipped with two helicopter landing pads that became vital during the fire e1 e2 cow nuzzle Component-Whole_reversed the choice was recorded when the cow touched the training card with its nuzzle e1 e2 bus computer Component-Whole what this type of memory does is it allows itself to sync with the cpu bus of the computer giving it the capability to run at higher clock speeds e1 e2 plan crime Other this plan is the result of a focused analysis of crime and disorder over the last three years e1 e2 guide world Message-Topic this page is a guide to the floating world of cyberspace e1 e2 book influence Message-Topic one of the recurring themes of the book is the influence of religion in motivating and structuring dutch emigration e1 e2 picture holes Component-Whole_reversed the children, seated on their mother's laps, played with toys on a table in front of a picture with holes in it e1 e2 bottle water Content-Container_reversed the precipitate of dpa na together with the filter is transferred to a bottle with cold water in it where it is dissolved by shaking e1 e2 addition scribe Product-Producer there is a short addition by the scribe which matches that on the kirkham priory copy, above e1 e2 blocks caisson Content-Container there were concrete blocks inside a caisson e1 e2 key keyboard Component-Whole she tried to find out what key on your keyboard fits your personalty e1 e2 methamphetamine container Content-Container officer daniel testified that the methamphetamine was inside a glass container that was placed and sealed inside a "winnie the pooh" plastic container e1 e2 belief determinism Other adler's belief in human teleology was a radical departure from the "cause-and-effect" determinism of science at the beginning of the 20th century e1 e2 bungalow barn Other the bungalow was built inside a barn e1 e2 zoo creeps Member-Collection_reversed berserk is one title in recent memory which does an admirable job of throwing a veritable zoo of creeps, thugs, demons, monsters, and fetid creatures before the reader in each volume, inviting awe at the creativity and skill involved in conceiving of and executing such disgusting vermin e1 e2 complex poison Instrument-Agency_reversed my apartment complex treated the yard with a poison to kill locusts e1 e2 astronauts asteroid Entity-Destination nasa is sending astronauts to an asteroid e1 e2 bolt door Component-Whole to take the fragment of green material first, i found it caught in the bolt of the communicating door between that room and the adjoining one e1 e2 team fifth place Other the team has moved into fifth place in career scoring at nd e1 e2 exhibition view Message-Topic the exhibition displayed a historical view of video game development from early arcade games to the present e1 e2 object nylon bag Content-Container the object was inside a nylon bag, and the blasting caps were inside a plastic case e1 e2 tools process Other such tools sped up the drug development process by years e1 e2 pieces hutch Content-Container it is a wonderful way to show off your prized china pieces in a handsome china hutch e1 e2 constitution leaders Product-Producer it is unfortunate that the constitution was prepared by leaders of political parties and not legal experts e1 e2 musician preparation Instrument-Agency_reversed the musician also treated the wood with a preparation of borax in the manner of stradivari e1 e2 agarose tray Entity-Destination she was pouring the hot agarose into the casting tray e1 e2 team chemistry Instrument-Agency_reversed the team then sequenced the captured dna with the gs flx titanium series chemistry e1 e2 gun drawer Content-Container in a disturbing laboratory experiment in which a gun was hidden in a drawer, many boys found the weapon, played with it and even pulled the trigger without knowing whether it was loaded e1 e2 president university Other the vice president for development is responsible to the president of the university for planning, coordinating and managing the gift procurement programs of the university e1 e2 students violence Other the students enforced it with violence e1 e2 damage earthquakes Cause-Effect_reversed much of the difference in the total damage caused by the nisqually and the northridge earthquakes can be attributed to the nisqually earthquake's location e1 e2 train photographer Entity-Origin the train is going away from the photographer, pushing its cars to gain elevation e1 e2 fluids cylinder Content-Container the fluids are enclosed in a vertical cylinder of aspect ratio and heated from below e1 e2 ship port Entity-Origin the loading takes a couple of days and the ship sails from the port with the help of the local pilot who knows every inch of the area e1 e2 worker boxcar Other accidentally, one worker was locked in a refrigerator boxcar, and the rest of the workmen left the site e1 e2 tempeh soybeans Entity-Origin like tofu, tempeh is made from soybeans, but tempeh is a whole soybean product with different nutritional characteristics and textural qualities e1 e2 whirl insects Other godfrey and i, caught up in the whirl of insects, had become part of the forest, too e1 e2 tessellate songs Entity-Destination whatever the case, we have added tessellate into our favorite songs e1 e2 respondents programs Instrument-Agency_reversed surveys were completed by respondents using a variety of browser software programs, each configured differently with different displays e1 e2 abscess infection Cause-Effect_reversed breast abscess is caused by infection of the engorged glandular system of the breasts e1 e2 study evaluations Component-Whole_reversed the study assessed the effectiveness of the world's fisheries management regimes using evaluations by nearly 1200 fisheries experts e1 e2 act limitation Instrument-Agency_reversed the act promotes efficiency through limitation of the copyright owner's available monetary damages e1 e2 bottle testimony Content-Container_reversed as soon as the ceremony is done, the couple holds a bottle with love testimony in it and puts it into the ocean e1 e2 flour mixture Entity-Destination grace did as she was told as adele poured flour into the liquid mixture e1 e2 body workers Member-Collection_reversed i found, moreover, a body of trained and earnest school workers, whose wealth of experience, professional spirit, and loyal support of the new organization gave ample assurance of advancement in all departments of public school work e1 e2 fat disease Cause-Effect the fat and cholesterol cause heart disease; the animal protein causes cancer e1 e2 barium sulphate Entity-Destination other early organisms have released barium into sulphate depleted pore-waters e1 e2 fees discussion Message-Topic_reversed high fees charged by senior lawyers became a point of discussion at the apex court hearing the ambani brothers' gas row e1 e2 country machines Product-Producer_reversed the country has resumed manufacturing of components and assembly of centrifuge machines under iaea supervision e1 e2 preforms bottles Entity-Destination the preforms were blown into the bottles e1 e2 plant flask Content-Container one plant was sealed in a flask as described e1 e2 acetoin filtrate Entity-Origin the acetoin was first distilled from the filtrate and subsequently oxidized to biacetyl e1 e2 metal ground Entity-Origin it has taken time and effort to get the metal out of the ground e1 e2 pillars ruins Component-Whole the pillars of the ruins of persepolis are famous and an example of the glories of iran during the reign of the darius emperors e1 e2 change console Other you reassigned them after making a change in the registry through the administrative console or by using wsadmin scriptin e1 e2 fable progress Message-Topic this humorous fable illustrates the progress of education and gives valuable insights into how it could continue to develop in the decades to come e1 e2 resources programmers Instrument-Agency one of the best resources for programmers is the excellent (and free) book small memory by charles weir and james noble e1 e2 technocrats government Entity-Destination karzai brought more technocrats into his government e1 e2 basin depression Entity-Destination the basin has sunk into a deep depression e1 e2 designer sets Product-Producer_reversed the designer made up these sets for us from leftover fabirc e1 e2 notification names Message-Topic this notification declares the names of plants, plant pests or carriers that are considered to be prohibited e1 e2 zoo misfits Member-Collection_reversed in the following essay, allen discusses flannery o'connor's use of animal imagery to depict her notion of the world as a zoo of misfits in her novel wise blood e1 e2 researcher question Product-Producer_reversed the researcher started the interview with a question on relationships and their relation to staff retention in an acute perioperative environment e1 e2 student book Instrument-Agency_reversed a student relaxes with a book in a cambridge park e1 e2 guy knob Instrument-Agency_reversed the engine revved a bit in the lower gears, but was adjusted immediately by the guy with a knob e1 e2 fox fury Other overcome with hunger, the fox tore into the carcass with a fury, sending feathers scattering every which way e1 e2 work man Product-Producer it's a powerful personal work by a man who still thinks for himself in an era of fear, conformity, and dehumanization e1 e2 poem poet Product-Producer in this poem the poet personifies his city during the last years in which he was able to live there e1 e2 electrical short fire Cause-Effect later on that same day, an electrical short at the farragut north station caused a fire on the tracks which shut down service three times over the course of the day e1 e2 batch suitcase Content-Container that first batch of forgeries was in a suitcase and the two gentlemen that disappeared in the night were both japanese e1 e2 wriggle worms Member-Collection_reversed rachael, katie and chloe enjoy the wriggle of worms from the worm farms they built on an excursion to jells park in glen waverley e1 e2 species country Entity-Destination the exotic species are imported into the country illegally e1 e2 message social structure Message-Topic the gist of his message was that the religious social structure was in crisis and should be saved e1 e2 raspberry jelly Entity-Origin_reversed just the thought of the delicate flavours of rose and vanilla, combined with a slightly tart raspberry jelly was enough to get me running through the larder in search of the necessary ingredients e1 e2 events dissolution Cause-Effect the events at the trial caused the dissolution of the communist league, and a general dampening of revolutionary activity e1 e2 bat wings Component-Whole_reversed the bat moves its wings like we move our fingers e1 e2 exhibition dynamic connections Message-Topic this exhibition looks at the dynamic connections that occurred from the mid-1960s to the mid-1970s with a display of early media works presented alongside related drawings, prints, and photographs e1 e2 contamination residues Cause-Effect_reversed the contamination was caused by residues of the aromatic hydrocarbons e1 e2 asthma narrowing Cause-Effect asthma is a disease of the respiratory system, which causes swelling and narrowing of the airways e1 e2 request firm Entity-Origin a month ago a request arrived from an american environmental consulting firm e1 e2 invertebrate halves Instrument-Agency_reversed this invertebrate builds armor from coconut halves e1 e2 exhibit designs Component-Whole_reversed the exhibit features the winning designs in both the professional and student categories, as well as other outstanding entries e1 e2 hand fingers Component-Whole_reversed the disease most often starts in the palm of the hand at the base of the ring or small fingers e1 e2 memo chairman Product-Producer the purpose of this funding, a memo from the chairman of rj reynolds shows, was to "refute the criticisms against cigarettes" e1 e2 arm chair Component-Whole my hand was resting on the arm of the chair e1 e2 ride sign Other the ride starts at the large bryce canyon national park boundary sign on hwy 63 e1 e2 farmer hoe Instrument-Agency_reversed one design shows a farmer with a hoe and reads "genuine dirt farmer descendant" e1 e2 meeting influenza Message-Topic the world health organization co-sponsored a meeting on avian influenza and human pandemic influenza e1 e2 air lungs Entity-Origin the air was pressed from his lungs; it felt like millions of electrodes were attached to his neural system e1 e2 press results Other as iran's press continues to digest the election results, conservative and reformist outlets condemn perceived us interference e1 e2 lyrics sexual politics Message-Topic the lyrics point toward sexual politics, and the lack of understanding between boys and girls e1 e2 incident entry Cause-Effect_reversed the incident was caused by the entry of high pressure gas from a deep formation that got confined in the porthole of the well e1 e2 name times Entity-Origin first found in old castile in the heart of spain, where the name originated in visigothic times e1 e2 imbalance torque Cause-Effect the imbalance caused a torque on the moon that acted to synchronize its rotation with its orbit, so that one side is always facing the earth e1 e2 bombs cars Entity-Destination pipe bombs have been thrown into two parked cars in londonderry e1 e2 timer clock Component-Whole no centralized timer exists, so the standard synchronizes all timers to the timer of the fastest-running clock in the bss e1 e2 rain offers Member-Collection_reversed today miguel cotto is receiving a rain of offers to keep fighting e1 e2 officer college Other the dean of the faculty is the chief academic officer of the college and has primary responsibility for matters of academic policy that affect the faculty and for the educational consequences of the academic budget e1 e2 robbers scene Entity-Origin the robbers ran away from the scene as he drove away and called his employer to report the incident e1 e2 body traders Member-Collection_reversed the core of the city state, regarded as a trading entity, is a body of specialized traders engaged in external trade e1 e2 prisoner cell Entity-Destination the officer threw a prisoner into a cell e1 e2 studies vegetation Other those early studies were directed toward examining the spring vegetation green-up and subsequent summer and fall dry-down e1 e2 fish eggs Product-Producer_reversed a catfish, some fish that have spawned eggs and an anglerfish is all i can remember e1 e2 clique acquaintances Member-Collection_reversed in contrast, i first learned of steve's existence through an observation by a clique of bursley dorm acquaintances i used to dine with that same year e1 e2 statement president Product-Producer yet this signing statement issued by the president yesterday is the clearest signal yet that the administration wants to hold this option in reserve e1 e2 world factory Other with the help of its diaspora, china has won the race to be the world's factory e1 e2 union senses Other synaesthesia literally means 'union of the senses' and is defined as the stimulation of one sensory modality by another (e.g., sound by vision) e1 e2 engineers method Product-Producer_reversed boston university biomedical engineers have devised a method for making future genome sequencing faster and cheaper e1 e2 oil radiator Entity-Destination they leaked oil into the radiator e1 e2 parameters text Message-Topic_reversed other parameters were as described in the text e1 e2 medicine patient Entity-Destination the medicine was given to the patient e1 e2 rookery glossy ibis Member-Collection_reversed this intermixed rookery of glossy ibis, herons, and egrets first established itself on sheffield island in 1961 with 28 nesting pairs e1 e2 fear death Cause-Effect_reversed almost suddenly, i was overcome with an uncontrollable fear which was triggered by the death of my friend e1 e2 data text box Entity-Destination the operator moved the data into the text box from the database table column e1 e2 view perspective Cause-Effect_reversed my view of how the brain works is rooted in an evolutionary perspective that moves from the fact that our mental life reflects the actions of many e1 e2 singer song Other the singer demonstrates his sensitivity during the song by suggesting that he would bring flowers e1 e2 vehicles city Entity-Destination 212 vehicles were brought into this city under personal imports e1 e2 discussion words Message-Topic most of the discussion has been about the words he used e1 e2 design work Entity-Origin the waverider design was evolved from work done in the u.k. in the 1950's and early 1960's on winged atmosphere re-entry vehicles e1 e2 county mailbox Instrument-Agency_reversed the county replaces the mailbox with a standard metal mailbox acceptable for delivery of mail by the united states e1 e2 devastation earthquake Cause-Effect_reversed among the first to survey the devastation caused by the april earthquake, the team discusses what they observed and learned from the damaged buildings e1 e2 rash fungal imbalance Cause-Effect_reversed known by the medical field as tinea cruris, jock itch is a persistent reddish, flaky, and itchy rash in the groin and around the anus caused by a fungal imbalance on the skin e1 e2 fans hiding Other the hockey fans have gone into hiding e1 e2 chapters book Component-Whole the chapters included in the book are the "core" of this fundamental handbook on heterogeneous catalysis e1 e2 patents algorithms Message-Topic we have seen that many software patents covering well-known algorithms and techniques hinder the software industry in the united states of america and around the world e1 e2 patch flowers Member-Collection_reversed lots of people were having picture taking sessions at the big patch of yellow flowers in showa kinen e1 e2 statue box Content-Container the statue was inside a bamboo box e1 e2 box cornerstone Content-Container we observed that a box was actually placed inside the cornerstone with a variety of artifacts and documents commemorating the event and the history of savannah e1 e2 teeth roots Component-Whole_reversed many of the larger teeth in the back of your jaws have two or three roots e1 e2 neuron jolt Cause-Effect each time a neuron unleashes its tiny jolt, it needs to replenish its stores of energy for the next spark e1 e2 cells table Component-Whole the cells inside a nested table are isolated from changes made to the outer table e1 e2 balls basket Entity-Destination we have thrown the balls into the basket e1 e2 rule use Message-Topic the same rule governs the use of the reversed and the monochrome versions of the logo e1 e2 proletariat nationalities Other in particular, the 'historical inevitability' of a united proletariat of various nationalities was understood as a state interest e1 e2 boys fighting Other the teenage boys were dragged into the fighting at school e1 e2 album band Product-Producer the eighth and finest album by this heady band from baltimore revels in the joy of musical experimentation and sonic surprise e1 e2 dean faculty Member-Collection the dean of the faculty, rajiv vohra, is a senior member of the university's academic administration and is directly responsible for the recruitment, retention and development of university faculty, working closely with the dean of medicine and biological sciences, who has those responsibilities within the division of biology and medicine e1 e2 animal bong Entity-Destination a man who tried to cool out his hyper cat by stuffing the animal into a boxlike homemade bong faces cruelty charges e1 e2 skirt trunk Content-Container her split skirt was in a trunk of clothing that still hadn't arrived from washington, but she looked forward to the freedom e1 e2 electricians maps Instrument-Agency_reversed electricians start by reading maps - called blueprints - that show how electricity flows e1 e2 grenade canister Content-Container el salvador prison officials have detained a woman who was caught trying to smuggle a military grenade hidden inside a canister in her vagina during a jail visit e1 e2 yachts harbor Entity-Destination eight yachts have arrived into the harbor e1 e2 ham sandwich Other the thick slab of spiced ham was the best part of this year's new breakfast sandwich; the salty meat was griddled to a crisp, nut-brown sear, and it outshone the surrounding egg, cheese, and bun e1 e2 arrangements demonstrator Product-Producer here are the amazing arrangements from this months demonstrator, fantastic, brilliant and stunning e1 e2 cavalry cuirassiers Member-Collection_reversed cavalry consisted of cuirassiers, dragoons and chevauxlegers e1 e2 hookup products Other donovan mcnabb threw a 13-yard touchdown pass to jason avant, a hookup of two chicago products, as the philadelphia eagles took a 10-0 lead over the chicago bears after one quarter sunday night e1 e2 sewer cover Component-Whole_reversed a sewer cover showing the mets and yankees logos e1 e2 escape bottle Other the only escape i had now was in a bottle e1 e2 emails mail box Entity-Destination new emails arrive into my mail box every 1 min; this includes a lot of spam e1 e2 series rites Message-Topic take me to the edge is a british reality series investigating global rites of passage e1 e2 wares potter Product-Producer the first native tea wares were those made in the early thirteenth century by the potter to-shiro at his kiln in seto, aichi prefecture e1 e2 water straw-bales Entity-Destination the drain was only half way through the bale wall, so when it stormed, the water poured right into the straw-bales e1 e2 show discussion Message-Topic the show offers a constructive discussion of a hot-button topic with leading m&a experts e1 e2 research environmental issues Other after 2000, his research has concerned environmental issues in south africa e1 e2 farmer poverty Other collapsing commodity prices have pushed the farmer into poverty e1 e2 crocodile snout Component-Whole_reversed the crocodile has a lump on his snout e1 e2 author book Product-Producer_reversed questions about pullman's plans for new his dark materials' books reveal that the author has just finished a short book e1 e2 cough syrup bottle Content-Container the cough syrup was in a bottle on a shelf in the kitchen e1 e2 cartridges printer Entity-Destination i have inserted various cartridges into that old printer, but still the printer is not working e1 e2 museum pit Product-Producer_reversed the chicago museum dug a pit in front of the building and built a new display area for the zephyr, where it could be displayed year-round e1 e2 laws size Message-Topic the united states has laws that limit magazine size, too e1 e2 tsunamis displacement Cause-Effect_reversed tsunamis are caused by the sudden displacement of large volumes of water e1 e2 material outer disc regions Entity-Destination radial mixing processes have transported such material into outer disc regions e1 e2 irritants coughing Cause-Effect scientists have revealed how environmental irritants such as air pollution and cigarette smoke which cause coughing in people e1 e2 office floor Component-Whole the accommodation comprises a newly redecorated office floor on the third floor e1 e2 wine carton Content-Container when i first arrived in italy i was amazed to find that they sell wine in a carton e1 e2 ammonia plant Entity-Origin at one time, most of europe's ammonia was produced from the hydro plant at vemork, via the electrolysis route e1 e2 speech problems Message-Topic his speech was a summary of known problems e1 e2 blisters antibodies Product-Producer the blisters are caused by antibodies against desmogleins (dsgs), which are glycoproteins present in the junctions between skin cells e1 e2 timestamp date Entity-Origin below is a code snippet for creating a timestamp from formatted date date e1 e2 division pikemen Member-Collection_reversed jomini speaks of an entire division of pikemen at reunion-sur-oise, as the re- volution rechristened guise e1 e2 book slipcase Content-Container additional colors were screen printed and the book was enclosed in a mock alligator slipcase e1 e2 spacecraft container Content-Container during this transport, over about 10 kilometres, the herschel spacecraft was placed inside the payload transport container e1 e2 photographer heartland Entity-Destination the photographer journeyed into america's heartland as a lone artist e1 e2 water ewer Content-Container aretus fetched water from the house in a ewer that had a flower pattern on it e1 e2 pipeline gas Entity-Origin_reversed the pipeline that the gas leaked from belongs to puyang company, and was constructed by nanjing sanye utility installment company e1 e2 decline collapse Cause-Effect_reversed the recent decline has been caused by the environmentally-induced collapse of fish catches from the black sea e1 e2 block fishermen Product-Producer policemen were seen breaking up a road block put up by fishermen e1 e2 fly jeans Component-Whole i'm 5ft10 and the jacket reaches about halfway down the fly of my jeans e1 e2 knob bat Component-Whole finally, next to the handle is the knob of the bat, a wider piece that keeps the bat from sliding out of a batter's hands e1 e2 athlete stance Other the athlete starts in the three-point stance, and explodes out 5 yards to his right e1 e2 resource results Message-Topic it is a free online resource documenting pennsylvania political election results dating back to 1796 e1 e2 maternity wards chaos Other a former nhs worker revealed that understaffed maternity wards are sinking into chaos e1 e2 gold quartz tube Entity-Destination one ounce of pure gold was sealed in a quartz tube and a section of 5-mm inside diameter quartz tube was sealed on the quartz-gold tube e1 e2 system antennas Component-Whole_reversed this radar system contains two tower-shaped antennas shown in figure 1, one is to transmit pulsed waves and the other is to receive reflected waves e1 e2 cranberry jelly Entity-Origin_reversed i've been in thanksgiving preparation mode since last week, and when i saw her post on homemade cranberry jelly, i knew i was going to try it e1 e2 man stone Instrument-Agency_reversed the second man, who struck him with a paving stone, was accordingly discharged e1 e2 world life Other the world we live in is rooted in an infinite life e1 e2 chocolates acne Cause-Effect chocolates, junk food, dirty skin, and stress cause acne e1 e2 gunshot forearm Other there were two wounds on the surface and one was the exit wound of the gunshot from the victim's left forearm e1 e2 pan spaghetti Content-Container_reversed part of the seam had been opened up and a roasting pan filled with wet spaghetti, cherry pie filling and jello was put inside e1 e2 emperor decree Product-Producer_reversed in 1792, the emperor issued a 29-point decree which appeared to tighten qing control over tibet e1 e2 machine reservoir Component-Whole_reversed put at its simplest, the injection molding machine contains a reservoir of hydraulic oil which is pumped by an electrically- driven pump at high pressure e1 e2 box braces Content-Container_reversed the first box that arrived at shirley shupp's door was filled with braces to help with her arthritis e1 e2 moment minutes Other the most disturbing moment arrives five minutes from the end e1 e2 coughing allergies Cause-Effect_reversed i ended up going to the doctor, although it was just coughing from allergies e1 e2 disturbance overpopulation Cause-Effect_reversed three times (every 1200 years), the gods were distressed by the disturbance from human overpopulation e1 e2 industry economy Component-Whole the furniture industry constitutes of one the most important sectors of the polish economy e1 e2 pillar bridge Component-Whole four people died after their vehicle crashed into the support pillar of an overhead bridge in cheras e1 e2 announcement stir Cause-Effect the announcement of the game caused a stir on the web yesterday, with the weekly standard launching a protest campaign encouraging readers to e-mail microsoft and t-enterprise, the out-of-its-depth company that had hired actual gitmo detainee moazzam begg as a consultant on the game e1 e2 protein cancer Cause-Effect the fat and cholesterol cause heart disease; the animal protein causes cancer e1 e2 blacksmith forge Instrument-Agency_reversed the glow from the blacksmith's forge led civilization from the dark ages and brought humankind to the standard of living enjoyed today e1 e2 wheat whisky Entity-Origin_reversed uk-based master of malt stocks the finest straight wheat whisky e1 e2 cell bees Product-Producer the queen deposits each egg in a cell prepared by the worker bees e1 e2 images web page Entity-Destination i have put these images into my web page e1 e2 stern boat Component-Whole he got an idea of the depth of the shear layer by observing the extent of the sideways turbulence at the stern of the boat e1 e2 firm head Product-Producer an investment firm co-founded by the head of the obama administration's auto task force is under scrutiny in an investigation into what authorities allege was a pay-to-play scheme involving the new york state pension fund e1 e2 lines terminal Other approximately three dozen bus lines operate from the port authority bus terminal located between eighth and ninth avenues and 40th to 42nd streets e1 e2 guard chuckle Other the guard pushes the passports back with a chuckle and ignores them e1 e2 electrode top Entity-Origin the second gold electrode was pressed from the top onto the pellet by a screw in order to ensure optimum contact e1 e2 confederacy clans Member-Collection_reversed in about 985 the seljuk clan split off from the bulk of the tokuz-oghuz, a confederacy of nine clans long settled between the aral and caspian seas, and set up camp on the right bank of the lower syr darya (jaxartes), in the direction of jend, near kzyl orda in present day south-central kazakhstan where they were converted to islam e1 e2 communists wall Product-Producer_reversed in berlin, the communists threw up a wall of barbed wire and stone to block the exit of freedom-seeking germans e1 e2 danger routine Other danger is part of the palestinian journalist's daily routine e1 e2 criticism religion Message-Topic the revealer is an online journal of media criticism related to the subject of religion in the press e1 e2 tube beaker Entity-Destination we then placed the tube in a beaker of iodine water e1 e2 formation dragoons Member-Collection_reversed this elite formation comprised of several regiments: lifeguard dragoons, lifeguard uhlans, lifeguard hussars, and lifeguard cossacks e1 e2 tomatoes pail Other eco-friendly tomatoes grown in a portable pail are moved inside and continue to produce delicious tomatoes even when summer is just a hearth-side e1 e2 guard look Other the guard did his job with a scowling look on his face e1 e2 deformation filling Cause-Effect_reversed a method for computing the deformation of the crust caused by the filling of large lakes e1 e2 headaches allergies Cause-Effect_reversed i had been constipated for over 30 years, had significant sleep requirements (average 9+ hours a night), and had recurring headaches from fatigue and allergies e1 e2 constable ravens Member-Collection_reversed a constable of ravens is stationed at the tower of london e1 e2 pin grenade Component-Whole third, the user places his non-dominant index finger in the pin of the grenade while maintaining a firm grasp on the body of the grenade e1 e2 nursery stars Member-Collection_reversed orion, a giant stellar nursery which has spawned roughly 20,000 low-mass stars like the sun in the last 10 million years, also harbors a handful of massive type o and b stars that emit blowtorch-like radiation e1 e2 breakdown war Cause-Effect_reversed social breakdown and poverty caused by civil war in several african countries has caused further increases in the rate of prostitution in those countries e1 e2 wizard interface Component-Whole advanced xml converter has a wizard driven interface for converting xml files into html, csv, dbf and xls formats with ease e1 e2 body trunk Content-Container the body was in a trunk of a vehicle e1 e2 technical terms glossary section Message-Topic_reversed the technical terms are defined in the glossary section of this document e1 e2 remark person Entity-Origin instead of sounding self-centered, the remark came from a person who is confused and unaccustomed to anything but personal success e1 e2 bill commerce Message-Topic a congressman from the state of texas, presented a bill regulating interstate commerce carried on railways e1 e2 artery arch Other the opening lay just below the exit of the left subclavian artery from the arch e1 e2 magazine life Message-Topic new york is a weekly magazine concerned with the life, culture, politics, and style of new york city e1 e2 walls fortress Component-Whole these are the walls of the byzantine fortress that surrounds the acropolis of lindos on the island of rhodes e1 e2 craftsperson representation Product-Producer_reversed a model maker is a professional craftsperson who creates a 3-dimensional representation of a design or concept e1 e2 drug matrix Entity-Origin as the initial drug-loading was increased, the drug release from the matrix was decreased e1 e2 text grammars Product-Producer the postmodernism generator was written by andrew c. bulhak using the dada engine, a system for generating random text from recursive grammars e1 e2 queen cage Entity-Destination the queen was put inside her cage and then placed in the box with a bunch of worker bees four days ago e1 e2 claim quarters Entity-Origin we accepted the claim that issued forth from the usual quarters e1 e2 bolt handle Component-Whole_reversed he places the bolt in the receiver so that it fits under the retaining rail as the bolt handle engages the groove in the bolt e1 e2 press release studio Entity-Origin the full press release from the studio is pasted at the bottom of this post e1 e2 hunger unrest Cause-Effect since hunger and poverty cause violence and unrest, the solution must be found in other than military action e1 e2 ulcers infectious agent Cause-Effect_reversed however, recent research demonstrates that most ulcers of the duodenum are caused by an infectious agent named helicobacter pylori or h. pylori e1 e2 political science government Other the discipline of political science revolves around government, public policy and ethics, foreign politics, law and judicial process e1 e2 states counties Component-Whole_reversed the states are divided into smaller counties e1 e2 hide tigers Component-Whole my second question is regarding the sale of bones and hide of tigers going on in delhi e1 e2 products defendant Product-Producer all of the products grown by the defendant are grown either under glass or in special plots of ground e1 e2 fisherman boat Instrument-Agency_reversed thus, the fisherman bought his own boat in 1991, after renting one many years e1 e2 inconvenience fence Cause-Effect_reversed to alleviate the inconvenience caused by the fence, the cabinet approved a plan to construct 11 passages through the barrier to facilitate movement in and out of the city e1 e2 waves nausea Cause-Effect the sound waves cause disorientation and nausea e1 e2 sweetcorn cobs Product-Producer_reversed the sweetcorn produced a massive box of earwig filled sweet cobs e1 e2 person couverture Product-Producer_reversed a chocolate maker, on the other hand, is the person who physically creates the couverture from cacao beans and other ingredients e1 e2 images reliquary Content-Container these images were found in a reliquary installed inside the three-story pagoda at the monastic site of hwangboksa in guhwang-dong, gyeongju in 1942 e1 e2 house garage Component-Whole_reversed this house has a super-sized garage, but i guess this is a super-sized house e1 e2 water hole Entity-Destination instead i again poured water into the hole and again water came dripping down in the place e1 e2 speech conversation Message-Topic the speech was about a conversation i had with my daughter e1 e2 product house Entity-Destination i already posted the product to your house last friday e1 e2 deck cards Member-Collection_reversed the chaplain noticed one soldier looking at a a deck of cards e1 e2 fire accident Other she had left her notebook out on the fire escape by accident e1 e2 profits inflation Other mobil is now turning to fine art as a way of protecting some of its huge profits from inflation e1 e2 team insulation Product-Producer_reversed yesterday the team recycled 200kg of unwanted knitting wool into insulation e1 e2 snow snowdrifts Entity-Destination the strong winds blew snow into the snowdrifts e1 e2 furniture maker Product-Producer training in the field is easily obtained in a furniture and cabinet maker diploma program e1 e2 sparrows wall Entity-Destination the little sparrows have flown into the wall e1 e2 stand gang violence Other a city takes a stand against gang violence e1 e2 commissioner officers Other the deputy commissioner is assisted by a number of officers belonging to uttar pradesh civil service and other uttar pradesh e1 e2 wool industry Product-Producer the upheavals of the late 17th century initiated the decline of the wool industry, and records show that by 1750 only two firms were producing cloth e1 e2 orders legislation Message-Topic other orders on environmental legislation and abortion issues were also under consideration e1 e2 theory napkin Other here's the theory i wrote down the other night on the cocktail napkin i fished out of my purse just now e1 e2 researchers fat Other us researchers have found a gene responsible for turning a plate of pasta into fat, offering new clues e1 e2 help quarter Entity-Origin strangely, today's help for the crown-jewels enthusiasts has arrived from an unexpected quarter e1 e2 area pen Other the area selected easily accommodated a pen that was 16 by 24 inches e1 e2 guns safe Content-Container my guns are locked in a safe and have trigger locks on them e1 e2 author book Product-Producer_reversed a preface (pronounced "preffus") is an introduction to a book written by the author of the book e1 e2 clot seizure Cause-Effect the clot later caused a seizure, leaving nathan completely paralyzed on the right side of his body e1 e2 radiation microwaves Cause-Effect_reversed in ionic conduction charge carriers are affected by the electromagnetic radiation from the microwaves by being attracted or repelled by the electric field e1 e2 brew tank Content-Container dispenser models hold the brew in a heated tank; you fill your cup by pressing it against the dispenser lever e1 e2 orchard cherries Member-Collection_reversed an orchard of ripe black cherries, blueberries and plums join together in seamless harmony e1 e2 lions flippers Component-Whole_reversed sea turtles and sea lions use their front flippers to move forward e1 e2 leash deer Member-Collection_reversed his sport was indifferent, for he brought down only a leash of red deer, and a couple of wolves e1 e2 child nail Instrument-Agency_reversed when she got home, the child, who was waiting for her, killed her with a rusty nail e1 e2 boredom violence Cause-Effect we already know ignorance, heat, boredom, greed and poverty cause violence even in the u.s e1 e2 robots components Product-Producer at the volvo koping factory, seven robots make 17 components in 30 seconds e1 e2 steps ladder Component-Whole the ladder shield comprises a rigid yet slightly flexible shell of plastic which is sized and shaped to fit around the front and sides of the ladder so as to block access to the steps on the ladder e1 e2 wheat beer Entity-Origin_reversed a filtered wheat beer, sunshine offers a crisp, refreshing alternative to heavier-bodied heffe-weizens e1 e2 couple clowns Member-Collection_reversed then he had richard weixler, one of radio's quiz kids, talk about the animals and for no apparent reason presented a couple of circus clowns e1 e2 wainwright shapes Other the wainwright worked by whittling or lathing pieces of wood into shapes necessary for end products, notably wagon wheels e1 e2 children relatives Entity-Destination the injured children were handed over to their relatives in mannaar e1 e2 pendant bail Component-Whole_reversed the pendant with the bail measure 1 1/4" e1 e2 mainspring watch Component-Whole the mainspring in the automatic winding watch is designed to prevent over winding (with continuation of automatic winding) when the spring is fully wound e1 e2 population peak Other in the years following, detroit's population fell from a peak of roughly 1.8 million in 1950 to about half that number today e1 e2 data study Entity-Origin the data is derived from a transnational ethnographic study of dominicans who have been deported from the united states e1 e2 ring power Other the ring unleashes its own power in the struggle e1 e2 verses nature Message-Topic the poem consists of short verses reflecting on nature and travel through the landscape e1 e2 struggle disturbance Cause-Effect the struggle with the door and the oiler caused a disturbance on the ship e1 e2 computer company problems Other the computer company is running into density scaling problems e1 e2 evacuation explosion Cause-Effect_reversed plaintiffs seek compensatory damages for personal injuries, property damage, emotional distress, and expenses resulting from the evacuation after the explosion e1 e2 message friend Product-Producer arriving home from this concert, i found an e-mail message from a musician friend e1 e2 trio blaze Other the trio lit the blaze in a reserve behind combine street about 6.40pm and ran off e1 e2 information public domain Entity-Destination he was releasing information into the public domain without understanding what that was e1 e2 alcohol drink Other sometime shortly before the murder, a woman came to verloo's apartment and put a drug identified as clophelinum into his alcohol drink e1 e2 fish liver Component-Whole_reversed fish without the pyloric ceca have digestive enzyme production in the liver and pancreas e1 e2 incidents injuries Cause-Effect the industry only reports incidents that have resulted in serious physical injuries, and reporting is left up to the cruise line with no oversight e1 e2 wind fire Cause-Effect this time, though, they left the fire unattended and the wind caused nearby leaves to catch fire, spreading 14 feet to the building e1 e2 patient nostrils Component-Whole_reversed at birth, the patient has bilateral supernumerary nostrils, which were situated above the normal nostrils and opened into the ipsilateral nasal cavities e1 e2 visitor stars Entity-Origin the day the earth stood still envisions the arrival of a wise and high-minded visitor from the stars e1 e2 politicians teachings Instrument-Agency_reversed politicians are discovering sufi teachings as a means against religious extremism e1 e2 name article Other the vehicle's name was leaked in a financial times article published on august 31, and this evening, several photos and more information about the concept were published online e1 e2 bubbles air Entity-Destination the kids are blowing bubbles into the air e1 e2 thugs behaviour Other i just looked at how people in fact protected even the thugs from mob behaviour today in tehran e1 e2 gifts base Entity-Destination he posted his gifts to a military base in middle east asia e1 e2 complication irradiation Cause-Effect_reversed the complication arose from the light irradiation e1 e2 body knowledge Other the ends sought by education are to train the mind into the habit of clear and accurate thinking, to accumulate a body of useful and necessary knowledge, and to acquire correct habits of conduct and behavior e1 e2 news tradition Message-Topic he also provides the news that the 300-year old tradition of paying by cheque is on the way out e1 e2 drippings sauerkraut Entity-Destination since the chops were brown, the chef drained the drippings into the sauerkraut e1 e2 women style Product-Producer_reversed along the way the women developed a distinctive style, noted for its lively improvisations and geometric simplicity e1 e2 word term Entity-Origin in many languages, other than english, the word is derived from a germanic term akin to "backboard", from the same roots as english "back" and "board" e1 e2 operation grain Other bradis produce is a full-time farming operation raising fresh produce, greenhouse flowers, and grain e1 e2 hiring beers Other hiring in a down economy with the help of some beers proved successful e1 e2 bombing deaths Cause-Effect the bombing resulted in the deaths of 1318 in hanoi e1 e2 candidate program Entity-Origin the ideal candidate has graduated from an approved program in radiography e1 e2 larvae vial Content-Container we double-checked that a maximum of 80 larvae were placed inside each vial e1 e2 dule doves Member-Collection_reversed everyone cheers as a dule of white doves take flight e1 e2 machine filters Component-Whole_reversed the machine filters the hot oil through long lasting (12 months) polymer filters e1 e2 error tags Cause-Effect_reversed the error was caused by the illegal embedded code tags e1 e2 novels questions Message-Topic both novels tackle with political questions in a direct manner e1 e2 steroids hypertension Cause-Effect liver plays key role in how steroids cause diabetes and hypertension e1 e2 name chatrooms Other the name was leaked in chatrooms as people gave clues as to who it is and some also said his name e1 e2 skull cauldron Content-Container state police are investigating the discovery of a human skull in a black cauldron in a wooded area in conowingo e1 e2 anti-crime rap mobiles Entity-Destination anti-crime rap is sent to mobiles e1 e2 games chatting Entity-Destination cross-network instant messenger service, meebo, has added games into chatting e1 e2 universe heroes Member-Collection_reversed the movie is a nice escape, taking viewers into a self-contained universe of costumed heroes and exotic settings e1 e2 figurine cake Content-Container a small ceramic figurine of a baby was hidden in the cake e1 e2 coolant bottle Content-Container the nitrogen coolant was contained in a 6 litre bottle in the navy lau-7 launcher, and provided for 2.5 hrs of seeker cool down e1 e2 sorrow loss Cause-Effect_reversed the poet essex hemphill conquered sorrow after the loss of a friend by taking up the cause of that friend e1 e2 investigations violations Other the ds criminal investigative division conducts criminal investigations into violations of passport and visa fraud e1 e2 winds moisture Cause-Effect_reversed the winds are caused by moisture, originating off the pacific coast, cooling as they climb the western slopes, and then rapidly warming as they drop down the eastern side of the mountains e1 e2 sleeve sweater Component-Whole the left sleeve of this sweater is clearly rolled back, and the sweater is hanging off her left shoulder e1 e2 drag atmosphere Cause-Effect_reversed the drag caused by the earth's atmosphere works against a rocket or a water molecule e1 e2 endometriosis infertility Cause-Effect endometriosis is the cause of pelvic pain (dysmenorrhea, dyspareunia) and infertility in more than 35% of women of reproductive age e1 e2 flooding clogging Cause-Effect_reversed most of the flooding has been caused by the clogging of drains e1 e2 food animal Entity-Origin the food is an illegally imported product of animal origin e1 e2 dips y-rays Cause-Effect_reversed the dips are caused by the thermal diffuse of y-rays which is reflected secondarily by the net planes in the same crystal e1 e2 vacancy retirement Cause-Effect_reversed the jnc also is currently accepting applications for the vacancy created by the retirement of judge edwin b. browning, jr e1 e2 beginning documents Message-Topic_reversed the beginning of the bbc's wartime role is also explored through documents and photographs dating back to 1935 e1 e2 garment factory Product-Producer a multiple goal model structure is formulated for a garment factory based on the objectives of the company including minimisation of lateness e1 e2 fragment gene Entity-Origin sequence analysis showed that the fragment was generated from an intron-containing thymosin b15 gene e1 e2 performance company Cause-Effect_reversed the evening's performance was a great production by a first-class company - and not expensive e1 e2 game conies Member-Collection_reversed the survey further refers to a 'game of conies,' and a lodge and coney warren, in the tenure of richard hopgood by lease from richard gifford e1 e2 firefighters horror Other at the public inquiry into the disaster firefighters described the horror that faced them when they arrived at the scene of the paddington rail crash e1 e2 sections quantitative methods Message-Topic the sections of the book pertaining to quantitative methods are written clearly and contain more detail than usually is found in similar books e1 e2 chairman college Other the members of committee of the program are formed by the chairman of the college and the chairman of each department e1 e2 cutlery wallet Content-Container cutlery in a wallet is a cutlery concept designed to facilitate outdoor eating e1 e2 dresses years Entity-Origin in fact, the only clothes she could fit into were her maternity dresses from twenty-five years ago e1 e2 tip brush Component-Whole touch the tip of the brush on the paper and turn it to the opposite direction, the left a bit, as you begin writing e1 e2 book chapter doctrine Message-Topic this book chapter provides pluralistic yet concise introduction to the doctrine and theory of employment discrimination law e1 e2 leader organization Member-Collection and they learned that lenin was the leader of that organization e1 e2 text nature Message-Topic it is text at the top of a newspaper article indicating the nature of the article below it e1 e2 brewer ales Product-Producer_reversed fuller's is a brewer of distinguished, prize-winning british ales crafted with over 150 years of pride and tradition e1 e2 suitcase suitcase Content-Container_reversed they went into a big walk-in closet where there was a suitcase with another locked suitcase in it e1 e2 rabbits hutch Content-Container the rabbits are unhappy when left alone in a hutch in the garden, as they need company e1 e2 trio artists Other with gary versace on piano, gary hobbs on drums, and chuck bergeron on bass, the trio performs with a wide range of artists and ensembles e1 e2 cabinet woofer Component-Whole_reversed the cabinet encloses a 6 1/2 inch cone woofer, 4 inch cone midrange, and a 7/8 inch balanced dome tweeter e1 e2 polynucleotide species Entity-Origin in a further embodiment the polynucleotide is derived from an angiosperm species e1 e2 compilation considerations Other instead, their compilation was governed by didactic considerations e1 e2 couple weeks Member-Collection_reversed the first couple of weeks at palm have been a whirlwind e1 e2 observations kinematics Message-Topic these observations determine the high spatial resolution stellar kinematics within the nuclei of these galaxies e1 e2 pens tankard Content-Container my ancient array of pens in a tankard works every time e1 e2 book study Other the book has made a significant contribution to the study of fashion buying and merchandising in a uk context e1 e2 discussion husband Other okay, after a discussion with my husband we have decided to work on the emergency fund first e1 e2 method scholar Product-Producer it is a method discovered by a japanese scholar, mikao usui, around 1890 e1 e2 references numbers Other references to the hearing transcript are denoted by volume and page numbers e1 e2 skydivers island Entity-Destination skydivers are dropped into the island e1 e2 rouleau sovereigns Component-Whole_reversed the difference both for show and for use is as great as the difference between a lump of golden ore and a rouleau of sovereigns fresh from the mint e1 e2 events blogs Message-Topic_reversed personal stories were shared and events on the islands were documented through the islanders' blogs e1 e2 time painters Other this is the "best time of day for painters to capture the 'inner state' of a landscape" e1 e2 egg female Product-Producer an egg is a round or oval cell laid by the female of any number of different species e1 e2 cook pan Instrument-Agency_reversed for a sit-down snack the cook bakes the batter in a mini-muffin pan and serves the smaller version muffins with a lemon cream on the side e1 e2 uniforms students Entity-Destination seacrest students donated uniforms to shadowlawn students e1 e2 teacher school Other taking time for introductions and a brief tour of the building helps the pre-service teacher feel part of the school and aids the important transition from college student. include the pre-service teacher on staff mailing list and in staff workshops and social functions e1 e2 products overseas Entity-Destination now we deliver all products to overseas e1 e2 brandy juices Entity-Origin brandy is distilled from fermented fruit juices e1 e2 director footage Product-Producer_reversed the director shot some additional footage e1 e2 site network Component-Whole this site is part of newsquest's audited local newspaper network e1 e2 demerol drugs Other demerol is in a group of drugs called narcotic pain relievers e1 e2 module browser Entity-Destination a new module has been imported into the mozilla browser e1 e2 metro line station Component-Whole_reversed the metro line begins at an underground station in st. stephen's green in the city centre e1 e2 boat port Entity-Origin it has several chalet to stay over night and the boat leaves from the port twice a day: 10:00 am and 17:00 pm e1 e2 wine skins Entity-Origin the fermenting musts were plunged twice per day and the wine was pressed from the skins at a tss level of 3.6 brix e1 e2 incidents poisonings Cause-Effect two of the incidents resulted in fatal co poisonings (cohb levels of 55% and 49% ) e1 e2 substance letter Content-Container an unidentified substance was found in a letter e1 e2 money custody Entity-Destination the money was handed over into notarial custody for the purpose of securing an obligation e1 e2 issues myth Message-Topic_reversed these philosophical issues have been addressed by myth, fiction and philosophy since antiquity e1 e2 manufacturer parts Instrument-Agency_reversed the manufacturer assembles the order using parts supplied by his preferred supplier, and ships the order to the retailer e1 e2 conference pluralism Message-Topic the three themes for the conference were pluralism, sustainability and innovation e1 e2 lioness grief Other the lioness drank the poisoned water out of grief for the loss of her daughter e1 e2 caveats e-mail Message-Topic_reversed the data is still preliminary and comes with the caveats outlined in mark's original e-mail e1 e2 wolfpack u-boats Member-Collection_reversed on 23 april 1945, the hunter-killer group, operating as a combined force against a large wolfpack of u-boats, spotted a partially submerged submarine but could not locate it after it dived e1 e2 woman house Entity-Destination a woman has been placed into the house as well e1 e2 group shovels Instrument-Agency_reversed the group dug into the ground with their ceremonial shovels e1 e2 sadness murder Cause-Effect in this excellent fourth sunny randall pi tale (after shrink rap), is shown how sadness leads to murder e1 e2 light table-lamp Cause-Effect_reversed she was looking beautiful in the dim light that emanated from my broken table-lamp e1 e2 players stadium Entity-Destination husseys sent their key players to the stadium for the decisive game e1 e2 sample powder Other the sample was pressed from powder into a platelet with about 10 mm thickness, which was cut into a rectangle and put on the platinum leads e1 e2 maze catacombs Component-Whole_reversed eventually, the player descends into a maze of catacombs and a "fake y2" e1 e2 weapons navy Entity-Destination more weapons are being delivered to the french navy e1 e2 slope line Other and from the slope of the line we compute the amount of time which has passed since the pool of matter became separated into individual objects e1 e2 bloat hippopotamuses Member-Collection_reversed then there's a bloat of hippopotamuses, which is really quite insulting to full-figured hippopotami, who can look quite nice if they put flowers in their ears and become (old joke alert) hippypotamuses e1 e2 squirrel shirt Entity-Origin a squirrel popped out of a woman's shirt when she was interviewed e1 e2 remnants storm Entity-Origin it was windy and cold yesterday and there is still some remnants of snow left from early yesterdays storm e1 e2 king broom Instrument-Agency_reversed after seating all the idols, which itself takes hours, the traditional king sweeps the chariot with a golden broom e1 e2 materials industries Product-Producer the minister attributed the slow production of the materials by the local industries to their limited capacities e1 e2 umbrella frame Component-Whole_reversed the umbrella frame is provided with a movable yoke at the upper end and a stationary yoke at an intermediate point e1 e2 film salesman Product-Producer manos: the hands of fate is a low-budget horror film made by el paso fertilizer salesman hal p. warren e1 e2 casket ring Entity-Destination_reversed a few days before the service, tom burris had thrown into karen's casket his wedding ring ================================================ FILE: dataset/SemEval/test.txt ================================================ 14 3 3 6 6 the most common audits were about waste and recycling 17 1 1 4 4 the company fabricates plastic chairs 11 2 2 8 8 the school master teaches the lesson with a stick 6 5 5 9 9 the suspect dumped the dead body into a local reservoir 1 1 1 16 16 avian influenza is an infectious disease of birds caused by type a strains of the influenza virus 2 1 1 5 5 the ear of the african elephant is significantly larger measuring 183 cm by 114 cm in the bush elephant 16 5 5 11 11 a child is told a lie for several years by their parents before he realizes that a santa claus does not exist 13 8 8 12 12 skype , a free software , allows a hookup of multiple computer users to join in an online conference call without incurring any telephone costs 2 12 12 16 16 the disgusting scene was retaliation against her brother philip who rents the room inside this apartment house on lombard street 14 1 1 4 5 this thesis defines the clinical characteristics of amyloid disease 6 3 3 7 7 ten million quake survivors moved into makeshift houses 18 12 12 13 13 on a friend ' s advice , i purchased a sauerkraut and kimchi maker here and it is just fabulous ( and cheap too ) 6 4 4 6 6 nasa kepler mission sends names into space 16 2 2 3 3 as a landscape company in atlanta , we know which plants thrive in this planting zone and know the optimum landscaping designs for local yards and business 8 15 15 20 20 as i was contemplating if i had a favorite in the pink category , a gift arrived from a sweet friend 8 9 9 14 14 the male took over the entire care of the young that had left the nest 6 2 2 6 6 the famous actress arrived at the airport 18 16 16 19 19 an ftp server is an inexpensive and relatively simple to operate tool that works great for filesharing over the internet 13 6 6 9 9 beneath this invocation there is a zoo of fearsome beasts , including several man eaters , as well as sphinxes with lions ' bodies and human heads 16 1 1 8 8 the song was composed for a famous brazilian musician 14 1 1 4 4 this outline focuses on spirituality , esotericism , mysticism , religion and parapsychology 4 1 1 5 5 the bomb was in a suitcase loaded in frankfurt and transferred to the doomed boeing 747 in london 16 7 7 8 8 i spent a year working for a software company to pay off my college loans 18 1 1 4 4 the captain and the crew of the steve irwin are grateful for the support of the city of fremantle and mayor brad pettitt for hosting the event 9 1 1 2 2 organic sesame oil has an anti bacterial and anti imflammatory effect 16 8 8 9 9 mileson has sold his humble abode to a housing developer 1 2 2 7 7 the same effect is achieved the traditional way , with a team of workers like keebler elves 18 8 8 17 18 he has built a formidable reputation writing powerful dramas for the stage and screen , based on real events or socially vital issues 18 2 2 10 10 he produces drawings and videos that have been shown in museums in europe and america 8 10 10 13 13 therefore , nowadays china is the complex mixture of different cultures from various epochs 0 9 9 16 16 of the hundreds of strains of avian influenza a viruses , only four have caused human infections h5n1 , h7n3 , h7n7 , and h9n2 14 4 4 8 8 many of his literary pieces narrate and mention stories that took place in lipa 2 10 10 13 13 when i ' m walking alone , i count the steps of the stairs , and i also guess approximately how many steps are left till i reach the next street 16 3 3 13 15 essentially , the blisters that appear in the mouth are caused by the herpes simplex virus type 1 , hsv 1 for short 2 8 8 11 11 the man at the helm was watching the luff of the sail and whistling away gently to himself , and that was the only sound excepting the swish of the sea 3 4 4 14 14 still further , the circuit comprises a digital adder and an analog to digital converter with an analog input connected to the output of the operational amplifier and a digital output connected to a first input of the digital adder 13 8 8 11 11 dolf oehler , a leader in the leftist camp of heine champions since the 1970s , gathered a group of likeminded critics for this symposium 5 1 1 9 9 the cartridge was marked as empty , even with ink in both chambers 13 1 1 4 4 a pod of sperm whales was beached on italy ' s southern coast and at least five died in what experts said was a rare and puzzling mass beaching for such a large species 16 0 0 8 8 roundworms or ascarids are caused by an intestinal parasite called toxocara canis 0 1 1 9 9 the subject of imply is the source of an implication while the subject of infer is the recipient of an implication 3 1 1 7 7 my cat has a problem with his paw 0 1 1 6 6 the treaty establishes a double majority rule for council decisions 6 4 4 7 7 the accident has spread oil into the ocean 8 4 4 10 10 a tidal wave of talent has emanated from this lush village 4 1 1 8 9 these coins are enclosed in a clear hard plastic case with a blue background that is packaged in a blue box 18 3 3 7 7 by dividing the space in a kitchen drawer where you keep all your cooking utensils , you grouped items by size or purpose 6 5 5 12 12 then , the target pet bottle was put inside of a metal container , which was grounded 14 0 1 5 5 news programs commented on the violence from the game and expressed worries on how it would affect the players ' personalities 18 1 1 4 4 the narrative comprises the interplay of two themes that are woven together as it criss crosses back and forth between the life of nineteen year old greg kowalski ' s desire to become a firefighter and his heart rending life growing up in saginaw michigan where he had to endure the physical and verbal abuse handed out by his appalling father 6 9 9 12 12 as vinay collapsed in pain , the villagers poured acid into his eyes 18 1 1 9 9 the room was filled with huge jack the dripper canvases 13 1 1 3 3 the gulp of magpies just left after a quick breakfast of peanuts and cookie crumbs 18 11 11 14 14 the proposal was debated and enthusiastically endorsed in 2002 by a convocation of international scholars that included many prominent academics , among them scientists of the stature of the late h curien , h varmus , p crutzen and j sachs 0 21 21 26 26 in south africa , which has one of the best police to public ratios on the continent , the share of murders that result in a conviction is about 18 , compared to 56 in the us and 61 in the uk 8 3 3 8 8 a group of monkeys who escaped from an enclosure at edinburgh zoo are one step from being caught 18 4 4 7 7 people now post their opinions to this blog 0 1 1 9 9 traffic vibrations on the street outside had caused the movement of the light 18 15 15 16 16 poodles of all types were the ideal circus dogs when not dyed pink and wearing diamond colliers in via veneto or maxim ' s 3 2 2 3 3 a digital door lock is an electronic lock for residential applications such as front doors on apartments and single family houses 9 0 1 2 2 red grape wine is an alcoholic fruit drink of between 10 and 14 alcoholic strength 16 6 6 10 10 the text also exists in a transcript by a professional scribe , which was prepared for sir dudley carleton 11 1 1 9 9 a witch is able to change events by using magic 2 1 1 8 8 the committee is an integral part of our organization 6 4 4 7 7 i have inserted a clock into the presentations 17 1 1 9 9 the family constructed some tcu horned frog supporting snow features as well as just a really nice picture of an old fashioned light post 18 2 2 14 14 one simple method for clearing small clogs is to use a tried and true combination of baking soda and vinegar 18 2 2 8 8 the complete statue , topped by an imposing head , was originally nearly five metres high 14 2 2 8 8 in the article , the authors explore the use of technology in small pharmacy chains 16 2 2 6 6 the following comments are provided by readers and are the sole responsiblity of the authors 18 16 16 19 19 the organic act of 1868 made several specific references to the powers and duties of the president of the university after stating that he be elected to office by the board of regents 8 3 3 9 9 this grand cru wine is made from pinot noir grapes and is medium to full bodied in style 1 1 1 10 10 the slide , which was triggered by an avalanche control crew , damaged one home and blocked the road for most of the day 8 2 2 6 6 since the inspector had left the yard , early that morning , he had disappeared 18 3 3 7 7 international ship sewage regulations have entered into force 16 5 5 9 9 ambassador sun shuzhong answered the questions from the local press after his visit to the memorial center in kigali on dec 28 , 2007 18 1 1 5 5 her children have gone into exile 11 8 8 24 24 a bedouin mediator again returned her when her father promised not to hurt her , and then her father killed her with an iron bar 6 3 3 7 7 he put a rebound into an open net for his eighth goal 17 3 3 10 10 the ubc graduate student spent his free time creating an application called colorsplash that lets people play with the color in their digital photos 2 2 2 5 5 the safety bar of the seats has to be folded down by the passenger and it has to be kept closed during the journey 2 12 12 15 15 by 1715 the cabriole leg was in general use , and the back of the chair had started to become square in shape no longer was it the characteristic tall and narrow feature of the previous century 0 1 1 10 10 muscle fatigue is the number one cause of arm muscle pain 2 19 19 22 22 lawhammer coat a slang term for a man ' s formal evening coat , because split tails resemble the claw of a hammer 14 1 1 15 15 the magazine was founded in order to keep athletes serving as soldiers informed about their sport back home 11 2 2 9 9 many professional cartomancers use a regular deck of playing cards for divination 14 1 1 4 5 many films have portrayed mental illness or used it as a backdrop for other themes 17 2 2 8 8 the software company addressed the problem with the publication of a fix on saturday 9 6 6 7 7 drinking down the rest of his papaya nectar , and wiping his mouth he turned and hurried away throwing a goodbye and wave over his shoulder madly dashing thorough the crowds 14 1 1 4 4 this volume analyzes central concepts of the contemporary political debate 8 1 1 5 5 the defendant was released from custody on march 2 , 2001 18 4 4 13 13 in addition , the plant builds four cylinder ecotec that are used in vehicles like the chevy malibu and cobalt 2 3 3 9 9 we used fried cheese as an element in a dish 2 1 1 5 5 the castle was inside a museum 18 6 6 11 11 more and more english premier league clubs are falling into foreign ownership 6 1 1 8 8 the man was carried into a waiting police car from coleraine times 14 4 4 7 7 the aim of this section is the interpretation of the results and their relation to the existing knowledge 2 12 12 15 15 bunn has recalled 35 , 600 single cup pod brewers because the drawer of the coffeemaker opens unexpectedly during a brew cycle , posing a burn hazard to consumers 6 2 2 8 8 a probe tube is introduced into a reaction container for measuring the operating condition of a medium in the interior of the container 14 10 10 15 15 david mamet took questions from the audience and shared his views on topics such as television , the democracy of culture and the english accent 14 3 3 7 7 additionally , the chapter points out the importance of new employee orientation and lists some of the important things to cover during that process 3 2 2 9 9 the monitoring station receives the signal through a communication device and the combined signal is processed to retrieve gps data 8 14 14 22 22 in this approach , correction and police personnel jointly sought to locate and apprehend offenders who had absconded from parole and probation officers 14 5 5 8 8 the major theme of the book is the beauty of a dream 1 17 17 21 21 it spilled more than 53000 gallons of crude oil into the surrounding marshes one of the bigger spills caused by the hurricane 18 1 1 6 6 eighteen studies were focused on older adults living at home 1 1 1 5 6 the diseases are caused by gene mutations on the x chromosome 0 8 8 12 12 the pretexts offered were laughable , and the response caused scarcely a ripple on the flood of commentary on washington ' s noble efforts to spread democracy 3 4 4 5 5 the size of a tree crown is strongly correlated with the growth of the tree 13 14 14 17 17 the state capital is a disgusting sewer and bruno is just one in the mischief of filthy rats that proliferate there 18 5 6 12 15 sci fi channel is the cable network exclusively dedicated to offering classic science fiction tv shows and movies , as well as bold original programming 4 2 2 8 8 the mummified cat was found in a live trap with an empty dish 18 1 1 5 5 the stories are narrated through dance 17 1 1 9 9 the foundry ' s major product lines include manhole frames and utility covers , airport castings , drainage products , trench grates , hydrant and valve components , and industrial castings 18 1 1 6 6 the air was filled with the smell of burning plastic 1 3 3 5 5 lisa took great joy from laughing , volunteering at school , taking pictures , chatting , the twins and vikings , playing softball and volleyball , and time at lake vermilion 16 1 1 8 8 such lines from the pen of a young author widely read by the younger part of the population only confirm the profound change in the mood of the freuch proletariat 0 1 1 6 6 the receiver was outputting the same tone to my deva 5 13 9 9 13 13 at least 12 people were killed yesterday when a squad of heavily armed militants stormed the police training school on the outskirts of lahore , spraying it with gunfire and grenades 3 1 1 3 3 the telescope comprises lenses and tubes both are extremely important to the performance of the telescope 6 3 3 6 7 we poured the pulp into the tupperware tub filled with water 11 0 0 5 5 carpenters build many things from wood and other materials , like buildings and boats 18 1 1 6 6 milk samples were obtained from one milking of each cow 18 23 23 30 30 there ' s a comparison between the intimacy and accountability offered by a novel and that offered by a blog in which the blogger is participant in an on going conversation , in which the line between reader and original poster is blurred beyond recognition , in which collective comment replaces old fashioned ivory tower editing with a kind of universal peer review 14 1 1 4 4 his speech criticised the idea of religious education as a journey around the various religions 9 4 4 5 5 the bread prepared with rice flour was considered good by 25 of the assessors , regular by 33 , very bad by 17 and very good by only 8 9 1 1 5 5 the body unleashes its extraterrestrial passenger , which proceeds to infect the student population at a breakneck pace 18 0 0 4 4 asteroid threatened earth with disaster 3 5 5 8 8 in its early years the farm had forty acres , and was a productive subsistence farm with sheep being the primary source of income 4 1 1 6 7 the laptop was inside a protective plastic bag made from ldpe number 4 , which can be easily recycled 10 23 23 24 24 gary wheelan , a womanizing , adulterous thirty something dallas attorney , finally gets what he deserves when his verbal assaults provoke a telephone operator 14 3 3 7 7 he weaves complex tales concerning the romantic concerns of happiness , love and sufferance 2 2 2 19 19 unlike the forebrain ( telencephalon or cerebrum ) of mammals , birds , and fish , the forebrain of amphibians is similar across all three orders of amphibians the anurons ( frogs and toads ) , the urodiles ( salamanders and newts ) , and the caecilians 18 8 8 15 15 after handsome renovations at various locales , the company has remodeled a church into a home 4 2 2 17 18 the hidden camera , found by a security guard , was hidden in a business card sized leaflet box placed at an unmanned atm in tokyo ' s minato ward in early september 11 8 8 12 12 with our help , non profit human service organizations effectively manage their resources and succeed in the modern era of human services 2 1 2 5 5 the swim bladder of aquatic animals gives them the ability to manioulate gravity and should be researched more 13 14 14 17 17 on the morning of the 16th we again set forward , accompanied by a coffle of fourteen asses , loaded with salt , bound for sansanding 8 1 1 10 12 the coloring is derived from the grand duke ' s coat of arms 13 19 19 21 21 the constitutionalist and republican were arm in arm and the quaker and presbyterian forgot their religious antipathies in this coalition of interests 11 3 3 5 5 a multi purpose electrician pliers tool is crucial for severing any gauge wire with which the electrician is working 8 5 5 8 8 the gps network adjustment of data from both epochs is accomplished using the ski tm software with constrains network adjustment 18 3 3 5 7 we built this city on rock and roll 8 1 1 7 7 the parents went away from the police station , since they were poor 13 7 7 8 8 william h parker was the longest serving police chief in los angeles police department 11 0 0 5 5 hospitals today use a blowby apparatus for this purpose 4 1 1 5 5 the boots were in a box of stuff the boys picked up at the post office just before the curtain fell 15 1 1 6 6 roadside attractions are frequently advertised with billboards to attract tourists 18 3 3 9 9 anyway , the guy convinced some local with a car to drive somewhere to procure us some beer 17 9 9 11 11 the placenta fully functions at this time and the fetus makes insulin and urinates 16 1 1 5 5 the design is by my wife , bianca 13 14 14 17 17 his literary debut occured in 1919 , when he joined esenin ' s small circle of literary hooligans , the imaginists 13 6 6 8 8 my rabbit just had a new litter of rabbits 14 1 1 4 4 several texts relate mythological anecdotes associated with his birth and exploits and explain his distinct iconography 14 2 2 9 9 these new documents point out a number of troubling strategies utilized by enron 17 6 6 9 9 to test the punch , the punchcutter makes an imprint on a piece of paper after coating the punch with soot from an open flame 18 3 3 6 7 they connected the plug of the battery box to the plug of the charger 2 1 1 7 7 our visit is part of the general strategy to engage the global community to benefit our economy , to enhance our national security and of course , to promote the welfare of our ofws the biggest community of which is right here in the kingdom of saudi arabia 0 9 9 11 11 the presentation uses animation to show how germs and microbes cause sickness , and outlines simple preventive measures 15 2 2 8 8 the possible implications were indicated in the first publication 14 1 1 5 5 the document is about illegal drugs , which , it claims , are illegal because they are harmful 8 1 1 11 11 a bazooka is going to far away from the orginal mafia game 8 1 1 6 6 the model is derived from an example used by bertrand meyer in his book , object oriented software construction 17 0 0 4 4 researchers synthesized the basic ingredients 6 1 1 6 6 the ale poured slowly into a mug , at first all foam , then turning translucent before suddenly clarifying into a brilliant suds topped amber 4 6 6 13 13 a central vacuum is a vacuum motor and filtration system built inside a canister 13 3 3 6 6 formation of the corps of medical cadets was approved by congress on august 3 , 1861 3 16 16 19 19 it was used mainly on scarff ring mounts , but was also fitted onto the top wing of fighter aircrafts , controlled by a bowden cable 8 14 14 22 22 the headquarters of the operation were at tiergartenstrasse 4 , berlin and the code name for the program was derived from that address t 4 11 0 0 11 11 analysts assess distribution and changes in distribution over time by using frequency 6 1 1 6 6 the man was traveling into neighboring countries without a permission 12 9 9 12 12 today it was proved camp is the third best keeper in the team 18 1 2 10 11 the high wheelers were descended from an early type of push bike , without pedals 18 1 1 9 9 a line is one of the basic terms in geometry 1 4 4 6 6 as a result , pollution from cars is causing serious health problems for americans 16 4 4 8 8 when viewers ignore negative posts , the offending writer often leaves the site 6 0 1 7 7 molten core have been dropped into the river to investigate the conditions of the occurrence of a steam 8 6 6 10 11 the main origin of the metamorphic lithics is from the mountain ranges located in the north western 11 4 4 14 14 the core of the analyzer first identifies the infeasible paths using the constraint propagation method 14 14 14 4 4 he has combined intelligent history with moving prose , creating an informative , inspiring narrative telling the history of a great people 6 1 1 6 6 these attributes are inherited to their children 4 3 3 7 7 the bee carries pollen in a pollen basket back to the hive 18 1 1 7 7 a nurse grabs the patient by the arm and escorts her back to her bed 17 12 12 16 16 simply taking something because it ' s there is unfair to the person who created the content , and whose rights come first 18 1 1 6 6 the mushroom was found in a mass of wet twigs and leaves 13 9 9 12 12 one win and we ' ve suddenly got a squad of world beaters 6 5 5 9 9 meanwhile , we placed the potatoes in a steaming basket that was fitting inside a large pot 16 24 24 28 28 ` we were n ' t sure how high we could go ' , said bill baker of skidmore , owings merrill , the building ' s structural engineer 15 1 1 6 6 this thesis was asserted in a book , written by the police chief of ocrb 11 2 2 15 15 a busy crew behind the counter assembles the sandwiches with two pieces of fried chicken breast , which are beautifully battered 0 0 0 2 2 rain caused cancellation of the event in 1877 , so enforcement of the new law had to wait until 1878 18 16 16 31 31 professional education is inevitably concerned with the future directions of the profession , and technology and society magazine has published a number of articles about the implications for society of various trends and issues in engineering , computer science , and education 14 6 6 9 9 the second format is that of roundtables organised around keywords , that offer students the opportunity to participate in dialogue 3 1 1 4 4 the website publishes analytical articles as well as advanced statistics and projections for individuals and teams 15 3 3 9 10 the ancient astronaut theory has been addressed frequently in science fiction and horror fiction 18 1 1 5 5 the clustering resulted in 22445 clusters , which were composed from two to thousands of reads 9 14 14 15 15 i got started on this project by reading jack keller ' s recipes for cherry wine 6 1 1 7 7 this song has been entered into the contest unofficially 6 2 2 7 7 he invested dollars into real estate investment trusts 16 5 5 12 12 in recent years , most floppies have shipped pre formatted from the factory as dos fat12 floppies 2 3 3 6 6 on the back wall of the store , beverages within the cooler pop thanks to led lighting , which also helps cut down on the store ' s energy costs 4 1 1 5 5 the body was in a bin , next to a dumpster , in a fenced in area of the complex ' s parking lot 18 7 7 11 12 in 1952 , when fidel ran for congressman on the ortodoxo party ticket , it was father who helped finance his campaign 1 9 9 13 13 his trademark steam engine puffing is revealed as a sound made by a viper spitting venom at his prey before swallowing her whole 6 2 2 6 6 sixty two containers fell into the dam 2 4 4 7 7 tissues from the dorsal lobe of the pancreas of 8 starlings ( sturnus vulgaris ) were examined electron microscopically using conventionally prepared samples 3 2 2 8 8 the listening elephant catches the vibrations with its toes , behind which lie pads of acoustically sensitive fat 5 3 3 6 6 you have a bottle with enough marbles in it to make one row across the bottom as it rolls down the track 13 2 2 19 19 an initial staff of 5 yields a net saving of 1 employee , whereas an initial staff of 50 employees is reduced by 10 13 1 1 3 3 the order of friars minor capuchin ( ofm cap ) is an order of friars in the roman catholic church , the chief and only permanent offshoot of the franciscans 2 4 4 8 8 musicians used their real nails of the right hand to pluck the strings 8 1 1 7 7 the oil was extracted from crambe abyssinica seed cultivar belenzian cultivated in italy in 1992 , using a new cold mechanical squeezing process 4 6 6 10 10 that measured moisture content of bagged samples inserted in a beaker of soil at various depths 11 7 7 11 11 silent black and white flashbacks show his brother punching him with gloves as his father looks on 9 15 15 16 16 you have seen that our 12 ounce cans of soda are now made with pure cane sugar 5 4 4 7 7 the magician shows a bottle full of soda 4 4 4 8 8 worse , the family money was in a jar in the house and was also lost 18 28 28 31 31 after months of sieges , with some of the most fierce human assaults by numbers many times their own , and when the smoke had cleared , the banner of the knights still stood on the ramparts 1 3 3 8 8 the deadly train crash was caused by terrorist attack 14 3 3 5 6 he directed his criticism at media coverage of the catholic church 4 6 6 9 9 veuve clicquot ' s yellow label wine in a jeroboam is aged for up to 15 years 8 1 1 8 8 construction work at the facility started at the end of 1980 14 0 0 5 5 debate flourishes on the relative roles of the ancient greeks , mesopotamians and romans 15 0 0 10 10 conditions at nottingham prison have been criticised in a new report 18 1 1 4 4 the animals on this farm are contented , happy cattle 18 9 9 16 16 she ' s the lead vocalist and has a sound that captures the listener with a combination of a british accent that ' s not lost in the mix 4 1 1 8 8 the coin was enclosed in a protective plastic case 13 1 1 4 4 a parade of pygmy penguins is now a critical economic mainstay , even as generations of migrants develop innovative tourism products and create new export markets 16 10 10 14 14 speculations on the causes behind the below capacity production of ethanol by the sugar factories in the state figured in the legislative council on tuesday 18 1 1 6 6 gas drilling threatens public with undisclosed chemicals 8 1 1 8 9 the information came from a utica police department press release 3 1 1 4 4 the chain of hawaiian islands provides evidence that the pacific plate moves to the northwest 14 1 1 4 4 these investigations provided statistical evidence for genuine moral concern for the poor 1 19 19 23 23 all the decking on the ramps need to be replaced ( for the second time ) because of the damage caused by the misuse of the facility 2 7 7 9 9 a green bean which is actually a fruit with seeds inside 1 11 11 13 13 these types of scripts help visually impaired individuals to get more enjoyment from programming because the action on screen is described for them 18 1 1 4 4 the technique used for combination of information from the different subdetectors was presented during the tracking pid physics meeting 2 1 1 9 9 broken bones ( also called fractures ) in the foot are very common 0 3 3 6 6 seasonal and nocturnal migrations cause sleep deprivation in diurnal swainson ' s thrush , catharus ustulatus 0 7 7 12 12 the aircraft was written off in the accident due to the severe impact caused by the klm aircraft , and the resulting fire 16 17 17 21 21 bist du bei mir ( en be thou with me ) ( bwv 508 ) is an aria by a german composer named gottfried heinrich stoelzel 6 3 3 9 9 we dissolved the contents of one packet in a carafe of water and ran the brew cycle 2 2 2 5 5 in the stem of that tree is a cute little house 18 1 1 2 2 the time machine itself is a plain gray box , with a distinctive electronic hum created by overlaying the sounds of a mechanical grinder and a car engine , rather than a processed digital effect 18 7 7 11 11 but few anticipated that a small scale production by a young playwright could spark the violent confrontation that this weekend resulted in thousands of pounds worth of damage and clashes with riot police at birmingham repertory theatre 17 18 18 21 21 andronicus wrote a work upon aristotle , the fifth book of which contained a complete list of the philosopher ' s writings 4 1 1 12 12 a tableau like this one is placed inside the king ' s room and refers to court ceremonies 2 11 11 14 14 the following protocol is used for patients who do feel the strings of the device at the external cervical os 8 11 11 14 14 the article does a great job of tying the three procedural cases from last term with larger complex litigation issues 6 5 5 16 16 we all worked together to mix the ingredients , poured the mix into the two cake pans and put them into the oven 2 13 13 16 16 an increased expression of cyclin d1 was seen in our experiments in the lungs of the ferrets supplemented with high dose beta carotene 8 4 4 9 9 in this panel the gerbil runs away from the threat 0 1 1 7 7 the airstrike also resulted in several secondary explosions , leading marines at the site to suspect that the house may have contained homemade bombs 2 1 1 8 8 the keel acts as the backbone of the ship 18 0 0 6 6 barrages make use of the potential energy in the difference in height ( or head ) between high and low tides 18 14 14 17 17 in accordance with the provisions of the interim agreement both parties agreed on this protocol for the implementation of the redeployment in hebron 1 2 2 10 10 the third conflict has been caused by the highly polluted wastewater from the industrial park around the town of kemalpasha 16 1 1 4 4 a report by the commission forecasts that revenues of the nation ' s post and telecommunications sector will grow 22 4 year on year to 60 trillion dong ( 3 75 b ) this year 3 2 2 13 13 the competitor car achieved the top fuel efficiency using a small internal combustion engine 11 9 9 12 12 a port st lucie man who stole a delivery driver ' s keys to get back at him over a grudge has been arrested on felony burglary charges 14 1 1 6 6 the book takes into account various phases of the life of the muhammad 6 4 4 7 7 he has just sent spam to the clients 9 8 8 9 9 panna cotta was average , except for the plum syrup was a bit overpowering 15 7 7 11 11 the london based law firm broke the news in a brief statement on tottenham ' s official website 1 15 15 11 11 the fujita scale is used to rate the intensity of a tornado by examining the damage caused by the tornado after it has passed over a man made structure 6 4 4 9 9 last night , my friend ran into a legendary surfer at a bar 14 1 1 5 5 the song basically criticizes the hypocrisy and lack of care from politicians 3 11 11 14 14 every three to five weeks due to the growth of the horse ' s hoof , the shoe is removed and the hoof trimmed 18 2 2 5 5 as the downturn has made people more frugal , landfill volumes have dropped 6 5 5 8 8 the prosecution seeks to enter motives into gibbs trial 18 10 10 13 13 todd was quite as much on a level with his compeers of the profession , in that country , as was marmaduke with his brethren on the bench 18 3 3 8 8 the new corporate citizen has landed into legal battles 15 1 1 5 5 several topics were related through song 13 3 3 6 6 the largest breeding rookery of gray seals is on the monach isles , west of benbecula 18 14 14 17 17 the film trilogy has contributed to a dumbing down of the reception of the novel by the forces of mass commercialization 6 1 1 5 5 a car went into the river with a man and a baby inside 14 6 6 10 11 we are happy to relay the news that the various rights issues have been resolved 11 2 2 12 12 the swat team breaks open a 2nd floor door with a battering ram 17 19 19 23 23 in the foreground a large upright stone , carved in roman capitals , still exhibits the name of a builder of mausoleums and cenotaphs 16 4 4 7 7 it became the third song by the band to enter the top 5 of the uk singles chart 12 1 1 4 5 the head of the political party that wins the most seats is responsible for forming the government and thereby becomes the prime minister 6 4 4 7 7 these gardeners blew the leaves into the street 13 11 11 12 12 these pages are intended to assist you in accessing belgian library book catalogues over the internet 18 1 1 15 15 a man from oxford with leprosy for more than 20 years was cured by the water 14 6 6 9 9 the new york times printed a story alleging the existence of a classified military space shuttle 4 4 4 8 8 the man ' s brain was in a jar on my desk , but for all i know he could be out practicing law somewhere 13 4 4 7 7 there ' s a stand of pink flamingos just beyond the mudflats , where the brochure warns people not to venture 1 9 10 13 13 this is one of the more common causes of hair loss caused by stress and when you are losing hair because of this your hair stops growing and lies dormant 18 6 6 8 8 his tragic ordeal has thrown our nation into mourning 14 1 1 5 5 the film revolves around a cadaver who seems to bring misfortune on those who come in contact with it 4 3 3 9 10 he changed the litter in his pet ' s litter box 14 3 3 7 7 i welcome the news that a comprehensive agreement on bananas has now been reached 2 1 1 4 4 the stem of the plant is used for making mats for floor covering as well as decoration 18 1 1 4 4 the grandstand completes the concourse around the ground , and it will increase seating capacity to where it should be 8 3 3 6 6 twelve double page spreads from the book are enlarged and reproduced for hanging with the exhibit to illustrate some of the techniques used in the creation of the work in the exhibit 8 1 1 5 5 the heroes from our past movies are back and and they now have to compete in mortal kombat to save their friends from certain doom 6 5 5 8 8 the construction workers delivered the petition to the governor 6 2 2 8 8 the research team is going into the deep jungle in the amazon 6 1 1 5 5 our staff has approached many people for the product survey 17 1 1 12 12 my grandfather reveals some of his ancestors by telling a humorous family story 18 2 2 9 9 compared to running barefoot , running in conventional running shoes increases stress on the knee joints up to 38 11 13 13 17 17 for example , the photo at the top of the page shows a pilot ' s emergency kit with a watch type compass included 3 5 5 6 6 at the bottom of the church steps were three brown parishioners two more were perched precariously on the railing of the deck 18 2 2 8 8 the meon activation was done with a light source by bouncing , splitting , and changing the color of the beams 17 14 14 19 19 the county commissioners had deeded the district an acre of land , and volunteer labor had put up a building 14 3 3 8 8 i read the report from somalia on the agreement reached by faction leaders on the form of a future government that has been warmly welcomed 16 5 5 11 11 there is a rubbery silicone heart , created by an american artist for a whispered 5 , 000 , pounds for exploring 3d visualisation and ways of removing tremor 18 12 12 13 13 this forum is dedicated to the late lou alessi , a devoted leather craftsman and an all around gentleman 14 1 1 7 7 this article explains the speech and language difficulties pre school children encounter and how parents and early years workers can help 17 6 6 17 17 tributes have been paid to the writer who created goodness gracious me , the hit bbc television series 18 7 7 9 9 i used it to pay for a cartload of firewood i bought from a peasant 1 1 1 9 9 the colors of the rainbow are caused by the dispersion of light as it passes through a prism 14 2 2 9 9 a panel discussion focusing on issues such as domestic violence and fearful relationships was held at the university of rio grande 16 19 19 20 20 the phones announced by vodafone yesterday continue the trend of putting the operator ' s brand ahead of the handset manufacturer ' s 15 1 1 12 13 the position of the catholic church on the matter is defined in canon law 13 3 3 5 5 having completed my clutch of conferences for the time being at least , i ' m back in the office today ploughing through the usual pile of emails that always accompany any period of absence from the computer 4 3 3 4 4 we bought this photo frame for the mother in law and after putting pics on it i was so pleased with it i went back and bought another for my mum 4 2 2 7 7 a human finger was found in a can of menudo soup 6 1 1 6 6 the shipments have arrived into the stock 11 1 1 9 9 your doctor tells your blood pressure by using a sphygmomanometer , which is the instrument for measuring blood pressure 6 4 4 6 6 the wheelchair foundation donated wheelchairs to people with physical problems in hundred countries 13 3 3 7 7 eichmann ' s troupe of talented young dancers has presented the classic fairy tale before 12 7 7 13 13 in the case of public corporations every citizen is a member of the corporation 6 3 3 7 7 we sent the hostname to the primary server 5 1 1 4 4 the shell encloses a rod having a nickel layer with a phosphorous content 18 1 1 7 7 the meeting started at the obscenely early hour of 8 30 am 15 3 3 9 9 the themes of love and gaiety were reflected in sculpture , as were elements of nature , curving lines and asymmetry 14 5 5 13 13 however , only 20 research articles were identified on the topic of health promotion at retirement 14 3 3 11 11 at a recent meeting on the thorny subject of the gas trade between russia and ukraine , russian prime minister vladimir putin said mrs tymoshenko was a woman with whom he could do business 16 6 6 10 10 when victor hugo was shown a poem written by a worker , his embarrassed and patronizing response was in your fine verse there is something more than fine verse 13 15 15 17 17 obama was adapting the tactic to further the bedrock american principle that everyone deserves a phalanx of lawyers 14 7 8 13 13 desperados is a cbbc children ' s drama series following a wheelchair basketball team 15 5 5 13 13 since then , other civil liberties have been set out in other constitutional laws 1 21 21 23 23 i wo n ' t tell you how much music means now , in these times , when you are battling depression from unemployment 13 15 15 17 17 but they lost their child , arife , here , in the muddy , freezing huddle of tents where the survivors eke out a living 18 0 0 1 1 stone grinding flattens the ski base , removes burnt and damaged base material and provides important micro structure 18 4 4 9 9 the boy ' s coffin is carried to the funeral by his uncles 14 6 6 10 10 the shows were marred by some controversy in regard to tickets 18 12 12 15 15 we sailed to neptune ' s grotto on one of the boat excursions from the harbor 4 1 1 7 7 the coffee we got was in a cup the size of a thimble , and it was so strong 14 1 1 5 5 this document looks at the diversity of arts and creativity in rural england , and the key role that the arts play in rural regeneration 18 12 12 15 15 a latching device removably secures and sealingly engages a closure around an opening in a cask 11 7 7 10 10 ansari allegdely bombed jhaveri bazaar and the family took the taxi to the gateway of india 6 3 3 6 7 rythmbox moves the song into the mp player 4 15 15 21 21 there is a reward for information leading to the killer of a man whose dismembered body was found in a shopping cart 5 1 1 5 5 cat toy was filled with trash 18 1 1 4 4 active transport is a mechanism evolved to mediate traffic across cellular membranes 18 1 1 3 3 white souffle of clouds were strolling along the sky 13 5 5 7 7 its reputation as an efficient firm of accountants has grown and has attracted a large number of companies 3 0 0 6 6 bone is built up of many cell types and so far we have only investigated human osteoblasts 4 1 1 6 6 the money was stored in red envelopes with chinese writing 13 4 4 7 7 this machine is a cluster of 3240 computers , each with 40 processing cores and includes both amd and cell processors 14 1 1 9 9 a question was raised in regard to the public announcement of the names of the three finalists 15 0 0 12 12 relationships between humans of different races have been depicted in more modern series 4 3 3 8 8 the cost of fuel delivered in a vessel bunker is always high 18 11 11 15 15 the difference , though , is that this research targeted the phagocytes with the polymer nanoparticles , and not the cancer cells themselves 0 1 1 6 6 the collision resulted in two more crashes in the intersection , including a central concrete truck that was about to turn left onto college ave 11 5 5 7 7 after they finish wiring , electricians use ohmmeters , voltmeters , and oscilloscopes to measure the amount of electricity running through the system 13 17 17 20 20 from the city the red warriors were rushing toward us , and from the jungle the savage horde of green men were coming to meet them 3 1 1 5 5 these earphones have a short cord so as not to get tangled up or create drag while submerged in water 1 16 16 25 25 a good neck support pillow can be used while you are sleeping to remedy the neck pain which has been caused by the stresses and strains of your daily routine 18 1 1 7 7 the yeast is an ingredient for making beer 8 2 2 7 7 as the boat sailed away from the harbor one of the crew felt increasingly uneasy about some of the signs he observed 11 14 14 21 21 on instruments with stoppable strings , such as the violin or guitar , the player shortens the vibrating length of the string 16 1 1 8 8 personal anecdotes gathered in oral interviews with rural workers and their allies add a compelling human element to the book 14 1 1 5 5 the movie featured a mutated sheep as the titular monster , which grew larger throughout the movie , until it exploded in the climactic scene 6 2 2 8 8 the mice brains were removed into a 35mm dish 6 2 2 7 7 a heavy storm is moving into the town 12 4 4 10 10 carolyn cooke ' s stories have been featured in the book 18 1 1 4 4 a committee assists the commission with the implementation of the program 2 1 1 14 14 the ribs are reinforced with metal tips , to which the fabric of the umbrella is sewn 18 2 2 5 5 the yellow blazes denote the trail 1 1 1 5 5 the damage caused by a bullet depends on the amount of energy which it transfers to the tissues 17 1 1 6 6 a musician who has written an album describing suicide bombers has said he is prepared to be imprisoned under new anti terrorism legislation 6 6 6 10 10 i ' m importing old document files into the new software 6 7 7 11 11 already in recent years , iowa raised swans have migrated into regions in illinois near savanna where they have had a successful nesting 0 0 0 12 12 neuralgia ( tn ) is the most common cause of chronic sinusitis headache 17 5 5 16 16 certainly it did to the writer at ad agency saatchi ' s who pencilled up a storyboard showing a landcruiser emerging from the far side of the world 18 0 0 7 8 bibliometrics is an increasingly important tool for research evaluation 18 4 4 8 8 there are serious legal concerns in relation to cases of this kind and these are the factors we have to bear in mind when deciding what we publish or broadcast 10 1 1 2 2 a brick mason is able to use these materials with hand tools and is able to mix the correct mortar to hold it all together 1 4 4 8 8 the distribution of the damage caused by the earthquake in valdivia in relation to the form of the terrane 6 1 1 6 6 my feet have sunk into the floor 18 1 1 6 6 my aunt has been put into care suffering with memory loss 8 5 5 10 10 after recovery , three rescued turtles come out of their shells 3 1 1 7 7 this dishwasher has simple , straightforward electronic controls 17 9 9 18 18 in the 1960s , a university of wisconsin graduate student named thomas crocker came up with a novel solution for environmental problems 2 16 16 6 6 this test is performed with the patient sitting or standing and with the examiner holding the arm of the patient flexed to 90 degrees 14 1 2 8 8 the first part gives an introduction to safety techniques , where risk analysis plays an important part 18 2 2 8 8 the rainbow flower was made with spool knitted cord on a flower loom 18 14 14 17 17 although he initially returns to his wife and children , when they return from evacuation after the war , pavel now sees his wife as cloying and bourgeois 3 4 4 3 3 palomino kum long point pencil sharpener makes a long pencil point in 2 steps , first sharpening the wood and then precision sharpening the graphite point 8 1 1 4 4 the cadets departed from training with smiles on their faces as they made the journey back to their schools 8 2 2 6 6 the ice chunks fell from an airplane 2 13 13 16 16 sounds of trumpets , bagpipes , and church organ all appear from the strings of the cello 18 1 1 6 6 the text handles all of this material well , integrating it into the flow of the argument 18 1 1 10 10 a couple embraced next to vehicles piled up by flood waters in tlalnepantla , mexico 6 1 1 6 6 the air is blown into the mouthpiece 11 1 1 5 5 condo associations are turning to receiverships to collect rent on foreclosed units 18 6 6 10 10 the first i heard of the crisis was from my boss 6 1 1 7 7 this scholarship was awarded to an outstanding student for recognizing her academic excellence 1 1 1 8 8 the misinterpretation has been caused by the italian word for vacuum tubes , which is valvole ( or tubi a vuoto ) 1 12 12 16 16 the current iraqi government is seeking financial compensation from israel for the damage caused by the bombing of the osirak nuclear reactor in 1981 1 5 5 14 14 the sheer scale of the death and destruction caused by the 2004 boxing day tsunami is impossible to fathom , even five years on 1 7 7 10 10 as a guitarist i get so much satisfaction from the playing and performing of music 2 3 3 6 7 she guessed the backpage of the news paper , and she won 18 2 2 2 2 the mccain team has hastily assembled a team of former bush white house aides to tutor the vice presidential candidate 9 0 0 1 1 potato starch tolerates higher temperatures than cornstarch when used as a thickener 1 16 16 20 20 in this paper , we propose a web based system for prevention of the confidential information leakage caused by the person who is authorized to access 6 4 4 8 8 the inquiry takes the investments into the 21st century 8 9 9 14 14 the time to the arrival of the first brownian particle from an equilibrated continuum bath to an absorbing sphere was shown by bordewijk in 1975 5 5 5 7 7 but the man had a bottle with water in it inside the bag , and it was not accidental 2 16 16 24 24 transport authorities in the western cape have warned of hefty fines for motorists who ignore dedicated lane for buses and minibus taxis on the road 6 8 8 11 11 in effect , rich countries have exported dirty industries to emerging economies 13 1 1 3 3 a congregation of plovers is nesting in the field behind the church 3 1 1 5 5 the sensor has a coil winding in the shell of the cylinder 0 2 2 4 4 clinically , microcracks cause stress or fragility fractures 6 1 1 13 13 the body that was removed for an autopsy was placed in a lead coffin , which was put inside a wooden case 5 4 5 11 11 in a large oval crock pot i ' ve had some hams that can fit in whole 14 1 1 4 4 his paper narrated the discovery chronologically 2 13 13 16 16 there is a curb between the sidewalk and the shared bus and bike lane on the road 3 20 20 24 24 we study the influence of an external electromagnetic field of 1 8 ghz in the formation or disaggregation of long rouleau of identical erythrocyte cells 6 4 5 8 8 i accidentally dropped my mobile phone into the toilet 11 1 1 11 11 her husband copes well with his handicap in using a wooden leg 18 1 1 9 9 the search for the coefficients started at the higher scales ( lower frequency ) since there were fewer wtmm at higher scales 18 2 2 9 9 an academic book has been reviewed by a fiction writer , who complained the book is academic 2 1 1 4 4 the handgrip of the micrometer has a circumference of exactly 2 in , so that lateral movement of 1 in results in the expulsion of 0 005 ml of fluid 16 12 12 16 16 the food here is outstanding , thanks to the expertly crafted culinary creations of the head chef 2 9 9 12 12 unit direct injection also injects fuel directly into the cylinder of the engine 8 2 2 7 7 a gray squirrel runs away from a group of mushrooms 3 1 1 2 2 my shoe laces stay tied all the time 18 1 1 5 5 the land uprises from the river to the hills 13 15 15 17 17 early and recent pictures had to be perfectly aligned , allowing them to track the movement of moles , wrinkles and other facial landmarks 18 11 11 16 16 the elections to the minority seats are held on separate electorate basis consisting of non muslim population of the country under the same general procedures as those for the muslim seats and at the same time 18 3 3 7 7 unfortunately , my aunt fell into bad health throughout the year 18 7 7 15 15 in 2006 we reported on a robotic hand that formed rock , paper , scissors gestures by reading a human subject ' s mind via an mri scanner 15 1 2 10 10 a plane crash is the first event in that adventure novel 3 2 2 8 8 since the system is built up of many modules , each weighing less than 16kg , it can be easily transported and installed 1 5 5 22 22 finally , slone ' s fear of aids and the mental distress she suffered from this fear were caused by the needle stab 14 5 5 10 10 the majority of the announced reforms had to do with changes in allocation mechanisms 17 3 3 6 6 the outspoken cricket commentator ' s obscenity as south africa lost their sixth wicket was heard by listeners 2 2 2 5 5 the glass spindle of the areometer ( see figure 2 3 39 ) is immersed in the liquid under analysis 2 1 1 4 5 the chapel in the manor house was dedicated to the nowadays somewhat obscure st blaise 3 14 14 21 21 the outlet has the single l shaped prong for the dryer , but the oven has the standard 3 prong flat plug 4 1 1 6 7 the bag was contained in a secure locker inside the security office 16 7 7 16 16 these temple excavations at luxor discovered a porch of drunkenness built onto the temple by the queen hatshepsut , during the height of her twenty year reign 18 1 1 7 7 one topic that came up in the discussion with the audience was the future of news 18 1 1 12 12 the lychee stuffed in the meat stirs the palate with a resonating note of citrus while the elusive taste of the lotus leaves fades 8 1 1 7 7 the answer metaphorically popped out of the riddle in words 18 28 28 31 31 o ' reilly drew yet more ire from think progress smear artists christy harvey and judd legum by pointing out an obvious truth , that the internet gives scum of various stripes support and encouragement by linking them up with like minded cretin 18 10 10 11 11 we dissect the body of people who make up a dance company , offering an insight into the roles and responsibilities involved in running a successful company 13 28 28 33 33 the boy ends up having to find a second and third pendant in order to save his family , following clues left by the followers of an ancient brotherhood of four forgotten british kings 8 2 2 6 6 a saudi prisoner escaped an american detention in the desert 17 5 5 9 9 it is used by the grasshoppers to force a burrow in the earth to receive the eggs 1 1 1 5 5 the suffering caused by the embargo is sometimes reported here as well 6 5 5 10 10 one young pilot placed the medallion in a small leather pouch that he wore about his neck 6 3 3 9 9 the company inserted needles into small lunch size pork packs 16 6 6 13 13 also , a small carved wooden sculpture of a rhinoceros was made by craftsmen in africa 11 6 6 14 14 she had struggled violently with her attacker , who killed her with a blunt instrument 6 0 0 11 11 plants from the tissue culture laboratory were brought into plant growth rooms 18 1 1 6 6 the company has mocked up a version of youtube built around the html5 video tag , playing mini movies inside a browser sans plug ins 17 1 1 8 8 the students had decorated the blackboard with a drawing of a young woman and a bright yellow moon 6 1 1 7 7 the offers have been placed into our catalog 6 7 7 13 13 douglas obeyed the king , and the heart was enclosed in a silver casket 4 1 1 12 12 the body of 52 year old patrick mccormack was hidden in a bin in the walk in freezer at the back of a fish shop in galway after he was killed by a criminal associate 18 1 1 2 2 this export company is involved in sourcing various manufacturing commodities and exporting these products to different countries around the world 6 2 2 11 11 the first hyperlink in the post was inserted into a custom field 6 4 4 9 9 for once , the aid is flowing into the areas destroyed by the typhoon 8 1 1 6 6 the criminal just got out of jail from a mutli million dollar fraud involving his old company 2 7 7 10 10 the maritime administration of latvia is the arm of the government , under the ministry of transport , which has the overall responsibility for overseeing maritime concerns 0 1 2 9 9 even nuclear energy is among the causes of water pollution 2 1 1 4 4 the windshield of the cockpit is much like other windshields except for a few things , laser sensors on the plane find other planes within a 45 mile radius 1 5 5 10 10 sorace was unaware that her anger was caused by the abuse 4 4 4 8 9 then i remembered my paper was in the desk drawer 18 1 1 9 9 the entrance to the temple was originally from the east , near the southeastern corner and decorated with twin monolithic limestone pillars colored red and bearing on the exterior side vertical hieroglyphic inscriptions in sunk relief with the queen ' s titulary , name and depiction 0 4 4 8 8 as people discovered that debt and overconsumption cause stress to families , the planet , and each of us , many turned instead to friends 18 1 1 9 9 the hall has a ` vineyard style ' seating arrangement similar to that of walt disney hall , in los angeles here the audience will be arrayed on raised terraces surrounding an orchestra platform 8 17 17 25 25 they were prosecuted and sentenced to death by court but , last year 2007 all the five terrorists broke away from a security high alert jail in quetta 14 3 3 10 10 we use newspaper advertising primarily to inform customers about new selections available 14 9 9 14 14 therefore , we have made a new 8 page leaflet informing about all the qualities of our large range of pressure filters 6 3 3 8 8 the newly recruited soldiers arrived to the training camp 18 22 22 24 24 an artificial coral reef sunk off phuket ' s karon beach two years ago is thought to be responsible for a bumper haul of fish caught by local fishermen earlier this month 16 5 5 15 15 the first exhibition featured seven quilts by loretta pettway , arlonzia pettway ' s first cousin 18 6 6 9 10 the nobility , honor , and chivalry of the warrior knights of medieval europe disappeared with modern warfare ' s machine guns , tanks , and nuclear bombs 16 11 11 15 15 the shrinkage debate suddenly gained prominence last month with a blunt comment by the acting mayor 0 2 2 7 7 the drone strike that resulted in the death of pakistan ' s most wanted terrorist is believed to be a result of deliberately planted false intelligence , sources in south waziristan have confirmed 18 3 3 5 5 nido petroleum hires rig for drilling 16 4 4 8 8 it is the final album completed by the singer and released in her lifetime 1 11 11 19 19 the idea of roman expansion into north africa started with the fear and jealousy caused by the great economic power of carthage 4 1 1 6 6 the money was locked in a safe on the premises , but it was on a timelock and would not have opened until 9am 18 0 0 6 6 students of mozambique planted the first crops 13 5 5 7 7 i realized then that the jam of trucks at the gate probably belonged to his young charges 1 0 0 5 6 tides are caused by the gravitational pull of the moon and sun , and the rotation of the earth 1 2 2 11 11 the dramatic streaks we see in the sky are caused by particles that incinerate before they hit the ground 15 0 0 9 10 changes to the regulations have been discussed in cabinet sub committee 6 0 0 7 7 animations are exported to the new adobe version 8 5 5 8 8 he removed the recurring acid reflux in the mouth 0 1 1 8 8 the dust from the extinguishers set off the alarm 2 2 2 5 5 the small photoreceptors of the retina ( the inner surface at the back of the eye ) sense light and transmit impulses to the optic nerve 0 16 16 20 20 the drug has a low half life that makes it ideal for killing of the susceptible bacteria responsible for sleeping sickness 15 1 1 10 10 three types of gesture features have been introduced in previous sections 4 8 8 12 12 she indicated to the deputy sheriff that a gun was in a box in her bedroom 1 1 1 12 12 the pain from an ulcer is usually more severe than pain from indigestion , often gnawing in nature , it sometimes goes through to the back 8 5 5 10 10 technically an adjective , the word is derived from a noun meaning force , power , or cause 4 10 10 14 14 well my husband was still in the shower and the remote was in the desk in the back room 6 1 1 6 6 the cells migrated into the inflammatory tissues 13 12 12 14 14 this is a typical barnyard scene , showing the farmer feeding a drove of hogs 18 0 0 4 4 borrowers fall into financial troubles , but lenders have several ways to help 1 4 4 6 6 the kids get great joy from eating the tomatoes right off the vine 18 1 1 8 8 three men spent the afternoon inside a record store listening to an obscure band 11 1 1 10 10 the farmer ploughed the fields with this 2 piece farm tractor 0 0 0 8 8 stroke is one of the leading causes of death , long term disability , and hospital admission in the industrialized world 18 1 1 5 5 in praise of these beautiful classics we organized ` mekko exhibition ' out of diy fashion shoots and nostalgic photos from family albums 14 1 1 13 13 the newsletter is published once a fortnight to keep families informed on school happenings 18 1 1 4 4 the management of the firm needs information on condition in the market and price elasticity of demand 18 2 2 9 9 the propaganda machine tells us about these tin pot dictators , which are the greatest threat to the world 8 1 1 6 7 the plant grows from an underground storage unit called a corm 9 2 2 14 14 the opium poppy , papaver somniferum , is the source of the narcotic analgesics codeine and morphine , which accumulate in specialized internal secretory cells 17 4 4 7 7 in march 1995 the defendant swore an affidavit in which he referred to sales of parts of the farm land and an offer for the wareham property 1 14 14 16 16 i still shiver as i remember trying to page through economics texts by the flicker from candles while clad in overcoat , scarf , and little knitted gloves with the fingertips cut off , in the 4 p m 1 2 2 9 9 the worst pain of all was caused by the torment to her head which was like the pain of thorns pressing into her 18 1 1 4 4 the director of the company in its inaugural year was george ogilvie 1 2 2 4 4 overall , discomfort from braces is typically short in duration and easily managed 11 1 1 7 7 the playwright creates tension using many stage directions 8 1 1 5 5 the community was eluded from positions of power as a result of a deal made by the sunni arab minority and the british imperialists who had carved iraq out of the moribund ottoman empire in the wake of world war i 6 2 2 27 27 everything from flour to coffee beans to spices were neatly labeled in cannisters and , through a viewing window , a young girl poured flour into hessian sacks 2 2 2 5 5 the lead locomotive of the train had a video camera that recorded the view in front of the train 4 1 1 5 5 his body was in a suitcase which had been dumped in a duck pond 6 7 7 13 13 paul bunyan ' s parents took the boy and put him in a cradle out in the ocean 17 5 5 9 9 a major product of the factory was decorative quarry glass which was mass produced by moulding and printing , rather than hand cutting and painting 3 6 6 13 13 after sound waves enter the outer ear , they travel through the ear canal and make their way to the middle ear 18 6 6 12 12 he is a russian artist whose work has been shown in various galleries across the world 16 1 1 2 2 a property developer has banned homeowners from keeping cats or dogs to protect birdlife on nearby heathland 0 1 1 17 17 the distraction caused by the students , coupled with limited vision down the track , caused the incident to occur 1 11 11 18 18 immediately a soft glow appeared on her lovely face as the light was radiating from her soft winged friend 0 3 3 6 6 four of the entrapments resulted in suffocation a 7 month old in gouverneur , n y a 7 month old in new iberia , la a 6 month old in summersville , w va and a 9 month old in bronx , n y 18 8 8 10 10 about nine or ten years ago such a glut of parrs visited that part , that for several weeks it was imposible to dip a pail into the sea without taking some 13 23 23 25 25 beatles ' peripatetic lifestyle , had quickly become a logistical necessity and a large part of the budget was reputedly spent avoiding the crush of fans 12 1 1 11 11 six members of one of mexico ' s most active drug gangs , including someone accused of being the organization ' s bookkeeper , were arrested this week 18 2 2 8 8 the produced signal sensitively departs from an ideal sine as the input angle approaches the extremes of the range 16 8 8 9 9 pork farms is to close its bowyers pork pie factory in trowbridge by april 2008 with the loss of 400 jobs 0 0 0 8 8 storms and earthquakes lead to the second highest losses in insurance history 8 1 1 4 4 an app from local newspaper the manchester evening news has topped the uk palm pre app store sales chart in its first week of release 14 7 7 10 10 however , there are many universal humanitarian laws applying to war 11 8 8 14 14 rather than call a mobile mechanic , the drivers fixed the hole with a toothpick 8 13 13 19 19 the base in which it sits hides the damage which occurred when the cross was removed from its initial site on the long tan battlefield 2 2 2 5 5 a hinge assembly attaches a cover pivotally to a base of an electronic device and has a pivoting leaf and a stationary leaf 3 26 26 29 29 toward the end of the novel , chike ' s father , a former slave whose wealth was based , in part , on a large plantation of cocoa beans and coconuts , wakes up one morning to find that all his plants have been cut down 2 7 7 10 10 i then widened the opening for the seat in the cockpit tub a tiny bit 18 2 2 8 8 the viewing line starts in the magic trick aisle 15 5 5 10 10 we learned so much about lighting and rendering from these works of art 6 4 4 7 7 he has added the medicine into the food for his cat 14 0 0 5 5 discussion took place on the function of this committee 4 1 1 7 8 one bottle of red wine in a carton box costs 6 euro per order unit 9 8 8 9 9 dietary sources of omega 3 fatty acids include fish oil and certain plant oils 0 2 2 6 6 cobalt metal fume and dust cause irritation of the nose and throat 8 5 5 9 9 now a faint and lonely flame uprises from the pyre 6 3 3 10 11 the stephen colbert treadmill has been installed in the international space station 17 21 21 24 24 the purported author of the nancy drew mystery series , carolyn keene , is actually a pseudonym for a series of ghostwriters who write books in the same style using a template of basic information about the book ' s characters and their fictional universe 18 4 4 11 11 a single good starting geometry was generated from an input smiles string 3 1 1 9 9 the pistil , made up of one or more carpels , encloses an ovary that contains the ovules , or potential seeds 8 12 12 17 17 i ca n ' t help myself crying , especially when the girl went away from the boy in sadness during the boy was in hospital 14 5 5 10 10 it is a formal legal document that sets out the facts and legal reasons 14 1 1 3 3 the document established levels of voltage distortion acceptable to the distribution system 18 3 3 8 8 there is great concern among voters over the economy 6 4 4 11 11 finally , the escape artist was put inside a locked milk can filled with water at the old town square in fort collins 11 5 5 11 11 the first time , the guy hid the taximeter with a map and tried to get 35 euros instead of 12 18 1 1 9 10 two seniors in this house have arrived into senior leadership positions 8 2 2 13 13 surely the answer grows partly from the 20th century ' s long strange trend toward treating children as a separate species 13 4 4 6 6 your writer had a volery of birds in a large aviary in the back yard 18 3 3 10 10 the two central areas of controversy have to do with composition and titles 13 9 9 11 11 when our american doe gave birth to her first kindle of rabbits we were very excited 18 1 1 6 6 the investigation had to do with allegations of corruption against some democratic officials 2 6 6 9 9 blood splattered his boots from the nose of the man 6 7 7 11 11 for 15 years , nasa ' s shuttles have journeyed into space 4 4 4 9 9 jewelry and other smaller valuables were locked in a safe or a closet with a deadbolt 13 0 0 4 4 cadre of various ethnic groups defied the banda in dharan of sunsari district 13 9 9 12 12 the cast is appealing because they connect with the audience of young kids and their parents 14 3 3 9 9 also in the program we consider the subject of happiness 14 2 2 12 12 the internal memo gives details of morgan stanley ' s new management lineup 18 17 17 22 22 a new mechanobiology research centre of excellence ( rce ) aims to break new ground in the study of diseases through the mechanisms of cell and tissue 18 2 2 8 8 194 bulgarian children participated in the international school competition 13 11 11 14 14 the venezuelan declaration of independence is a statement adopted by a congress of venezuelan provinces on july 5 , 1811 , through which venezuelans took the decisions of breaking away from the spanish crown , establish a new nation based on the premises of the equality of individuals , the abolition of censorship and a dedication to the freedom of expression 3 13 13 3 3 another popular military blade was the hyup do , a heavy , long sword with a curved blade 15 1 1 9 9 this range has also been illustrated in the appended diagram 3 9 9 12 12 the minimum number of gauges on a passenger car dashboard are the speedometer and the fuel gauge 8 10 10 13 13 eventually britannica put together a cd product with only the text from the encyclopedia on it 14 15 15 23 23 the u s transportation security administration ( tsa ) has lost a hard drive containing information about 100 , 000 former and current employees 14 10 10 4 5 the swedish society for eighteenth century studies is an interdisciplinary forum for researchers specialized in eighteenth century 13 11 11 13 13 to give the audience the most exciting show possible , this brotherhood of bruisers decides which headlocks to throw in , determines when to do so and discusses the use of various props such as plate glass windows and staple guns 1 11 11 16 16 amateur video has been posted online that shows some of the devastation caused by the tsunami waves 18 0 1 5 5 noise regulations have come into force 16 9 9 16 16 following an international contest for the city ' s design , a design by the chicago architects walter burley griffin and marion mahony griffin was selected 8 1 1 7 7 most oil polluting the oceans comes from runoff , rivers , small boats , not tanker spills 16 11 11 14 14 in this same paper , a footnote mentioned an op amp design by a student that turned out to be quite significant 0 0 0 9 9 cancer is the abnormal growth of cells that causes illness in the body 14 5 5 8 8 robert redford ' s historical drama about the aftermath of the assassination of abraham lincoln looks set to get under way 6 9 9 14 14 the size of the hole meant that when the server was put inside the cabinet it was dead easy to put the power and network wires through the hole 3 0 0 2 2 jeans have topstitching that is almost impossible to match 13 11 11 14 14 in the early years of the monarchy there was only one legion of 3000 infantrymen ( front soldiers ) and 300 cavalry 16 14 14 18 18 american firehouse brewing supply , located in arlington pantego , texas , is a company established by a fireman who has a love of home brewing quality beer 1 4 4 7 7 the two trains caught fire after the collision and were burned 1 3 3 5 5 seniors get much joy from animals 14 5 5 8 8 the paper includes both an essay surveying the literature and a descriptor indexed bibliography of over 200 papers and books 2 1 1 4 4 the mainmast of the bark caught her on top of the pilot house , and capt curler escaped by crawling out of the dow 6 3 3 10 11 he assigned an interview with a presidential candidate to the next show 18 19 19 14 14 over the past decade , robotics has driven forward the concept of minimally invasive surgery , building on the skills developed in keyhole surgery and moving away from open body operations 1 4 4 8 8 i get tons of satisfaction and joy from watching the little fur ball become the hunter it was bred to be 3 1 1 4 4 this dryer has a wall on one side , wall on the back , oil heater on the side and a water heater in front 18 2 2 11 11 an african immigrant arrives on board a rescue boat at the port of los cristianos on spain ' s canary island of tenerife october 17 , 2008 14 1 1 5 5 this page explains commonly used terms in chess in alphabetical order 8 4 4 7 7 i owed some back taxes from pervious years 5 1 1 4 4 a bottle full of water or fluids overloaded and stressed rods 218 when the bottle was grabbed by the neck with claw 224 8 1 1 9 9 this list has been prepared on the basis of records and information available to the secretariat 18 3 3 7 7 as the young girl journeyed into unbelievable danger , she did not have the faintest clue that she alone was destined to win , or to lose , this more than mortal battle 2 23 23 26 27 when the flange is close to 90 degrees , lower the bending leaf and unclamp the sheet metal by raising the clamping leaf handles of the hand brake 8 2 2 5 5 after the drug leaves the brain , the user may experience a coke crash that causes the user to feel depressed and irritable 18 2 2 7 8 the new phone has been moved into prototype stage 6 3 3 8 8 my completed torrent files are going into this folder 8 2 3 9 9 the modern gas centrifuge was born in a soviet camp for captured german and austrian scientists after world war ii 1 1 1 6 6 the pollution was caused by the shipwreck 2 7 7 15 15 he run the shear form over the nose to continue shaping the nose of the surfboard 0 0 0 12 12 inhalation of excessive concentrations of vapor , fumes , and dust produces irritation of the upper respiratory trad 2 7 7 10 10 there were women in headscarves on the corridors of the hospital and men wearing traditional caps 14 2 2 12 12 at the seminar , we gave an account of the current education system and teacher education environment in hong kong 18 1 1 6 6 the film departed from typical documentary fare by emphasizing the commentaries of thompson ' s friends and peers 13 13 13 15 15 mosul ' s al qaeda leader dies from carpal tunnel syndrome and a hailstorm of bullets but mostly a hailstorm of bullets 18 5 5 9 9 for 31 years , the symposium has assembled international physicians and researchers from academic institutions and private organizations 14 2 2 5 5 a new regulation governing the access to documents in the custody of national archives came into effect on the 26th of february 2003 6 4 4 8 9 we have put the ingredients into a big mixing ball long before we started baking the plain naan 6 13 13 22 22 their water has become discolored , foul smelling , or even flammable because methane from disturbed gas deposits has migrated into water wells 3 2 2 6 6 the normal prostate is composed of glands and stroma 0 1 1 3 3 air pollution causes smog and respiratory problems when breathed 11 2 2 8 8 he encourages students to read beyond the mandatory texts in order to prepare for his exam 8 18 18 20 20 this series is about a guy named walter who shows what it ' s like to replace famous heroes from literature , movies , television , etc with himself 5 14 14 17 17 a woman is due to face court on drugs charges after police found a suitcase full of cannabis in her car near finley 11 2 2 7 7 here a batter has mistakenly used his balls to hit the bat into the crowd , scoring a home run and extra casualties 13 11 11 27 27 a polypropylene net , attached to the bottom of the fluidized bed section , acted as a flow distributor and a support for the static bed of oysters 6 2 2 6 6 the numismatic topics were placed into categories 8 23 23 29 29 the us coast guard is operating a rescue mission to save up to 500 people have been left stranded on a slab of ice that broke away from the shore 1 12 12 16 16 until now , no paper has been presented on predicting the interior noise caused by a powertrain on the basis of hybrid tpa with a real vehicle 17 11 11 16 16 under the ownership of max blanck and isaac harris , the factory produced women ' s blouses ( known at the time as shirtwaists ) 6 0 0 5 5 lymphoeytes are drained into efferent lymphatics 17 11 11 16 16 there were no vegetarian entrees on the menu , but the kitchen quickly prepared a beautiful meal of 8 different steamed vegetables 18 4 4 11 11 a bundle of sensitive files linked to a massive police drugs bust have been found dumped in a skip 18 2 2 7 7 the message body was comprised of the phrase hey , check this out ! 18 21 21 22 22 evidence of ms bhutto ' s role in bomer finance emerged from a visit to london during which she bought a diamond necklace at a knightsbridge 1 18 18 25 25 world aids day , observed december 1 each year , is dedicated to raising awareness of the aids pandemic caused by the spread of hiv infection 12 6 6 10 10 he was a solo double bass player in a symphony orchestra at that time that was almost impossible due to racist reasons 14 1 1 6 6 this paper thus presents a detailed review of previous work that evaluates the optimum operational decisions of an lse 14 1 1 10 10 the journal takes an inter disciplinary approach , examining the history , culture and theory of anarchism 18 0 0 2 2 heating with wood is environmentally appropriate ( conditionally ) and economically 8 1 1 5 5 the evidence arose from the results of several gws studies in which our team has participated 4 1 1 5 5 the data is stored in tables 0 0 0 4 4 wind and water cause weathering and erosion to change the shape of the earth 13 4 4 7 7 the buyer is a syndicate of european investors making their first investment in new zealand 2 9 9 14 14 a more spare , less robust use of classical motifs is evident in a ewer of 1784 85 14 1 1 6 6 the display showing signal and battery status also incorporates feedback from machinery being operated 0 6 6 8 8 the mentality is since oil and bacteria cause acne , i ' ll just remove the oil off my face and kill the bacteria 14 1 1 6 6 one chapter of the book relates attempts made by the us to establish a similar alliance with yemen 16 6 6 11 11 actually , he is a cartoon character devised by the two producers to serve their blistering cocktail of dancehall reggae , hip hop and electro 15 7 7 12 12 there are people who have learned about benchmarking from a range of sources , most notably practitioner oriented literature , networking , and reflections on their own practice 6 5 5 10 10 after the fox , the hunter ran into a small cave 16 3 3 10 10 the highest quality barrels are those hand made by professional coopers 3 2 2 5 5 the common buzzard uses its claws to grasp prey and its beak to tear 3 1 1 10 10 this car still has the original shocks , brakes , clutch , battery , and starts and goes every day even in minnesota ' s bitter cold 2 1 1 4 4 the strings of a guitar are normally tuned to fourths ( excepting the g and b strings in standard tuning ) , as are the strings of the bass guitar and double bass 18 5 5 7 7 i came here with a fistful of expectations only to have them scattered by the brutal wind of chinggis 13 14 14 17 17 stroker serpentine alerted me to a very messy situation this evening involving a huge cache of stolen goods 6 4 4 11 11 a psi comp implant hardwire has been put into the human brain 4 2 2 13 13 the foreign machineguns , greasegun , and machine gun pistol were in a box about 3 ft long and 2 ft wide , olive drab in color , with white lettering on the box 14 1 2 5 5 the fairy tale describes a giant with a pair of magic boots that allow the wearer to cover seven leagues in one stride 17 12 12 15 15 already by the middle of the eighteenth century , several small clockmaking shops produced cuckoo clocks with wooden gears 14 1 1 8 8 this table serves as an example of the data and observations routinely collected in the horner rootstock trial 2 20 20 23 23 the order , issued nov 16 by eric landoll , the city ' s code administrator , states that the roof of the building is allowing rain to fall into the interior of the building and because of this the interior floors are structurally unsound and there is mold and mildew throughout the building causing health concerns for anyone entering the building 14 2 2 13 13 general contract law issues are examined , as is the law covering the registration of hotel guests 3 9 9 10 10 well i still have a sore spot on my cheek bone and left joint 18 3 3 12 12 a solid round bar , 32 long , is constructed from ductile steel ( syt 60 ksi , g 11 5 x 106 psi ) 3 9 9 14 14 in the days before the democratic reform , the manor had included twenty two smallholdings , six lots of grassland and farmland covering some 8600 mu ( 1414 45 acres ) 18 2 2 9 9 the author index was generated using the latex authorindex package 1 12 12 14 14 in the last couple of years i have been working with my fear from darkness 14 5 5 9 10 patriarch cerularius eventually wrote a tract against the western liturgical practices 13 11 11 14 14 there was weeping and wailing and gnashing of teeth in the camp of the outsiders now 3 8 8 11 11 he noticed a speck of blood on the man ' s thumb and what he thought were several corresponding drops on the driver ' s door of the truck 4 1 1 2 2 a data warehouse is a place where data is stored for archival purposes 12 1 2 3 3 the ghost ship fleet anchored idle off singabore is an interesting proxy for the collapse in world trade 18 18 18 24 24 the city of chicago lost 725000 residents between 1950 and 2000 , yet 82 percent of the suburban growth was from outside the metropolitan area 8 1 1 7 7 the name sedna is from an inuit goddess of the ocean 4 1 2 6 6 the electronic equipment was in a cabinet on the surface and connected to a 3 65 long , 7 9 cm diameter thermosyphon with one end buried in the ground 1 2 2 6 6 a large tsunami triggered by the earthquake spread outward from off the sumatran coast 14 3 3 5 6 gatrell illuminates the debate over public execution that raged in polite society 2 8 8 12 12 but even as she fumbled impatiently for the switch of the electric light , she knew that the voice had not come from the bed on the further side of the room 4 1 2 6 6 the tape recorder was in a cabinet outside the cab of the engine 18 5 6 15 15 tv total started as a comedy format mainly showing and commenting on funny and embarrassing sequences from other tv programs 4 1 1 5 6 the pizza was inside a trash bag and taped shut 12 15 15 18 18 the synthesist is thus carrying out a role which is analogous to that of a player in an orchestra 18 1 1 5 5 construction worker carrying a wooden plank on his shoulder 6 4 4 9 9 the neuroscientists have implanted electrodes into patient ' s brain 8 0 0 5 5 mail was delivered from the city once each week 17 8 8 12 13 the new pencil and graphite drawing is the painter ' s first self portrait in 35 years and took six years to complete 13 22 22 24 24 despite this defeat , armstrong continued to work and plan toward the realization of his dream , the preservation of his beloved grove of redwoods 2 6 6 10 10 the brick is aligned with the hinge of the repaired book 3 5 5 9 9 picture 192 shows a completed dowel with a small groove running along its entire length 9 4 4 9 9 cooking and fermenting the grain produced a tasty nutritious drink which stored well 0 5 5 9 9 lopez and espinoza took plea agreements that resulted in diversion the completion of requirements such as community service and a fine during a probation period that ended with a clean slate and no conviction 18 8 9 11 12 examples of problems which have been addressed by atmospheric chemistry include acid rain , photochemical smog and global warming 5 5 5 8 8 he ' d brought a suitcase full of books with him and set it out on the sidewalk in front of the library , out of the way of pedestrians , but in plain view of potential customers 1 7 7 11 11 cutler ended up with a bleeding stomach ulcer caused by the stress and hard work supervising their tours twenty four hours a day 8 1 1 5 5 the mother left her native land about the same time and they were married in that city 6 2 2 7 7 critical audience studies are migrating into intellectual inquiry focused on participation developing the stress on processes of interactive engagement 14 6 6 9 10 you have been asked to make notes about a telephone call left by a colleague in the german office of the bank 12 1 1 7 7 the baboons have formed themselves into raiding parties and frequently descend on the village 13 12 12 14 14 down one wall was a series of blueprints , to which the clutch of mechanics around each car constantly referred 13 51 51 54 54 but , after a few weeks of lying low , mr moi returned to the limelight like a cowboy on horseback , shooting criticisms to the narc administration over its handling of a number of projects , including the free primary education program , which is now under threat from a committee of thieving vultures 4 4 4 9 9 they took all the money that was in the chest in an upper room it consisted of hard money and was contained in bags 18 1 1 6 6 the northeast was the source of contention between these various rivaling groups 17 6 6 9 9 in antiquity , people knew that bees produce delicious honey , that they sting , and that they increase their numbers by swarming 18 2 2 7 7 the estranged couple transferred funds into these accounts from their own personal accounts 6 4 4 9 9 the closely guarded raffles recipe was locked in a safe that still remains onsite today 1 0 0 5 6 recessions are caused by an excess demand for money combined with rational downward price rigidity 18 4 4 8 8 work was completed by contractors using a temporary entrance off old renwick road 17 11 11 17 17 it was terrific having lagravenese aboard , because he was the guy who thought up the whole story , and to ask his opinion was very valuable 17 0 0 4 4 technicians quickly prepared the stage for the headliner 3 4 4 9 9 the front of the boom has a hinged mounting fitting which is placed into the opening in the mast for the boom and sail slugs 14 0 0 3 3 questions on various aspects of the study were raised and discussed 18 4 4 8 8 a boy gets his tongue stuck in a canteen 17 8 8 11 11 each day during the breeding season , the male digs a pit into his mound and sticks his head in 4 9 9 12 12 patty the milkmaid was going to market carrying her milk in a pail on her head 13 7 7 10 10 some articles are written for the widest audience of general readers 2 18 18 21 22 to connect your mp3 player to your computer , you need a usb cord that hooks into a slot on the music player 1 3 3 11 11 in the present recession , which has been triggered by a collapse in land prices , land value taxation would reverse the collapse not by re inflating a temporary speculative bubble , but by inducing investment in infrastructure that permanently enhances the utility of the land 11 1 1 4 4 the punks carefully chose objects to be used in a nihilistic approach to style 8 3 3 6 6 the other great character from arabic literature sinbad is from the tales 8 1 1 7 7 the bourbon was removed from its original barrel and re barreled december 12 , 2001 2 7 7 10 10 the manifold was constructed so that the heads of the ferrets protrude into the stream of mixed air and smoke flowing through the manifold 0 0 0 7 8 lesions in the internal capsule caused proportional leg weakness 11 5 5 11 11 at other times , the researcher approached the data with predetermined categories in mind 4 1 1 6 6 the money was hidden in his bag and in his underwear 1 36 36 42 42 hiroshima has rejected the demands of some citizens and victims groups that the newly renovated museum include an exhibition on japan ' s aggressive role in world war ii , alongside the gruesome displays of the suffering and devastation caused by the bomb 0 1 1 4 4 the death caused the cancellation of the band ' s plans for overseas tours 13 7 7 9 9 the man graciously put off feeding his muster of peacocks ( yes , he ' s got them , and yes , a group of peacocks is called a muster ) to chat 6 4 4 7 7 a man threw a child into an outlet 6 3 3 6 7 i poured some powder into a canteen cup and found that the cocoa was mixed with sugar granules 17 4 4 9 9 the 23 year old rapper has recently completed a song with the hip hop superstar and announced it would appear on his debut lp thank me later 1 1 1 7 7 many problems have ensued from the new policy , most of them unforeseen and based on ethnic differences 2 23 23 12 12 mary and john stand in similar poses to the left of the cross , while on the right longinus steps from beneath the arm of the cross across the frame into the viewer ' s space 8 12 12 4 4 be sure and always stack on an elevated stack pad so the moisture runs away from the stack 0 1 1 6 6 the bacteria is the cause of pneumonia , including common uses , side effects , interactions and risks 8 1 1 9 9 the show was pulled from its original christmas year slot because of the tsunami , and to be honest it really should have stayed pulled 11 5 5 8 8 ` wellness ' tracker lures seniors to a data driven lifestyle 13 10 10 13 13 and with a flourish of her wand she unleashed a plague of biting insects , the sand fly 0 1 2 5 5 the incoming water caused a stain on the wall that , through the lens of pareidolia , looked like a bearded man with a big afro hairdo 18 2 2 9 9 the north side of the street accommodated a gas station on the corner 1 1 1 6 6 the bleeding was caused by an injury , such as a fall or something hitting your face 6 1 1 6 6 the team is traveling into uncharted territory 16 12 12 16 16 on the mantel in our living room was a handmade book of photos done by a friend who is a professional photographer 6 2 2 7 7 we poured flour into a large mixing bowl , adding slightly more than the recipe calls for 6 6 6 10 10 he rolled up towel and dump specimens into the pint jar 18 10 10 13 13 this chapter shows how much nova has accomplished earning the companionship of her teammates 6 8 8 12 12 the ongoing drought means that there is little water flowing into the lakes 8 9 9 13 13 when the blood glucose levels are lowered , the insulin release from the pancreas is turned down 8 4 4 9 9 in the past , insulin was extracted from the pancreases of cows or pigs , then used to treat diabetics 18 15 15 20 20 in this grotto the boy was also born , and exposed the mother leaves the child behind in a woven basket 0 14 14 17 17 merlin lindeman ( animal sciences ) then pooled their expertise to show that the caterpillars caused the disease 17 4 5 8 8 mouth blown by a glass blower , each vase is slightly different 16 8 8 13 13 it is far more reminiscent of an exit hole caused by a real missile 15 3 3 8 8 mccain ' s proposals were outlined in a speech made at the prestigious carnegie mellon university 16 2 2 20 20 ten short films , both single and double screen , reap audio visual crops from the fertile soil of the filmmakers ' florid imaginations 16 4 4 7 7 crucell , a dutch vaccine and biopharmaceuticals maker , said yesterday that it was in friendly but early stage talks over a potential takeover 4 3 4 11 11 i have a cassette tape from 1969 that was in a box with many different copies of yesterday and today , some with fake pictures of the fabs holding meat 18 3 3 6 6 even the thinnest crack in a humidor is an open invitation to cigar beetles 6 3 3 6 6 you have added complexity into the mix by not having the proxy server and media server together 13 5 5 18 18 the rural european ` stem family ' , or extended family , consisting of parents and one married child who would eventually inherit the family property 1 3 3 13 13 they made the effect even more dramatic by lighting the talent with a light placed on the floor and focused on the face 1 12 12 16 16 the thin f ring on the left of the image shows the perturbations caused by the moon prometheus 3 4 4 10 10 thinkcascade is a css editor that uses a spreadsheet like interface 4 4 5 10 10 last time we got ice cream that was in a cup and did n ' t fall over 3 7 7 8 8 basic diagrams also work well on the computer screen if they are carefully designed to match the grid of pixels on the screen 3 0 0 4 4 diatoms have an external skeleton of silica and silicon may therefore be a limiting element to diatom population growth 4 1 1 9 9 the medal was contained in a velvet lined square box with gold lettering on the lid 0 23 23 27 28 a recent book by carmen m reinhart and kenneth s rogoff , two economists , found that over the last century the typical crisis had caused the jobless rate in the country where it occurred to rise for almost five years 11 12 12 15 15 once the data is collected , an emissions inventory is completed by staff using calculation tools from the ghg protocol 17 2 2 5 5 chinese construction workers build the port at hambantota that analysts believe will become a base for its navy 8 2 2 6 6 the ethiopian maid fell from the balcony yesterd 18 5 5 9 9 novomer ' s cleaner burning binder goes into customer trials 18 4 4 6 6 the target of those activities is development of meta information systems , which enables record metadata of geodata 9 2 2 3 3 frozen concentrated orange juice futures have gained 17 this week on fears that crop damage could be substantial 14 6 6 11 11 he is the author of eight books which have charted the transformation of europe over the last quarter century 14 1 1 4 4 the story portrays a boy who encounters a young woman whom he must serve 11 1 1 7 7 the server identifies the exam using the identifier and retrieves the corresponding template 6 3 3 9 9 the workers poured concrete into the three new stepped piers 18 4 4 7 7 the commander has dragged soldiers into unnecessary battles 6 5 5 11 11 the bottom section of the mast has been mounted onto the ship 18 1 1 7 7 the human lies down in a sealed box and allows his mind to do nothing but operate the avatar 13 16 16 19 19 eight british tourists are suing a south african safari park after they became trapped by a pride of wild lions when their tour vehicle overturned 13 8 8 11 11 as i write this to you , a bevy of female deer tick nymphs perch upon my shouders and act as my spell checkers 16 5 5 20 20 it also caused a conspiracy theory to sprout from the fertile imaginations of the world ' s paranoid independent investigative journalists 13 11 11 13 13 they are afloat in the mid atlantic , with a german wolfpack of submarines attacking whenever he blinks 8 5 5 9 9 by the way , that quote was from an email to researchers , not the official google blog post 6 4 4 7 7 the users sent an array to the responder 18 2 2 5 5 when a person assists the employee with completing this form , the preparer must certify the form 3 8 8 11 11 merchants often have a small statue of a cat with its paw raised in their store window 13 5 5 7 7 and one third of the bench of aldermen is exclusively composed of men , which explains the on average lower share of female aldermen than female local councillors 11 14 14 19 19 in a poetic series of alternately charming , dry and sometimes tragic aphorisms the biographer constructs a personality from minutiae 9 2 2 14 14 the seven chains have given away a total of 5 6 billion single use bags in the past year 4 6 6 12 12 they left one weapon , a gun that was locked in a safe , and have since returned two others 2 15 15 18 18 the grip 1 is fitted over a rear part of a core 6 of the helve of the hammer 2 1 1 5 5 the nails of the right hand are easily cut with scissors made for cutting the nails of the left hand 18 4 4 7 7 moreover , from the porch of the stoics he brings out matter , and places it on a par with the divine creator 9 6 6 7 7 last night i bottled the all grain ale 10 2 2 6 6 the senior profiles are used by teachers in order to help them write a more informed letter of recommendation 1 5 5 14 14 we have recently determined the corruption was ( ironically ) triggered by the smart utilities 11 1 1 9 9 the launcher receives the balls through a similar belt system leading up the neck of the robot from the ground 12 1 1 5 5 the essays collected in this book are based on the reports presented to the symposium the european union as an actor in international relations , jointly organised by the two historical universities of macerata and camerino , held on 5 7 april 2001 6 2 2 8 8 sterile distilled water was put inside the fifth well to serve as negative control while gentamicin was used as positive control in the fourth well 4 1 1 5 5 the pig was in a crate on the back of the wagon , and cold as it was , mr huy waded to the wagon and fed it that night and the next morning 13 15 15 18 18 the use of mathematical models and numerical techniques is a practice employed by a growing number of applied mathematicians working on applications in finance 18 7 7 13 13 complementing the unique arsenal is a vibrant world that employs a cel shaded animation reminiscent of a comic book 2 2 2 8 8 the 34th battalion was a part of the cavalry not surrendered by gen robert 2 7 7 10 10 at the turn of each hour the pin of the wheel raises the hour wheel lever 17 1 1 4 4 the ombudsman ' s report concluded that a large part of the package was not provided 13 4 4 8 8 each congregation has a body of appointed male elders and ministerial servants 11 17 17 22 22 as i traveled the world and had facials in every corner , i have finally found a therapist with such a perfect way of touching my face 13 11 11 13 13 some voter advocates worry that the requirement , paired with the crush of applications , has risked leaving more would be voters with only a provisional ballot on election day 6 7 7 12 12 three days later , the new born baby was brought into her home 14 2 2 9 9 our whole evening was centered on the topic of courage 6 2 2 7 7 non native species are spreading into new areas increasingly rapidly through human activities as international trade , transportation and travel intensify 17 0 0 4 4 twisters generally fill their creations with a gas other than helium , as these designs will not usually float anyway 0 3 3 7 7 the life like creatures caused a real scare on the set when a 44 foot spinosaurus malfunctioned and began slamming its head against a prop plane 14 2 2 10 10 this documentary film reveals a shocking insight into the jamaican economy and everyday life 2 15 15 21 21 this invention relates to a mooring fender apparatus , particular an apparatus to protect the gunnel and rub rail of a boat 8 8 8 14 14 going much much farther back , ultimately the word descended from the indo european root 4 2 3 9 10 a fresh pork butt is cooked slowly in a crock pot instead of being cooked in the traditional pit 8 1 1 9 9 this paper is constructed from a portion of a thesis presented by edward w shand , june , 1930 , for the degree of doctor of philosophy at new york university 11 1 1 4 4 professional photographers use digital cameras 8 20 20 23 23 line 3 ( blue ) completed part from egaleo to doukissis plakendias , where it connects with the new suburban train from the airport 3 8 8 11 11 they ( the aquarium ) were brushing the shark ' s teeth 11 1 1 9 9 the girls drank the vodka out of plastic water bottles 13 1 1 7 7 rowe coven was a coven of male warlocks who got more powerful down the generations until there are three brothers , the most powerful ever seen 17 5 5 9 9 during experiments in captivity , capuchins have made flint knives after banging a piece of flint against the floor until it broke 0 1 1 5 5 the ban caused a widespread debate , largely on the internet , in which rabbis and scholars from around the world participated 18 17 17 19 19 and destiny lies for us in many places , way up in the high lonesome with a cowardice of curs or our passions for the loves we know 4 9 9 13 13 the coffees were all tasty , even though my latte was in a glass after we had discussed the size of the cup , i always find them hard to drink 14 4 4 7 7 the focus of the chapter is the impact of diversification on the performance of pe funds 18 5 5 8 8 from the ancient times , music documented the lives of the people and was widely patronized by the rulers 6 4 4 7 7 saudi arabia has exported wheat to 30 countries including china 18 1 1 14 14 the box contained a complete british manual telegraph tape making and high speed sending system 14 6 6 12 12 the commission has published an annual report giving a summary of committee activities during the previous year 6 1 1 5 5 the guests arrived to the wedding on time 6 1 1 5 5 urgent needs are approaching the society , which requires dynamic changes 1 12 12 20 20 he preserved the working ranches of the west , while achieving an expansion of the ranch ' s value through development and management of the recreational ecosystem within the ranch 4 1 1 4 4 the sand in the hourglass solves several problems of the clepsydra it does not freeze in cold temperatures , it does not evaporate in warm weather , and it can be sealed so nothing can get in that will affect the flow of the sand in the glass 8 1 1 8 8 the name mirumo was derived from a cartoon series 13 22 22 24 24 ceres is the largest known asteroid at approximately 950 km ( 590 miles ) in diameter , and it lies in the belt of asteroids between mars and jupiter 1 4 4 9 9 a really enjoyable drinking experience ensued from this red blend from this boutique winery from the cowra area of central western nsw 4 1 1 6 8 the chabazite was contained in a multiple u tube and was first thoroughly outgassed at 550 ' in a good vacuum 1 1 1 8 8 the spill was caused by the iraqi fuel tanker zainab , suspected of smuggling around 1 , 300 tonnes of fuel oil from iraq , as it ran into trouble on its way to a holding area in international waters 0 3 3 10 10 use outdoor where sunlight and glare cause eye strain and fatigue 1 21 21 26 26 police investigators later found brake discs on the car were broken , though experts from the italian car manufacturers insist the damage was caused by the collision and the car had been in perfect condition 18 4 4 7 7 such interventions placed the general in a role that many within the profession considered inappropriate 14 2 2 4 4 typically , statutes declare policy 6 4 4 8 8 i removed the chemical disposes into the designated area only 18 9 9 15 15 as a result , the brain is depleted of dopamine , which causes the severe depression after the cocaine has dissipated 3 1 1 7 7 the kingdom comprises four topographical and climatic areas , which vary from 400 to 1800 metres above sea level 2 5 5 8 8 first we measured from the railing of the bridge to the surface of the stream 18 1 1 16 16 a referee , or on ice official , is responsible for enforcing the rules during a game 6 1 1 6 6 the squatters have moved into the building 3 4 4 8 8 as of 2010 the farm has two large greenhouses and one field tunnel and cultivates about 6 acres of vegetables 16 2 2 7 7 although the clauses were invented by the framers to serve common values , there is some tension between the two 6 4 4 7 7 the researchers placed the compound in a tube , which then was put inside a magnet 13 11 11 14 14 the opening issues , mostly written and guest edited by the coterie of contributing editors , seem infused with the same spirit 10 4 4 7 7 utilizing concrete plank floor construction benefits the builder 2 1 1 7 7 the muscles at the back of the leg , by connection with the achilles tendon raise the heel 18 1 1 5 5 a project to regulate the standard of private rental properties in dumfries and galloway looks set to close 0 2 2 4 4 these wind turbines generate electricity from naturally occurring wind 18 15 15 18 18 in the 2006 robin hood series , robin at one point is lowered into a pit of poisonous snakes 12 14 14 7 7 a suffolk ram was removed from the flock and test mated to unrelated suffolk ewes in another flock 14 of the resulting 43 lambs born in 1984 had an identical congenital renal disease 8 8 8 12 12 the x men battle sentinels in this new clip from the animated series 1 3 3 6 6 aware of the suffering caused by exploitation , social injustice , stealing , and oppression , i am committed to cultivate loving kindness and learn ways to work for the well being of people , animals , plants , and minerals 8 8 8 11 11 he then maps the development of anglo american formalism from modernist literature to the american and british academies 4 2 2 7 7 her decomposed body was found in a drum in a lake elsinore field 9 6 6 7 7 i have also had some aged maize spirits that they use for flavoring in their blends that tasted quite a bit like bourbon 17 1 1 5 5 my neighbor has erected a fence and it has been built on our land , not on the boundary 3 2 2 10 10 the magnetic mechanism is composed of a rotatably seated permanent magnet which can be swiveled or rotated into alignment with the actual throughput channel for the developer mix 1 16 16 23 23 witness the gangs in los angeles who stopped killing one another for a time after the riots triggered by the rodney king bashing verdict 8 8 8 12 12 the addition of disintegrants could further accelerate the drug release from the tablet 15 1 1 7 7 the results have been documented in two films 18 12 12 15 15 three friends are forced to question what keeps them together after a quarrel over the purchase of a work of art 1 2 2 5 5 from banishing cold and flu germs to preventing foodborne illnesses , frequent hand washing is one of the smartest preventive habits you can adopt 8 1 1 6 6 many neologisms have come from popular literature and tend to appear in different forms 4 6 6 10 10 the two year old ' s body was in a suitcase found floating in a pond by local children 16 1 1 21 21 this program was developed based on research , best practices , several parenting programs , and the personal experiences of the author , who is a minister 3 22 22 24 24 our horses soon get used to it , the only things they really do n ' t seem to like are the helicopters with rotors front and back 8 0 0 5 5 responses were obtained from 310 presidents provosts and 1293 deans 16 6 6 10 10 a publicly shared web 2 0 story , created by students for a class , afterward becomes something that other students can explore 18 2 2 6 6 the outer bark composed of dead phloem alternating with bands of cork is called , technically , rhytidome 13 9 9 11 11 insects that harm trees are often prey for a descent of woodpeckers , which , in turn benefits the birds that nest in the saved tree 6 1 1 6 6 the setup was put inside a chimney in order to enhance the natural convection cooling 9 0 0 1 1 strawberry jam is made to be shared and people love it when you do 14 1 1 10 10 the bulletin informed key persons and opinion leaders about the project , its background , objectives , activities , and results 14 1 1 4 5 the book introduces modern geographical theory in an accessible format and reflects the changing nature of the subject 13 11 11 15 15 the leftist student platform at lau is newly born independent leftist league of various leftist movements and independents at the lebanese american university 6 4 4 7 7 the bottles have leaked poison into the milk 11 18 18 20 20 many times , the problem of keeping track of depreciation rates in you fixed assets is attempted by managers using spreadsheets which they program themselves 18 2 2 11 11 a western journalist took an assignment from his newspaper ' s office for visiting pakistan and filing exclusive reports on the current nuclear issue 13 7 7 11 11 an office is then modeled as a society of various interacting agents using their knowledge to complete the office goals cooperatively 9 1 1 10 10 the valley is france ' s largest producer of sparkling wines outside of the champagne region 14 1 1 11 11 preliminary talks between the association and nigel worthington regarding a new contract took place last week and these talks are still ongoing 18 4 4 8 9 although some of the stories were based on historical truths , most were a weaving of greek , roman and celtic myths 18 2 2 12 12 however several problems were pointed out during the course of this feasibility study 12 4 4 7 7 the salary of a sergeant in the army for an experience of 2 years or less is 19504 80 , after 10 years it is 26841 60 14 1 2 9 10 the weather report informed me about the high wind storm conditions that was already in place 17 1 1 7 7 one soldier was brutally frank in a message posted on a website last week 1 1 1 2 2 human growth hormone is described by some as the key to slowing the aging process 3 4 4 15 15 the wind lifted the umbrella , tipped the table , smashed some of the umbrella ribs , and ripped about half the umbrella seams 17 7 7 12 12 in another two short sessions , the duo produced six or seven songs , two of which just did n ' t fit the mood of the album 18 17 17 18 18 in september 2001 president george w bush declared a war on terrorism and vowed to destroy all terrorist organizations with a global reach 11 5 6 10 11 at my work , an electronic engineer has migrated into embedded software 15 2 2 11 11 a brief discussion of the rice market is presented in the appendix 16 4 4 5 5 roni music is a software company with an emphasis on powerful music software 9 13 13 14 14 first you feel the fire of vodka , but sweetish and then the blackberry syrup neutrolizes all the alcohol , the last touch is the coffee taste of kahlua 16 4 4 5 5 martin smith is a film maker who wrote and directed the 2006 scottish bafta award winning short tracks 2 5 5 8 8 i kept it in a pocket in my trousers and , day after day , used it more frequently , and with more pleasure 16 8 8 16 16 in 616 , the first buddhist stone scripture tablet was made at the temple by a monk named jingwan 18 1 1 4 4 the president of the corporation , by virtue of his office , presides as chairman of the meeting 2 10 10 14 14 the covered clamp style handles hold mop firmly between the jaws of the mop handle 17 1 1 6 6 the founder of a growing advertising agency is happy to see his business flourish , but is left wondering what his role is now that others have taken over 3 8 8 9 9 i bought him his meds and cut his foot nails first before we headed to the hospital 3 15 15 18 18 the lure is a treat that is held in the owners hand , and the ferret lifts its paw to try to get to the treat 6 6 6 14 14 at this moment , a certain amount of chlorine gas was placed inside a cylinder with a movable piston at one end 18 4 4 7 7 while playing the labyrinth game through the television , i thought of a few ideas that i wanted to test out 2 1 1 4 4 the plug of the valve shown in figure 3 50 is fitted for this purpose with a packing sleeve , which is tightened against the seat by a follower nut 18 2 2 8 8 my baby sister was lying asleep in a cradle next to my mom ' s bed 13 17 17 19 19 so they mate with boars every year and give birth to a litter , no , a farrow of piglets 2 3 3 6 6 in the footwear department of the store , socks and other accessories needed to be displayed in an area close to the shoes , boots and sandals , yet also be unobtrusive 2 4 4 5 5 several major manufacturers of chain saws claim to have invented the first chain saw and all their claims point to the 1920s 1 1 1 6 6 the election was caused by the appointment of donald sumner , formerly conservative mp for orpington , to be a county court judge 4 1 1 6 7 the polonium was contained in a tantalum capsule which was closed by beliarc welding remotely controlled manipulators 6 4 4 9 9 finally , the holiday items arrived to the local store 1 19 19 21 21 this was our first day back volunteering there but he was n ' t feeling good , had a fever from immunizations 3 15 15 16 16 the first french aircraft designer to try this simply installed a deflector plate on the propellor blade 18 1 1 4 4 eight busloads ran into contention 17 22 22 28 28 i was very lucky to have my friend from ballet knit a baby blanket for my daughter and my friend ' s mother from austria knit a baby sweater 13 20 20 23 23 in 1874 captain john t lytle and several cowboys left south texas with 3500 head of longhorn cattle and a remuda of saddle horses 18 11 11 14 14 the western region of mauritania is the scene of a serious plague of desert locusts 6 5 5 8 9 the exhibitors have entered the exhibits into the fall fair 10 2 2 9 9 he sees taxation as a central instrument for the government ( over and above revenue raising ) especially for re distribution of wealth 14 6 6 9 9 it has been asserted in the literature that the recognition of speech takes place not because of phonemic distinctions only 0 4 4 19 19 i found that the wind swirling around from the back , in between the front seats , caused a draft on the driver and passenger ' s necks 4 7 7 11 11 i also enjoyed the fact that the honey was in a bottle rather than those little packages that are almost impossible to open and make a huge mess once you manage to do so 3 0 0 7 7 vehicles are equipped with front and rear bumpers designed to withstand the impact of the collision 13 24 24 8 8 the japanese team conducted their preliminary research on mice , with a cancer gene among the regulators , and created in the process a mischief of clone mice 1 1 1 9 10 the acidity is caused by the gradual buildup of carbon dioxide ( co2 ) in the atmosphere , dissolving into the oceans 0 3 3 11 11 the european colonial expansion to the americas resulted in massive population movements from the old world to the new world 16 2 2 0 0 workers take wax from wax producing workers and build the comb with it 18 1 1 7 7 the author identifies the piper with the devil 13 1 1 4 4 a faction of sikh leaders took over a gurdwara in this haryana town , which was controlled by amritsar based shiromani gurdwara parbandhak committee ( sgpc ) 11 1 2 12 12 the law maker narrowly escaped by fleeing from his house on a horse 2 9 9 12 12 when the loading time was completed , the sliding bar of the injector was displaced manually to the other resting position ( dashed area ) 6 1 1 4 4 cambodian troops arrived to areas in chad , central african republic where us forces had settled already 18 0 0 4 4 highways are falling into disrepair 2 15 15 18 18 witness ryan jones tried to stop the fleeing diaz , jones became caught on the door of the truck and was dragged for a distance 4 1 1 5 5 the tea was in a mug my husband , larry , had ordered from some company online 18 2 2 13 13 while making observations the microfossil through the binocular microscope or on a computer monitor , the investigator needed to manually move the specimen 13 15 15 18 18 a while ago i was walking along the nibenay basin when i stumbled upon a harras of wild horses 13 8 8 11 11 on the way in we saw a big raft of eider ducks and there were some tiny babies with them 18 3 3 8 8 another 40 million people have been pushed into hunger this year 6 6 6 9 9 he grabbed and put all dirty clothing in a hamper 16 4 4 7 7 each recipe features an anecdote by a band that performed via the hope collective , a popular punk booking collective in dublin 11 1 1 7 7 the writer has a ` bottle of ink , a pen and a blotter ' 17 1 1 11 11 the city has constructed some tourism facilities and a new police station in the showcase area , but no new houses are to be built here 1 5 5 10 11 the straight , blue ion tail is caused by the solar wind and the curved dust tail is caused by solar radiation pressure 6 2 2 8 8 the ocean exploration is now moving into deeper waters 1 0 1 13 13 infectious diseases or communicable diseases are caused by bacteria , viruses , and parasites 15 0 0 12 12 proposals to simplify the university admissions process have been outlined at a conference of secondary school head teachers 16 14 14 18 18 during the reign of king richard ii , this was replaced by a hammerbeam roof by the royal carpenter hugh herland , the greatest creation of medieval timber architecture 11 7 7 11 11 to prepare for his exam , the student visited the isa website 6 6 6 10 10 the football club has rescheduled the trials to the next day due to recent wet weather 14 2 2 6 6 the second lesson points to the predominant role of quality over quantity 15 3 3 8 8 many times , journalists become the topic for discussion among political party supporters at press conferences 11 0 0 12 12 women improve lives of their families with the help of a few sheep 11 1 1 13 13 the definition of the vcard specification made use of a number of existing standards 6 2 2 9 9 all your posts are imported into the standard wordpress installation 2 6 6 9 9 without wasting time , a medical team of the army rushed to the house of the militant and provided emergent medical treatment to her 14 1 1 8 9 the report provides a full account of the societal impacts of car production 13 8 8 12 12 the siege started rather slow , with a regiment of lightly armored swordsmen ramming down the gate 1 17 17 23 23 on this basis , the vibronically coupled cd bands of lutein diacetate are attributed to an excitonic interaction arose from the twisted nematic layers 16 3 3 9 9 psa is a chemical produced exclusively by the prostate gland to liquefy semen 1 2 2 9 9 the pension crisis has been caused by the escalating cost of funding copper bottomed final salary pension schemes still provided , unlike most companies , by councils and other public sector employers such as transport for london 6 4 4 7 7 the editors have inserted narration into the description 18 1 1 2 2 a blood clot is a normal reaction of the body that occurs if a blood vessel is injured 1 4 4 10 10 a third of the injuries are caused by illegally obtained fireworks , and burns account for half the injuries 14 7 7 11 11 the icon is generally a flat panel painting depicting a holy being or object 15 1 1 10 11 the weather is still the main talking point on the front pages 18 1 1 5 5 their relationship is thrown into chaos 5 28 28 30 30 i wanted to breastfeed him when he was hungry and i noticed that he was n ' t approving of my breast , so i gave him a bottle with formula in it 11 9 9 12 12 the mess was rapidly cleaned by one of the waiters with a mop and disinfectant and the meal continued 13 7 7 9 9 the skies were also filled with a desert of lapwings and a congregation of golden plover , mixed together in a cloud of birds which filled the sky as they escaped a passing ( but unseen by me ) predator 14 8 8 10 10 one of the few clear and non controversial norms governing issues of state succession are the customary rules enshrined in article 11 4 1 1 7 9 the bomb was hidden in a toshiba radio cassette player which in turn , was inside a brown samsonite suitcase 4 4 4 21 21 only i had a key to that door , the door was unlocked earlier , the key was locked in a safe and only i had access to the key 18 10 10 13 13 peter gast corrected nietzsche ' s writings even after the philosopher ' s breakdown and so without his approval 2 1 1 7 7 the flapper of the first stage hydraulic amplifier is rigidly attached to the midpoint of the armature flapper 4 7 7 10 10 there are three techniques for properly decanting wine in a carafe 1 4 4 7 7 in addition to the threat from cable television , analog terrestrial television is now also subject to competition from satellite television and distribution of video and film content over the internet 2 3 3 7 7 access to the citations contained in the book is rather difficult 4 1 1 6 7 the spider was contained in a glass box , but it was big enough and close enough to have the desired effect 13 9 9 11 11 the safest place in korea was right behind a platoon of marines 18 5 5 9 9 the innovative techniques consist of plantation of appropriate horticultural crops , fodder trees and medicinal plants along with micro irrigation facilities 4 6 6 11 11 world ' s slimmest usb flash drive fits comfortably in a wallet 17 6 6 10 10 the polish competition authority condemns a producer of paid tv programs for abusing of its dominant position in the licensing agreement with the cable tv operator 0 0 0 5 5 alcohol and drugs directly cause suicide by significantly diminishing the reasoning of the person at the time of the suicide 2 9 9 12 12 a metal pipe connects the magnetron to the cooking chamber of the oven 1 18 18 27 27 i write as both a doctor director of the me association and as someone who suffers from the illness , which was triggered by an attack of chickenpox 1 9 9 12 12 i know plenty of people with oily skin and wrinkles from the sun and they ' re in their 30s 6 3 3 6 6 extending ninject injects dependencies into action filters 8 1 1 5 5 the ship departs from the port of naoussa , and is of the catamaran type 0 8 8 19 19 windmills kill birds and bats , while soil disturbances required to build solar and wind arrays lead to soil erosion 18 9 10 12 12 the boyd group is a british based , independent think tank considering issues relating to animal testing 18 5 5 11 11 the seattle women ' s group distributes a number of small scholarships for single mothers who want to go to college 12 15 15 20 21 as late as the 1950s , for example , only one mexican served as a policeman in the entire chicago police force 18 0 0 6 6 science is part of our daily lives all day , every day , everywhere we go 4 1 1 6 7 the instrument was sealed in a polyethylene bag for 40 hours at room temperature 4 1 1 5 5 the camera was in a suitcase and the screen has been damaged 1 1 1 12 12 the mosaicism observed in the proband was derived from a postzygotic somatic mutation of the normal maternal y chromosome 8 2 2 7 7 and the citation from whelpton ' s books was listed first in the assortment of quotations specifically characterized as comparatively modest 8 5 5 9 9 dues were paid before the ship departed from the harbor and the captain was provided with municipal and customs services 18 0 0 5 5 considerations have been concerned with cases where the forces between particles can be handled in a satisfactory manner 3 0 0 2 2 birds with eyes on the sides of their heads have a wide visual field , while birds with eyes on the front of their heads , such as owls , have binocular vision 15 4 4 10 10 some metal free catalytic systems have been investigated in the paper 17 5 5 12 12 patterson and a half dozen scientists from several institutions compiled the global map using images from nasa ' s historic voyager and galileo missions 12 4 4 11 11 the vp ' s wife was a member of a succession movement 17 1 1 6 6 a man drew up a hit list before shooting ten people dead 18 6 6 9 9 developed in 1979 , depressed center wheels revolutionized angle grinding 4 4 4 8 8 five seconds later the disguise was in a bin and he was just your average joe in the fluero singlet and workboots walkin down the path 10 6 6 13 15 for straight cuts , a tile cutter is the best tool for a do it yourselfer 6 1 1 5 5 the athlete ran into a hurdle 6 4 4 9 9 i inserted an old tape into my brand new handycam 6 1 1 6 6 the organisms are spreading into uninhabited areas 2 3 3 5 5 we propose a rule driven approach for adaptive business collaboration development in which rules drive and govern the development process 8 4 4 9 9 kosher indicates that the gelatin is derived from an animal that is mercifully slaughtered according to the laws of kashruth 11 1 1 9 9 the shop has since fixed the problem with a method of their own ( with approval from fsa apparently ) and i have the cranks on my bike ready to use 4 1 1 5 5 the drug was in a bottle that was not prescribed to her 5 1 1 4 4 a bottle full of milk that has been left sitting out in a warm room quickly breeds more bacteria than a newborn can handle 5 3 3 5 5 i lost a suitcase with money in it last week 17 0 0 7 7 students worked together to create their own wiki on a given topic 16 12 12 16 16 rogge conceded that perhaps the committee had been naive in accepting the promises made by chinese leaders 6 2 2 9 9 600 billion dollars have been put into the us economy 16 4 4 3 3 this is a student organization founded by some master student at university of rajasthan india 14 1 1 6 6 the controversy has centered mainly on intelligence 9 2 2 3 3 this easy mushroom sauce is delicious with steak 17 3 3 5 5 self educated malawi boy builds windmills out of junk 18 0 0 10 10 seminars and conferences have been organised around the asia pacific area in the most recent years by different organizations and institutions 18 1 1 5 5 the convention of splitting tax bills is based on the construction of the first paragraph of s 55 that is rejected by the high court in permanent trustee 1 1 1 5 5 the deleveraging triggered by the crisis implies that countries that hoarded reserves have been reaping the benefits 17 5 5 16 16 the world ' s largest shipyard in ulsan slips a newly built , multi million dollar vessel into the water every four working days 1 2 2 17 17 headaches , dizziness , balance problems , and neck and back pain were caused by the work injury 17 4 4 9 9 the historic district commission members drafted a demolition delay ordinance that went before the board of selectmen last year 14 6 6 10 10 this blog tracks and comments on news relevant to the interplay of science religion 6 1 1 6 6 the substance is exported to the cytoplasm 6 4 4 10 10 approximately 20 dl of water was put in a fish tank 0 0 0 6 6 fainting is a common cause of unconsciousness and may occur when the casualty ' s heart rate is too slow to maintain sufficient blood pressure for the brain 15 2 2 13 13 the best way to peel a chestnut has long been a topic of debate 13 4 5 7 7 this region boasts a treasure trove of concerts , museums , and other cultural offerings 8 1 1 7 7 the woman was taken from her native family and addopted in england on some relocation scheme in the 1960 ' s 13 4 4 7 7 there was such a bevy of mourning doves in the tree across from the deck that they looked like christmas ornaments 8 3 3 7 7 for a flaming pie descended from the sky , and jesus christ stepped out of it , and he sayeth unto me 0 3 3 9 9 much like the virus that caused the 1918 flu pandemic , this new h1n1 flu virus affects young adults and school children in greater numbers 13 18 18 22 22 i look around to discover he ' s about two metres away , obscured from view by a clutch of force india mechanics 6 5 5 8 8 a worker inserts the small spring in the device and then installs the buttons 17 1 1 6 6 the company has constructed a demonstration house at the bre innovation park , at watford , using the same combination of timber and hemcrete 18 7 7 17 17 in a tense struggle , the other team prevailed in convincing fashion with a flurry of sacrifical brilliance 1 1 1 18 18 heat burns , or thermal burns , are caused by steam , fire , hot objects or hot liquids 18 3 3 6 6 it is a dispute over a plot of land where hundreds of babies are believed to be buried 13 4 4 8 8 the country was a confederation of various tribal peoples of caucasian descent ( closely associated with the georgians and the peoples of the modern russian north caucasus ) 6 0 0 5 5 nitrogen is falling into remote lakes 18 10 10 18 18 when the dog starts jumping like a nut , the idiot pulls the leash up with a jerk motion to get his attention and distract him 6 8 8 12 13 more than 40 years have passed since the spacecraft departed into the outer space with a fuel cell on board 13 1 1 4 4 the exaltation of the larks were heard in high exalting by the mallards who were rather flushed from playing in the puddling 18 20 20 24 24 each year , waterfowl enthusiasts and conservationists gather to learn about du ' s priorities , socialize and enjoy the camaraderie of other du supporters 0 0 0 3 3 methadone gives a buzz too , but it ' s the most effective way to reel in heroin addicts into treatment and real life 4 15 15 21 21 they were not issued guns at the time , but the office did have one handgun that was locked in a safe however , there was no ammunition 1 1 1 6 6 the flooding , caused by a cyclone , came on the heels of a prolonged drought , which destroyed 60 percent of fiji ' s sugar cane crop last year and cost more than 50 million fijian dollars ( 25 million us ) in relief and rehabilitation 13 12 12 15 15 governor rutledge had commissioned him a brigadier , and with his famous brigade of ragged followers , he performed those deeds for the redemption of south carolina which have made his name immortal 16 14 14 25 25 it ' s a long , polyphonic novel bookended by a virtuoso first person discourse from madero , a cocky , seventeen year old student poet 3 5 5 6 6 make two holes in the jar lid , one hole in the middle of the lid and the other near the edge 0 0 0 2 2 fog caused delays at the charlotte douglas international airport monday morning 18 4 4 6 6 clearwire customers in a handful of locations were unable to get online for several hours due to a network outage late tuesday 17 1 1 11 11 the administration has established a number of health posts and health centres to provide health care to amerindians 2 2 2 5 5 because the rotors of the turbines are relatively slow moving , they pose little threat to fish and other small marine life 6 2 3 5 6 researchers put bio energetics into bio magnification 8 8 8 11 11 in time we found that those pains and hurts from past memories were beginning to be mended and those past hurts became our scars , our badge of honor 18 1 1 5 5 the model developed from that event include academic visits and symposia , alumni and vip events , together with government and press relations 18 5 5 13 13 it is a common informal convention to reserve or declare full or partial ownership of a community resource 14 4 4 9 9 below you find my ideas with regard to this issue 17 1 1 8 8 the man dug a three foot deep fire pit to roast a pig , but somehow fell into the fiery hole 11 18 18 7 7 we were forced to get off the bus and find accommodation for the night , while the police officers took the bus to the scene of the incident apparently they were lacking their own transportation 17 1 1 9 9 a mother was seen to have built a small raft out of birch bark for her and her children , but it promptly sank among the ice floes 18 1 1 8 8 the astronauts rode to the station in a capsule 2 2 2 9 9 now this laboratory also is part of a larger organization 18 1 1 4 4 the president of this corporation was one of its stockholders 13 8 8 1 1 the archers of the eyes were an elite legion of elven archers who served troughout various wars 4 1 1 8 8 the skeleton was discovered inside a neolithic age tomb unearthed in yumuktepe hoyuk of the southern mersin province 13 8 8 13 13 a little later you ' re admiring a squadron of huge , white swans soaring over a nearly unspoiled natural area where it ' s hard to believe that a big city is only minutes away 3 6 6 10 10 as he came near , the lion put out his paw , which was all swollen and bleeding , and androcles found that a huge thorn had got into it 6 3 3 6 6 the celebrity poured money into modern artwork 6 1 1 7 7 a request has been sent to the moderator 14 2 2 5 5 the second hypothesis asserting economic domination is rejected , and the third largely accepted 14 1 1 4 4 this volume synthesizes current understanding of the ecology of alaska ' s boreal forests 0 3 3 7 7 the accompanying inflammatory process had caused the stricture of the mid cbd 1 7 7 12 12 one of the most dreaded types of scars are contracture scars from burns 5 1 1 6 7 the parcels contained a few basic food items to supplement the prisoners ' meager rations 2 11 11 14 14 the bees made their entry through a small hole in the lid of the bin , and they created a wonderful honeycomb on the underside of the lid , hanging downward in the bin , in a beautiful arrangement 17 7 7 14 14 the official is one of the senior officials involved in drawing up the september dossier 8 1 1 5 6 the phrase originated in an e mail of july 11 , 2003 , from cooper to his time bureau chief , referring to a conversation with karl rove 11 1 1 4 4 the gunman bought his weapons legally from a champaign gun dealer 6 3 3 6 6 we placed the buns into the steamer , leaving 1 2 inches between each bun 6 6 6 10 10 a famous poet has entered his poems into three current contests 0 0 0 8 8 dehydration is one of the lead causes of death in the world due to dirty water and felt this should be emphasized in global charity documentation 16 6 6 7 7 mr grisby , 30 , a software developer and victim of a previous burglary , had also activated a back up system which transferred the captured images to his private website when the computer was stolen 16 1 1 7 7 the statue was carved by a scots sculptor in 1826 27 and may be the only one based on a portrait of burns by burns ' s friend peter taylor , an amateur artist 6 11 11 14 14 an encapsulating composition is infused into the channel to encapsulate the tissue in a capsule 8 6 6 17 17 i first became acquainted with the book through an audio book i was given by a dear friend of mine a few years ago 11 1 1 7 7 a baby uses a box of baby wipes per week 8 1 1 5 5 the ship sailed from the port only once and was registered in liverpool 13 1 1 3 3 a fling of oxbirds is known by the singular and beautiful appearance those birds present in the air the grace , swiftness , and compactness of their flight 8 1 1 17 17 the method of writing , and the use of the fashionable amusement quizzes wauwau arrives from the country of prester john 0 1 1 7 7 these toxins cause sickness or an unpleasant odor 4 2 2 6 6 this particular reel was in a can where the writing on the label was completely obscured by a substance that looks like hamburger mustard 18 1 1 4 4 the staff of the hospital are committed to maintaining these services 0 0 0 2 2 accident causes delays on bw parkway 11 0 0 3 3 student support by telephone has a long tradition in open and distance learning 11 1 1 9 9 a user activates the device with the power on button 2 8 8 11 11 the presence of the charged object above the plate of the electroscope , induces electrons within the electroscope to move accordingly 11 1 1 9 9 an artist creates sculptures using up to 250000 coloring crayons 1 8 8 11 11 children stand near houses in padang that caught fire after the earthquake 18 1 1 6 6 the hostel comprises of a main building of 3 floors , it started its life as a nun ' s convent that ' s been renovated 3 1 1 5 5 the sword with leaf shaped blade was used for both cut and thrust , but it is clear from the representational evidence that it was principally used in a downward cut 1 9 9 14 14 individual donors make a significant difference in addressing the suffering caused by the economic crisis 6 3 3 14 14 greasy or oily rags or materials subject to spontaneous ignition are deposited in a receptacle 14 4 4 7 7 the rest of the volume presents the inscriptions , giving the circumstances of finding 6 3 3 6 6 i moved the file into the folder 13 11 11 13 13 i ' m so honored to represent my father in this comradeship of brothers 17 1 1 5 5 a person who prepares baked goods as a profession is called a baker 14 5 5 9 9 each question requires a text note to explain the rating 1 4 4 12 12 this is a yeast infection of the esophagus caused by the same fungus that causes vaginal yeast infections 1 0 0 10 11 tonsillitis is caused by infection by a variety of different micro organisms 1 0 0 5 5 hiccups are caused by a spasm contracting the diaphragm , a muscle essential in human respiration 18 1 1 14 14 the location of each airport and presence of control towers is indicated with a circle 8 15 15 18 18 the french government published on 13 january 2010 new guaranteed tariffs for the purchase of electricity produced from biomass , geothermal and solar by the public electricity grid management companies 16 13 13 17 17 this translation is systematic and literal with a particular emphasis on preserving the metaphors used by the saint in their original signification 3 5 5 9 9 the locking mechanism for a gear consists of a collar ( or dog collar ) on the shaft which is able to slide sideways so that teeth ( or dogs ) on its inner surface bridge two circular rings with teeth on their outer circumference one attached to the gear , one to the shaft 4 8 8 13 13 upon its discovery , king tut ' s mummy was placed inside three coffins , one smaller than the next 18 1 1 6 6 the aircraft was making a third approach to irkutsk , a scheduled refueling stop , when it crashed 8 8 8 12 12 the party goers had an array of favorite moments from the past year , from celebrity scandals to personal triumphs , but everyone seemed focused on their resolutions and things to come 18 1 1 5 5 successful memes spread into numerous copies whereas unsuccessful ones become extinct 18 1 1 6 6 an ossicone grows from the basal cartilage upward 4 0 0 5 5 cocaine was hidden in the pineapples exported from ecuador to medellin city of columbia 4 1 1 6 7 the puppy was inside a sealed garbage bag lying in vomit and near death 13 1 1 5 5 the committee is composed of people from every department 0 0 0 6 6 landslides caused the majority of the deaths 6 3 3 6 7 i have added references into the name index 0 0 0 4 5 rain and wind cause power outage in los angeles 11 24 , october 15 , 2009 18 2 2 5 5 gordon brown speech addresses the critics on uk immigration 14 3 3 12 12 this weekly economic publication analyzes and interprets financial , commercial and industrial developments 3 1 1 4 4 this machine has a memory of 5000 slots and in this memory we can stock 500 customers and products 1 11 11 14 14 he took a shower after using hair cream to avoid skin irritation from the chemicals in the product 1 1 1 6 6 the humiliation comes from authorities and people making him loose faith in humanity 14 1 1 6 6 the exhibition examines the first sustained contacts between american people and european explorers , conquerors and settlers from 1492 to 1600 18 1 1 12 12 these initiations only have been passed on to a selected few after years of apprenticeship 0 1 1 4 4 the visit caused a sensation on the whangaparaoa peninsula with people reporting the orca and rushing out to photograph and film them , from a safe distance 0 3 3 11 11 the constant polarization voltage between the two electrodes instigates the electrochemical reaction of the chlorine compounds on the working electrode 8 5 5 8 8 within a minute , the guard leaves the podium again and disappears into the crowd 3 1 1 4 4 these sessions highlight selected abstracts of submitted papers in poster format 8 2 2 7 7 the a virus originated in an asian bird that was exported to mexico , where it may have reassorted in a pig before infecting people 8 4 4 7 7 principal threatens to pull funding from student newspaper for covering flag burning 17 1 1 5 5 human hands built this extravagant tomb for the god king 8 4 4 7 7 she pulled out an atlas from the cabinet by the couch and opened it to a world map 0 2 2 11 11 dust or vapor cause burns or irritation of the eyes with swelling 8 13 13 18 18 i had just returned from a wonderful meal at gusto when a mysterious email arrived from an unknown person identified only as , salumi monger 1 1 2 11 11 increased reproductive toxicity of landfill leachate after degradation was caused by nitrite 8 4 4 6 6 here are my favorite quotes from movies , songs and friends , 3 4 4 5 5 this group 0 baby car seat fits easily into the car and connects to the jane powertwin pro pushchair ( sold separately ) to make a travel system 5 12 12 14 14 i maintained an even temperature in my ward by bringing in a scuttle of coal for the day ' s business 3 4 4 11 11 the earth ' s surface is divided into huge , thick plates that drift atop the soft mantle 14 1 1 4 4 the petition described the oil as being useful for salads and culinary purposes 18 8 8 11 11 before the council , ireland had such a superfluity of catholic priests that it exported many of them to glasgow , england , and the united states 9 3 3 4 4 we use whole wheat flour almost exclusively , but the white whole wheat flour was a new thing 6 3 3 6 6 two voters put cameras into their booths 1 1 1 6 6 a controversy arose from an equivocal assignment of the metastable 150 mev vibrational peak 14 3 3 11 11 most of his speeches at the rallies have been about the economy and the need to fight against corruption 18 3 4 14 14 high frequency geometric ray theory is used to study the refracted arrival from a layer embedded in an infinite medium 18 6 6 9 9 the tribunal has jurisdiction over any dispute concerning the interpretation or application of other agreements 12 13 13 16 17 he was a civilian president , but also he was functioning as the chairman of the political party that he founded from the cantonment 10 8 8 10 10 guru jakob nielsen gives his advice on best practices for programmers 4 5 5 8 8 she began to create a brew in her cauldron , that would take an entire year to prepare 6 0 0 6 6 dioxide has been released into the atmosphere 13 5 5 7 7 yes , i have a mutation of thrushes eating me out of bird food 14 14 14 17 17 one year later , a follow up workshop was held to provide a focused discussion on these issues from a research , practice and policy perspective 6 8 8 10 11 the shocking macro economics numbers have postponed the recovery to next year 8 2 2 8 9 the busha cattle is a breed originated in middle ages 14 1 1 5 5 the book asserts the intrinsic relationship between psychotherapy , human rights and politics 2 3 3 6 6 i pressed the button of the radio for contacting the engine driver and said that there was much smoke in the car 8 4 4 8 8 as soon as the guards had left the building to investigate , he scrambled through the window and looked around 11 1 1 4 6 a technician uses an in circuit emulator on the host pc to set breakpoints , read internal registers , dump memory , and perform other debugger like functions 9 1 1 2 2 the wheat starch has had more than one hundred year tradition in krnov 2 1 1 4 4 the shank of the hook is the right length to create properly proportioned fish profiles 18 0 0 3 3 death in a vat of chocolate was just waiting for some witty hilarious jokes 8 1 1 6 6 the dataset was extracted from internal documents of the ministry of justice and analyzed using standard demographic and epidemiological methods 2 1 1 4 4 the carriages of the train were painted blue the seams were decorated with gilding all wooden parts were made of indian teak 13 11 11 14 14 his first aim was to complete the move from a loose alliance of different brands to a tighter , more business like grouping 4 1 1 6 6 a mouse was found in a loaf of malt bread 0 2 2 7 7 the alleged abuse resulted in bruises and swelling of the brain 3 1 1 8 8 a bird is touching the sun with his wing 11 1 1 4 4 the bootlegger bought his staples there , as well as apples for his mash 13 4 4 7 7 she knew each favorite clump of concealing reeds along the river that the buffalo loved best 18 5 5 12 12 even the most self contained stories have spawned sequels , or even prequels 6 4 4 8 8 we have injected the code into the native process 18 1 1 7 7 a man relaxes with higher levels of testosterone , and a woman relaxes by secretion of oxytocin 8 1 1 5 5 the fire originated in an area of the plant housing cement mixing and lifting equipment 1 6 6 10 10 picture of a woodcut portraying the harm caused by the quake 6 13 13 16 16 the braidwood generating station , owned by the exelon corporation , has leaked tritium into underground water 16 7 7 14 14 his approach is similar to a recent comment made by a prominent video game developer 0 1 1 7 7 bacterial infections of the ear result in malodor , excessive exudation ( drainage of pus like material ) , and ulceration 8 12 12 14 14 the us department of energy has developed a method for producing natural gas from algae 0 12 12 21 21 on the one hand , a small notorious set of bacteria , fungi , parasites , protozoa , and viruses cause disease , as discussed in the two units of the book 18 0 0 6 6 diabetes is a group of metabolic disorders characterized by a hyperglycemia resulting from defects in insulin secretion , insulin action , or both 0 1 1 12 12 the clashes resulted in a great deal of bloodshed , including the deaths of at least 1200 civilians and 180 pakistani soldiers 13 6 6 3 3 the twenty fifth ship , the fleet ' s command ship shinbatsu , continued on into saturn space instead of returning home , escorted by the command ships shugotenshi and kergueren 3 2 2 8 8 the rivet tool offers long , ergonomically designed handles to increase leverage , and to secure the rivet in the nosepiece while the tool is in use , in any position 6 6 6 10 10 yesterday a big huge beautiful orange butterfly flew into my patio 18 1 1 5 5 his daughter fell into perpetual coma by car accident 13 17 17 20 20 still segregated in world war i , the u s army was reluctant to use its 93d division of black soldiers in combat and instead assigned the division ' s three national guard and one draftee regiments to the french army 1 1 1 5 6 the variations are caused by stratospheric winds and the chemical production and destruction of ozone 18 10 10 14 14 but now there came from out the niche a low laugh that erected the hairs upon my head 9 1 1 10 10 takara plum is a rich , sweet and aromatic plum wine suitable as an aperitif 2 4 4 7 7 this is from the introduction in the book fountain pens and pencils , the golden age of writing instruments by george fischler and stuart schneider , 1990 3 2 2 13 13 the sketchy rock in figure 16 is built up of many separate brush strokes 17 12 12 17 17 microsoft has put a price of 250000 on the head of the creator of the conficker internet worm 8 2 2 7 7 the clinical evidence came from a cohort study 3 1 1 6 6 the meal comprises 1 portion of rice ( bukhari mandi biryani ) 1 roast chicken ( leg and thigh breast and wing ) 1 small ( handsized ) box of dates 13 1 1 9 9 intuitively stack is visualized as indeed a stack of objects 4 7 7 11 11 a devonport resident has discovered a fuel tank in a concrete bunker at north head 6 6 6 9 9 it was schoener who placed the maps in a portfolio that was later acquired by a german prince and stored in a castle for nearly 400 years 18 3 3 7 7 you have poured balm into my anxious soul 18 4 4 6 6 the cops took the man into custody 6 1 1 6 6 seven tears have flown into the river 18 3 3 7 7 now , this reservoir is put into operation 18 8 8 11 11 today , i present to you a small handful of informational tidbits which act as glimpses into the world of a typography enthusiast 3 11 11 12 12 one of the most common reasons for cracks and splits on tree trunks is cold temperature 18 3 3 5 5 conveyance is any unit for transportation of explosives or blasting agents , including but not limited to trucks , trailers , rail cars , barges , and vessels 18 8 8 11 11 analogies are examples which aid us in gaining insight into a problem 16 1 1 4 4 a statement by the leadership of the smaller italy of principles party said berlusconi ' s only alternative would be to resign immediately 12 1 1 5 5 some fish swim in a shoal for protection 4 1 1 5 5 the wine was in a can so i called downstairs to see if there were any other regular roses 18 14 15 18 18 the delay in bringing the suit to trial is being caused by a terrific log jam of pending cases , court aids explained 3 1 1 4 5 the journal also contains book reviews and two regular columns that digest news from other sources 14 5 5 9 9 his ` intensely personal ' talk tackles the great challenges facing immigrants today 1 3 3 8 8 much of the bloodshed was caused by the growth of gangs 5 1 1 5 5 the correspondence encloses a purported cheque , as described above , for 2980 00 , to go towards these fees 14 4 4 9 10 the purpose of the class was to examine the therapeutic benefits of writing and to discern whether writing can be a help or a hinderance in some situations 13 9 9 11 11 then all the evil llamas has cried and a flink of cows has rampaged threw the streets trying to find the person that killed him 13 11 11 13 13 it is a leaderless organization , although there is an inner ring of partners , and an outer ring of additional members that are associated with the wikiring , but have limited rights with regards to voting and access to shared resources 3 0 0 1 1 tree bark are protected during construction activities and remodeling , since heavy equipment can damage trees 2 14 14 17 17 blowback firearms use the expanding gas impinging on the cartridge itself to push the bolt of the firearm rearward 8 1 1 5 5 the water evaporated from the evaporators is condensed in the condenser and can be reused in the process 3 1 1 4 4 the questionnaire comprises three sections ( i ) the dissemination of budget information , ( ii ) the executive ' s annual budget proposal to the legislature and the availability of other information that would contribute to analysis of budget policies and practices and ( iii ) the four phases of the budget process 13 10 10 12 12 the last hereditary sheriff of galloway used to silence the disputation of lawyers in his court by calling them schoondrels ! blethering loons ! 15 1 1 9 9 these benefits have been eloquently described in the last sentence of the preamble 11 10 10 17 17 in the sequence , the raven looks on as the witch stirs the cauldron with a huge bone 8 4 4 9 9 the efficiency of the biosurfactant produced from used vegetable oil was compared to other commercially available surfactants and the results were comparable 2 11 11 14 14 the subjects were asked to climb up a total of 10 steps on the ladder and then down to the floor for each trial 5 4 4 7 7 i carry a spray bottle with 91 isopropanol in it 8 1 1 5 5 the letter was sent from group to group of the dispersed believers to try and build them up to encourage them to fill them with hope 6 1 1 5 5 a stranger approached my little brother 2 3 3 7 7 flanking or backing rudders are used by towboats and other vessels that require a high degree of manoeuvrability 17 1 1 7 7 many tribes used animal hides to build houses such as tepees and wigwams 8 3 3 7 8 much of the rain evaporated from the forest canopy without ever reaching the ground 8 1 1 6 6 the boat basically sails from the harbor to an area of a beach where they are supposed to transfer you to a smaller boat and go to the beach 1 1 1 5 5 the anxiety caused by the accident , which appears to show no sign of diminishing , and its negative impact on the living conditions in the affected areas , may be the principal reason for the increase in poor reported health 18 1 1 8 8 this company has eluded from state budget fiscal obligations ( vat and profit tax ) totalizing 2 183 351 lei 13 50 50 53 53 in addition to the stipend , the center provides each scholar with a carrel in the vorhoff library supplies and support such as stationery and copying borrowing privileges of the center and university libraries a tulane email account and access to university online resources , and the collegiality of a community of feminist scholars and practitioners 18 1 1 7 7 my room has been moved into the corner of the first floor 10 1 1 7 7 this technique is used by most major websites to minimize http requests and hence improve page load times 5 4 5 10 10 it ' s a file cabinet in washington with an iou in it 12 6 6 10 11 it ' s about a corrupt policeman in a corrupt police force who changes his ways 9 3 3 4 4 the mid oleic sunflower oil was compared to cottonseed ( gossypium spp ) oil , the gold standard for frying 3 2 2 7 7 discount department stores have central customer checkout areas , generally in the front area of the store 1 1 1 7 7 the energy is going away from the source at the group velocity cg 14 11 11 15 15 the game received mixed reviews , with some of video games publications commenting on the similarities between other games from dragon ball 11 1 1 7 7 a man attacked women with a baseball bat 4 1 1 10 10 the remnants of einstein ' s brain were in a box marked costa cider 3 1 1 15 15 the cerebrum ( the forebrain ) is made up of the right and left cerebral hemispheres 13 10 10 12 12 my vision of heaven is to be surrounded by a clowder of cats 6 16 16 19 19 a 52 year old rocket enthusiast suffered minor injuries when a motor exploded as he packed powder into the casing , blowing his garage door off its hinges 8 1 1 5 5 the soul departs from the body for eternity 6 3 4 8 8 accidentally , my remote control fell into the water 14 5 5 9 9 there are a series of books dealing with the identification of groups of birds 8 4 4 8 8 we assume that the energy release from the charge is pot instantaneous , but it depends on time 6 3 3 9 9 parental influenza virion nucleocapsids were efficiently transported into the nuclei of murine cells 18 1 1 3 3 the nest of hornets was long and uncovered externally 2 20 20 4 4 in a known motor pump unit of this type , the slot barrel motor is connected , to the drive spindle of the screw spindle pump with a pressure side throttle interval interposed 13 14 14 17 17 caillie dutifully explored the city for four weeks , then departed in a huge caravan of 1400 camels 15 6 6 12 12 it is very realistic and the crimes that are investigated on the show are crimes that have actually occured 8 1 1 6 6 white chocolate is made of cocoa butter , milk , and sugar 6 1 1 5 5 his niece moved into this apartment last month 16 24 24 29 29 the chinesischer turm ( chinese tower ) is a 25 metre high wooden structure , first constructed in 1789 to 1790 , from a design by a mannheimer military architect 11 12 12 16 16 the solid fuel in a conventional grill remains stationary , unless the cook manually stirs the coals with a stick or similar tool 1 7 7 11 11 this mild and relatively common form of acne is caused by cosmetics 18 2 2 8 8 the newest moons were discovered by an international collaboration of astronomers , working in july at the canada france hawaii telescope ( cfht ) 1 1 1 6 6 the light was radiating from the face of jesus christ 18 3 3 11 11 the dallas wide receiver reacts after coming up with a big catch 3 4 4 5 5 and again , the shirt sleeve is too long , but the jacket is too short 4 1 1 4 4 this garden in a pail is a unique idea that would make a great gift for any cook or herb enthusiast 14 1 1 7 7 this document is a summary of an interrogation of the witness conducted on the noted date 2 17 17 22 22 he panics when he sees a blue gremlin on the side of the bus loosening the lug nuts on one of the tires 11 1 1 16 16 the man pulled it and the staples off the door , prying gently with a putty knife 6 5 5 8 8 every morning he put a stone into the cup without knowing that one of his friends put a handful of stones in it , to play a trick on him 1 2 2 8 8 the output noise was caused by the biasing resistors and the shot noises of the base currents of q1 and q4 18 8 8 17 17 the painting shows a historical view of the damage caused by the 1693 catania earthquake and the reconstruction activities 14 1 1 8 9 the dialogue at the summit also covered the economic impact of ict literacy 17 1 1 5 5 the bank has drawn up plans for the same and may start scouting for partners over next few months 1 2 2 6 6 the only light was from two turrets of bulletproof glass 4 7 7 10 10 onions and garlic were added to the stew in the cauldron 13 37 37 39 39 quaint things the women wrought for her pomanders and cushions of thistledown and the men were never happier than when they could tell her of the first thrush ' s egg in the thorn bush or the sedge of bitterns that haunted the marsh 8 1 1 6 6 the woman was born in the village 14 7 7 13 14 most americans are interested in topics or questions that have to do with cultural differences and with language 0 7 7 9 10 the widespread opinion that both protein and phosphorus cause calcium loss is examined 3 1 1 2 2 the furnace thermostat is the nerve center of your home heating system 17 1 1 7 7 the bureau established an audit and risk committee based on the large number of receiverships and an external auditor was appointed to review all 2009 receivership files 11 8 8 15 15 that night , at dinnertime , the prime mover eats the philosophical pickle with a hamburger 4 1 1 6 6 the wallet was inside of a locker designated for union employees 3 6 6 9 9 powerpoint presentations for each of the book ' s chapters are posted on this website 5 17 18 10 10 another great sign was the wonderful aroma of freshly baked desserts and brewed coffee , and the display case was full of wonderful looking desserts 6 3 3 7 7 they have dumped chemicals into the local river 12 7 7 13 13 jeff ma , who was a key member of the infamous mit blackjack team , notes the turn around of the oakland a ' s and the reversal of criticism directed toward gm billy beane 3 2 2 10 10 the generated script creates candidate keys defined using a unique index 6 1 1 12 12 the preview of a new dell laptop has been leaked to this blog 14 3 3 12 12 a local fm radio keeps the town informed about local and international development 17 1 1 6 6 the convict protects pip with a claim that he stole the items himself 4 4 4 8 8 my father ' s armor was in a chest next to the shrine 0 3 3 5 5 ambient vanadium pentoxide dust produces irritation of the eyes , nose and throat 8 4 4 9 9 in this study , flakeboard was produced from decommissioned guardrail posts that had been treated with chromated copper arsenate ( cca ) 13 4 4 9 9 both her and her troop of pampered beverly hills princesses learn valuable lessons in character , courage , and friendship with a super happy ending 5 11 12 14 14 on the floor of the passenger side , they found a plastic bag with marijuana inside 2 2 2 5 5 adjust the thermostat of the refrigerator to between 36 to 38 degrees fahrenheit , and make sure the freezer is set between zero to 5 degrees 8 1 1 8 8 the crisis originated in an over leveraged corporate sector and a banking sector that had mismatched assets and liabilities 16 3 3 10 10 it is a hormone that is produced by the pituitary gland and has widespread effects on the body 11 6 6 14 14 as a strategic move , the researcher started the school with a third year program with mature students 18 7 7 8 8 it features some of the most beautiful mountain landscapes anywhere , with vertical walls , sheer cliffs and a high density of narrow , deep and long valleys 6 5 5 12 12 the old lady moved the boxes in the corridor into her own house 0 1 1 5 5 the heat and pressure cause metamorphism to occur 10 4 4 16 16 as a consequence , optimization is now viewed as an indispensable tool of the trade for engineers working in many different industries 13 8 8 11 11 the two chiefs quickly gather round them a phalanx of their comrades 13 18 18 21 21 in this marvelous book smuts draws from years of painstaking field research in which she followed around a flange of chacma baboons in the mateti game park in zimbabwe 11 3 3 12 12 instead , the architect measures ` the sage ' with a flexible strip of metal 1 3 3 5 5 dogs develop a fever from stress and pain such as in a severe flea infestation 18 5 5 9 9 the ntsb determined that the aircraft departed from controlled flight and crashed into the atlantic ocean 8 1 1 5 5 the recipe comes from our friends at evil mad scientist laboratories 6 2 2 4 4 they misplaced mastiffs into homes 2 2 2 5 5 the left pin of the potentiometer is the ground connection 13 10 10 12 12 we are careful when mowing a meadow , as a nide of pheasants is in the tall grasses , brooding their young 14 5 5 12 12 the conference ' s final statement was a summary of all the topics the speakers had touched on during two days of meetings in cordoba 14 6 6 9 9 i have recently found a little article claiming that music affects our health both improving and worsening it 5 8 8 11 12 the winner of the goron races gets a bottle full of gold dust 0 1 1 13 13 the weight of the concrete on the soft materials caused a second ground collapse on the following sunday night 17 8 8 14 14 in its last 12 meetings this year the committee has made about 30 35 recommendations 13 33 33 36 36 in fact while coppola was away serving his sentence , the question what ' re you gon na do now , tough guy ? had become a popular catch phrase within a small circle of jersey mobsters 18 4 4 14 14 the inside of your nose is lined with a moist , thin layer of tissue called a mucous membrane ( say myoo kus mem brayne ) 1 6 6 11 11 every schoolchild is taught that the monsoons are caused by the change in wind patterns when a large body of warm air rises 14 1 1 6 6 these rules regulate human ' s behavior toward eachother and serve to maintain a sense of social unity 1 16 16 23 23 both reached the same basic conclusion , that the ship had been destroyed by a magazine explosion which was triggered by an external blast 0 4 4 7 7 but just think , sadness leads to fear then fear leads to anger 6 2 2 8 8 then , padding was then put inside the helmets so they fit comfortably and securely 6 1 1 8 8 individualized letters have been sent to the following addresses 3 1 1 4 4 the kitchen has a fridge and all necessary utensils 11 3 3 14 14 they chose a shop that oven bakes the paint in a down draft paint booth 1 4 4 14 14 by far the greatest damage has been caused by the illicit use of the hallucinogens 0 4 4 23 23 the symptoms of h1n1 flu include fever , cough , sore throat , runny or stuffy nose , body aches , headache , chills , fatigue , and possibly vomiting or diarrhea 6 1 1 7 7 another device was inserted into another usb port 14 4 4 6 6 the first five day workshop introduced tools for identifying and exploiting market opportunities 2 2 2 4 4 when a joke driven comedy has weaker jokes , there ' s nothing behind them 9 10 10 11 11 this reputation as a cheap filler for blends has meant grain whisky has been overlooked 11 1 1 10 10 the quarterback then wins the game with a hail mary pass 5 2 2 6 6 in a cistern that stores cold liquids , the concrete ring serving as juncture element may be thermally lagged against the rock 18 2 2 12 12 eu enlargement policy was presented as a central instrument for eu conflict prevention 3 6 6 7 7 i changed the length of the catapult arm and i changed the rubber band 18 1 1 5 5 the company entered into collaborative research 6 8 8 14 14 during the period of economy growth , those people have migrated into the urban areas 8 1 1 11 11 the decedent had left the nursery supply company ' s main yard earlier in the day 3 6 6 7 7 the opening and closing of the heart valves produce the sound of the heartbeat 18 10 10 13 13 the dickens community archive project marks the bicentenary of the author ' s birth 3 1 1 9 9 this page carries a list of some of these conventions 1 8 8 16 16 the full amount paid to aardman for the blaze , which was triggered by an electrical fault , was not disclosed 9 5 5 6 6 the emc of the common bean flour was determined at 10 , 25 , and 40 c 18 11 11 12 12 since sally industries ' inception , john wood has been a key member of the company ' s management team and a founding member of the board of directors 18 1 1 6 6 the merger is running into some opposition 11 1 1 4 4 pressure regulation using the valve and different amounts of fluid goes a long way in keeping your hydraulic log splitter in action 6 12 12 18 18 a mob wan na be graphically described yesterday how he put a bullet into a gangster ' s head in a twisted attempt to earn respect in his brooklyn neighborhood 18 1 1 7 7 the computer is kept in a common area within our home 15 6 6 14 14 inside of it , the first details about the game were revealed through an interview with series director masahiro yasuma 18 11 11 16 16 there is the evidence , photographic and otherwise , recording the debris caused by the subsequent fire and the explosions 0 6 6 16 16 most illnesses , including colds and flu , cause a toxic overload that also increases the stress on the kidneys 3 2 3 6 6 this particular slot machine has three reels and two paylines 2 22 22 26 26 for example , if the user is bench pressing the bar , the small end of the lever pushes down on the rod of the hydraulic cylinder 18 1 1 6 6 the archive contains reviews from previous months 5 0 0 1 1 jug wine has a bad reputation , with many considering it cheap and low quality 18 1 1 10 10 the paddle , called a dasher , fits inside a canister that holds the ice cream mixture 11 1 1 3 3 this government views science simply as a tool for profit generation 14 2 2 10 10 bertolli takes pages and pages of text to explain the significance of flours 3 20 20 21 21 with the engine now silent , the airman could hear the air as it whistled through the hole in the cockpit floor and the canopy 13 12 12 16 17 that is one of the many reasons that a ceo ' s team includes an experienced general counsel 11 11 11 17 18 this is an allegory illustrating a flemish proverb which shows a merchant with a basket of seven duct flutes for sale 18 6 6 9 9 the feature analysis storage stores the plurality of predetermined features extracted from the retrieved textual opinions 0 10 10 15 15 this case arises from a december 21 , 2005 automobile accident that resulted in the death of larry haynes 6 4 4 7 7 a daughter donated her kidney to her father 18 2 2 15 15 the photodeflection technique or mirage method consists in periodically heating a sample with a pump laser modulated by an optical chopper 18 2 2 6 6 other tree species in the gabonese forest are much more liable to burn , particularly burseraceae such as 2 9 9 14 14 the album contains not only songs but also spoken parts narrating parts of the story 3 22 22 25 25 at the moment , we have to expend a great deal of effort to fight black sigatoka , which attacks the banana plant ' s leaves 9 1 1 9 9 the starch is the source of the newly formed sugars 17 1 1 5 5 an employee posted a negative comment about the company on facebook 12 2 2 7 7 the oak tree was growing in the woods of the longleat estate , in wiltshire , at the time darwin was alive and developing his theory 18 1 1 7 7 the council has carved the city into zones it calls airsheds , and the most affected areas are those where the new rules are being applied first 14 1 1 6 7 the theme is centered around urban street vision , with a philosophical future edge 6 3 3 10 10 then a polyurethane catheter was inserted distally into the hepatic artery and connected to the reservoir through a 3 4 cm subcutaneous tunnel 1 7 7 9 9 two of my girls had the high fever from vaccines , and our family doctor thought nothing of it 16 12 12 13 13 value of information ( voi or voi ) is the amount a decision maker would be willing to pay for information prior to making a decision 6 11 11 13 13 santiago meza lopez , known as the stew maker , stuffed bodies into barrels of lye for drug cartels 14 3 3 5 5 a full written report supplying motives for your action has been prepared 18 1 1 2 2 former baseball arbitrator thomas roberts died due to age related complications last wednesday 14 2 2 5 5 the second report assesses the degree of climate policy integration in six different european countries 12 1 1 5 5 a tree growing in the woods often develops long roots ( 15 to 25 feet ) rather than a compact root system in order to compete with the roots of existing trees 1 0 0 4 5 acne is caused by oily skin and often has black or whiteheads , inflamed sores , and infected sores along with scars 11 1 1 6 6 the meeting decided definitively by secret vote of at least 2 of those present entitled to vote 4 1 1 5 6 this movie was in a box set with 20 others , with varying quality , and i can safely say that this title was right at the bottom of the heap 6 1 1 6 6 the magazines were delivered to the subscribers on tuesday 0 3 3 7 7 excess oil , dirt and bacteria cause acne 18 1 1 8 8 the bottle carrier converts your bottle into a canteen 8 2 2 6 6 the fragrant sandalwood grows from the soil 2 1 1 4 4 the coil of the galvanometer turns about a vertical axis in the plane of the coil , passing through its center of gravity and perpendicular to the field 14 1 1 5 5 the sheets are concerned with aspects of speaking the language 11 1 1 3 3 the project uses art as an instrument to provide viewers different insights 18 1 1 11 11 both squads battered the opposing goaltender with a continuous flurry of shots 3 1 1 5 5 the fuselage accommodated a camera bay , flare bay and an additional fuel tank 13 17 17 22 22 i saw come out of london , even unto the presence of the prince , a great rabble of mean and light persons 4 6 6 11 11 my dish is attached to a pole that resides in a receptacle designed for just such a purpose 3 8 8 12 12 the bulbar region is an area of the brain composed of the cerebellum , medulla and pons 3 10 10 13 13 the best mode of the invention is to form the pillow of firm foam rather than using cotton or cloth or feather filers 16 15 15 19 19 a year later , arlonzia married bizzell pettway and moved into one of the new houses built by the government 13 16 16 19 19 of course the problem is christmas just passed so i ' ve got a brand new pile of unread books to contend with 0 3 3 5 5 the proposed permanent rules establish criteria and procedures for awarding grants to eligible applicants 8 4 4 7 7 as a geologically inactive remnant from accretionary epochs of solar system history , callisto was expected to be a dead , cratered relict , useful only as a contrast to the other , more geologically active satellites 8 1 1 8 8 the player starts playing at the next nearest keyframe 12 9 9 10 10 the target of the naval chief of attaining a ship fleet of 313 remains uncertain , as the congress believes that it would be beyond their budget to fund such a huge amount and cheaper options of shipbuilding were possible 14 5 5 9 9 some of my most recent blogs were concerned with life on the croft in various seasons 11 4 4 9 9 he proposed writing a teacher ' s guide to blackboard drawing 16 1 1 24 24 a work of the united states government , as defined by united states copyright law , is a work prepared by an officer or employee of the u s government as part of that person ' s official duties 18 5 5 8 8 they break down into different categories , including tourism , financial services ( such as banks , insurance companies ) , shipping , telecommunications , labor money remitted by nationals working abroad ) , public services ( such as health care , sanitation and education ) , and public utilities like water , electricity and gas 8 4 4 8 8 ninety percent of the water evaporated from the ocean falls back on the ocean as rain 18 1 1 6 6 my mother sank into a deep depression after breast cancer scare 13 16 16 18 18 te kanawa , a chief of waikato , was the man who fell in with a troop of fairies upon the top of puke more , a high hill in the waikato district 8 4 4 7 7 he nevertheless drew that syrup from a cask and handed it to me in a jug 1 1 1 6 6 the rainbows are caused by the refraction , or bending , of sunlight as it passes through the raindrops 18 2 2 7 7 the above chart , produced by a study at the weizmann institute of science in israel , shows our reactions to different smells along two axes 16 19 19 20 20 in the terry pratchett discworld novel feet of clay ( 1996 ) a butcher , a baker and a candlestick maker ( heads of their respective guilds ) play important supporting roles 0 3 3 5 5 the weekend snow storm caused cancellation of the tornadoes ' scheduled league game 13 9 9 13 13 the event was to be kicked off by a parade of the competing athletes , followed by a speech i was to give prior to the opening of competition 1 4 4 8 8 the response to the harm caused by the flood , although institutionally organized , relied mostly on individuals joined in a common purpose rather than on an orchestrated effort by established hand binderies 15 1 1 12 12 the history has recently ( 2008 ) been set out in a book by arnie gibbons 4 1 1 8 8 the album was stored in a protective poly jacket and the vinyl was stored in an anti static sleeve 6 1 1 7 7 traditionally aid has been delivered to african countries by international charities 8 5 5 10 11 hot dog or cream salad mustard is made from yellow mustard seeds using a wet milling process that creates a fine paste 12 14 14 8 8 father was member of the ussr olympic rowing team from 1986 92 and her mother was a member of the team from 1986 88 4 4 4 7 7 i grew up with milk in a sack 14 2 2 8 8 his previous work has explored archetypal and symbolic themes 10 4 4 18 18 marking birds with color bands and a u s fish and wildlife service uniquely numbered metal band enables researchers to follow individuals from year to year 13 19 19 22 22 in addition to being the fellowship ' s guide in lothlorien , in the second movie he leads a regiment of elven archers from lorien to the battle of helm ' s deep , where he is eventually slain by an uruk hai along with many of his archers 2 8 8 11 11 rosacea is a longterm disorder in which the skin of the face becomes red and develops pimples , lesions , and more rarely enlargement of the nose 18 6 6 9 9 this category classifies military units and formations by the year in which they were established 17 33 33 37 37 the cappuccino ' s climate change impact depends on whether the cafe is double glazed , the decisions the staff and i take to get there , the diet of the methane producing cow that produced the milk and the source of power for the espresso machine 0 1 1 4 4 larger batteries provide standby power for telephone exchanges or computer data centers 4 12 12 16 16 police found in front of one of the bombed establishments an improvised bomb inside a papaya fruit left under a table at delecta bakeshop friday by two teenage suspects 2 1 1 4 4 the burner of the dryer is lined with more than 3 cm thick castable refractory material 3 20 20 29 29 the water rushing off that safe platform started to wash the seal back into the sea , but then the humpback gave the seal a gentle nudge with its flipper 11 2 2 17 17 until 1864 vessels in the service of certain uk public offices defaced the red ensign with the badge of their office 11 1 1 12 12 experienced bakers hold the door open a crack with a wooden spoon handle 11 1 1 7 7 the prince decorated the cake with a frosting i pre made from confectioner ' s sugar 1 2 2 6 6 the uterine contractions are caused by prostaglandins 1 8 8 12 12 slaanesh enjoys every aspect of experience , deriving pleasure from pain and suffering 11 1 1 16 16 the folks at the lilly endowment were interested in the study of philanthropy through a biographical lens 18 4 4 8 9 the politicians have taken people deep into the twilight zone 9 7 7 8 8 above all , the prime ingredient in chicken soup is love 0 1 1 6 6 a cigarette set off a smoke alarm 14 1 1 14 14 quarterly magazine covers the latest political , economic , social , cultural and sporting developments in africa 4 4 4 4 4 we discovered that a casket was placed inside a second casket made of zinc 2 2 2 5 5 from the window of a train the world is a visual banquet , one you taste and inhale as it flows past your window 14 2 2 7 7 a reconstruction drawing from 1954 shows a man wearing the cape over his shoulders 15 6 7 14 14 it is one of the oldest chess openings , having been discussed in the literature by 1497 4 6 6 11 11 tuesday night , a mysterious white powder was discovered inside a roll of quarters at the lakeshore mall movie theater 4 3 3 7 7 the badly decomposed body was in a suitcase placed inside a manhole near some luxury homes in stanley 8 1 1 5 5 a sweeper starts at an end then runs to the opposite end 18 1 1 12 12 the abridger did his job carefully , and with a fairly good eye for consequential alterations 14 3 3 7 7 he signed a proclamation that declares the flu a national emergency 18 0 0 6 6 rumors have been leaked to the public 6 3 3 6 6 he put a book into the cupboard 18 1 1 5 5 the infant was in a box 0 5 5 9 9 eighty four percent of the complications resulted in patient deaths , while 16 percent resulted in a serious injury 13 6 6 8 8 a fisherman saw them with a brood of chicks on the river on 11 may 18 1 1 6 6 the trail extended from the coushatta village on the sabine river through the area of ten present texas counties and merged with the atascosito road in colorado county 18 1 1 5 5 the pilots have flown into trouble before they have even seen it by flying near the base of the clouds 11 1 1 11 11 the grower had to flip plow the field with a modified moldboard 17 9 9 16 16 the chief executive of bottega veneta , the italian maker of the coveted and distinctive woven handbags , is planning for the worst while hoping for something better 8 7 7 10 10 here is a reliable and tasty cookie recipe from my grandmother 1 19 19 23 23 so solar thermal power generation works essentially the same as generation from fossil fuels except that instead of using steam produced from the combustion of fossil fuels , the steam is produced by the heat collected from sunlight 18 8 8 14 14 recall that in the blink application , the timers were started from the booted event 18 11 11 14 14 bishop v gene robinson of new hampshire and more than 300 clergy of various faiths plan to spend tuesday on capitol hill lobbying lawmakers to push through a bill that broadens the definition of hate crimes to include those motivated by a person ' s sexual orientation , gender identity and disability 13 5 5 8 8 our civilisation is like a dule of young turkeys who are in danger of losing their marbles 1 1 1 5 6 the shifts are caused by gas flows going up one leg and returning down the other 18 3 3 8 8 this primary school teacher has completed a whole book with his class in just one week 14 6 6 9 10 the cornish pirates have signed a declaration to tackle climate change as part of their commitment to save energy and reduce their environmental footprint 4 3 3 6 6 we dissolved the contents of one packet in a carafe of water and ran the brew cycle 18 8 8 10 10 as she looked up , she saw a flight of stairs 0 0 0 20 20 lesions affecting the medial part of the premotor cortex , the sma and sparing the precentral gyrus caused a contralateral hemiparesis predominating on the leg but predominating proximally on both leg and arm 14 2 2 7 7 a french initiative aimed at tackling childhood obesity is adopted in a town in north lanarkshire 14 1 1 8 8 this book provides a powerful analysis of the role that information and communication technologies can have in teaching and learning 2 16 16 19 20 in 1974 , the american sociologist david l phillips showed that publications of suicides on the frontpage of the news paper were followed by an increase in national suicide rates in the month after the publication 4 1 1 17 17 a chip of his breastbone the shape and size of a pinkie fingernail is preserved in a reliquary kept in the rectory 8 6 6 11 11 a die cut and creased cartonboard blank is made into a carton 13 22 22 24 24 dulce , a sophisticated girl of twelve , did not in the least care for the bird fancier , and his waiting meinie of sparrows , or to go into the louvre for a last look at the victory 6 2 2 8 8 the injected fluid is slowly spread to the body 18 3 3 11 11 thus , the princess was born in the midst of the storm that swept over the world in march , 1848 6 5 6 11 11 just before serving , the olive oil was poured into the salad 4 1 1 5 5 the acid was in a bottle but that the cap was knocked off when trash was thrown into the dumpster 2 2 2 6 6 optimizing a transformer driven active magnetic shield in induction heating 14 2 2 6 6 in this article , he explores impulsivity in detail 18 9 9 14 14 newer damper designs have been tested to accommodate a cadre of various flanged connection combinations to comply with ul ' s breakaway requirements 14 3 3 6 7 she received a letter discussing her teaching duties 6 10 10 14 14 this is the right time to apply as many new projects are landing into markets in india 2 6 6 7 7 i finished my little 30s puff sleeve blouse last night this morning 18 5 5 9 9 members are primarily interested in issues related to family law 0 1 1 3 3 resulting congestion caused delays of 15 20 minutes to northeast corridor , north jersey coast line and midtown direct trains 14 4 4 9 9 the rcmp released its report this week on the death of robert dziekanski 6 3 3 7 7 he handed the suspects over to the police 18 0 0 2 3 concerns regarding data protection had been raised by a number of authorities 18 3 3 5 5 to preserve its catch of fish , each boat loads between 2000 and 3000 kilos of ice before it goes out to sea 3 1 1 7 7 the program creates sound using individually recorded notes from a real piano 8 1 1 7 7 the term is derived from a boxing metaphor when boxers train on a heavy bag they can knock the bag off the hook 18 1 1 6 6 my answer came in the last paragraph 13 9 9 14 14 barbauld was also a literary critic , and her anthology of eighteenth century british novels helped establish the canon as we know it today 11 10 10 20 20 at 5 30 am my son was right behind the officer who battered the door down with a huge steel ram 18 2 2 20 20 this blazing bastard of a cut literally peels the skin straight off you face with its unswerving white knuckle apocalyptic velocity frankly we need more of this in our life 16 11 11 15 15 in america , september 11 gave rise to a mass of verses written by ordinary people to express their grief 6 3 3 11 12 they opened the text file and dumped the text into the text box 11 4 4 7 7 and you thought a dentist with a drill was scary 1 2 2 6 6 khzz experienced competition from former oldies station khyl , but both stations ended up giving up the format , with khzz turning to oldies 3 4 4 8 8 xiehouyu is a chinese proverb consisting of two parts 18 5 5 8 8 an icon is a small picture representing a file , folder or program on your computer 1 1 1 7 7 a plasma was generated by an electric discharge between electrodes located in the focal plane of the lens and separated by 1 cm from one another 8 1 1 6 6 the artwork arose from an enjoyable evening with some friends and too much inspiration 2 2 2 5 5 the speed indicator of the bus was n ' t working and the driver was driving like mad 3 1 1 6 6 the horn has a full round end , the expensive part of the antlers 6 1 1 5 5 molten copper is poured into molds at chuquicamata copper refinery 15 2 2 7 7 three different storylines are narrated in alternating chapters 2 6 6 10 10 a careless attendant had hooked the padlock of the monkey cage in the staple , but had not locked it 14 1 1 5 6 the book is rich in social history as more traces the origins and subsequent careers of numerous students and the experiences of numerous faculty 15 1 1 12 12 the methods adopted for histochemical observations have been described in the preceding paper 6 1 1 9 9 the coffee grounds fall to the bottom of the pot , and the coffee is poured off into a second pot known as a mutbak 18 13 13 16 16 a group of women from curves timaru won best dressed prize with their ensemble of purple clothes , colorful wigs and sparkly tiaras 13 4 4 7 7 there was also a zoo of metallic monsters and a giant rocket poised on the lake 8 1 1 10 10 paint dust collected from a grit blasting operation inside a caisson was stirred up using a leave blower 11 1 1 10 10 the guest of honor breaks open the clay with a mallet , allowing a fragrant aroma to escape 0 1 1 5 5 several infections cause rash fever disease that is commonly mistaken for measles 18 9 9 14 14 described herein are improved apparatus and method for tissue treatment with high intensity focused ultrasound 10 7 7 10 10 the clutch holder was made with a lathe by a friend of mine 1 4 4 12 12 the cause for the jump to over 30 , 000 was the deterioration in the economy triggered by a series of bankruptcies among banks and securities firms 18 1 1 18 18 both cocaine and crack cocaine cause constricted blood vessels , increased heart rate , body temperature and blood pressure 6 1 1 6 6 the man was taken into the building 3 5 5 10 10 michael jackson ' s fbi file consists of about 600 pages 3 2 2 8 8 because steam locomotives included one or more steam engines , they are sometimes referred to as steam engines 6 3 3 10 10 it took the dirt out of the house into a canister which was located in the garage 0 11 11 20 20 as the compressor on the frig turned on caused a voltage spike on the electrical line , which caused a glitch in the room commander system 3 1 1 4 4 the complex includes a restaurant , shop and the adventure centre 13 5 5 7 7 preventing computer fraud means outwitting horde of hackers , crackers , spoofers , and sniffers 6 3 3 10 10 furthermore , several areas have also been added to the spaces 6 2 2 8 9 all librivox recordings have been released into the public domain 16 14 14 24 24 for crazy science , do n ' t forget the amazingly fun and dangerous book mad science or a beautiful book by the same author about chemistry 18 5 5 10 10 at full establishment , a brigade of 18 lbr field guns consisted of 795 men of whom 23 were officers 0 0 0 15 15 stimulation of the posterior horn of the medial meniscus produced a measurable amount of cmap latency for the semimembranosus muscle 11 1 1 4 4 the artist moves a pointer attached to one part of the pantograph along the outline of the original flat image , and a pencil attached to another part traces out the image but at a larger scale 9 1 1 2 2 thick oatmeal cookies are soft , while the thin ones are crispy 13 12 12 15 15 from their sleeping place in some unseen vale below , came the clamor of homing rooks 6 6 6 9 9 insurgents in asadabad have thrown a grenade into the crowd 11 13 13 16 16 hands wield the sword in the realm of the flesh , but the intellect wields the pen in the realm of understanding , or of the spirit 13 6 6 8 8 a researcher had been studying a tribe of baboons for 30 years in the wilds of africa 14 3 3 12 12 most of the verses of the plantation songs had some reference to freedom 1 5 5 7 7 saosin shook himself off , coughing from inhaling the smoke , and then stood up in an awkward fashion 6 4 4 9 9 we put the trampoline data into the read only section since a cpu hot plug was supported 18 10 11 15 15 finally , there are the compeers , i mean the character compeers of all these profligates , whose appearance is truly somewhat different , namely , rags and drunkenness 2 4 4 7 7 the species in the intestine of the cat is not the same as that found in the mouth of the cat and other animals 1 2 2 9 9 a polio outbreak in nigeria was caused by the vaccine designed to stop it , leaving at least 69 children paralyzed 13 8 8 11 11 the pyramid of champagne flutes is like the communion of local churches that comprise the catholic church 2 7 7 10 10 the edge of that drawer hits the handle of the dishwasher 5 9 9 12 12 i left belgium to return to italy with a suitcase full of items i can not find here and more importantly with a more positive attitude 11 1 1 6 6 these tests work by using a substance that changes color once it is bound to hcg 18 2 2 9 9 the us price of gasoline went unchanged from two weeks ago , holding an average of 2 64 a gallon 18 10 10 14 14 this document provides updated interim guidance on the use of facemasks and respirators for reduction of exposure to 2009 influenza a 13 16 16 19 19 controlling for the mid five figure bribe , imus is a guilty pleasure for a large ratpack of media folks including anna quindlen , jim lehrer , tim russert , tom brokaw , bill o ' reilly , tom friedman , frank rich , maureen dowd , and andy rooney 5 1 1 9 9 the basket was full of furry orange and black faces kittens 18 6 6 20 20 his becomes version 1 of the report and is the report that fulfills compliance with the arra section 1512 reporting requirements 8 1 1 6 6 the collagen was extracted from chrome shavings with alkali 3 5 5 7 8 but for an old at keyboard the keypad keys produced digits when numlock was on or shift 2 3 3 10 10 brownie girl scout vest is the best part of the uniform 12 2 2 5 5 so the chief of the police shouted to his officers , stop thief ! and many made after him 14 6 6 9 9 warning labels on cigarette packs and ads inform about dangers and , implicitly , to discourage use 18 10 10 11 11 hotel la residencia was used by dali frequently for his afternoon drink and chat sessions , and has lovely two level rooms 2 5 6 9 9 the sonar picks up the swim bladder of the fish 0 1 1 10 10 the impact of the tire against the pothole caused a slit on the tube that the repairman had to sew three stiches 11 9 9 12 12 national discourse ( 1780 ) shows a stout british sailor with a cudgel staring down a relatively effete french seaman with a sword 13 3 3 6 6 tongsville uses a menage of pixel styles that are best compared to famed digitally designed experiences like netbabyworld and eboy ' s ecity 6 3 3 8 8 a lot of effort has gone into the development of a suitable statistical method 14 6 6 14 14 the three part irish crime documentary series examined three memorable and notorious large scale crimes committed in the country 18 1 1 7 7 the officers have been placed on administrative leave 0 0 0 4 5 stress and anxiety trigger panic attacks , however healthy people may experience panic attacks , but they are no that common 2 8 8 10 10 we examined the electrical resistance of the paw pads of mice under the same conditions as used previously in studies of the passive avoidance response 9 2 3 4 4 the reason peanut butter cookies are being recalled is that the cookies might not get hot enough throughout to kill all the salmonella 18 1 1 6 6 the graph was stored in live format 11 0 0 4 4 lumberjacks hold the axe handle nearer the axe head 14 3 3 5 5 he published important works on epistemology , as well as works relevant to religion , law , and history 18 13 13 16 17 that ' s why i gave birth in the toilet and hid the baby in a cupboard drawer 18 2 2 5 6 fortunately the drift of the cattle traffic is eastward , and as yet there has been no propagation of the poison in the great cattle ranges of the west 3 5 5 6 6 the construction work of the metro station for line 6 started in september 2007 6 0 0 10 10 victims from the factory have been transported into the emergency room 3 14 14 21 21 within minutes of last night ' s terrorist attacks in mumbai in india , blogs and social networks were buzzing with news , photos and eyewitness accounts 4 7 7 10 10 this is due to the amount of sand in the hourglass and the size of the hole the sand must pass through 2 29 29 3 3 people with thickened heart valves may need to take antibiotics before some types of dental and surgical procedures because they are at risk of developing an infection on the valve in the heart 6 2 2 9 9 some 9000 marines are moving into the small afghan towns near the border to stop taliban soldiers 18 2 2 6 6 the stunt plane went into uncontrollable dive 18 2 2 11 11 the former president in my company has moved into private equity jobs 4 1 1 13 13 the bomb which killed two people and injured several others was in a bin outside a jewellers to the right of the george street entrance to the hotel 18 16 16 19 19 in order for you to find the exact products that you are looking for , the staff in the shop gives advice over the phone just call 45 33 69 18 2 2 8 8 mental health recovery and economic recovery after the storm high frequency longitudinal evidence from sri lankan small business owners 18 4 4 7 7 the behavior of premixed flame in a vessel is investigated through a direct numerical simulation of the three dimensional unsteady navier stokes equations 16 7 7 12 12 the structure is similar to a microfiber array developed by the same group of researchers in 2006 4 1 1 5 5 his head was in a jar , but most of his brain stem and one ear was left on his body 18 1 1 4 4 the chair of the corporation is elected for a term of office of up to four years as determined by the corporation 1 1 1 6 6 the drop was caused by the recession and the usual seasonal factors , with fruit and vegetable prices lower in the summer months 1 1 1 6 6 the pandemic was caused by the virus yesinia pestis , better known as the bubonic black plague , which infected the flees on the black rodents 10 6 6 16 16 5 gigahertz is a radio frequency band that is used by 802 11 a wi fi products 18 8 8 18 18 amino acid synthesis is the set of biochemical processes ( metabolic pathways ) by which the various amino acids are produced from other compounds 13 21 21 24 24 after arresting a computer hacker who stole 2 million from the federal reserve , jake assumes his identity to infiltrate a ring of his associates and discover what their next target will be 18 3 3 14 14 washington ' s forces defeated the british in 1781 with the help of french troops and german military officer baron von steuben 15 4 4 9 9 the processor ' s existence was revealed during a speech from amd executive vice president 10 7 7 8 8 the article describes the tragedy of a switchboard operator 6 4 5 10 10 the company is moving plant material into queensland ' s suburb 8 1 1 5 5 the term originates from an expression same edne 8 10 10 15 15 after 1 and 14 d of ripening , the cheese serum was pressed from the cheeses brined at 0 1 and 300 mpa 18 2 2 6 6 the latest state of the economy report by the bank of uganda indicates that overall , export proceeds in the month of october increased by 9 7 per cent 0 0 0 4 4 unemployment and poverty cause abuse of children and serious situations such as the breakdown of families where the rights of the child are easily infringe 13 5 5 7 7 the following is a comprehensive list of colors that are included in the wikipedia articles about color 14 1 1 3 3 the discussion around content shifts to a curation model 4 4 4 10 11 the child ' s body was abandoned placed in a laundry bag that was sealed in a plastic garbage bag before it was left behind in the woods 18 2 2 6 6 the software products governed by this agreement are the viewpoint media playerand the viewpoint manager 13 20 20 23 23 in this study , subjects from two different societies were asked to play ultimatum games and subsequently to answer a battery of attitudinal questions 6 0 0 9 9 goods such as soaps and towels were transported into countries in central africa 2 9 9 12 12 there were at least 12 firefighters operating on the roof of the supermarket at this time 17 1 1 4 4 the contestant gave an answer that drew a mixed reaction from the audience 2 5 5 8 8 there is a red indicator button on the dash to the left of the steering wheel and it is stationary 8 9 9 13 13 the paper presents a chemical composition analysis of the gases emanated from geothermal sources in the herculane spa area ( romania ) 8 1 1 8 8 the student who fell from an olson hall window in october was alone in his room 3 0 0 7 7 personality in poetry includes such things as style and rhythm 3 1 1 4 4 the course comprises 9 holes through the listed historic park round gilling castle , and provides a stimulating challenge for any golfer 1 0 0 4 4 acne is caused by irritants like fabrics , hair gels and makeup 18 4 5 9 9 exe is the common filename extension denoting an executable file 14 1 1 7 7 parent verbalizations were focused on story relevant questions 6 2 2 7 7 climate change talks have been moving into overtime 16 14 14 15 15 in new england in the early to mid 19th century , many cotton and textile factories employed large numbers of female adolescent workers from the new england area 13 26 26 29 29 as well as being a writer , landis was also a collector , and by the time of his death had laid the foundation of a library of rare books on korea 2 7 7 10 10 man at the norhtern edge of the mouth of the cave of stora forvar , with a stone age settlement which was excavated in 1888 1893 18 11 11 23 23 rising as it does , 8260 feet straight from the fertile plains of the north island ' s finest dairying country , the mountain is clothed with primeval forest 13 12 12 14 14 chinese literature begins with shijing ( book of odes ) , an anthology of songs , poems , and hymns 0 0 0 3 3 sadness leads to dissatisfaction with the job 6 3 3 8 8 a grade i certificate was awarded to the product 1 13 13 17 17 the word song is used to describe the pattern of regular and predictable sounds made by some species of whales , notably the humpback whale 2 6 6 2 2 insert the oyster knife in the hinge of the oyster ( figure 1 ) 18 4 4 13 14 a 7 month old baby was locked in a 2 by 3 foot cedar chest hidden underneath her aunt ' s bed for 12 hours before police found her wednesday 11 5 5 13 13 for very young children the fitter measures the foot with a little hand gauge but when the child gets older they get to go on the state of the art 0 5 5 9 9 by 1945 the french electric system was generating more power than it had before the war 1 21 21 25 25 that being said , i do love the game and play it all the time but would appreciate a little less frustration from programming and debugging , and sticking strictly with the frustration that comes from hitting bad shots 1 7 7 11 11 you see and hear hackman ' s screaming after the dreadful shooting 14 2 2 7 7 the whole excerpt revolved around one single theme 16 5 5 11 11 the magic e was a rhyme by an orange alien robot thing that sang along the lines of kit , becomes kite with me 9 0 0 1 1 berry wine has the potential to be really remarkably awful 4 3 3 9 9 nelson ' s body was preserved first in a cask of brandy at gibraltar , this was changed to spirits of wine 0 2 2 3 3 wind and water erosion is confined to farmlands 11 13 13 20 20 the idea is the heatsink removes the heat from the cpu and the fan blasts the heatsink with the surrounding air cooling it down 2 8 8 10 10 adaptive hyperplasia and compensatory growth in the salt glands of ducks and geese 0 2 2 17 17 the human papillomavirus is one of the most common causes of these and most other types of warts , and this is a virus that attacks the skin through direct contact 1 1 1 7 7 the crash has been caused by a meteor 18 2 2 6 6 an ordinary day is thrown into chaos by an audacious crime 18 1 1 11 11 the body is built up of many different things such as muscle and fat and water 13 9 9 11 11 the house is set in a large garden or plantation of bananas , coconuts , limes , and other fruit trees , and a short distance off are the teachers ' and students ' houses 1 13 13 15 15 the man was on his knees , sdiraya neck with the rope and coughing from suffocation 11 1 2 9 9 the supreme court has applied the protections of this amendment to the states through the due process clause of the fourteenth amendment 14 2 2 6 6 in this paper we describe the derivation of a blastocyst following heterologous nuclear transfer ( nt ) into a human oocyte 18 12 12 18 18 the primary aim of the present invention is to provide a capless closure for a conventional fuel filler pipe 3 1 1 4 4 the dolphin ' s tail is so powerful it can push the dolphin straight up out of the water 1 10 10 14 14 the south china tigers are verging on the brink on extinction from hunting and deforestation , and these magestic animals are so close to being gone forever 12 5 5 8 8 matthew coon come is the leader of this organization 8 1 1 8 8 the word mandala is from the classical indian language of sanskrit 8 2 2 7 7 hopefully the students went away from the assembly with a little more pride and respect for our veterans 17 1 1 4 4 the researchers produced a report which has , literally , saved their jobs 2 3 3 5 5 flapping with his wings the duckling quacked for joy 18 3 3 5 5 all of our producers rear produce within the new forest 3 6 6 14 14 sensitive and robust , this active stethoscope features a small metal and rubber button head with a preamped pvdf film sensor inside 17 9 9 18 18 this lot are simply an ace young british pop band , who recorded the most consistent power pop album of 2009 13 6 6 8 8 the council hall stank like a congress of baboons 18 1 1 9 9 the patient has been placed into a drug induced coma 0 0 1 10 10 swine flu is one of the leading causes of respiratory disease in swine throughout the world 1 7 7 11 11 the environmental and health consequences of the evacuation after the chernobyl accident 11 0 0 8 8 lasers work by using various soft pulsing light wavelengths and intensities to help reshape scar tissue 1 8 8 12 12 the queen has expressed her shock at the devastation caused by the flooding 2 8 8 5 5 the handpiece contains a primary coil and the sleeve encloses a secondary coil , which are inductively coupled together so that electromagnetic energy can be transferred between them 8 6 6 12 12 subsequent dna analysis confirmed that the fetus was derived from a cloned embryo 0 1 1 5 5 the speech caused a conservative combustion on the internet , but when wanda visited the tonight show a few weeks later to talk about the dinner , she told jay leno that she did n ' t even know about the controversy 18 10 10 12 12 relaxation involves concentration and slow , deep breathing to release tension from muscles and relieve pain 0 9 9 15 15 the pet was overly sensitive , and thus the ticks and fleas caused rashes and discomfort 14 10 10 13 13 dr legome discussed the hospital ' s response to the news that a plane had crashed into a river 10 3 3 8 8 strenuous activity with shovel and wheelbarrow enabled my neighbor to give the ground a gradual slope up to the fence 14 1 1 6 6 the letter contained details on the dispute 0 1 1 7 7 the raid resulted in an immediate regional crisis over the apparent colombian violation of ecuadoran sovereignty , with both ecuador and venezuela mobilizing military forces 0 1 1 3 3 a scheme establishing access to the east sussex countryside for disabled people draws to a close 8 1 1 8 8 the paint is going away from the small aluminium at the bottom and at the top of the keyboard 15 3 3 8 8 copy of all documents being discussed at the meeting were available for inspection 14 10 10 15 16 this included writing an account of their character and a speech on the subject of child labor 3 1 1 8 8 the laptop includes a 1 6 ghz intel processor , presumably with the usual 945gse northbridge and ich7m southbridge , 1gb of ram , and a 2 5 inch , 160gb hard disk drive 2 1 1 8 8 the artwork and artifacts that make up this exhibit give students the opportunity to physically and personally experience some of the things ( and weight of the things ) that grunts carried in vietnam 18 5 5 7 7 recent global warming has thrown nature into disarray 1 9 9 17 17 comedy was employed in a cathartic role against the tension , fear and grief caused by the fighting 1 25 25 33 33 since 1972 , when jewish settler organizations were successful in falsely registering the land with the israeli land registrar , the family have suffered the stress and anxiety caused by the constant legal battles involved in fighting for the right to stay in the homes in which many of them were born 18 2 2 13 13 the fleeing convicts were picked out of the darkness by the watchful prison guards 15 11 11 12 12 there are a number of fairly standard conventions when framing a business letter that it is important to observe 3 1 1 3 3 the letter contains instructions for completion , and encloses a blank copy of the assurance of compliance 15 1 1 9 9 this book has been the topic of considerable heated debate , but it is not the intention of this reviewer to enter into this public argument 13 19 19 22 22 he is mentioned in the first chapter of walton ' s compleat angler , wherein venator refers to a meet of his hounds at am well hill 13 11 11 14 14 one of the few landmarks to guide the charge was a copse of oak trees near the center of the union line 18 3 3 10 10 for a time class became the dominant research topic for sociology 13 33 33 36 36 mud plastered walls , traditional display of art , handicrafts from all parts of the nation and the exclusivity of each theme state every year makes the surajkund mela stand apart in the league of various exhibitions of arts and crafts 14 2 2 6 6 the next paragraphs introduce some simple ideas from weighted digraph analysis 18 1 1 8 8 a photograph reminds frederic about a forgotten childhood memory about a mysterious woman in white a young 12 1 1 6 6 the surgeon is part of the team of clinicians participating in a long rehabilitation process 8 1 1 7 7 the bait got out from under the frig 13 6 6 9 9 in the hands of an evil cabal of sadistic murderers who feast on the flesh of their victims , a young woman lashes out in one , last , desperate act of defiance 4 5 5 12 13 one way to have a garden in the country is in a window box 9 2 2 12 12 the deepest portion of the photosphere is the source of a continuous spectrum 14 1 1 3 3 a calendar of saints forms a way of organising a liturgical year on the finely granulated level of days by assigning each day to association with a saint 14 8 8 11 11 the rail accident investigation branch has released its report on the derailment 1 19 19 24 24 all thirty of the patches sewn into the cloth in 1534 by the poor clare nuns to repair the devastation caused by the 1532 fire were removed 3 1 1 6 6 the conference was organised around four roundtables 4 1 1 5 5 the cocaine was in a suitcase that had arrived on a flight from mexico 18 7 7 9 9 the learning institute has several externally funded projects investigating aspects of learning and teaching or management in higher education 18 1 1 5 5 my cockatiel threw up this morning 3 3 3 9 9 the plasma processing apparatus produces a plasma in a vessel and processes samples using the plasma 14 4 4 9 9 he wrote out a sketch setting out his basic ideas on transmutation of species 13 7 7 10 10 rhys and frost , two of my business of four ferrets , love to go outside on their leashes 6 1 1 7 7 the funds are invested into renewable energy schemes 8 10 10 16 16 as mr appenzeller retracted his hand in shock , a head popped out of the wet clothing , its eyes wide and frightened 11 1 1 11 11 the court instead achieved the desired flexibility using a harmless error rule 1 1 1 7 8 the storm was generated by an intense cold front moving across drought affected areas in south australia and nsw 8 3 3 8 8 this 80 page article was extracted from the book new model of the universe , by p d ouspensky 2 10 10 13 13 metallurgical plant has shown that the performance of the clamping mechanism of the gun is less than satisfactory 6 2 2 8 8 an aids test is added to the physical exam 3 11 11 14 14 it is soon asleep , however , on the pillow of mother ' s breast 6 1 1 6 7 the order is posted to an overseas address 6 12 12 16 16 to reheat the turkey without drying it out , we placed the slices in a steamer basket set in a pot of simmering water 18 1 1 5 6 the matter inside a supermassive black hole is not as dense as inside a stellar sized black hole 14 1 1 4 4 this guide outlines the issues to consider before submitting your junior reporter pieces 17 3 3 7 7 the marketing research firm reeased a recent report saying the number of americans watching online video has more than tripled in the last 5 years 18 24 24 27 27 in late summer ( july to september ) , the robins disperse and the culex shift to feeding on humans , again despite the ubiquity of house sparrows 1 0 1 5 5 joint problems are caused by osteoarthitis ( degenerative joint disease ) , subluxations , sprains , intervertebral disc 6 2 2 9 9 enteric formulated lactoferrin was more effectively transported into the blood 18 1 1 5 5 the examination started at the head 8 8 8 13 13 with a blow of the whistle , the locomotive departs from the station platform pushing four carriages ahead of it 17 1 1 7 7 the archives also publish historical and scientific studies 17 0 0 9 9 scientists responsible for analyzing the seizures have given a warning that traffickers are turning to hospital x ray equipment and laboratory supplies as an illicit source of radioactive material 4 1 1 6 6 the money was locked in a safe on the premises 6 1 1 8 8 this flame was put inside a hollowed out turnip to keep it glowing 14 3 3 12 13 it is a tutorial by mark levine that aims to summarise the musical theory , including jazz harmony , required by an aspiring jazz pianist 18 2 2 9 9 this adorable necklace is made with fine silver plated chain and is 20 long 13 35 35 37 37 we did spot a few elephants , cape buffaloes , and warthogs , when we got so close we could actually count the warts on their faces , but our best shots were of the corps of giraffes , who towered over us at over eighteen feet tall and weighed in excess of 2 , 000 pounds 0 1 1 2 2 a lice infestation is diagnosed by looking closely through pubic hair for nits , nymphs , or adults 6 5 5 12 12 an actress ' s nude photos have been leaked to a local journal 18 16 16 19 19 ` transition ' are the series of large mirrored beach hits that cling to the stubborn undulation of the cliffs above mckenzie ' s bay 2 5 5 9 9 the nice thing about the title of the first book was that as soon as you saw the the cover , or even read the title , you knew immediately about the blog without having to read a review or a to get more info blurb 18 4 4 6 6 a traveler wears a mask for protection against the swine flu 18 7 7 15 15 those models were chain driven and the mechanism was enclosed in a very visible oil bath 1 26 26 32 32 he created and advocated flower power , a strategy in which antiwar demonstrators promoted positive values like peace and love to dramatize their opposition to the destruction and death caused by the war in vietnam 6 1 1 6 6 the file is added to the directory 18 6 6 10 11 it is a document that recites facts pertinent to a legal proceeding 14 1 1 4 4 the files reveal militarist plot to kill yoshida 8 12 12 16 16 he took the most convenient way to go to lausanne using a train from the railway station located at the airport 6 3 3 8 8 pentagon moves the troops into the middle eastern region 18 0 1 9 9 end sequencing of the fragments with short 36 base reads therefore leads to elevated coverage near the end of the baits 13 11 11 13 13 for wader enthusiasts each spring provides an opportunity to discover a trip of dotterel 6 1 1 8 8 a stone was put inside a freshly made pot , then it was pressed against the metal 4 1 1 5 5 the cognac was in a bottle from which the label , if it ever had one , had long since vanished 8 8 8 11 11 a rustic cottage and farm yard buildings give memories from bygone days 18 5 5 12 12 it is an ongoing academic project by social scientists to assess the state of sociocultural , moral , religious , and political values of different cultures around the world 6 3 3 9 9 an assam rebel leader was handed over to the police 4 4 4 8 8 the two four legged chickens were in a box under a heat lamp , a temporary lodging until a more spacious cage was available 18 1 1 4 4 the clerk in the shop activated the card for us 0 1 1 5 5 the accident caused a traffic snarl on the ever busy bridge leading to diversions to other routes 10 6 6 10 10 aromatic hydrocarbon water separations by a pressure driven membrane separation process 13 3 3 5 5 greene monitored a colony of rabbits over a long period of time ( 8 10 years ) 18 7 8 12 12 the arts minister eagerly put this famous oil painting into a cultural frame 11 1 1 8 8 the man ran him over with his own truck , and then left the country 14 9 9 13 13 however , in 1819 the united states had by statute declared the slave trade to be piracy and subject to the death penalty 13 12 12 15 15 on one occasion we had an excellent opportunity of watching a small covey of willow grouse , almost as pure white as the snow upon which they were running 1 6 6 16 16 i ' ve suffered from an injury that has been caused by the negligence of another person , and i ' ve filed an injury claim 18 4 4 8 8 some part of the train was inside a tunnel and the remaining on the ramp 16 4 4 7 7 james ford , a sculptor and print maker , died on tuesday at his home in manhattan 16 1 1 9 9 the words flowed from the imagination of a modest curate 9 23 23 24 24 i ' ve been to ireland several times and once while in a pub in galway city i noticed people ording pints with blackcurrent syrup in them 11 1 1 5 5 the shaman cured him with herbs 13 16 16 19 19 lot means the share in eschatological salvation that god gives to each individual believer in the communion of all believers 13 30 30 33 33 gary oldman , whose name has vanished from the main credits , is lecter ' s disfigured victim who wants revenge , specifically to feed the evil doctor to his singular of wild boars 13 17 17 20 20 in a marine park on the coast of hawaii ' s oahu in the 1990s a small pod of bottlenose dolphins turned these bubble rings into their own art form 16 2 2 18 18 the ultravox song , with its faint allusions to the crumbling hapsburg empire , was written by a group that never set foot in vienna 0 11 11 21 21 cells damaged or killed by flu result in the production of interferon which is one of the most potent causes of fever 8 5 5 12 12 the philological origin of the word tact is derived from the latin verb tangere 0 0 0 6 6 pressure from shoes and walking cause friction and the body ' s natural response is to build up the skin to protect it from breaking down 8 3 3 11 11 the clever house rat is going to get away from a cell 18 4 4 7 7 the un team for recovery after the tsunami in india nominated the who 2 7 7 10 10 the boy places the bell in the pocket of his robe and all the children watch as santa takes off into the night for his annual deliveries 4 6 6 10 10 when the scientists came here the brain was in a jar 17 1 1 15 15 the poet ' s sizable oeuvre includes very little prose but more than 500 published poems 10 3 3 9 9 the line item veto is the best tool the president has to rein in excessive spending 13 12 12 14 14 the prerogative of reason lies very low , perpetually overpowered by the rabble of appetites , passions , and opinions 18 2 2 9 9 the two countries are related through an unbroken common history spanning three hundred and thirty nine years 14 1 2 10 10 feminist science fiction tends to deal with women ' s roles in society 13 25 25 28 28 after shelling the serbian orthodox church in east mostar , the croat artillery had destroyed the mostar bridge aiming at sweeping all the symbols of fraternity of different cultures 18 0 0 4 4 cancellations were notified by mail 18 1 1 7 7 the world was created by a long process beginning with the collapse of a huge molecular cloud 8 1 1 9 9 the motet grows from a short , sparse germinal idea in which the intervals of the tone , semitone and augmented fourth predominate 3 1 1 4 4 the method comprises the step of administering approximately 5 25 ml of silver composition , one to five times a day orally until there was a response 17 7 7 14 14 well , he ' s only the creator of possibly the most played computer game ever written 18 10 10 13 13 the unofficial charles portis website aims to be a virtual cornucopia of book reviews and biographical pieces related to its namesake 1 18 18 23 23 a mother carries her children inside a public school used as an evacuation center for victims of the floods caused by the continuous rains of typhoon ketsana , in the town of tanay , rizal east of manila september 28 , 2009 18 1 1 4 4 the umpire in the game of serina williams and martinez sanchez was true 17 3 3 8 8 why exactly the physicist came up with the term black hole i ' m not sure of , but you might be able to find out in his autobiography 13 7 7 10 10 it was in this background that the brigade of the guards was raised in 1949 8 1 1 4 4 express buses depart the airport every 1 hour from 6 00 until 1 00 18 5 5 8 8 unfortunately , you also inherited predisposition to certain diseases 13 5 5 8 8 we just finished our last run of pasture poultry for the year 6 3 3 9 9 they packed the sketch into a thick stiff cardboard sleeve so that it would n ' t get bent 4 5 5 8 8 he boiled one liter of water in a flask on a hot plate 3 10 10 14 14 we describe the design and synthesis of a ferroelectric liquid crystal composed of racemic molecules 16 10 10 11 11 she met her british husband , martin stamp , a software developer , in 1983 , and with him felt that she finally belonged 5 1 1 8 8 the bag was full of electronic and game items , and fled the scene possibly in a black gmc envoy 8 8 8 11 11 the first mechanism involves the exit of a solute from a micelle into the aqueous phase and its re entry into another ( or the same ) micelle 1 2 2 8 8 the electron beam is generated by an explosive emission cathode 8 2 2 14 14 the latter book i got out of storage from the university of north carolina library 17 6 6 16 16 during his reign , two working groups under the lead of the engineer eupalinos dug a tunnel through mount kastro 17 3 3 9 9 in 1993 the party won the governorship with a pledge to cut income taxes 30 6 5 6 11 11 wendy ' s has added orange slices into children ' s meals 13 13 13 16 16 general lee is hourly expected , as if from heaven , with a legion of flaming swordsmen 18 2 2 5 5 the high pressure inside a caisson presents health risks 1 7 7 10 10 three people had been killed in a fire after the quake and hundreds of people were injured 18 1 1 16 16 the song is featured in the 1990 film riff raff , performed by the main female character 16 25 25 34 34 those of us resolving to lead a lower carbon life in 2010 could do worse than acquire a copy of prashant vaze ' s new book , the economical environmentalist , in which the author picks over the fine details of his life 6 1 1 7 8 the pilot crash landed into a mall parking lot 18 8 8 11 11 seismologists are keeping an eye on a recent swarm of small earthquakes in sun valley 6 4 4 7 7 we all are spreading viruses to other people since we are not washing our hands well 6 1 1 5 5 the income went to the administration 12 2 2 8 8 the class teacher is part of the school team , ensuring the unit is well integrated into the school , whilst still preserving the montessori character and method of education 1 15 15 23 23 some have argued that the money the pirates demand is very little compared to the devastation that has been caused by the toxic waste , which includes nuclear waste 18 19 19 22 22 the procession lasts all days and passes by all the places in the city that are linked to the saint ' s martyrdom 13 8 8 10 10 she frowned as she glanced around at the huddle of hens , now in a tight pact gathered near azul 18 1 1 5 5 the president is running into bankruptcy 4 12 12 17 17 after having been aged for several months to a year , the cigars were kept in a humidor thus they tasted better 13 1 1 3 3 the ring of gossipers sat in their old place in the post office one evening , when the door opened and in came jerry himself 8 0 0 6 6 information was gained from this second test 6 7 7 10 10 you placed two bare ends of the wire into a beaker filled halfway with distilled water 11 1 1 9 9 the monks scaled the sheer rock faces by inserting pieces of timber into crevices 14 2 2 8 8 during her talk she related some of the tricks that orville liked to play on people 18 12 12 17 17 in addition to this , subsidies are paid private individuals to keep horses of merit in the stud 13 7 7 10 10 the elector of saxony made up the battalion of 120 pikemen , or so called men of double pay , and 180 musketeers 12 12 12 15 15 kim jong il was raised in totalitarian north korea and became the leader of this society 11 1 1 3 3 real metrosexuals use moisturizers 13 28 28 31 31 he had long thrown over the bismarck tradition , and for him and his emperor affairs in south eastern europe have long been worth the bones of a legion of pomeranian grenadiers 13 1 1 5 5 all staff , from the chairman , charlie mayfield , to part time shelf stackers in waitrose , get the same percentage payout 18 16 16 23 23 a few of her tracks delve more into a pop rock sound , and the petit blonde performs with a sweet , southern voice made for the genre 3 1 1 6 6 the system works using a character rig or biped which is pre made and allows the user to adjust the rig to fit the character they will be animating 6 4 4 9 9 in the movie , meatballs are dropped onto the ground 17 4 4 7 7 the partners were a producer of required machinery and a research institute 4 1 1 5 6 the instrument was inside a vacuum chamber , and both piston and anvil were cooled with liquid nitrogen 18 4 4 8 8 the gulf monetary union pact has come into effect 6 2 2 8 8 the molten metal was poured into an unheated chamber from an external melting container 1 8 8 12 12 the paper reported a ` palpable sense of disappointment ' from the audience 6 2 2 7 9 the exhibition profit was donated to a cancer research center 1 4 4 9 9 scientists warn that the damage caused by the fishing industry is irreparable 0 5 5 14 14 these old power plants produce pollution that causes smog , acid rain and global warming , and they generate radioactive wastes and other toxic pollutants 18 11 11 16 16 the team used the newly developed nanoparticle to build therapies for treatment of individuals with cardiovascular disease 8 1 1 5 5 the phrase originates from an argument for taxing english nobles 18 8 8 26 26 of course , the most common things in seawater , besides the hydrogen and oxygen that make up the water itself , are sodium and chloride ions , which are the components of common table salt and make ocean water taste salty to us 3 1 1 11 11 the tapir hit the thick stem a few times with its hoof , tore off a piece of the bark and passed it to tasurinchi 16 1 1 6 6 a paper co authored by jrc staff entitled plutonium based superconductivity with a transition temperature above 18k was published on 21 november in nature magazine 18 3 3 10 10 the glass tealight holder appears to float inside the metal spiral as it spins in the gentle breeze 17 4 4 11 11 my 8 year old daughter came up with an extremely good idea 12 4 4 9 9 diabetic peanut butter cookies recipe from the diabetic recipe collection at informationaboutdiabetes com 14 3 4 10 11 some of the medical information in the book pertaining to medical procedures , drugs , etc , is out of date and i check anything i am unsure of with my health care provider 10 3 3 5 5 we chose a server driven approach to link prefetching 4 13 13 18 19 i was sitting in the hotel room the other day and found the bible that was in the desk drawer , i got a few quotes that seemed good and expressed my feelings 4 33 33 39 39 it is inherently no less silly to see a king in a pear ( as all of france did ) than to see a pear in a rabbit , a rabbit in a carafe , a carafe in a clock , and so on and so forth 18 12 12 15 15 the purpose of this article is to report the findings of a study on the effects of the federal truth in lending legislation 18 0 0 6 6 sets are conventionally denoted with capital letters 17 6 6 11 11 the sculpture is considered among the artist ' s most restrained creations 13 9 9 13 13 in many countries , the national association is a federation of various scout associations 1 3 3 11 11 fetal alcohol spectrum disorders , or fasds , are caused by drinking alcohol during pregnancy 17 1 1 6 6 this musician and instrument maker makes dulcimers that meet his own demanding requirements as a player 2 16 16 19 19 he gets the door open easily and leads sam inside , fingers curled into the front pocket of his jeans 9 5 5 6 6 lagrima del sol is a pineapple wine made from 100 fresh pineapple juice produced in the only pineapple production region in japan 13 10 10 12 12 as a typical case , the slow motion of a swarm of particles in a viscous fluid was studied both theoretically and experimentally 18 1 1 14 14 the release profiles were modified by delaying additional drug release from the press coated surfaces 2 3 3 6 6 pain in the heel of the foot is caused by several different conditions 17 0 0 3 3 beavers also build canals to float build materials that are difficult to haul over land 2 6 6 5 5 the job of the four heart valves is to make sure blood flows in one direction through the heart 2 8 8 17 17 to heighten that translucent effect , the executive offices have been placed in the middle of the building , while underlings , with their open plan work stations , get to enjoy breathtaking views over the hudson 4 5 5 12 12 before databases appeared , the information on the computers was stored in files 18 1 1 11 11 a crypt of the xi century dug a posteriori under the choir also preserves frescos of the time 6 2 2 8 8 then antibiotic ointment was put inside my lower eyelid and they patched my eye closed 4 4 4 8 8 in another case , cocaine was hidden in cylinders on the bottom of a commercial vessel , a banana boat 17 5 5 9 9 the world ' s top golfer said in a statement on his website that he had let his family down and that he regretted those transgressions with all of my heart 2 10 10 13 13 venous insufficiency ( a failure of the valves in the veins of the leg that causes congestion and slowing of blood circulation in the veins ) 17 8 8 18 18 to solve this problem tommy flowers , an engineer who worked for the post office , designed a machine which worked on the digital data stream of the lorenz traffic and could carry out the statistical tests needed to find the key 6 6 6 9 9 tony found that when he poured water into a crack in a rock sample and froze it , then allowed it to thaw , the crack was actually wider 13 6 6 8 8 he has worked on a wide array of topics , including transportation security and the future of the faa and the national airspace system 13 5 5 7 7 we were crushed by a crash of rhinoceroses 6 10 10 18 18 over the six years , this club donated a large amount of money to local children ' s charities and families 5 3 3 6 6 they lit a bottle full of kerosene and flung it over the gates before fleeing the scene 6 4 4 7 7 then he put a forkful into his mouth , chewing with discernment the toothsome pliant meat 5 3 3 5 5 i had a suitcase with clothes in it 18 1 1 9 9 a room was dug from the side of a hill and the opening closed in by wood , earth , or fabric , such as the wagon ' s cover 14 4 4 9 9 he had a wonderful story to tell of the conquest of a continent by a people through thrift , endurance , sacrifice and grit 3 1 1 6 6 the conference started with the general debate at which heads of delegations are delivering their national statements 15 5 5 8 8 the chancellor confirmed that this measure was under discussion 17 13 13 18 18 i dunno , i ' m kinda leaning towards some props for the person that came up with brakes 6 2 2 7 7 wind driven rain has come into the downtown 8 5 5 10 10 after 30 min , the oil was pressed from the flour on a small capacity hydraulic press 18 0 0 1 1 stone grinding is very technical 14 3 3 6 6 newsted ' s statement revealed his departure was based on private and personal reasons 6 0 1 7 8 junk mails were automatically put into a spam folder 6 2 2 5 5 they packed yeast into toothpaste tubes 8 0 1 5 5 lactic acid is made from dextrose by fermentation 5 1 1 4 5 the backpack contained a laptop computer and a wallet with identification 1 6 6 7 7 little irish girl becky called a demolition company and asked if they would knock her school down 3 7 7 16 16 the pillow of western nations is a cushion of linen or other material , stuffed with feathers , down , hair or wool 8 10 10 16 16 on his blog theres a 2 part article about a girl who escaped from an amish community 11 1 1 11 11 the display receives the output through a 15 pin d connector cable 13 10 11 13 13 as well as the wildlife , india has a vast treasure trove of palaces , forts , temples , museums and bustling cities 17 4 4 17 17 annie ' s the inventor of the astoundingly clever flip knit , a low tech , portable alternative to knitting videos 8 10 10 18 18 after a successful launch on 29 november 1994 , the satellite was manoeuvred from its initial geosynchronous transfer orbit at 28 5 degrees to the equator , to an intermediate one at 12 4 degrees , 6 , 390 36 , 065 km by mid december 6 1 1 6 6 carbon nanotubes introduced into the abdominal cavity of mice show asbestos like pathogenicity 6 1 1 7 7 the award has been given to the scholar who proved the mathematical theory 1 5 5 15 15 adam smith ' s first measure of fame was gained from a series of public lectures on rhetoric and belles lettres delivered in edinburgh from 1748 to 1751 18 1 1 4 4 the hall fell into disuse 0 1 1 4 4 the closure caused a backup on the freeway for several miles northbound as cars were detoured to the lost hills road exit and over to agoura road to head south on las virgenes 15 1 1 11 11 the sculpture of lawrence j nowlan has been featured in numerous publications 6 4 4 8 8 cip has been bestowing awards to honor planning projects 11 1 1 7 7 the motor drives the blade using a belt rather than being directly connected like the portable models 3 0 0 1 1 sewer covers are found in roads sometimes sidewalks and permit access to the sewer below 2 5 5 8 8 the symbol appears on the hilt of the katana 14 5 5 7 7 the main theme of the play is ambition and how it can destroy a courageous , trustworthy , noble man 1 1 1 7 7 the devastation caused by the earthquake generated tsunami is seen on the south coast of western samoa 1 0 0 2 2 scars from burns happen when the entire depth of the skin is destroyed by heat 18 11 11 13 13 i got scrambled eggs , a biscuit , bacon and a mess of grits 17 3 3 7 7 in 1950 the factory began to manufacture banduras , initially using the construction plans of chernihiv bandura maker 18 3 4 13 14 the 400 v power supply ( unstabilized ) was derived from a conventional power pack with n filter 0 5 5 11 11 to that end , the coalition has established some local recreational activities , including laser tag and paintball 2 3 3 6 6 we noted the tail of the shark curved to its left side ( away from the camera ) and moving to its right side ( towards the camera ) 13 1 1 4 4 a skein of greylag geese came directly over me and i killed one that dropped far out in the field 6 2 2 8 8 the fire drug was put inside of bamboo tubes and thrown in the fire to be ignited 4 4 4 9 9 not only was the manna hidden in the golden pot , but this pot was hidden in the ark 13 10 10 13 13 following the abortive italian campaign , siberia grenadiers and grenadier battalion of aleksopol musketeers returned to russia via the black sea in january 1806 1 11 11 16 16 the march ' s goal is to raise awareness of the crisis caused by the israeli blockade and bring much needed humanitarian relief 18 4 4 13 13 he then escalated a quarrel with austria and its german allies over the administration of these provinces into a war 17 7 7 11 11 researchers have turned a mouse into a factory for human liver cells 4 5 6 13 13 he forgot the 9 style box cutter was hidden in the hollowed out book 18 2 2 9 9 the coal industry has been recycling the material into backfill and building materials such as cement 18 7 7 11 11 the proposed tax helped to push the candidate into the senate race 14 5 5 12 12 each of these contain many modules on different topics , such as apostrophes , silent letters , personal pronouns , spelling plurals , etc 2 7 7 10 10 views and camera angles from the upper deck of the bus are good but it can get wet 4 10 11 20 21 for more than five years after 9 11 , a messenger bag coated with debris was sealed in a plastic trash bag 2 5 5 12 12 this close up of the entrance shows the poor maintenance of the building 18 5 5 9 9 they were added to the photograph by an unknown hand after the picture had been circulating on the internet for several years 14 4 4 9 9 he also used his speech to set out his belief that the country ' s greatest challenge was social breakdown 2 6 6 10 10 in the rainy season , the tap of the bucket shower is closed 8 1 1 5 5 the phonograph was developed from work done on the telegraph and on the telephone 6 5 5 9 9 16 hp onan engine blew oil into the air filter 11 0 0 4 4 scientists are turning to music to put across their messages whether informing the public or campaigning 11 1 1 7 7 a mechanic tightens the bolt with a spanner 0 25 m long 14 3 3 11 11 they are massive artworks that reveal a wide , all encompassing view of a particular subject , often a landscape , military battle , or historical event 1 8 8 13 13 the truck carried homemade weapons , and the blast was caused by the mishandling of weapons 6 4 4 7 7 he has illegally carried guns into the bar 11 5 5 11 11 the top photo shows a worker with a poorly fitting dust mask 13 10 10 14 14 six flags ' reorganization plan is supported by a steering committee of its secured creditors and led by investment firm avenue capital management , which would take control of the company under the plan 8 3 3 7 7 here are some photos from a few weeks ago when i came out of the subway and stumbled across an amazing sighting 6 3 3 6 6 he gave two candies to each child 0 1 1 6 6 bread shortages and mounting poverty cause riots in nearby paris 8 2 2 7 7 the monocarboxylate ion is derived from an acid selected from formic acid 18 19 19 21 21 however , after five years the water pump was stolen , leaving the villagers once again dependant on a pace of donkeys to ferry buckets of water to them from an old well 1 19 19 29 29 thursday afternoon the staff from the university of wisconsin madison near lake mendota felt a shake and heard a noise like a boom which was triggered by an ice quake 13 3 3 7 7 indymedia is a collective of independent media organizations and hundreds of journalists offering grassroots , non corporate coverage 6 5 5 9 9 the transcontinental railroad brought more settlers into the southern regions 18 0 0 4 4 products have fallen into disuse 4 1 1 7 8 the package was contained in a red belt bag that a security guard found outside one burgundy plaza at around 7 a m 6 4 4 7 8 the technician rescheduled the installation to the next week 8 9 9 16 16 this is a collection of many of the best images from nasa ' s planetary exploration program 18 5 5 19 19 the study focuses on the personnel in three service stations in finland that are part of teboil ' s organization 6 2 2 5 5 i entered text into several files one after the other 18 5 5 8 8 the labor party has taken people further into bankruptcy 18 1 1 6 6 a man was hidden in the body of the turk itself 14 7 7 10 10 it is a rural community and the stories narrate family life on a smallholding in the farming world 14 7 7 13 13 this book is a collection of his lectures and papers that summarised his thoughts on the philosophy of science 18 4 4 7 7 impressed by the strategic advantages of this fortress and its protection of the city on the slope beneath , king vakhtang gorgasali of iberia decided to move his capital here from mtskheta in 458 11 1 1 8 8 the generator creates electricity using much the same principle as the alternator on your car ( depending on the turbine type ) 6 2 2 11 11 then the driver turned the car into a dark and narrow street and reduced his speed 14 1 1 5 5 the talk was about peacekeeping operations 13 9 9 12 12 they came flocking and honking into england like a sord of hungry mallards 18 4 4 8 8 millers checked that the stones used for cereal grinding were n ' t overheating 13 1 1 4 4 the brotherhood of feudal aristocrats was itself a democracy and devolved later into democratic european states 13 1 1 4 4 an anthology of his poems entitled , sundramaithry , has been translated into malayalam by dr dhanya menon , and published in 2008 18 1 1 5 5 the kitchen was full of smoke 4 1 1 5 6 the pen was in the desk drawer 3 2 2 5 5 this makeshift scaffold ' s platform is not 18 wide , nor does it have adequate guardrails , and the workers are not wearing fall protection 18 2 2 8 8 the israeli media treated the event with a mixture of derision and pity 6 8 8 12 12 the sino u s joint statement takes the ties into a positive era 1 1 1 3 3 chronic coughing from smoking increases the risk of developing a hernia 6 3 3 6 6 the ship leaked oil into brisbane river 1 1 1 6 6 the delays are caused by local governments trying to wring more money out of the feder 1 4 4 8 8 information about the foodborne illness caused by salmonella bacteria 15 1 1 9 9 an explanation of that conclusion was set out in appendix 6 1 2 9 9 the internal auditors are moved into specific pre selected locations 3 1 1 6 6 the workpackage comprise of the following tasks task 2 1 compilation of long term data sets 3 1 1 7 7 one cat pats another individual with its forepaw , keeping claws retracted 6 3 3 10 10 the boy inserted pepper into his little brother ' s toy 0 3 3 6 6 war and rural poverty cause mass migration of people and often simultaneous growth of informal development 11 10 10 17 17 selecting the dry gourds according to their shape , the artisan carves the decorative motifs with a burin 14 1 1 9 9 the article narrates baseball player terry pendleton ' s experiences of several baseball matches 5 3 3 5 5 they found a suitcase with money in it and were driving to denver to return it to the owner 3 13 13 14 14 to do this i drilled a small hole in one end of the broom stick , and ran a four inch piece of coat hanger through the hole 13 10 10 12 12 there are records from 1762 of lord bandon having a mews of hawks and a falconer at ardfert abbey in kerry 4 18 18 2 2 although the sack is as fish friendly as possible , we took great care when we retained the carp in a sack for such a long period of time 1 13 13 15 15 i ' m close to taking a writing break myself to mention the frustration from rejection , but i got the rosetta stone spanish cd s a couple of years ago , and they ' ve taken a back seat in the priority list not much time with work and the hubby and kids 6 1 1 7 7 2 deposits have been put into my account 6 13 13 16 16 he spent that time slaughtering a young pig and carefully catching all its blood in a ewer 11 0 0 3 3 parties appear by telephone when circumstances prevent their appearance in person 12 1 1 7 7 congress workers play with colors while celebrating party ' s win in the assembly elections of three states at party office in kolkata on thursday 1 2 2 7 7 when the force was generated via the joystick , the reproduced force matched the original force much more accurately 18 1 1 7 7 the company is migrating into profitable new segments 18 0 0 2 2 chimpanzees make love rather like humans do , but they do not usually run the risk of contracting syphilis 4 2 2 10 11 within each fuel tank , the fuel was inside a teflon bladder 3 2 2 9 9 the endocrine system is composed of a number of glands 0 5 5 21 21 in sri lanka , the tsunami resulted in 31187 deaths , 4280 missing people , 23189 injured people , and the displacement of 545715 people 4 1 1 1 1 the box of jungle oats were in a box and sealed with wax 18 4 4 7 7 the machine implant converts sounds into electrical signals 8 2 2 7 7 the chicken egg came from a different species 6 2 2 10 10 their parental responsibilities are handed over into another ' s care 18 5 5 7 7 in a recent emendation , formation of parties on religious basis has been strictly prohibited in egypt 2 5 5 11 11 there are bedrooms , dining rooms and sitting rooms in the cottage 8 13 14 18 18 the genteel tranquility of victorian england is shattered by the arrival of an invasion force from the red planet 5 1 1 11 11 the letter contains instructions for completion , and encloses a blank copy of the assurance of compliance 18 7 7 10 10 he began to chat with him in ignorance of the news 8 1 1 8 8 a nunt is a pastry originating from jewish cuisine and vaguely resembles nougat 8 1 1 5 5 the boat departs from the port of thap lamu near the resort town of khao lak 16 0 0 4 4 horseshoes are made by blacksmiths and blacksmithing is considered a very lucky trade 6 3 3 5 6 we have delivered containers to retail stores for excess of inventory 6 1 1 7 7 this item is already shipped to the customer 17 1 1 6 6 a cooper makes leak proof wooden barrels , tubs , and pails 9 0 0 9 9 mothers were the single largest group to donate their kidneys 6 8 8 11 11 the current study has proved that humans send pollution into the stratosphere 8 1 1 4 4 the example from the book is building a gwt based todo list with different categories , something which is actually quite handy to have 2 20 20 23 23 it was he who uncovered the honours of scotland ( the crown jewels ) in a locked room in the bowels of the castle , where they had been placed in 1707 8 1 1 7 7 the aircraft departed from boston ' s airport shortly after 8 00 am and was overtaken by a team of terrorists 6 5 5 8 8 she invested all her retirement fund into this business 0 11 11 16 17 i have found that i have extremely sensitive skin and most cleaners cause rash or a burning sensation if it has contact with my skin 6 4 4 9 9 soon after , the ship departed to the next destination 11 1 1 9 9 a user inputs spatio temporal information intuitively by using gestures 17 7 7 10 10 to oversimplify , in a village the potter makes a pot for the brewer and the brewer compensates the potter by giving him a certain amount of beer 0 3 3 14 14 dry air , dust and wind dry out the nose and throat and cause nosebleeds , coughing , wheezing , and other short term respiratory problems 9 20 20 21 21 and for brunch , we had the cast iron pan ( 20 ) as well as the banana pancakes with redcurrent syrup and caramelized bananas and walnuts ( 13 ) 8 5 5 9 9 we were arriving after the train had left the station 18 1 1 6 6 my husband returned a 275 cashmere sweater to jos 4 1 1 5 5 that brew was in a bottle and did not quite measure up to the altbier , perhaps because it was served ice cold , but was still worth trying 6 4 4 7 7 i only put enough water in a kettle for just a single small cup of tea 3 18 18 19 19 the title has been won by an american lady , lee redmond , who has been growing her finger nails since the last 27 years 18 3 3 7 7 we store the glue in a cool place 14 6 6 9 9 this is a clear and concise guide to the work of one of the twentieth century ' s most influential thinkers 6 1 1 6 6 wintry conditions are spreading into adjacent areas 6 3 3 7 7 we have poured cement into 3 inch forms 9 2 2 3 3 demand for palm oil , a vegetable oil present in many of the goods we buy , is contributing to the destruction of the world ' s most precious rainforest 0 0 0 8 8 depression is among the top 10 causes of suicide both among doctors as well as nursing professionals 14 4 4 8 8 douglas was giving a speech addressing the harmful practices of the army corps of engineers 13 8 8 11 11 in addition , we also build a meaningful cadre of various musicians who help us produce music on an on going basis 13 10 10 12 12 the grenade ricochets off the wall and into the advancing battalion of swordsmen 3 1 1 4 4 the fortress has four towers corresponding to the cardinal points 4 1 1 13 13 three pages from an autograph manuscript of hamlet were found wadded in a tankard near the former site of a stratford tavern 14 1 1 4 4 this figure illustrates typical results of various operating parameters during these studies 18 2 2 10 10 the aquarium wall was truly the best part of the experience here 14 2 2 8 8 the release notes give details of the technical changes 18 18 18 24 24 the evidence was sufficient to authorize a rational trier of fact to conclude beyond a reasonable doubt that appellant had killed the victim with malice 18 9 9 12 12 scientists in cambridge have discovered that a lowly grape variety grown by peasants but despised by noblemen during the middle ages was the mother of many of today ' s greatest grape varieties 17 2 2 7 7 the italian manager has drawn up a list of potential targets to reinforce his depleted defensive options 15 1 1 6 7 this theme has been covered in science fiction like star trek 14 1 1 6 6 the film asserts the astonishingly intricate tenacity with which class is intimately mingled with severine ' s sense of identity 9 8 8 9 9 i ' ve been tempted to buy the cane sugar version for ages , but the shipping cost always stopped me 17 11 11 18 18 since leaving the bay area for brooklyn in 1999 , the violinist has constructed a mind bogglingly disparate body of work 0 1 1 4 4 the shot caused a wound on the left side of the neck which bled profusely 13 6 6 8 8 wilderness tour guides often maintain a pace of asses to carry the equipment necessary for camping 3 1 1 4 4 the method comprises the steps of heating a laminated sheet , and vacuum forming the heated sheet in the first vacuum mould component 6 1 1 5 5 this bug flew into my garage 8 2 2 7 7 the poor family went away from the village 14 3 3 7 7 this small photographic exhibition studies the linear qualities present through natural and man created subjects 18 14 14 16 16 in ancient egypt , the people in that civilization depilated their bodies to prevent infestation of fleas and lice 18 2 2 7 7 this unified theory was governed by the exchange of four particles the photon for electromagnetic interactions , a neutral z particle and two charged w particles for weak interaction 13 7 7 9 9 corporate india is in shock after a mob of workers bludgeoned to death the chief executive who sacked them from a factory in a suburb of delhi 18 9 9 12 12 his tenure was marked by absolute discipline among the staff of the hospital 10 1 1 13 13 the brush and the roller are the tools most readily associated with the painter 18 1 1 6 6 our company has landed into serious trouble with its london network since the summer 18 1 1 5 5 the man completed a full lap before being stopped by guards , but he never interfered with shorter 16 7 7 11 12 hitchcock drew on a 20 year old novel by the future governor general of canada , john buchan 3 5 6 9 9 this snes controller has a flash drive loaded with roms inside 11 1 1 9 9 but scientists successfully treated the mice with broad spectrum antiboitics 1 0 0 4 5 acne is caused by hormonal imbalance within the body , but there are many other contributing factors to acne outbreaks 3 8 8 13 13 more particularly , the invention is a sealless pump that employs a magnetic coupling to drive the impeller 8 1 1 8 8 the flights are departing into the adjacent controlled airspace 14 2 2 5 5 the classroom discussion made this concept clear to the candidates 8 1 1 8 8 the probe was generated from an amplified dna fragment , using prd136 as the template 8 5 5 12 12 gordon ramsay ' s flagship restaurant has fallen out of an influential list of the top 50 restaurants in the world 17 1 1 5 5 the government established an independent agency which is to boost quality in higher education 18 8 8 11 11 they shop there for a huge selection of furniture and table legs , carved and turned furniture legs and feet , wood turnings and more 17 8 8 11 11 halfway into the flight to la , a passenger took a photograph and the icy blue flash from the camera bounced momentarily across the dimly lit cabin 18 2 2 8 8 the ultimate mystery is the source of the energy itself 11 1 1 10 10 a teacher explores the various reactions and ideas by using literature 10 1 1 4 4 the ligature assists the performer in seeking a more responsive and free playing style 16 3 3 6 6 colourmovie is a design driven creative studio specializing in motion design , animation , brand identity , and live action production 3 0 0 1 1 tree roots also take nutrients and chemicals out of the soil and use them to produce what they need for the tree ' s growth , development , and repair 17 3 3 16 16 the same stone mason who did the stonework of the first mill dam put up the walls 11 1 1 19 19 a company is able to determine a range of restrictions for the selection of the perspective countries by using benchmarking 2 15 15 18 18 professionals from streams like law , engineering , agriculture also have opening in the management cadre of various banks 17 7 7 12 12 mozart ' s piano concertos are the composer ' s finest instrumental works 10 5 5 13 13 this bright yellow , lightweight shovel is a favorite of our adventurous little gardeners 17 2 2 6 6 a spanish man built a homemade submersible to carry cocaine 13 2 2 4 4 friends and family of inpatients at various hospitals and health care facilities are now able to send well wishes via email 14 3 3 8 8 it is a certificate , declaring sales tax exemption , presented to a vendor when making a purchase for the agency 0 1 1 3 3 the inflammation causes pain in the joint 2 1 1 4 4 the title of the book gives you a sense of its breadth and scope 6 1 1 8 8 all items have been shipped out to the customer 18 4 5 8 8 much of his early teaching experience involves telling anecdotes about his childhood in ireland 18 5 5 12 12 helped by donations , the association has assembled 1 , 000 free kits , which include water , flashlights , battery operated radios , spare batteries , an emergency preparedness booklet and emergency window placards 2 9 9 12 12 as with grapefruit , the white membrane under the skin of the orange contains more vitamin c than the flesh and a lot of the pectin fiber 8 1 1 8 8 a student who fell from a seventh floor balcony in mexico and had been in a coma for several weeks returns to the uk 9 2 2 10 10 when a property is the source of a data binding expression , flex automatically copies the value of the source property to any destination property 8 2 2 5 5 the breaking news from the article was that the first recorded use of the word gongoozler took place in the late 1800s in the book narrow boat by t c rolt 6 2 2 7 7 original mammography films are being delivered to viewers 2 1 1 8 8 the forebrain is the largest part of the brain , most of which is made up of the cerebrum cerebrum 8 8 8 12 12 he pulled back the stick gently until the plane lifted from the runway 4 1 1 8 8 a bomb was found put inside a broken freezer which was set to be a table for sellers inside al khalis city 13 3 3 6 6 we have a paddling of muscovy ducks that hang by our door , this day the younger one was fighting the dominant male 8 6 6 13 13 the accused beat up the other kids who resultantly ran away from the place 5 2 2 7 7 after the freighter was full of colombian dope , it was transferred on the ocean to a handful of medium sized boats and eventually to smaller craft that blended in with recreation boaters for the trip to american soil 15 1 1 13 13 the impact of the floating body effect on noise is investigated in this work for the first time 18 3 3 6 6 the major phytochemical constitutes of the plant are elephantopin , triterpenes , stigmasterol epifriedelinol and lupeol 13 8 8 11 11 once upon a pond , there lived a froggery of muppet frogs and their leader , kermit the frog 6 2 2 9 9 the polluted water has been poured into a local river 17 1 1 7 7 the evangelist blasts the patrons with the news that they ' re going to hell , if they do n ' t come to his meeting and get saved 1 1 1 6 6 genetic disorders are caused by the mutation of a gene 6 4 4 10 10 the woman placed the baby in a plastic bio hazard bag and threw it out 16 14 14 16 16 in dutch camping culture empty beer cases are saved and stacked up into a wall by youths 11 2 2 11 11 a lonely teacher finds a friend with the help of an umbrella 18 3 3 11 11 and so this book involves the reader in a true educational process which is also fun 1 0 0 6 6 power is generated by an electrochemical reaction of hydrogen and oxygen that yields as its by product only heat and h2o 14 10 10 12 12 the gaa ' s central council passed a number of motions regarding discipline at a special meeting on saturday 6 1 1 5 5 the hero enters into the building 8 1 1 11 11 the money to buy the properties was coming from his own pocket and it was risky for him 18 1 1 4 4 the dynamite used in blasting for the south island line had been stored at a depot in chung hom shan , near stanley 6 2 2 9 9 the big fish has been pushed into the deeper sea 18 1 1 6 7 this player has moved to the next round 14 4 6 9 9 the effect is a series of poems relating a story of one man ' s journey to find happiness 16 1 1 7 7 the license is issued from the new state after verifying the particulars of the applicant license from the original issuing state 6 5 6 10 11 by now , our early radio wave is traveling into outer space 17 10 10 13 13 within a matter of months , tavi gevinson , the author of a blog called style rookie , was feted by designers 2 2 2 5 5 the three valves of the trumpet add lengths of tubing to the instrument to lower the pitch 8 1 1 7 7 the list was generated from an open call for nominations and prioritized based on factors including the age of the structure 11 0 0 5 5 doctor saves boy with a drill 18 2 2 6 6 the flux sensor moves a half circle around the filament in order to measure the spatial directivity of each heater 16 5 5 6 6 nonetheless , people in the film industry were sounding alarm bells by the end of the year 8 1 1 6 6 my equipment was built in another country 8 3 3 6 6 most of the hairstyles from past days of hollywood glory have unique features that are set in place 8 12 12 15 15 a bed of ancient lava seemed to mark the commencement of the eruption from the craters of the great chain of the andes 11 2 2 14 14 a little girl finds a lost shoe with the help of her imaginary dinosaur companion 6 1 1 6 6 the soldiers moved into the newest post 11 1 1 7 7 their ancestors reached the island using bamboo rafts 14 4 4 7 8 it is the only journal dedicated to veterinary imaging 17 2 2 8 8 a computer program called trakl ` bigi generates poems in the style of the expressionist poet georg trakl 17 1 1 11 11 the foundry ' s main business is the manufacture of church bells and their fittings and accessories 6 4 4 6 6 u s astronauts took weapons into space with them 2 6 6 9 9 the loaded shotgun disappears from the seat of the truck after the fights in the casino 1 1 1 6 6 the storm is generated by an upwelling of warmer air , similar to a terrestrial thunderhead 3 1 1 3 3 the film uses flashbacks as a device to tell the story , which was based on a 1947 novel by david goodis 14 1 1 4 4 these documents survey the literature and recommend limits for worker exposure to hazards 2 3 3 6 6 this is the eye of the bull in the constellation taurus 18 0 0 4 4 shampoos work by using acid to remove hard water scale 2 1 1 4 4 the base of the clock was constructed from standard legos , encasing two mindstorm servo motors 8 1 1 9 9 the word ` latin ' originates from an ancient race called the lats 14 4 4 12 12 for 20 years the magazine has been dedicated to american old time music 18 5 5 6 6 there is in fact a socialist party in america and there are real socialists 9 4 4 5 5 explaining the mysterious term barley wine , the authors share their secrets of how to brew this challenging high alcohol , hoppy , sweet ale that is every brewer ' s crowning achievement 4 1 1 6 6 the world was enclosed in an egg before creation 14 3 3 9 9 he wrote an article , that pointed out factual problems in the work of new york times columnist and author david brooks 8 2 2 5 5 it included elements from latin literature and arab influenced spain and north africa 8 2 2 7 7 the english title is derived from a quip in the story , and works well enough 13 17 17 19 19 i am at my happiest when i am in a smoke filled , crowded bar with the riffraff of savages i call my friends , our voices raised , our faces flushed , our speech slurred , as we strumble from one poorly constructed argument to the next half baked bagful of lies ( to quote michael jackson ) 17 9 9 12 12 the work was such a popular success that the poet wrote a sequel 13 3 3 7 7 the annual residence league of various sport codes , the mini olympics held during the september break has proven very popular amongst our students 6 8 8 12 12 it was in this period that the new religion spread into the empire 4 17 17 21 21 there was a pair of odd looking 12 three ways i built for a friend , the woofers were in a box screwed to the back of 4 foot high raindrop shaped panels which housed the midranges and tweeters 1 9 9 14 14 light blue shows the additional extent of an extreme flood from rivers or the sea 12 4 4 6 6 the teacher always assigned students to groups 1 14 14 20 20 from the outset , the tv reporters started talking about two disasters the natural disaster which was caused by the hurricane and the man made disaster which happened in new orleans , the blame for which was laid at the hands of george bush 6 1 1 15 15 the products of business entity within the export processing zone are shipped to non bonded areas 4 1 1 5 5 the poison was in a bottle of pricey wine 18 8 8 11 11 so , in the night , when the men in the fort were asleep , white fang applied his teeth to the stick that held him 17 1 1 5 5 the company has assembled a portfolio of precious and base metal exploration prospects in ontario , saskatchewan , and the north west territories 11 3 3 9 9 rather , the avenger killed the victim with a rifle , often from a secure hiding place or in ambush 14 1 1 3 3 another manuscript introduced justice in terms of contractual justice 17 0 0 13 13 members of the bletchley team went on to build the first post war computers in the uk , at manchester and cambridge 13 26 26 28 28 within a little over a month from inception , schedules had to be expanded from 41 daily trips to 97 in an effort to meet the crush of passengers 13 16 16 18 18 it serves only the self serving purposes of the political parties it provides them a faithful horde of believers 6 2 2 9 9 hundreds of bomb have been dropped into the target region 11 7 7 16 16 the galileoscope is named after the italian astronomer , who first observed the heavens through a telescope 400 years ago 15 1 1 12 12 the methods of almost all procedures were extensively described in an earlier publication 11 3 3 5 5 there was a man with shovel and hoe 18 9 9 12 12 by the time of the inquest of 1106 the dignity of the canons and their enjoyment of ` all free honorable customs ' in their lands and houses is clear 6 3 3 7 7 iraqi air force pilots took flight into history 1 6 6 12 12 another reason for the impression of energy and optimism caused by many posters is their very nature as images of propaganda 14 1 1 7 7 the course studies in depth the complex interaction between issues of conflict , security and development 5 7 7 11 11 she left the engine running because the car was full of snakes used in her exotic routine 11 5 5 8 8 the soft spoken , professorial chef spoke with knife in hand passionately about why he ' s been drawn to thai cooking for twenty five years 16 10 10 18 18 the prince ( italian il principe ) is a political treatise by an italian public servant and political theorist 18 1 1 3 3 the communion of saints ( in latin , communio sanctorum ) is the spiritual union of all christians living and the dead , those on earth , in heaven and , in catholic belief , in purgatory 11 17 17 20 20 a certificated security for which the certificate has been surrendered to the issuer is reached by a creditor by legal process upon the issuer 14 8 8 12 12 steroid nation ( tm ) is an online journal looking at the use of anabolic steroids in sports , youth , and society 1 3 3 6 6 timoshenko commented its laughter after the joke of putin about yushchenko and of 6 1 1 8 8 his efforts have been invested into this main objective 5 10 10 13 13 he was distressed and smeared in dust and held a bottle full of blood in his hands 0 1 1 4 4 the explosion caused a crater on the ground and destroyed several stalls 1 5 5 9 9 the video then shows the damage caused by the aircraft as it hit the north tower , follows the disintegrating plane through the interior , and then shows the airplane metal , ignited fuel , dust and smoke exiting the building on the opposite side 15 2 2 6 6 the whole episode was documented on video and stills , but these have never come to light 8 1 1 6 6 the sound came from a wooden structure two hundred yards away 18 8 8 16 16 i crawled over to the edge of the building where there was still a fragment of wall and peered over , trying to see what was going on 18 3 3 9 10 the next two generations have departed into an uncertain future survival without mother 6 1 1 9 9 the ornaments were blown into complicated , multi piece molds 3 6 6 7 7 there are many different types of saw blades , each of which is designed for a particular cut 14 5 5 10 10 the album comes with rambling notes from wolf detailing the ideas behind each song 17 12 12 15 15 a year later , in september 1941 , he and a fellow prisoner dug a tunnel from an incinerator to a point beyond the perimeter 0 2 2 9 10 a vehicle accident with a utility pole cause a power outage 13 17 17 20 20 in this way he gathered materials for weekly epistles destined to enlighten some county town or some bench of rustic magistrates 14 4 4 9 10 controversy and even heated debate with respect to the ethical issues involved has broken out in germany and other parts of the world 17 1 1 2 2 an eyewitness account to a turning point in the civil war , from the pen of a she rebel chronicles not only a community ' s near destruction but also its endurance 8 13 13 17 17 a few weeks after we sent the taylors our final report , a letter arrived from the headquarters of the green howards in england 2 1 1 2 2 a chain saw is one of those tools that can be described thusly when you need one , nothing else will really do 8 1 1 6 6 the applicant graduated from an accredited school of dentistry 3 1 1 6 6 the garden also comprises large natural patches of renosterveld fynbos and succulent karoo vegetation 0 2 2 5 5 colds and flu cause high fevers in babies and toddlers , but with the flu , the fever will last more than one or two days 6 1 1 5 5 my father is going into college at his old age 2 14 14 17 17 when you press and hold k1 button for about 3 seconds , the green indicator of the headset flashes once every 3 seconds 16 3 3 12 12 additionally , all hydrants and valves are pressure tested at the manufacturing facility 1 31 31 38 38 during the first documented outbreak of human infections with h5n1 , which occurred in hong kong in 1997 , the 18 human cases coincided with an outbreak of highly pathogenic avian influenza , caused by a virtually identical virus , in poultry farms and live markets 6 2 2 7 8 the popular soap has been moved to prime time 1 0 0 2 2 wrinkles from laughing is a good sign of a healthy , happy life 18 13 13 23 23 good vineyards , on the other hand , growing better and lower yielding varieties were owned and farmed under the supervision of the church or nobility 9 1 1 2 2 with grain spirits , the initial fermentation takes place after the starch that is naturally present is converted into sugar 6 4 4 11 11 figures show that the crisis is spreading into israel ' s economy 1 1 1 7 7 the damage caused by the w32 computer virus is expanding in japan 4 1 1 6 6 the map was locked in a safe in the clerk ' s office except when it was being viewed by someone in the presence of the clerk 4 6 6 14 14 yesterday i put on my largest pants , those pants that were in a box slated to go to goodwill 3 3 3 8 8 the scum rake mechanism consists of a rotating bridge with attached skimmers , which are suitable for an effective removal of scum of various consistencies , even of a light , creamy consistency 13 3 3 7 7 earlier , a dray of terrified ground squirrels ran for their lives as flames raced their way 4 6 6 10 10 after that i mentioned that the reagent was in a bottle packed with vermiculite as a filler between the carton the bottle 18 1 1 11 11 the illusion has been examined in a number of different psychological experiments , and suggested as a basis for other biases 14 1 1 5 5 contemporary criticism commented on the weaknesses of the opera ' s characters and the storyline 6 1 1 5 6 the singer arrived to the outdoor stage for rehearsal 10 21 21 24 24 baljinder singh is still recovering in the alfred hospital , a week after he was stabbed in the stomach with a screwdriver by two men as they robbed him of his wallet 15 1 1 12 12 the life of the kathoey kick boxer is related in the 2003 movie beautiful boxer 1 2 2 8 8 he has fear from darkness , ghosts , robbers being alone , of thunder , in the crowd , of death , of disease , of evil , that something may happen 8 11 11 16 16 unfortunately though , to the surprise of all present , the ship completely dissapeared from the harbor 9 1 1 6 6 the state was the source of capital , raw materials and labor 8 2 2 7 7 the word asphalt was derived from that term because of the lumps of gooey petroleum that were washed up on the lake shores from underwater seeps 18 1 1 10 10 the lord continues to demonstrate his faithfulness through the generous giving of his people 13 3 3 6 6 several times a flock of wild ducks ( anas superciliosd ) flew over , evidently making their way to the more open water ways several miles west 14 3 3 9 9 entrepreneur creates a debate over ` amber alert ' kiosks 6 1 1 6 6 the award was bestowed to the organization 11 7 7 14 14 at 73 meters underwater , a petty officer reached the surface using his drager apparatus 2 1 1 4 4 the roof of the building was equipped with two helicopter landing pads that became vital during the fire 3 6 6 13 13 the choice was recorded when the cow touched the training card with its nuzzle 2 15 15 18 18 what this type of memory does is it allows itself to sync with the cpu bus of the computer giving it the capability to run at higher clock speeds 18 1 1 10 10 this plan is the result of a focused analysis of crime and disorder over the last three years 14 4 4 8 8 this page is a guide to the floating world of cyberspace 14 7 7 10 10 one of the recurring themes of the book is the influence of religion in motivating and structuring dutch emigration 3 21 21 23 23 the children , seated on their mother ' s laps , played with toys on a table in front of a picture with holes in it 5 13 13 16 16 the precipitate of dpa na together with the filter is transferred to a bottle with cold water in it where it is dissolved by shaking 16 4 4 7 7 there is a short addition by the scribe which matches that on the kirkham priory copy , above 4 3 3 6 6 there were concrete blocks inside a caisson 2 6 6 9 9 she tried to find out what key on your keyboard fits your personalty 4 5 5 10 10 officer daniel testified that the methamphetamine was inside a glass container that was placed and sealed inside a winnie the pooh plastic container 18 3 3 16 16 adler ' s belief in human teleology was a radical departure from the cause and effect determinism of science at the beginning of the 20th century 18 1 1 6 6 the bungalow was built inside a barn 13 16 16 18 18 berserk is one title in recent memory which does an admirable job of throwing a veritable zoo of creeps , thugs , demons , monsters , and fetid creatures before the reader in each volume , inviting awe at the creativity and skill involved in conceiving of and executing such disgusting vermin 11 2 2 8 8 my apartment complex treated the yard with a poison to kill locusts 6 3 3 6 6 nasa is sending astronauts to an asteroid 2 15 15 19 19 to take the fragment of green material first , i found it caught in the bolt of the communicating door between that room and the adjoining one 18 1 1 5 6 the team has moved into fifth place in career scoring at nd 14 1 1 5 5 the exhibition displayed a historical view of video game development from early arcade games to the present 4 1 1 5 6 the object was inside a nylon bag , and the blasting caps were inside a plastic case 18 1 1 7 7 such tools sped up the drug development process by years 4 11 11 16 16 it is a wonderful way to show off your prized china pieces in a handsome china hutch 16 5 5 9 9 it is unfortunate that the constitution was prepared by leaders of political parties and not legal experts 11 1 1 8 8 the musician also treated the wood with a preparation of borax in the manner of stradivari 6 5 5 9 9 she was pouring the hot agarose into the casting tray 11 1 1 13 13 the team then sequenced the captured dna with the gs flx titanium series chemistry 4 8 8 13 13 in a disturbing laboratory experiment in which a gun was hidden in a drawer , many boys found the weapon , played with it and even pulled the trigger without knowing whether it was loaded 18 2 2 12 12 the vice president for development is responsible to the president of the university for planning , coordinating and managing the gift procurement programs of the university 18 1 1 5 5 the students enforced it with violence 1 7 7 15 15 much of the difference in the total damage caused by the nisqually and the northridge earthquakes can be attributed to the nisqually earthquake ' s location 8 1 1 7 7 the train is going away from the photographer , pushing its cars to gain elevation 4 1 1 7 7 the fluids are enclosed in a vertical cylinder of aspect ratio and heated from below 8 9 9 13 13 the loading takes a couple of days and the ship sails from the port with the help of the local pilot who knows every inch of the area 18 3 3 9 9 accidentally , one worker was locked in a refrigerator boxcar , and the rest of the workmen left the site 8 3 3 7 7 like tofu , tempeh is made from soybeans , but tempeh is a whole soybean product with different nutritional characteristics and textural qualities 18 8 8 10 10 godfrey and i , caught up in the whirl of insects , had become part of the forest , too 6 7 7 11 11 whatever the case , we have added tessellate into our favorite songs 11 4 4 11 11 surveys were completed by respondents using a variety of browser software programs , each configured differently with different displays 1 1 1 5 5 breast abscess is caused by infection of the engorged glandular system of the breasts 3 1 1 14 14 the study assessed the effectiveness of the world ' s fisheries management regimes using evaluations by nearly 1200 fisheries experts 11 1 1 5 5 the act promotes efficiency through limitation of the copyright owner ' s available monetary damages 5 12 12 15 15 as soon as the ceremony is done , the couple holds a bottle with love testimony in it and puts it into the ocean 6 9 9 13 13 grace did as she was told as adele poured flour into the liquid mixture 13 6 6 12 12 i found , moreover , a body of trained and earnest school workers , whose wealth of experience , professional spirit , and loyal support of the new organization gave ample assurance of advancement in all departments of public school work 0 1 1 6 6 the fat and cholesterol cause heart disease the animal protein causes cancer 6 5 5 7 7 other early organisms have released barium into sulphate depleted pore waters 15 1 1 10 10 high fees charged by senior lawyers became a point of discussion at the apex court hearing the ambani brothers ' gas row 17 1 1 11 11 the country has resumed manufacturing of components and assembly of centrifuge machines under iaea supervision 6 1 1 6 6 the preforms were blown into the bottles 4 1 1 6 6 one plant was sealed in a flask as described 8 1 1 7 7 the acetoin was first distilled from the filtrate and subsequently oxidized to biacetyl 8 9 9 13 13 it has taken time and effort to get the metal out of the ground 2 1 1 4 4 the pillars of the ruins of persepolis are famous and an example of the glories of iran during the reign of the darius emperors 18 6 6 13 13 you reassigned them after making a change in the registry through the administrative console or by using wsadmin scriptin 14 2 2 5 5 this humorous fable illustrates the progress of education and gives valuable insights into how it could continue to develop in the decades to come 10 4 4 6 6 one of the best resources for programmers is the excellent ( and free ) book small memory by charles weir and james noble 6 3 3 6 6 karzai brought more technocrats into his government 6 1 1 7 7 the basin has sunk into a deep depression 17 1 1 5 5 the designer made up these sets for us from leftover fabirc 14 1 1 4 4 this notification declares the names of plants , plant pests or carriers that are considered to be prohibited 13 26 26 28 28 in the following essay , allen discusses flannery o ' connor ' s use of animal imagery to depict her notion of the world as a zoo of misfits in her novel wise blood 17 1 1 7 7 the researcher started the interview with a question on relationships and their relation to staff retention in an acute perioperative environment 11 1 1 5 5 a student relaxes with a book in a cambridge park 11 16 16 19 19 the engine revved a bit in the lower gears , but was adjusted immediately by the guy with a knob 18 5 5 12 12 overcome with hunger , the fox tore into the carcass with a fury , sending feathers scattering every which way 16 6 6 9 9 it ' s a powerful personal work by a man who still thinks for himself in an era of fear , conformity , and dehumanization 16 2 2 4 4 in this poem the poet personifies his city during the last years in which he was able to live there 0 7 8 16 16 later on that same day , an electrical short at the farragut north station caused a fire on the tracks which shut down service three times over the course of the day 4 2 2 8 8 that first batch of forgeries was in a suitcase and the two gentlemen that disappeared in the night were both japanese 13 7 7 9 9 rachael , katie and chloe enjoy the wriggle of worms from the worm farms they built on an excursion to jells park in glen waverley 6 2 2 7 7 the exotic species are imported into the country illegally 14 4 4 9 10 the gist of his message was that the religious social structure was in crisis and should be saved 9 17 17 18 18 just the thought of the delicate flavors of rose and vanilla , combined with a slightly tart raspberry jelly was enough to get me running through the larder in search of the necessary ingredients 0 1 1 7 7 the events at the trial caused the dissolution of the communist league , and a general dampening of revolutionary activity 3 1 1 4 4 the bat moves its wings like we move our fingers 14 1 1 5 6 this exhibition looks at the dynamic connections that occurred from the mid 1960s to the mid 1970s with a display of early media works presented alongside related drawings , prints , and photographs 1 1 1 5 5 the contamination was caused by residues of the aromatic hydrocarbons 0 0 0 13 13 asthma is a disease of the respiratory system , which causes swelling and narrowing of the airways 8 4 4 11 11 a month ago a request arrived from an american environmental consulting firm 11 1 1 6 6 this invertebrate builds armor from coconut halves 3 1 1 5 5 the exhibit features the winning designs in both the professional and student categories , as well as other outstanding entries 3 10 10 19 19 the disease most often starts in the palm of the hand at the base of the ring or small fingers 16 7 7 10 10 the purpose of this funding , a memo from the chairman of rj reynolds shows , was to refute the criticisms against cigarettes 2 6 6 9 9 my hand was resting on the arm of the chair 18 1 1 11 11 the ride starts at the large bryce canyon national park boundary sign on hwy 63 11 4 4 7 7 one design shows a farmer with a hoe and reads genuine dirt farmer descendant 14 7 7 10 10 the world health organization co sponsored a meeting on avian influenza and human pandemic influenza 8 1 1 6 6 the air was pressed from his lungs it felt like millions of electrodes were attached to his neural system 18 4 4 10 10 as iran ' s press continues to digest the election results , conservative and reformist outlets condemn perceived us interference 14 1 1 4 5 the lyrics point toward sexual politics , and the lack of understanding between boys and girls 1 1 1 6 6 the incident was caused by the entry of high pressure gas from a deep formation that got confined in the porthole of the well 8 13 13 17 17 first found in old castile in the heart of spain , where the name originated in visigothic times 0 1 1 4 4 the imbalance caused a torque on the moon that acted to synchronize its rotation with its orbit , so that one side is always facing the earth 6 1 1 8 8 pipe bombs have been thrown into two parked cars in londonderry 2 2 2 18 18 no centralized timer exists , so the standard synchronizes all timers to the timer of the fastest running clock in the bss 13 6 6 8 8 today miguel cotto is receiving a rain of offers to keep fighting 18 9 9 12 12 the dean of the faculty is the chief academic officer of the college and has primary responsibility for matters of academic policy that affect the faculty and for the educational consequences of the academic budget 8 1 1 6 6 the robbers ran away from the scene as he drove away and called his employer to report the incident 13 15 15 18 18 the core of the city state , regarded as a trading entity , is a body of specialized traders engaged in external trade 6 4 4 7 7 the officer threw a prisoner into a cell 18 2 2 9 9 those early studies were directed toward examining the spring vegetation green up and subsequent summer and fall dry down 17 4 4 8 8 a catfish , some fish that have spawned eggs and an anglerfish is all i can remember 13 16 16 20 20 in contrast , i first learned of steve ' s existence through an observation by a clique of bursley dorm acquaintances i used to dine with that same year 16 3 3 7 7 yet this signing statement issued by the president yesterday is the clearest signal yet that the administration wants to hold this option in reserve 18 15 15 18 18 with the help of its diaspora , china has won the race to be the world ' s factory 18 4 4 7 7 synaesthesia literally means ' union of the senses ' and is defined as the stimulation of one sensory modality by another ( e g , sound by vision ) 17 3 3 7 7 boston university biomedical engineers have devised a method for making future genome sequencing faster and cheaper 6 2 2 5 5 they leaked oil into the radiator 15 1 1 7 7 other parameters were as described in the text 6 1 1 6 6 the medicine was given to the patient 13 2 2 4 5 this intermixed rookery of glossy ibis , herons , and egrets first established itself on sheffield island in 1961 with 28 nesting pairs 1 9 9 15 15 almost suddenly , i was overcome with an uncontrollable fear which was triggered by the death of my friend 6 4 4 7 8 the operator moved the data into the text box from the database table column 1 1 1 12 12 my view of how the brain works is rooted in an evolutionary perspective that moves from the fact that our mental life reflects the actions of many 18 1 1 7 7 the singer demonstrates his sensitivity during the song by suggesting that he would bring flowers 6 1 1 6 6 212 vehicles were brought into this city under personal imports 14 3 3 8 8 most of the discussion has been about the words he used 8 2 2 6 6 the waverider design was evolved from work done in the u k in the 1950 ' s and early 1960 ' s on winged atmosphere re entry vehicles 11 1 1 4 4 the county replaces the mailbox with a standard metal mailbox acceptable for delivery of mail by the united states 1 6 6 11 11 among the first to survey the devastation caused by the april earthquake , the team discusses what they observed and learned from the damaged buildings 1 20 20 31 32 known by the medical field as tinea cruris , jock itch is a persistent reddish , flaky , and itchy rash in the groin and around the anus caused by a fungal imbalance on the skin 18 2 2 6 6 the hockey fans have gone into hiding 2 1 1 5 5 the chapters included in the book are the core of this fundamental handbook on heterogeneous catalysis 14 6 6 10 10 we have seen that many software patents covering well known algorithms and techniques hinder the software industry in the united states of america and around the world 13 11 11 14 14 lots of people were having picture taking sessions at the big patch of yellow flowers in showa kinen 4 1 1 6 6 the statue was inside a bamboo box 4 4 4 10 10 we observed that a box was actually placed inside the cornerstone with a variety of artifacts and documents commemorating the event and the history of savannah 3 4 4 15 15 many of the larger teeth in the back of your jaws have two or three roots 0 3 3 7 7 each time a neuron unleashes its tiny jolt , it needs to replenish its stores of energy for the next spark 2 1 1 5 5 the cells inside a nested table are isolated from changes made to the outer table 6 4 4 7 7 we have thrown the balls into the basket 14 2 2 5 5 the same rule governs the use of the reversed and the monochrome versions of the logo 18 11 11 14 14 in particular , the ` historical inevitability ' of a united proletariat of various nationalities was understood as a state interest 18 2 2 7 7 the teenage boys were dragged into the fighting at school 16 4 4 8 8 the eighth and finest album by this heady band from baltimore revels in the joy of musical experimentation and sonic surprise 12 1 1 4 4 the dean of the faculty , rajiv vohra , is a senior member of the university ' s academic administration and is directly responsible for the recruitment , retention and development of university faculty , working closely with the dean of medicine and biological sciences , who has those responsibilities within the division of biology and medicine 6 13 13 18 18 a man who tried to cool out his hyper cat by stuffing the animal into a boxlike homemade bong faces cruelty charges 4 2 2 6 6 her split skirt was in a trunk of clothing that still had n ' t arrived from washington , but she looked forward to the freedom 11 0 0 4 4 electricians start by reading maps called blueprints that show how electricity flows 4 16 16 20 20 el salvador prison officials have detained a woman who was caught trying to smuggle a military grenade hidden inside a canister in her vagina during a jail visit 6 1 1 6 6 eight yachts have arrived into the harbor 18 5 5 17 17 the thick slab of spiced ham was the best part of this year ' s new breakfast sandwich the salty meat was griddled to a crisp , nut brown sear , and it outshone the surrounding egg , cheese , and bun 16 4 4 8 8 here are the amazing arrangements from this months demonstrator , fantastic , brilliant and stunning 13 0 0 3 3 cavalry consisted of cuirassiers , dragoons and chevauxlegers 18 13 13 17 17 donovan mcnabb threw a 13 yard touchdown pass to jason avant , a hookup of two chicago products , as the philadelphia eagles took a 10 0 lead over the chicago bears after one quarter sunday night 3 1 1 2 2 a sewer cover showing the mets and yankees logos 18 2 2 9 9 the only escape i had now was in a bottle 6 1 1 5 6 new emails arrive into my mail box every 1 min this includes a lot of spam 14 9 9 12 12 take me to the edge is a british reality series investigating global rites of passage 16 4 4 15 15 the first native tea wares were those made in the early thirteenth century by the potter to shiro at his kiln in seto , aichi prefecture 6 17 17 22 23 the drain was only half way through the bale wall , so when it stormed , the water poured right into the straw bales 14 1 1 5 5 the show offers a constructive discussion of a hot button topic with leading m a experts 18 4 4 7 8 after 2000 , his research has concerned environmental issues in south africa 18 6 6 8 8 collapsing commodity prices have pushed the farmer into poverty 3 1 1 7 7 the crocodile has a lump on his snout 17 16 16 22 22 questions about pullman ' s plans for new his dark materials ' books reveal that the author has just finished a short book 4 1 2 6 6 the cough syrup was in a bottle on a shelf in the kitchen 6 4 4 8 8 i have inserted various cartridges into that old printer , but still the printer is not working 17 2 2 5 5 the chicago museum dug a pit in front of the building and built a new display area for the zephyr , where it could be displayed year round 14 4 4 8 8 the united states has laws that limit magazine size , too 1 0 0 6 6 tsunamis are caused by the sudden displacement of large volumes of water 6 6 6 8 10 radial mixing processes have transported such material into outer disc regions 0 5 5 15 15 scientists have revealed how environmental irritants such as air pollution and cigarette smoke which cause coughing in people 2 6 6 7 7 the accommodation comprises a newly redecorated office floor on the third floor 4 14 14 17 17 when i first arrived in italy i was amazed to find that they sell wine in a carton 8 9 9 15 15 at one time , most of europe ' s ammonia was produced from the hydro plant at vemork , via the electrolysis route 14 1 1 7 7 his speech was a summary of known problems 16 1 1 5 5 the blisters are caused by antibodies against desmogleins ( dsgs ) , which are glycoproteins present in the junctions between skin cells 8 8 8 11 11 below is a code snippet for creating a timestamp from formatted date date 13 5 5 7 7 jomini speaks of an entire division of pikemen at reunion sur oise , as the re volution rechristened guise 4 7 7 14 14 additional colors were screen printed and the book was enclosed in a mock alligator slipcase 4 11 11 18 18 during this transport , over about 10 kilometres , the herschel spacecraft was placed inside the payload transport container 6 1 1 7 7 the photographer journeyed into america ' s heartland as a lone artist 4 2 2 8 8 aretus fetched water from the house in a ewer that had a flower pattern on it 9 1 1 4 4 the pipeline that the gas leaked from belongs to puyang company , and was constructed by nanjing sanye utility installment company 1 2 2 10 10 the recent decline has been caused by the environmentally induced collapse of fish catches from the black sea 16 7 7 11 11 policemen were seen breaking up a road block put up by fishermen 2 12 12 15 15 i ' m 5ft10 and the jacket reaches about halfway down the fly of my jeans 2 8 8 11 11 finally , next to the handle is the knob of the bat , a wider piece that keeps the bat from sliding out of a batter ' s hands 18 1 1 7 7 the athlete starts in the three point stance , and explodes out 5 yards to his right 14 5 5 10 10 it is a free online resource documenting pennsylvania political election results dating back to 1796 18 7 8 12 12 a former nhs worker revealed that understaffed maternity wards are sinking into chaos 6 4 4 9 10 one ounce of pure gold was sealed in a quartz tube and a section of 5 mm inside diameter quartz tube was sealed on the quartz gold tube 3 2 2 7 7 this radar system contains two tower shaped antennas shown in figure 1 , one is to transmit pulsed waves and the other is to receive reflected waves 9 20 20 21 21 i ' ve been in thanksgiving preparation mode since last week , and when i saw her post on homemade cranberry jelly , i knew i was going to try it 11 2 2 10 10 the second man , who struck him with a paving stone , was accordingly discharged 18 1 1 10 10 the world we live in is rooted in an infinite life 0 0 0 11 11 chocolates , junk food , dirty skin , and stress cause acne 18 15 15 22 22 there were two wounds on the surface and one was the exit wound of the gunshot from the victim ' s left forearm 5 11 11 15 15 part of the seam had been opened up and a roasting pan filled with wet spaghetti , cherry pie filling and jello was put inside 17 4 4 9 9 in 1792 , the emperor issued a 29 point decree which appeared to tighten qing control over tibet 3 8 8 11 11 put at its simplest , the injection molding machine contains a reservoir of hydraulic oil which is pumped by an electrically driven pump at high pressure 5 2 2 14 14 the first box that arrived at shirley shupp ' s door was filled with braces to help with her arthritis 18 3 3 6 6 the most disturbing moment arrives five minutes from the end 1 12 12 14 14 i ended up going to the doctor , although it was just coughing from allergies 1 14 14 17 17 three times ( every 1200 years ) , the gods were distressed by the disturbance from human overpopulation 2 2 2 13 13 the furniture industry constitutes of one the most important sectors of the polish economy 2 10 10 14 14 four people died after their vehicle crashed into the support pillar of an overhead bridge in cheras 0 1 1 7 7 the announcement of the game caused a stir on the web yesterday , with the weekly standard launching a protest campaign encouraging readers to e mail microsoft and t enterprise , the out of its depth company that had hired actual gitmo detainee moazzam begg as a consultant on the game 0 9 9 11 11 the fat and cholesterol cause heart disease the animal protein causes cancer 11 4 4 7 7 the glow from the blacksmith ' s forge led civilization from the dark ages and brought humankind to the standard of living enjoyed today 9 9 9 10 10 uk based master of malt stocks the finest straight wheat whisky 16 7 7 12 12 the queen deposits each egg in a cell prepared by the worker bees 6 4 4 7 8 i have put these images into my web page 2 21 21 24 24 he got an idea of the depth of the shear layer by observing the extent of the sideways turbulence at the stern of the boat 16 2 2 7 7 an investment firm co founded by the head of the obama administration ' s auto task force is under scrutiny in an investigation into what authorities allege was a pay to play scheme involving the new york state pension fund 18 4 4 11 11 approximately three dozen bus lines operate from the port authority bus terminal located between eighth and ninth avenues and 40th to 42nd streets 18 1 1 8 8 the guard pushes the passports back with a chuckle and ignores them 8 3 3 8 8 the second gold electrode was pressed from the top onto the pellet by a screw in order to ensure optimum contact 13 17 17 20 20 in about 985 the seljuk clan split off from the bulk of the tokuz oghuz , a confederacy of nine clans long settled between the aral and caspian seas , and set up camp on the right bank of the lower syr darya ( jaxartes ) , in the direction of jend , near kzyl orda in present day south central kazakhstan where they were converted to islam 17 4 4 8 8 in berlin , the communists threw up a wall of barbed wire and stone to block the exit of freedom seeking germans 18 0 0 10 10 danger is part of the palestinian journalist ' s daily routine 14 8 8 14 14 the revealer is an online journal of media criticism related to the subject of religion in the press 6 4 4 7 7 we then placed the tube in a beaker of iodine water 13 2 2 8 8 this elite formation comprised of several regiments lifeguard dragoons , lifeguard uhlans , lifeguard hussars , and lifeguard cossacks 18 2 2 7 7 eco friendly tomatoes grown in a portable pail are moved inside and continue to produce delicious tomatoes even when summer is just a hearth side 18 1 1 8 8 the guard did his job with a scowling look on his face 1 5 5 12 12 a method for computing the deformation of the crust caused by the filling of large lakes 1 24 24 28 28 i had been constipated for over 30 years , had significant sleep requirements ( average 9 hours a night ) , and had recurring headaches from fatigue and allergies 13 1 1 3 3 a constable of ravens is stationed at the tower of london 2 12 12 15 15 third , the user places his non dominant index finger in the pin of the grenade while maintaining a firm grasp on the body of the grenade 13 5 5 15 15 orion , a giant stellar nursery which has spawned roughly 20 , 000 low mass stars like the sun in the last 10 million years , also harbors a handful of massive type o and b stars that emit blowtorch like radiation 1 1 1 7 7 social breakdown and poverty caused by civil war in several african countries has caused further increases in the rate of prostitution in those countries 2 5 5 7 7 advanced xml converter has a wizard driven interface for converting xml files into html , csv , dbf and xls formats with ease 4 1 1 5 5 the body was in a trunk of a vehicle 15 1 2 7 8 the technical terms are defined in the glossary section of this document 8 7 7 11 11 instead of sounding self centered , the remark came from a person who is confused and unaccustomed to anything but personal success 14 10 10 13 13 a congressman from the state of texas , presented a bill regulating interstate commerce carried on railways 18 11 11 14 14 the opening lay just below the exit of the left subclavian artery from the arch 14 5 5 9 9 new york is a weekly magazine concerned with the life , culture , politics , and style of new york city 2 3 3 7 7 these are the walls of the byzantine fortress that surrounds the acropolis of lindos on the island of rhodes 17 6 6 12 12 a model maker is a professional craftsperson who creates a 3 dimensional representation of a design or concept 8 3 3 13 13 as the initial drug loading was increased , the drug release from the matrix was decreased 16 19 19 22 22 the postmodernism generator was written by andrew c bulhak using the dada engine , a system for generating random text from recursive grammars 6 1 1 6 6 the queen was put inside her cage and then placed in the box with a bunch of worker bees four days ago 8 3 3 10 10 we accepted the claim that issued forth from the usual quarters 3 3 3 18 18 he places the bolt in the receiver so that it fits under the retaining rail as the bolt handle engages the groove in the bolt 8 2 3 6 6 the full press release from the studio is pasted at the bottom of this post 0 1 1 7 7 since hunger and poverty cause violence and unrest , the solution must be found in other than military action 1 7 7 15 16 however , recent research demonstrates that most ulcers of the duodenum are caused by an infectious agent named helicobacter pylori or h pylori 18 3 4 7 7 the discipline of political science revolves around government , public policy and ethics , foreign politics , law and judicial process 3 1 1 6 6 the states are divided into smaller counties 2 10 10 12 12 my second question is regarding the sale of bones and hide of tigers going on in delhi 16 3 3 7 7 all of the products grown by the defendant are grown either under glass or in special plots of ground 11 3 3 7 7 thus , the fisherman bought his own boat in 1991 , after renting one many years 1 3 3 7 7 to alleviate the inconvenience caused by the fence , the cabinet approved a plan to construct 11 passages through the barrier to facilitate movement in and out of the city 0 2 2 6 6 the sound waves cause disorientation and nausea 17 1 1 10 10 the sweetcorn produced a massive box of earwig filled sweet cobs 17 11 11 16 16 a chocolate maker , on the other hand , is the person who physically creates the couverture from cacao beans and other ingredients 4 1 1 6 6 these images were found in a reliquary installed inside the three story pagoda at the monastic site of hwangboksa in guhwang dong , gyeongju in 1942 3 1 1 6 6 this house has a super sized garage , but i guess this is a super sized house 6 4 4 7 7 instead i again poured water into the hole and again water came dripping down in the place 14 1 1 5 5 the speech was about a conversation i had with my daughter 6 4 4 7 7 i already posted the product to your house last friday 13 9 9 11 11 the chaplain noticed one soldier looking at a a deck of cards 18 8 8 11 11 she had left her notebook out on the fire escape by accident 18 16 16 18 18 mobil is now turning to fine art as a way of protecting some of its huge profits from inflation 17 2 2 10 10 yesterday the team recycled 200kg of unwanted knitting wool into insulation 6 4 4 7 7 the strong winds blew snow into the snowdrifts 16 9 9 12 12 training in the field is easily obtained in a furniture and cabinet maker diploma program 6 2 2 7 7 the little sparrows have flown into the wall 18 4 4 6 7 a city takes a stand against gang violence 18 2 2 9 9 the deputy commissioner is assisted by a number of officers belonging to uttar pradesh civil service and other uttar pradesh 16 12 12 13 13 the upheavals of the late 17th century initiated the decline of the wool industry , and records show that by 1750 only two firms were producing cloth 14 1 1 4 4 other orders on environmental legislation and abortion issues were also under consideration 18 4 4 14 14 here ' s the theory i wrote down the other night on the cocktail napkin i fished out of my purse just now 18 1 1 14 14 us researchers have found a gene responsible for turning a plate of pasta into fat , offering new clues 8 5 5 16 16 strangely , today ' s help for the crown jewels enthusiasts has arrived from an unexpected quarter 18 1 1 6 6 the area selected easily accommodated a pen that was 16 by 24 inches 4 1 1 6 6 my guns are locked in a safe and have trigger locks on them 17 15 15 11 11 a preface ( pronounced preffus ) is an introduction to a book written by the author of the book 0 1 1 5 5 the clot later caused a seizure , leaving nathan completely paralyzed on the right side of his body 1 10 10 13 13 in ionic conduction charge carriers are affected by the electromagnetic radiation from the microwaves by being attracted or repelled by the electric field 4 4 4 8 8 dispenser models hold the brew in a heated tank you fill your cup by pressing it against the dispenser lever 13 1 1 5 5 an orchard of ripe black cherries , blueberries and plums join together in seamless harmony 3 4 4 8 8 sea turtles and sea lions use their front flippers to move forward 13 11 11 14 14 his sport was indifferent , for he brought down only a leash of red deer , and a couple of wolves 11 6 6 19 19 when she got home , the child , who was waiting for her , killed her with a rusty nail 0 7 7 13 13 we already know ignorance , heat , boredom , greed and poverty cause violence even in the u s 16 7 7 10 10 at the volvo koping factory , seven robots make 17 components in 30 seconds 2 34 34 1 1 the ladder shield comprises a rigid yet slightly flexible shell of plastic which is sized and shaped to fit around the front and sides of the ladder so as to block access to the steps on the ladder 9 2 2 3 3 a filtered wheat beer , sunshine offers a crisp , refreshing alternative to heavier bodied heffe weizens 13 25 25 28 28 then he had richard weixler , one of radio ' s quiz kids , talk about the animals and for no apparent reason presented a couple of circus clowns 18 1 1 11 11 the wainwright worked by whittling or lathing pieces of wood into shapes necessary for end products , notably wagon wheels 6 2 2 8 8 the injured children were handed over to their relatives in mannaar 3 1 1 4 4 the pendant with the bail measure 1 1 4 2 1 1 6 6 the mainspring in the automatic winding watch is designed to prevent over winding ( with continuation of automatic winding ) when the spring is fully wound 18 8 8 12 12 in the years following , detroit ' s population fell from a peak of roughly 1 8 million in 1950 to about half that number today 8 1 1 8 8 the data is derived from a transnational ethnographic study of dominicans who have been deported from the united states 18 1 1 5 5 the ring unleashes its own power in the struggle 14 5 5 8 8 the poem consists of short verses reflecting on nature and travel through the landscape 0 1 1 10 10 the struggle with the door and the oiler caused a disturbance on the ship 18 1 2 8 8 the computer company is running into density scaling problems 1 19 19 22 22 plaintiffs seek compensatory damages for personal injuries , property damage , emotional distress , and expenses resulting from the evacuation after the explosion 16 11 11 15 15 arriving home from this concert , i found an e mail message from a musician friend 18 1 1 4 4 the trio lit the blaze in a reserve behind combine street about 6 40 pm and ran off 6 3 3 6 7 he was releasing information into the public domain without understanding what that was 18 23 23 24 24 sometime shortly before the murder , a woman came to verloo ' s apartment and put a drug identified as clophelinum into his alcohol drink 3 0 0 11 11 fish without the pyloric ceca have digestive enzyme production in the liver and pancreas 0 4 4 11 11 the industry only reports incidents that have resulted in serious physical injuries , and reporting is left up to the cruise line with no oversight 0 12 12 8 8 this time , though , they left the fire unattended and the wind caused nearby leaves to catch fire , spreading 14 feet to the building 3 4 4 8 8 at birth , the patient has bilateral supernumerary nostrils , which were situated above the normal nostrils and opened into the ipsilateral nasal cavities 8 15 15 18 18 the day the earth stood still envisions the arrival of a wise and high minded visitor from the stars 11 0 0 4 4 politicians are discovering sufi teachings as a means against religious extremism 18 4 4 11 11 the vehicle ' s name was leaked in a financial times article published on august 31 , and this evening , several photos and more information about the concept were published online 6 4 4 7 7 the kids are blowing bubbles into the air 18 11 11 14 14 i just looked at how people in fact protected even the thugs from mob behavior today in tehran 6 3 3 7 7 he posted his gifts to a military base in middle east asia 1 1 1 6 6 the complication arose from the light irradiation 18 22 22 27 27 the ends sought by education are to train the mind into the habit of clear and accurate thinking , to accumulate a body of useful and necessary knowledge , and to acquire correct habits of conduct and behavior 14 4 4 10 10 he also provides the news that the 300 year old tradition of paying by cheque is on the way out 6 10 10 13 13 since the chops were brown , the chef drained the drippings into the sauerkraut 17 4 4 8 8 along the way the women developed a distinctive style , noted for its lively improvisations and geometric simplicity 8 9 9 15 15 in many languages , other than english , the word is derived from a germanic term akin to backboard , from the same roots as english back and board 18 7 7 16 16 bradis produce is a full time farming operation raising fresh produce , greenhouse flowers , and grain 18 0 0 10 10 hiring in a down economy with the help of some beers proved successful 0 1 1 5 5 the bombing resulted in the deaths of 1318 in hanoi 8 2 2 8 8 the ideal candidate has graduated from an approved program in radiography 4 8 8 13 13 we double checked that a maximum of 80 larvae were placed inside each vial 13 4 4 7 7 everyone cheers as a dule of white doves take flight 3 1 1 2 2 the machine filters the hot oil through long lasting ( 12 months ) polymer filters 1 1 1 9 9 the error was caused by the illegal embedded code tags 14 1 1 5 5 both novels tackle with political questions in a direct manner 0 6 6 10 10 liver plays key role in how steroids cause diabetes and hypertension 18 1 1 5 5 the name was leaked in chatrooms as people gave clues as to who it is and some also said his name 4 9 9 13 13 state police are investigating the discovery of a human skull in a black cauldron in a wooded area in conowingo 6 0 2 6 6 anti crime rap is sent to mobiles 6 10 10 12 12 cross network instant messenger service , meebo , has added games into chatting 13 13 13 16 16 the movie is a nice escape , taking viewers into a self contained universe of costumed heroes and exotic settings 4 3 3 11 11 a small ceramic figurine of a baby was hidden in the cake 4 2 2 9 9 the nitrogen coolant was contained in a 6 litre bottle in the navy lau 7 launcher , and provided for 2 5 hrs of seeker cool down 1 5 5 8 8 the poet essex hemphill conquered sorrow after the loss of a friend by taking up the cause of that friend 18 7 7 9 9 the ds criminal investigative division conducts criminal investigations into violations of passport and visa fraud 1 1 1 5 5 the winds are caused by moisture , originating off the pacific coast , cooling as they climb the western slopes , and then rapidly warming as they drop down the eastern side of the mountains 2 2 2 5 5 the left sleeve of this sweater is clearly rolled back , and the sweater is hanging off her left shoulder 1 1 1 8 8 the drag caused by the earth ' s atmosphere works against a rocket or a water molecule 0 0 0 13 13 endometriosis is the cause of pelvic pain ( dysmenorrhea , dyspareunia ) and infertility in more than 35 of women of reproductive age 1 3 3 9 9 most of the flooding has been caused by the clogging of drains 8 1 1 8 8 the food is an illegally imported product of animal origin 1 1 1 9 10 the dips are caused by the thermal diffuse of y rays which is reflected secondarily by the net planes in the same crystal 1 9 9 13 13 the jnc also is currently accepting applications for the vacancy created by the retirement of judge edwin b browning , jr 15 1 1 13 13 the beginning of the bbc ' s wartime role is also explored through documents and photographs dating back to 1935 16 9 9 10 10 a multiple goal model structure is formulated for a garment factory based on the objectives of the company including minimisation of lateness 8 5 5 14 14 sequence analysis showed that the fragment was generated from an intron containing thymosin b15 gene 1 4 4 13 13 the evening ' s performance was a great production by a first class company and not expensive 13 7 7 9 9 the survey further refers to a ' game of conies , ' and a lodge and coney warren , in the tenure of richard hopgood by lease from richard gifford 18 7 7 10 10 at the public inquiry into the disaster firefighters described the horror that faced them when they arrived at the scene of the paddington rail crash 14 1 1 7 8 the sections of the book pertaining to quantitative methods are written clearly and contain more detail than usually is found in similar books 18 11 11 14 14 the members of committee of the program are formed by the chairman of the college and the chairman of each department 4 0 0 3 3 cutlery in a wallet is a cutlery concept designed to facilitate outdoor eating 8 13 13 17 17 in fact , the only clothes she could fit into were her maternity dresses from twenty five years ago 2 2 2 5 5 touch the tip of the brush on the paper and turn it to the opposite direction , the left a bit , as you begin writing 14 1 2 10 10 this book chapter provides pluralistic yet concise introduction to the doctrine and theory of employment discrimination law 12 7 7 10 10 and they learned that lenin was the leader of that organization 14 2 2 12 12 it is text at the top of a newspaper article indicating the nature of the article below it 17 5 5 12 12 fuller ' s is a brewer of distinguished , prize winning british ales crafted with over 150 years of pride and tradition 5 12 12 12 12 they went into a big walk in closet where there was a suitcase with another locked suitcase in it 4 1 1 9 9 the rabbits are unhappy when left alone in a hutch in the garden , as they need company 18 18 18 25 25 with gary versace on piano , gary hobbs on drums , and chuck bergeron on bass , the trio performs with a wide range of artists and ensembles 3 1 1 8 8 the cabinet encloses a 6 1 inch cone woofer , 4 inch cone midrange , and a 7 inch balanced dome tweeter 8 5 5 11 11 in a further embodiment the polynucleotide is derived from an angiosperm species 18 3 3 8 8 instead , their compilation was governed by didactic considerations 13 2 2 4 4 the first couple of weeks at palm have been a whirlwind 14 1 1 8 8 these observations determine the high spatial resolution stellar kinematics within the nuclei of these galaxies 4 4 4 7 7 my ancient array of pens in a tankard works every time 18 1 1 9 9 the book has made a significant contribution to the study of fashion buying and merchandising in a uk context 18 4 4 7 7 okay , after a discussion with my husband we have decided to work on the emergency fund first 16 3 3 8 8 it is a method discovered by a japanese scholar , mikao usui , around 1890 18 0 0 11 11 references to the hearing transcript are denoted by volume and page numbers 6 0 0 5 5 skydivers are dropped into the island 3 22 22 24 24 the difference both for show and for use is as great as the difference between a lump of golden ore and a rouleau of sovereigns fresh from the mint 15 5 5 15 15 personal stories were shared and events on the islands were documented through the islanders ' blogs 18 4 4 8 8 this is the best time of day for painters to capture the ` inner state ' of a landscape 16 1 1 11 11 an egg is a round or oval cell laid by the female of any number of different species 11 6 6 14 14 for a sit down snack the cook bakes the batter in a mini muffin pan and serves the smaller version muffins with a lemon cream on the side 6 3 3 1 1 seacrest students donated uniforms to shadowlawn students 18 15 15 20 20 taking time for introductions and a brief tour of the building helps the pre service teacher feel part of the school and aids the important transition from college student include the pre service teacher on staff mailing list and in staff workshops and social functions 6 4 4 6 6 now we deliver all products to overseas 8 0 0 6 6 brandy is distilled from fermented fruit juices 17 1 1 5 5 the director shot some additional footage 2 1 1 11 11 this site is part of newsquest ' s audited local newspaper network 18 0 0 6 6 demerol is in a group of drugs called narcotic pain relievers 6 2 2 9 9 a new module has been imported into the mozilla browser 3 1 2 7 7 the metro line begins at an underground station in st stephen ' s green in the city center 8 10 10 14 14 it has several chalet to stay over night and the boat leaves from the port twice a day 10 00 am and 17 00 pm 8 10 10 15 15 the fermenting musts were plunged twice per day and the wine was pressed from the skins at a tss level of 3 6 brix 0 3 3 8 8 two of the incidents resulted in fatal co poisonings ( cohb levels of 55 and 49 ) 4 2 2 7 7 an unidentified substance was found in a letter 6 1 1 7 7 the money was handed over into notarial custody for the purpose of securing an obligation 15 2 2 7 7 these philosophical issues have been addressed by myth , fiction and philosophy since antiquity 11 1 1 6 6 the manufacturer assembles the order using parts supplied by his preferred supplier , and ships the order to the retailer 14 5 5 7 7 the three themes for the conference were pluralism , sustainability and innovation 18 1 1 8 8 the lioness drank the poisoned water out of grief for the loss of her daughter 15 9 9 16 17 the data is still preliminary and comes with the caveats outlined in mark ' s original e mail 13 18 18 20 21 on 23 april 1945 , the hunter killer group , operating as a combined force against a large wolfpack of u boats , spotted a partially submerged submarine but could not locate it after it dived 6 1 1 7 7 a woman has been placed into the house as well 11 1 1 9 9 the group dug into the ground with their ceremonial shovels 0 17 17 20 20 in this excellent fourth sunny randall pi tale ( after shrink rap ) , is shown how sadness leads to murder 1 7 7 13 14 she was looking beautiful in the dim light that emanated from my broken table lamp 6 4 4 7 7 husseys sent their key players to the stadium for the decisive game 18 1 1 5 5 the sample was pressed from powder into a platelet with about 10 mm thickness , which was cut into a rectangle and put on the platinum leads 3 7 7 9 9 eventually , the player descends into a maze of catacombs and a fake y2 6 1 1 8 8 more weapons are being delivered to the french navy 18 3 3 6 6 and from the slope of the line we compute the amount of time which has passed since the pool of matter became separated into individual objects 13 5 5 7 7 then there ' s a bloat of hippopotamuses , which is really quite insulting to full figured hippopotami , who can look quite nice if they put flowers in their ears and become ( old joke alert ) hippypotamuses 8 1 1 9 9 a squirrel popped out of a woman ' s shirt when she was interviewed 8 11 11 18 18 it was windy and cold yesterday and there is still some remnants of snow left from early yesterdays storm 11 13 13 20 20 after seating all the idols , which itself takes hours , the traditional king sweeps the chariot with a golden broom 16 8 8 12 12 the minister attributed the slow production of the materials by the local industries to their limited capacities 3 1 1 2 2 the umbrella frame is provided with a movable yoke at the upper end and a stationary yoke at an intermediate point 16 10 10 16 16 manos the hands of fate is a low budget horror film made by el paso fertilizer salesman hal p warren 7 15 15 18 18 a few days before the service , tom burris had thrown into karen ' s casket his wedding ring ================================================ FILE: dataset/SemEval/test_keys.txt ================================================ 8001 Message-Topic(e1,e2) 8002 Product-Producer(e2,e1) 8003 Instrument-Agency(e2,e1) 8004 Entity-Destination(e1,e2) 8005 Cause-Effect(e2,e1) 8006 Component-Whole(e1,e2) 8007 Product-Producer(e1,e2) 8008 Member-Collection(e2,e1) 8009 Component-Whole(e1,e2) 8010 Message-Topic(e1,e2) 8011 Entity-Destination(e1,e2) 8012 Other 8013 Entity-Destination(e1,e2) 8014 Product-Producer(e1,e2) 8015 Entity-Origin(e1,e2) 8016 Entity-Origin(e1,e2) 8017 Entity-Destination(e1,e2) 8018 Other 8019 Member-Collection(e2,e1) 8020 Product-Producer(e1,e2) 8021 Message-Topic(e1,e2) 8022 Content-Container(e1,e2) 8023 Product-Producer(e1,e2) 8024 Other 8025 Entity-Origin(e2,e1) 8026 Product-Producer(e1,e2) 8027 Cause-Effect(e2,e1) 8028 Other 8029 Other 8030 Entity-Origin(e1,e2) 8031 Cause-Effect(e1,e2) 8032 Message-Topic(e1,e2) 8033 Component-Whole(e1,e2) 8034 Product-Producer(e1,e2) 8035 Component-Whole(e1,e2) 8036 Component-Whole(e2,e1) 8037 Member-Collection(e2,e1) 8038 Content-Container(e2,e1) 8039 Member-Collection(e2,e1) 8040 Product-Producer(e1,e2) 8041 Cause-Effect(e1,e2) 8042 Component-Whole(e2,e1) 8043 Cause-Effect(e1,e2) 8044 Entity-Destination(e1,e2) 8045 Entity-Origin(e1,e2) 8046 Content-Container(e1,e2) 8047 Other 8048 Entity-Destination(e1,e2) 8049 Message-Topic(e1,e2) 8050 Other 8051 Entity-Destination(e1,e2) 8052 Other 8053 Member-Collection(e2,e1) 8054 Other 8055 Cause-Effect(e1,e2) 8056 Entity-Origin(e1,e2) 8057 Other 8058 Cause-Effect(e1,e2) 8059 Other 8060 Component-Whole(e2,e1) 8061 Entity-Origin(e2,e1) 8062 Product-Producer(e1,e2) 8063 Instrument-Agency(e2,e1) 8064 Component-Whole(e1,e2) 8065 Entity-Destination(e1,e2) 8066 Product-Producer(e2,e1) 8067 Other 8068 Other 8069 Message-Topic(e1,e2) 8070 Product-Producer(e1,e2) 8071 Other 8072 Entity-Origin(e1,e2) 8073 Cause-Effect(e2,e1) 8074 Entity-Origin(e1,e2) 8075 Other 8076 Product-Producer(e1,e2) 8077 Other 8078 Instrument-Agency(e2,e1) 8079 Entity-Destination(e1,e2) 8080 Product-Producer(e2,e1) 8081 Component-Whole(e1,e2) 8082 Component-Whole(e1,e2) 8083 Cause-Effect(e1,e2) 8084 Component-Whole(e1,e2) 8085 Message-Topic(e1,e2) 8086 Instrument-Agency(e2,e1) 8087 Message-Topic(e1,e2) 8088 Product-Producer(e2,e1) 8089 Entity-Origin(e2,e1) 8090 Message-Topic(e1,e2) 8091 Entity-Origin(e1,e2) 8092 Other 8093 Component-Whole(e1,e2) 8094 Component-Whole(e1,e2) 8095 Other 8096 Entity-Destination(e1,e2) 8097 Message-Topic(e1,e2) 8098 Component-Whole(e1,e2) 8099 Entity-Destination(e1,e2) 8100 Message-Topic(e1,e2) 8101 Message-Topic(e1,e2) 8102 Component-Whole(e2,e1) 8103 Entity-Origin(e1,e2) 8104 Message-Topic(e1,e2) 8105 Cause-Effect(e2,e1) 8106 Other 8107 Cause-Effect(e2,e1) 8108 Cause-Effect(e1,e2) 8109 Component-Whole(e2,e1) 8110 Member-Collection(e2,e1) 8111 Other 8112 Content-Container(e1,e2) 8113 Other 8114 Product-Producer(e2,e1) 8115 Other 8116 Cause-Effect(e2,e1) 8117 Product-Producer(e1,e2) 8118 Cause-Effect(e1,e2) 8119 Member-Collection(e2,e1) 8120 Component-Whole(e2,e1) 8121 Entity-Destination(e1,e2) 8122 Instrument-Agency(e2,e1) 8123 Other 8124 Other 8125 Message-Topic(e1,e2) 8126 Entity-Origin(e2,e1) 8127 Entity-Origin(e2,e1) 8128 Other 8129 Component-Whole(e2,e1) 8130 Content-Container(e1,e2) 8131 Instrument-Agency(e1,e2) 8132 Message-Topic(e1,e2) 8133 Component-Whole(e1,e2) 8134 Other 8135 Content-Container(e1,e2) 8136 Instrument-Agency(e2,e1) 8137 Component-Whole(e1,e2) 8138 Member-Collection(e2,e1) 8139 Entity-Origin(e1,e2) 8140 Member-Collection(e2,e1) 8141 Instrument-Agency(e2,e1) 8142 Entity-Origin(e1,e2) 8143 Other 8144 Entity-Origin(e1,e2) 8145 Member-Collection(e2,e1) 8146 Instrument-Agency(e2,e1) 8147 Content-Container(e1,e2) 8148 Message-Topic(e2,e1) 8149 Other 8150 Product-Producer(e2,e1) 8151 Product-Producer(e1,e2) 8152 Member-Collection(e2,e1) 8153 Member-Collection(e2,e1) 8154 Message-Topic(e1,e2) 8155 Message-Topic(e1,e2) 8156 Product-Producer(e2,e1) 8157 Other 8158 Component-Whole(e1,e2) 8159 Cause-Effect(e1,e2) 8160 Message-Topic(e2,e1) 8161 Message-Topic(e1,e2) 8162 Entity-Origin(e1,e2) 8163 Entity-Origin(e1,e2) 8164 Product-Producer(e2,e1) 8165 Entity-Destination(e1,e2) 8166 Content-Container(e1,e2) 8167 Member-Collection(e2,e1) 8168 Component-Whole(e2,e1) 8169 Entity-Origin(e1,e2) 8170 Instrument-Agency(e2,e1) 8171 Entity-Destination(e1,e2) 8172 Member-Collection(e1,e2) 8173 Other 8174 Other 8175 Cause-Effect(e2,e1) 8176 Product-Producer(e1,e2) 8177 Entity-Destination(e1,e2) 8178 Entity-Origin(e1,e2) 8179 Instrument-Agency(e2,e1) 8180 Message-Topic(e1,e2) 8181 Entity-Destination(e1,e2) 8182 Content-Container(e1,e2) 8183 Other 8184 Product-Producer(e2,e1) 8185 Other 8186 Member-Collection(e2,e1) 8187 Entity-Destination(e1,e2) 8188 Product-Producer(e1,e2) 8189 Message-Topic(e2,e1) 8190 Instrument-Agency(e2,e1) 8191 Cause-Effect(e1,e2) 8192 Other 8193 Message-Topic(e1,e2) 8194 Component-Whole(e2,e1) 8195 Message-Topic(e2,e1) 8196 Other 8197 Entity-Origin(e2,e1) 8198 Entity-Destination(e1,e2) 8199 Entity-Destination(e1,e2) 8200 Product-Producer(e1,e2) 8201 Component-Whole(e1,e2) 8202 Content-Container(e1,e2) 8203 Other 8204 Cause-Effect(e2,e1) 8205 Entity-Destination(e1,e2) 8206 Component-Whole(e1,e2) 8207 Component-Whole(e2,e1) 8208 Content-Container(e2,e1) 8209 Member-Collection(e2,e1) 8210 Member-Collection(e2,e1) 8211 Component-Whole(e1,e2) 8212 Entity-Origin(e1,e2) 8213 Content-Container(e1,e2) 8214 Instrument-Agency(e2,e1) 8215 Entity-Origin(e2,e1) 8216 Content-Container(e2,e1) 8217 Content-Container(e1,e2) 8218 Other 8219 Cause-Effect(e2,e1) 8220 Message-Topic(e1,e2) 8221 Content-Container(e1,e2) 8222 Entity-Origin(e1,e2) 8223 Message-Topic(e1,e2) 8224 Message-Topic(e2,e1) 8225 Other 8226 Other 8227 Content-Container(e1,e2) 8228 Member-Collection(e2,e1) 8229 Product-Producer(e1,e2) 8230 Other 8231 Entity-Origin(e1,e2) 8232 Component-Whole(e2,e1) 8233 Message-Topic(e1,e2) 8234 Cause-Effect(e2,e1) 8235 Component-Whole(e1,e2) 8236 Cause-Effect(e2,e1) 8237 Other 8238 Component-Whole(e1,e2) 8239 Cause-Effect(e1,e2) 8240 Cause-Effect(e1,e2) 8241 Product-Producer(e1,e2) 8242 Entity-Destination(e1,e2) 8243 Component-Whole(e1,e2) 8244 Other 8245 Other 8246 Product-Producer(e2,e1) 8247 Content-Container(e1,e2) 8248 Component-Whole(e1,e2) 8249 Entity-Origin(e1,e2) 8250 Entity-Destination(e1,e2) 8251 Component-Whole(e1,e2) 8252 Entity-Origin(e1,e2) 8253 Cause-Effect(e1,e2) 8254 Component-Whole(e1,e2) 8255 Other 8256 Other 8257 Cause-Effect(e2,e1) 8258 Product-Producer(e1,e2) 8259 Component-Whole(e2,e1) 8260 Instrument-Agency(e2,e1) 8261 Message-Topic(e1,e2) 8262 Entity-Destination(e1,e2) 8263 Entity-Origin(e2,e1) 8264 Message-Topic(e2,e1) 8265 Cause-Effect(e2,e1) 8266 Entity-Destination(e1,e2) 8267 Message-Topic(e1,e2) 8268 Component-Whole(e2,e1) 8269 Other 8270 Entity-Destination(e1,e2) 8271 Other 8272 Other 8273 Message-Topic(e2,e1) 8274 Member-Collection(e2,e1) 8275 Other 8276 Entity-Destination(e1,e2) 8277 Message-Topic(e1,e2) 8278 Instrument-Agency(e2,e1) 8279 Product-Producer(e2,e1) 8280 Product-Producer(e1,e2) 8281 Member-Collection(e1,e2) 8282 Entity-Destination(e1,e2) 8283 Member-Collection(e2,e1) 8284 Other 8285 Message-Topic(e1,e2) 8286 Content-Container(e1,e2) 8287 Member-Collection(e2,e1) 8288 Cause-Effect(e2,e1) 8289 Other 8290 Message-Topic(e1,e2) 8291 Content-Container(e1,e2) 8292 Message-Topic(e1,e2) 8293 Component-Whole(e1,e2) 8294 Other 8295 Entity-Origin(e1,e2) 8296 Entity-Origin(e1,e2) 8297 Entity-Destination(e1,e2) 8298 Entity-Destination(e1,e2) 8299 Entity-Destination(e1,e2) 8300 Product-Producer(e2,e1) 8301 Other 8302 Instrument-Agency(e2,e1) 8303 Component-Whole(e2,e1) 8304 Other 8305 Product-Producer(e2,e1) 8306 Message-Topic(e1,e2) 8307 Product-Producer(e1,e2) 8308 Other 8309 Message-Topic(e1,e2) 8310 Product-Producer(e2,e1) 8311 Other 8312 Cause-Effect(e2,e1) 8313 Message-Topic(e1,e2) 8314 Product-Producer(e1,e2) 8315 Message-Topic(e2,e1) 8316 Member-Collection(e2,e1) 8317 Content-Container(e1,e2) 8318 Content-Container(e1,e2) 8319 Entity-Destination(e1,e2) 8320 Instrument-Agency(e2,e1) 8321 Entity-Destination(e1,e2) 8322 Member-Collection(e2,e1) 8323 Member-Collection(e1,e2) 8324 Entity-Destination(e1,e2) 8325 Content-Container(e2,e1) 8326 Other 8327 Message-Topic(e2,e1) 8328 Message-Topic(e1,e2) 8329 Message-Topic(e1,e2) 8330 Product-Producer(e1,e2) 8331 Member-Collection(e2,e1) 8332 Message-Topic(e1,e2) 8333 Message-Topic(e2,e1) 8334 Cause-Effect(e2,e1) 8335 Member-Collection(e2,e1) 8336 Other 8337 Other 8338 Message-Topic(e1,e2) 8339 Other 8340 Content-Container(e1,e2) 8341 Message-Topic(e1,e2) 8342 Other 8343 Instrument-Agency(e2,e1) 8344 Entity-Destination(e1,e2) 8345 Content-Container(e1,e2) 8346 Content-Container(e2,e1) 8347 Other 8348 Other 8349 Member-Collection(e2,e1) 8350 Component-Whole(e2,e1) 8351 Content-Container(e1,e2) 8352 Member-Collection(e2,e1) 8353 Message-Topic(e1,e2) 8354 Message-Topic(e2,e1) 8355 Content-Container(e1,e2) 8356 Other 8357 Cause-Effect(e1,e2) 8358 Instrument-Agency(e2,e1) 8359 Member-Collection(e2,e1) 8360 Component-Whole(e2,e1) 8361 Cause-Effect(e2,e1) 8362 Other 8363 Entity-Origin(e1,e2) 8364 Instrument-Agency(e2,e1) 8365 Product-Producer(e1,e2) 8366 Message-Topic(e1,e2) 8367 Entity-Destination(e1,e2) 8368 Entity-Destination(e1,e2) 8369 Member-Collection(e1,e2) 8370 Other 8371 Component-Whole(e1,e2) 8372 Other 8373 Cause-Effect(e2,e1) 8374 Product-Producer(e2,e1) 8375 Entity-Destination(e1,e2) 8376 Entity-Destination(e1,e2) 8377 Cause-Effect(e1,e2) 8378 Product-Producer(e2,e1) 8379 Other 8380 Other 8381 Instrument-Agency(e1,e2) 8382 Cause-Effect(e2,e1) 8383 Entity-Destination(e1,e2) 8384 Other 8385 Entity-Origin(e1,e2) 8386 Component-Whole(e2,e1) 8387 Product-Producer(e2,e1) 8388 Component-Whole(e1,e2) 8389 Message-Topic(e1,e2) 8390 Other 8391 Other 8392 Component-Whole(e2,e1) 8393 Entity-Origin(e1,e2) 8394 Entity-Origin(e1,e2) 8395 Component-Whole(e1,e2) 8396 Other 8397 Other 8398 Entity-Destination(e1,e2) 8399 Instrument-Agency(e2,e1) 8400 Other 8401 Entity-Destination(e1,e2) 8402 Cause-Effect(e2,e1) 8403 Cause-Effect(e2,e1) 8404 Cause-Effect(e2,e1) 8405 Cause-Effect(e2,e1) 8406 Component-Whole(e1,e2) 8407 Other 8408 Entity-Origin(e2,e1) 8409 Cause-Effect(e2,e1) 8410 Entity-Destination(e1,e2) 8411 Entity-Origin(e1,e2) 8412 Content-Container(e2,e1) 8413 Component-Whole(e1,e2) 8414 Entity-Destination(e1,e2) 8415 Member-Collection(e2,e1) 8416 Component-Whole(e2,e1) 8417 Cause-Effect(e1,e2) 8418 Entity-Destination(e1,e2) 8419 Content-Container(e2,e1) 8420 Message-Topic(e1,e2) 8421 Component-Whole(e1,e2) 8422 Component-Whole(e2,e1) 8423 Entity-Destination(e1,e2) 8424 Instrument-Agency(e2,e1) 8425 Other 8426 Other 8427 Component-Whole(e1,e2) 8428 Product-Producer(e1,e2) 8429 Component-Whole(e1,e2) 8430 Entity-Origin(e1,e2) 8431 Component-Whole(e2,e1) 8432 Other 8433 Member-Collection(e2,e1) 8434 Other 8435 Other 8436 Other 8437 Message-Topic(e2,e1) 8438 Component-Whole(e2,e1) 8439 Cause-Effect(e2,e1) 8440 Message-Topic(e1,e2) 8441 Product-Producer(e2,e1) 8442 Component-Whole(e1,e2) 8443 Component-Whole(e1,e2) 8444 Component-Whole(e2,e1) 8445 Content-Container(e1,e2) 8446 Product-Producer(e1,e2) 8447 Other 8448 Other 8449 Entity-Origin(e1,e2) 8450 Other 8451 Other 8452 Member-Collection(e2,e1) 8453 Entity-Origin(e1,e2) 8454 Product-Producer(e2,e1) 8455 Cause-Effect(e2,e1) 8456 Entity-Destination(e1,e2) 8457 Entity-Destination(e1,e2) 8458 Product-Producer(e1,e2) 8459 Instrument-Agency(e2,e1) 8460 Entity-Destination(e1,e2) 8461 Other 8462 Product-Producer(e2,e1) 8463 Entity-Destination(e1,e2) 8464 Entity-Destination(e1,e2) 8465 Content-Container(e1,e2) 8466 Other 8467 Entity-Destination(e1,e2) 8468 Entity-Destination(e1,e2) 8469 Entity-Origin(e1,e2) 8470 Component-Whole(e1,e2) 8471 Cause-Effect(e1,e2) 8472 Component-Whole(e1,e2) 8473 Cause-Effect(e2,e1) 8474 Content-Container(e1,e2) 8475 Other 8476 Cause-Effect(e1,e2) 8477 Other 8478 Entity-Origin(e1,e2) 8479 Message-Topic(e1,e2) 8480 Message-Topic(e1,e2) 8481 Entity-Destination(e1,e2) 8482 Other 8483 Product-Producer(e1,e2) 8484 Other 8485 Product-Producer(e1,e2) 8486 Cause-Effect(e1,e2) 8487 Other 8488 Product-Producer(e1,e2) 8489 Cause-Effect(e2,e1) 8490 Content-Container(e1,e2) 8491 Other 8492 Member-Collection(e2,e1) 8493 Cause-Effect(e2,e1) 8494 Cause-Effect(e2,e1) 8495 Message-Topic(e2,e1) 8496 Entity-Destination(e1,e2) 8497 Entity-Origin(e1,e2) 8498 Cause-Effect(e1,e2) 8499 Component-Whole(e1,e2) 8500 Cause-Effect(e1,e2) 8501 Message-Topic(e2,e1) 8502 Content-Container(e1,e2) 8503 Cause-Effect(e2,e1) 8504 Entity-Origin(e1,e2) 8505 Content-Container(e1,e2) 8506 Entity-Destination(e1,e2) 8507 Member-Collection(e2,e1) 8508 Other 8509 Cause-Effect(e2,e1) 8510 Other 8511 Instrument-Agency(e2,e1) 8512 Cause-Effect(e1,e2) 8513 Other 8514 Message-Topic(e1,e2) 8515 Other 8516 Other 8517 Entity-Origin(e1,e2) 8518 Entity-Origin(e2,e1) 8519 Product-Producer(e2,e1) 8520 Cause-Effect(e2,e1) 8521 Cause-Effect(e2,e1) 8522 Other 8523 Cause-Effect(e2,e1) 8524 Instrument-Agency(e2,e1) 8525 Entity-Origin(e1,e2) 8526 Entity-Destination(e1,e2) 8527 Component-Whole(e1,e2) 8528 Content-Container(e1,e2) 8529 Entity-Destination(e1,e2) 8530 Product-Producer(e2,e1) 8531 Component-Whole(e2,e1) 8532 Other 8533 Product-Producer(e1,e2) 8534 Cause-Effect(e1,e2) 8535 Cause-Effect(e2,e1) 8536 Cause-Effect(e1,e2) 8537 Other 8538 Member-Collection(e2,e1) 8539 Member-Collection(e1,e2) 8540 Other 8541 Product-Producer(e1,e2) 8542 Cause-Effect(e1,e2) 8543 Entity-Origin(e1,e2) 8544 Message-Topic(e1,e2) 8545 Instrument-Agency(e2,e1) 8546 Entity-Origin(e1,e2) 8547 Component-Whole(e1,e2) 8548 Component-Whole(e2,e1) 8549 Component-Whole(e1,e2) 8550 Other 8551 Message-Topic(e2,e1) 8552 Entity-Destination(e1,e2) 8553 Message-Topic(e1,e2) 8554 Content-Container(e1,e2) 8555 Entity-Origin(e2,e1) 8556 Cause-Effect(e1,e2) 8557 Entity-Origin(e1,e2) 8558 Entity-Destination(e1,e2) 8559 Product-Producer(e2,e1) 8560 Other 8561 Component-Whole(e2,e1) 8562 Entity-Origin(e1,e2) 8563 Message-Topic(e1,e2) 8564 Message-Topic(e1,e2) 8565 Other 8566 Entity-Destination(e1,e2) 8567 Instrument-Agency(e2,e1) 8568 Other 8569 Entity-Origin(e1,e2) 8570 Member-Collection(e2,e1) 8571 Other 8572 Member-Collection(e2,e1) 8573 Other 8574 Component-Whole(e1,e2) 8575 Entity-Destination(e1,e2) 8576 Content-Container(e1,e2) 8577 Member-Collection(e2,e1) 8578 Member-Collection(e2,e1) 8579 Message-Topic(e1,e2) 8580 Message-Topic(e1,e2) 8581 Other 8582 Other 8583 Member-Collection(e2,e1) 8584 Component-Whole(e2,e1) 8585 Message-Topic(e2,e1) 8586 Component-Whole(e2,e1) 8587 Entity-Origin(e1,e2) 8588 Message-Topic(e1,e2) 8589 Message-Topic(e1,e2) 8590 Member-Collection(e2,e1) 8591 Cause-Effect(e2,e1) 8592 Other 8593 Product-Producer(e1,e2) 8594 Entity-Origin(e1,e2) 8595 Product-Producer(e1,e2) 8596 Cause-Effect(e1,e2) 8597 Message-Topic(e1,e2) 8598 Entity-Destination(e1,e2) 8599 Component-Whole(e2,e1) 8600 Member-Collection(e2,e1) 8601 Product-Producer(e1,e2) 8602 Cause-Effect(e2,e1) 8603 Cause-Effect(e2,e1) 8604 Message-Topic(e1,e2) 8605 Component-Whole(e1,e2) 8606 Entity-Destination(e1,e2) 8607 Other 8608 Cause-Effect(e2,e1) 8609 Component-Whole(e2,e1) 8610 Other 8611 Message-Topic(e1,e2) 8612 Entity-Origin(e1,e2) 8613 Content-Container(e2,e1) 8614 Entity-Origin(e1,e2) 8615 Other 8616 Component-Whole(e1,e2) 8617 Entity-Origin(e1,e2) 8618 Other 8619 Entity-Destination(e1,e2) 8620 Entity-Origin(e1,e2) 8621 Cause-Effect(e2,e1) 8622 Component-Whole(e1,e2) 8623 Cause-Effect(e1,e2) 8624 Component-Whole(e1,e2) 8625 Message-Topic(e1,e2) 8626 Other 8627 Member-Collection(e2,e1) 8628 Other 8629 Message-Topic(e1,e2) 8630 Entity-Destination(e1,e2) 8631 Entity-Destination(e1,e2) 8632 Component-Whole(e2,e1) 8633 Cause-Effect(e1,e2) 8634 Instrument-Agency(e2,e1) 8635 Entity-Origin(e1,e2) 8636 Content-Container(e2,e1) 8637 Instrument-Agency(e2,e1) 8638 Member-Collection(e2,e1) 8639 Entity-Destination(e1,e2) 8640 Entity-Origin(e1,e2) 8641 Cause-Effect(e2,e1) 8642 Product-Producer(e2,e1) 8643 Entity-Destination(e1,e2) 8644 Product-Producer(e2,e1) 8645 Other 8646 Other 8647 Other 8648 Cause-Effect(e2,e1) 8649 Member-Collection(e1,e2) 8650 Message-Topic(e1,e2) 8651 Message-Topic(e1,e2) 8652 Other 8653 Entity-Origin(e1,e2) 8654 Content-Container(e1,e2) 8655 Cause-Effect(e1,e2) 8656 Member-Collection(e2,e1) 8657 Component-Whole(e1,e2) 8658 Message-Topic(e1,e2) 8659 Cause-Effect(e1,e2) 8660 Message-Topic(e1,e2) 8661 Product-Producer(e1,e2) 8662 Message-Topic(e2,e1) 8663 Entity-Destination(e1,e2) 8664 Product-Producer(e1,e2) 8665 Component-Whole(e2,e1) 8666 Component-Whole(e2,e1) 8667 Component-Whole(e1,e2) 8668 Other 8669 Member-Collection(e2,e1) 8670 Entity-Destination(e1,e2) 8671 Content-Container(e1,e2) 8672 Message-Topic(e1,e2) 8673 Product-Producer(e2,e1) 8674 Message-Topic(e1,e2) 8675 Component-Whole(e1,e2) 8676 Message-Topic(e1,e2) 8677 Component-Whole(e2,e1) 8678 Other 8679 Component-Whole(e2,e1) 8680 Other 8681 Cause-Effect(e2,e1) 8682 Message-Topic(e1,e2) 8683 Member-Collection(e2,e1) 8684 Component-Whole(e2,e1) 8685 Content-Container(e1,e2) 8686 Member-Collection(e1,e2) 8687 Other 8688 Entity-Origin(e1,e2) 8689 Content-Container(e1,e2) 8690 Cause-Effect(e2,e1) 8691 Message-Topic(e1,e2) 8692 Component-Whole(e1,e2) 8693 Content-Container(e1,e2) 8694 Other 8695 Content-Container(e1,e2) 8696 Member-Collection(e1,e2) 8697 Other 8698 Entity-Destination(e1,e2) 8699 Entity-Origin(e1,e2) 8700 Product-Producer(e2,e1) 8701 Member-Collection(e2,e1) 8702 Component-Whole(e1,e2) 8703 Component-Whole(e2,e1) 8704 Entity-Origin(e2,e1) 8705 Cause-Effect(e1,e2) 8706 Other 8707 Content-Container(e2,e1) 8708 Cause-Effect(e2,e1) 8709 Entity-Origin(e1,e2) 8710 Entity-Destination(e1,e2) 8711 Message-Topic(e1,e2) 8712 Member-Collection(e1,e2) 8713 Member-Collection(e2,e1) 8714 Member-Collection(e2,e1) 8715 Content-Container(e1,e2) 8716 Other 8717 Product-Producer(e2,e1) 8718 Other 8719 Entity-Destination(e1,e2) 8720 Cause-Effect(e2,e1) 8721 Other 8722 Product-Producer(e2,e1) 8723 Product-Producer(e2,e1) 8724 Component-Whole(e2,e1) 8725 Message-Topic(e1,e2) 8726 Other 8727 Product-Producer(e2,e1) 8728 Content-Container(e1,e2) 8729 Member-Collection(e2,e1) 8730 Component-Whole(e1,e2) 8731 Cause-Effect(e2,e1) 8732 Instrument-Agency(e2,e1) 8733 Entity-Origin(e1,e2) 8734 Entity-Origin(e1,e2) 8735 Component-Whole(e1,e2) 8736 Cause-Effect(e1,e2) 8737 Instrument-Agency(e2,e1) 8738 Content-Container(e1,e2) 8739 Cause-Effect(e2,e1) 8740 Cause-Effect(e1,e2) 8741 Member-Collection(e2,e1) 8742 Entity-Destination(e1,e2) 8743 Entity-Destination(e1,e2) 8744 Product-Producer(e2,e1) 8745 Cause-Effect(e2,e1) 8746 Component-Whole(e1,e2) 8747 Entity-Origin(e1,e2) 8748 Cause-Effect(e1,e2) 8749 Entity-Origin(e1,e2) 8750 Instrument-Agency(e2,e1) 8751 Member-Collection(e2,e1) 8752 Cause-Effect(e1,e2) 8753 Other 8754 Cause-Effect(e2,e1) 8755 Entity-Destination(e1,e2) 8756 Product-Producer(e1,e2) 8757 Entity-Destination(e1,e2) 8758 Entity-Destination(e1,e2) 8759 Other 8760 Entity-Destination(e1,e2) 8761 Entity-Origin(e1,e2) 8762 Entity-Origin(e1,e2) 8763 Other 8764 Cause-Effect(e1,e2) 8765 Product-Producer(e2,e1) 8766 Product-Producer(e1,e2) 8767 Message-Topic(e2,e1) 8768 Product-Producer(e1,e2) 8769 Product-Producer(e1,e2) 8770 Content-Container(e1,e2) 8771 Other 8772 Entity-Destination(e1,e2) 8773 Member-Collection(e2,e1) 8774 Cause-Effect(e2,e1) 8775 Cause-Effect(e2,e1) 8776 Component-Whole(e2,e1) 8777 Content-Container(e1,e2) 8778 Component-Whole(e2,e1) 8779 Component-Whole(e2,e1) 8780 Content-Container(e1,e2) 8781 Cause-Effect(e1,e2) 8782 Instrument-Agency(e2,e1) 8783 Product-Producer(e2,e1) 8784 Entity-Origin(e1,e2) 8785 Other 8786 Other 8787 Entity-Origin(e2,e1) 8788 Message-Topic(e1,e2) 8789 Message-Topic(e1,e2) 8790 Instrument-Agency(e2,e1) 8791 Entity-Destination(e1,e2) 8792 Other 8793 Entity-Destination(e1,e2) 8794 Other 8795 Member-Collection(e2,e1) 8796 Member-Collection(e2,e1) 8797 Product-Producer(e1,e2) 8798 Member-Collection(e2,e1) 8799 Entity-Origin(e1,e2) 8800 Entity-Destination(e1,e2) 8801 Other 8802 Component-Whole(e2,e1) 8803 Member-Collection(e2,e1) 8804 Instrument-Agency(e2,e1) 8805 Entity-Origin(e2,e1) 8806 Content-Container(e1,e2) 8807 Component-Whole(e1,e2) 8808 Component-Whole(e1,e2) 8809 Other 8810 Entity-Origin(e2,e1) 8811 Instrument-Agency(e1,e2) 8812 Cause-Effect(e2,e1) 8813 Instrument-Agency(e2,e1) 8814 Member-Collection(e1,e2) 8815 Entity-Destination(e1,e2) 8816 Content-Container(e1,e2) 8817 Member-Collection(e2,e1) 8818 Other 8819 Component-Whole(e1,e2) 8820 Component-Whole(e1,e2) 8821 Product-Producer(e2,e1) 8822 Member-Collection(e2,e1) 8823 Instrument-Agency(e2,e1) 8824 Member-Collection(e2,e1) 8825 Entity-Destination(e1,e2) 8826 Message-Topic(e1,e2) 8827 Entity-Destination(e1,e2) 8828 Product-Producer(e2,e1) 8829 Cause-Effect(e1,e2) 8830 Message-Topic(e1,e2) 8831 Component-Whole(e1,e2) 8832 Entity-Origin(e1,e2) 8833 Content-Container(e1,e2) 8834 Entity-Origin(e1,e2) 8835 Instrument-Agency(e2,e1) 8836 Entity-Origin(e1,e2) 8837 Component-Whole(e2,e1) 8838 Instrument-Agency(e2,e1) 8839 Member-Collection(e2,e1) 8840 Product-Producer(e2,e1) 8841 Cause-Effect(e1,e2) 8842 Other 8843 Content-Container(e1,e2) 8844 Message-Topic(e1,e2) 8845 Other 8846 Entity-Destination(e1,e2) 8847 Other 8848 Message-Topic(e1,e2) 8849 Entity-Destination(e1,e2) 8850 Entity-Destination(e1,e2) 8851 Cause-Effect(e2,e1) 8852 Content-Container(e1,e2) 8853 Entity-Origin(e1,e2) 8854 Member-Collection(e2,e1) 8855 Cause-Effect(e2,e1) 8856 Content-Container(e1,e2) 8857 Cause-Effect(e2,e1) 8858 Cause-Effect(e1,e2) 8859 Cause-Effect(e2,e1) 8860 Other 8861 Message-Topic(e1,e2) 8862 Entity-Destination(e1,e2) 8863 Other 8864 Component-Whole(e2,e1) 8865 Component-Whole(e1,e2) 8866 Other 8867 Entity-Destination(e1,e2) 8868 Component-Whole(e2,e1) 8869 Product-Producer(e1,e2) 8870 Entity-Destination(e1,e2) 8871 Member-Collection(e2,e1) 8872 Instrument-Agency(e1,e2) 8873 Component-Whole(e1,e2) 8874 Other 8875 Cause-Effect(e1,e2) 8876 Other 8877 Member-Collection(e1,e2) 8878 Entity-Origin(e1,e2) 8879 Cause-Effect(e2,e1) 8880 Entity-Origin(e1,e2) 8881 Content-Container(e1,e2) 8882 Entity-Origin(e2,e1) 8883 Product-Producer(e2,e1) 8884 Component-Whole(e2,e1) 8885 Cause-Effect(e2,e1) 8886 Entity-Origin(e1,e2) 8887 Message-Topic(e2,e1) 8888 Other 8889 Cause-Effect(e2,e1) 8890 Entity-Origin(e1,e2) 8891 Content-Container(e1,e2) 8892 Product-Producer(e1,e2) 8893 Component-Whole(e2,e1) 8894 Entity-Origin(e1,e2) 8895 Product-Producer(e1,e2) 8896 Other 8897 Member-Collection(e2,e1) 8898 Entity-Destination(e1,e2) 8899 Entity-Origin(e2,e1) 8900 Message-Topic(e1,e2) 8901 Message-Topic(e1,e2) 8902 Member-Collection(e2,e1) 8903 Entity-Destination(e1,e2) 8904 Instrument-Agency(e2,e1) 8905 Other 8906 Member-Collection(e2,e1) 8907 Entity-Origin(e2,e1) 8908 Message-Topic(e1,e2) 8909 Other 8910 Other 8911 Member-Collection(e1,e2) 8912 Message-Topic(e1,e2) 8913 Product-Producer(e2,e1) 8914 Cause-Effect(e2,e1) 8915 Component-Whole(e2,e1) 8916 Product-Producer(e2,e1) 8917 Other 8918 Instrument-Agency(e2,e1) 8919 Message-Topic(e2,e1) 8920 Product-Producer(e1,e2) 8921 Entity-Origin(e2,e1) 8922 Product-Producer(e1,e2) 8923 Component-Whole(e1,e2) 8924 Product-Producer(e1,e2) 8925 Other 8926 Component-Whole(e1,e2) 8927 Product-Producer(e2,e1) 8928 Component-Whole(e2,e1) 8929 Component-Whole(e2,e1) 8930 Entity-Destination(e1,e2) 8931 Other 8932 Component-Whole(e1,e2) 8933 Other 8934 Member-Collection(e2,e1) 8935 Component-Whole(e1,e2) 8936 Component-Whole(e1,e2) 8937 Cause-Effect(e2,e1) 8938 Content-Container(e1,e2) 8939 Entity-Destination(e1,e2) 8940 Cause-Effect(e2,e1) 8941 Component-Whole(e2,e1) 8942 Other 8943 Product-Producer(e2,e1) 8944 Member-Collection(e2,e1) 8945 Other 8946 Entity-Destination(e1,e2) 8947 Instrument-Agency(e1,e2) 8948 Message-Topic(e1,e2) 8949 Cause-Effect(e1,e2) 8950 Content-Container(e1,e2) 8951 Component-Whole(e2,e1) 8952 Member-Collection(e2,e1) 8953 Cause-Effect(e2,e1) 8954 Cause-Effect(e1,e2) 8955 Product-Producer(e1,e2) 8956 Other 8957 Member-Collection(e2,e1) 8958 Instrument-Agency(e2,e1) 8959 Component-Whole(e1,e2) 8960 Entity-Destination(e1,e2) 8961 Other 8962 Component-Whole(e1,e2) 8963 Content-Container(e1,e2) 8964 Other 8965 Member-Collection(e2,e1) 8966 Member-Collection(e2,e1) 8967 Other 8968 Entity-Destination(e1,e2) 8969 Product-Producer(e1,e2) 8970 Instrument-Agency(e2,e1) 8971 Product-Producer(e2,e1) 8972 Cause-Effect(e2,e1) 8973 Entity-Destination(e1,e2) 8974 Cause-Effect(e2,e1) 8975 Message-Topic(e2,e1) 8976 Product-Producer(e1,e2) 8977 Instrument-Agency(e2,e1) 8978 Entity-Destination(e1,e2) 8979 Message-Topic(e1,e2) 8980 Message-Topic(e2,e1) 8981 Instrument-Agency(e2,e1) 8982 Instrument-Agency(e2,e1) 8983 Entity-Destination(e1,e2) 8984 Component-Whole(e1,e2) 8985 Message-Topic(e1,e2) 8986 Member-Collection(e2,e1) 8987 Cause-Effect(e2,e1) 8988 Product-Producer(e1,e2) 8989 Cause-Effect(e2,e1) 8990 Entity-Destination(e1,e2) 8991 Other 8992 Cause-Effect(e2,e1) 8993 Message-Topic(e1,e2) 8994 Message-Topic(e2,e1) 8995 Other 8996 Content-Container(e2,e1) 8997 Instrument-Agency(e2,e1) 8998 Member-Collection(e2,e1) 8999 Message-Topic(e1,e2) 9000 Content-Container(e1,e2) 9001 Content-Container(e1,e2) 9002 Other 9003 Component-Whole(e1,e2) 9004 Content-Container(e1,e2) 9005 Cause-Effect(e2,e1) 9006 Component-Whole(e1,e2) 9007 Content-Container(e1,e2) 9008 Member-Collection(e2,e1) 9009 Other 9010 Content-Container(e1,e2) 9011 Product-Producer(e2,e1) 9012 Cause-Effect(e1,e2) 9013 Component-Whole(e1,e2) 9014 Cause-Effect(e2,e1) 9015 Cause-Effect(e2,e1) 9016 Entity-Destination(e1,e2) 9017 Entity-Origin(e1,e2) 9018 Cause-Effect(e1,e2) 9019 Other 9020 Other 9021 Member-Collection(e1,e2) 9022 Other 9023 Content-Container(e1,e2) 9024 Content-Container(e1,e2) 9025 Cause-Effect(e2,e1) 9026 Entity-Origin(e1,e2) 9027 Entity-Origin(e1,e2) 9028 Other 9029 Component-Whole(e2,e1) 9030 Message-Topic(e2,e1) 9031 Product-Producer(e2,e1) 9032 Member-Collection(e1,e2) 9033 Product-Producer(e2,e1) 9034 Other 9035 Content-Container(e1,e2) 9036 Instrument-Agency(e1,e2) 9037 Entity-Destination(e1,e2) 9038 Entity-Destination(e1,e2) 9039 Entity-Destination(e1,e2) 9040 Component-Whole(e1,e2) 9041 Entity-Origin(e1,e2) 9042 Instrument-Agency(e2,e1) 9043 Content-Container(e1,e2) 9044 Content-Container(e2,e1) 9045 Content-Container(e2,e1) 9046 Product-Producer(e2,e1) 9047 Product-Producer(e1,e2) 9048 Entity-Destination(e1,e2) 9049 Product-Producer(e1,e2) 9050 Message-Topic(e1,e2) 9051 Entity-Origin(e2,e1) 9052 Product-Producer(e2,e1) 9053 Other 9054 Other 9055 Cause-Effect(e2,e1) 9056 Product-Producer(e2,e1) 9057 Cause-Effect(e2,e1) 9058 Product-Producer(e2,e1) 9059 Message-Topic(e1,e2) 9060 Entity-Destination(e1,e2) 9061 Entity-Destination(e1,e2) 9062 Cause-Effect(e1,e2) 9063 Message-Topic(e2,e1) 9064 Member-Collection(e2,e1) 9065 Entity-Origin(e1,e2) 9066 Member-Collection(e2,e1) 9067 Entity-Origin(e1,e2) 9068 Cause-Effect(e1,e2) 9069 Member-Collection(e2,e1) 9070 Entity-Destination(e1,e2) 9071 Product-Producer(e2,e1) 9072 Other 9073 Cause-Effect(e2,e1) 9074 Other 9075 Member-Collection(e2,e1) 9076 Entity-Destination(e1,e2) 9077 Other 9078 Entity-Destination(e1,e2) 9079 Member-Collection(e2,e1) 9080 Other 9081 Cause-Effect(e1,e2) 9082 Content-Container(e1,e2) 9083 Cause-Effect(e2,e1) 9084 Member-Collection(e2,e1) 9085 Product-Producer(e1,e2) 9086 Component-Whole(e2,e1) 9087 Cause-Effect(e1,e2) 9088 Other 9089 Product-Producer(e2,e1) 9090 Component-Whole(e1,e2) 9091 Entity-Destination(e1,e2) 9092 Entity-Origin(e1,e2) 9093 Other 9094 Other 9095 Message-Topic(e1,e2) 9096 Product-Producer(e2,e1) 9097 Instrument-Agency(e2,e1) 9098 Product-Producer(e2,e1) 9099 Other 9100 Component-Whole(e1,e2) 9101 Other 9102 Member-Collection(e2,e1) 9103 Content-Container(e1,e2) 9104 Member-Collection(e2,e1) 9105 Component-Whole(e2,e1) 9106 Entity-Destination(e1,e2) 9107 Entity-Destination(e1,e2) 9108 Message-Topic(e1,e2) 9109 Message-Topic(e1,e2) 9110 Cause-Effect(e1,e2) 9111 Cause-Effect(e2,e1) 9112 Content-Container(e2,e1) 9113 Component-Whole(e1,e2) 9114 Product-Producer(e2,e1) 9115 Entity-Origin(e1,e2) 9116 Instrument-Agency(e2,e1) 9117 Entity-Destination(e1,e2) 9118 Entity-Destination(e1,e2) 9119 Cause-Effect(e1,e2) 9120 Product-Producer(e1,e2) 9121 Product-Producer(e1,e2) 9122 Entity-Destination(e1,e2) 9123 Entity-Origin(e1,e2) 9124 Instrument-Agency(e2,e1) 9125 Entity-Origin(e1,e2) 9126 Member-Collection(e2,e1) 9127 Entity-Origin(e1,e2) 9128 Cause-Effect(e1,e2) 9129 Content-Container(e1,e2) 9130 Other 9131 Cause-Effect(e1,e2) 9132 Instrument-Agency(e2,e1) 9133 Instrument-Agency(e2,e1) 9134 Component-Whole(e1,e2) 9135 Instrument-Agency(e2,e1) 9136 Cause-Effect(e2,e1) 9137 Other 9138 Component-Whole(e2,e1) 9139 Cause-Effect(e2,e1) 9140 Entity-Destination(e1,e2) 9141 Message-Topic(e1,e2) 9142 Entity-Destination(e1,e2) 9143 Member-Collection(e2,e1) 9144 Product-Producer(e2,e1) 9145 Message-Topic(e1,e2) 9146 Cause-Effect(e2,e1) 9147 Cause-Effect(e2,e1) 9148 Cause-Effect(e2,e1) 9149 Other 9150 Entity-Origin(e1,e2) 9151 Product-Producer(e1,e2) 9152 Component-Whole(e2,e1) 9153 Content-Container(e1,e2) 9154 Other 9155 Entity-Origin(e1,e2) 9156 Other 9157 Other 9158 Content-Container(e1,e2) 9159 Content-Container(e1,e2) 9160 Member-Collection(e2,e1) 9161 Cause-Effect(e1,e2) 9162 Entity-Destination(e1,e2) 9163 Cause-Effect(e1,e2) 9164 Other 9165 Message-Topic(e1,e2) 9166 Component-Whole(e2,e1) 9167 Cause-Effect(e2,e1) 9168 Cause-Effect(e2,e1) 9169 Message-Topic(e1,e2) 9170 Other 9171 Cause-Effect(e1,e2) 9172 Cause-Effect(e1,e2) 9173 Entity-Origin(e1,e2) 9174 Component-Whole(e2,e1) 9175 Entity-Origin(e1,e2) 9176 Entity-Origin(e1,e2) 9177 Product-Producer(e2,e1) 9178 Entity-Origin(e1,e2) 9179 Cause-Effect(e1,e2) 9180 Entity-Origin(e1,e2) 9181 Cause-Effect(e2,e1) 9182 Entity-Origin(e1,e2) 9183 Component-Whole(e2,e1) 9184 Content-Container(e2,e1) 9185 Component-Whole(e2,e1) 9186 Message-Topic(e1,e2) 9187 Other 9188 Entity-Origin(e2,e1) 9189 Entity-Destination(e1,e2) 9190 Cause-Effect(e2,e1) 9191 Message-Topic(e1,e2) 9192 Other 9193 Other 9194 Member-Collection(e1,e2) 9195 Instrument-Agency(e1,e2) 9196 Content-Container(e1,e2) 9197 Entity-Destination(e1,e2) 9198 Member-Collection(e2,e1) 9199 Message-Topic(e1,e2) 9200 Entity-Destination(e1,e2) 9201 Entity-Origin(e1,e2) 9202 Message-Topic(e1,e2) 9203 Component-Whole(e1,e2) 9204 Entity-Origin(e1,e2) 9205 Instrument-Agency(e2,e1) 9206 Entity-Origin(e2,e1) 9207 Component-Whole(e1,e2) 9208 Other 9209 Entity-Origin(e1,e2) 9210 Component-Whole(e1,e2) 9211 Member-Collection(e2,e1) 9212 Content-Container(e1,e2) 9213 Cause-Effect(e1,e2) 9214 Component-Whole(e2,e1) 9215 Instrument-Agency(e2,e1) 9216 Member-Collection(e2,e1) 9217 Other 9218 Entity-Destination(e1,e2) 9219 Other 9220 Entity-Origin(e1,e2) 9221 Cause-Effect(e2,e1) 9222 Entity-Destination(e1,e2) 9223 Product-Producer(e1,e2) 9224 Cause-Effect(e1,e2) 9225 Entity-Origin(e1,e2) 9226 Cause-Effect(e1,e2) 9227 Other 9228 Cause-Effect(e1,e2) 9229 Member-Collection(e2,e1) 9230 Component-Whole(e2,e1) 9231 Entity-Destination(e1,e2) 9232 Other 9233 Member-Collection(e2,e1) 9234 Cause-Effect(e2,e1) 9235 Other 9236 Entity-Origin(e2,e1) 9237 Component-Whole(e1,e2) 9238 Component-Whole(e2,e1) 9239 Product-Producer(e2,e1) 9240 Entity-Origin(e1,e2) 9241 Component-Whole(e2,e1) 9242 Member-Collection(e2,e1) 9243 Content-Container(e1,e2) 9244 Entity-Destination(e1,e2) 9245 Other 9246 Other 9247 Entity-Destination(e1,e2) 9248 Other 9249 Other 9250 Component-Whole(e2,e1) 9251 Other 9252 Other 9253 Product-Producer(e1,e2) 9254 Member-Collection(e1,e2) 9255 Content-Container(e1,e2) 9256 Other 9257 Component-Whole(e2,e1) 9258 Message-Topic(e1,e2) 9259 Cause-Effect(e2,e1) 9260 Content-Container(e2,e1) 9261 Message-Topic(e1,e2) 9262 Member-Collection(e2,e1) 9263 Member-Collection(e2,e1) 9264 Component-Whole(e2,e1) 9265 Component-Whole(e1,e2) 9266 Entity-Origin(e1,e2) 9267 Component-Whole(e2,e1) 9268 Member-Collection(e2,e1) 9269 Message-Topic(e2,e1) 9270 Instrument-Agency(e2,e1) 9271 Entity-Origin(e1,e2) 9272 Component-Whole(e1,e2) 9273 Content-Container(e2,e1) 9274 Entity-Origin(e1,e2) 9275 Entity-Destination(e1,e2) 9276 Component-Whole(e1,e2) 9277 Product-Producer(e2,e1) 9278 Entity-Origin(e1,e2) 9279 Entity-Origin(e1,e2) 9280 Cause-Effect(e2,e1) 9281 Other 9282 Member-Collection(e2,e1) 9283 Other 9284 Instrument-Agency(e1,e2) 9285 Content-Container(e2,e1) 9286 Member-Collection(e1,e2) 9287 Entity-Origin(e2,e1) 9288 Component-Whole(e2,e1) 9289 Cause-Effect(e2,e1) 9290 Message-Topic(e1,e2) 9291 Instrument-Agency(e2,e1) 9292 Content-Container(e1,e2) 9293 Component-Whole(e2,e1) 9294 Member-Collection(e2,e1) 9295 Entity-Destination(e1,e2) 9296 Entity-Origin(e1,e2) 9297 Entity-Destination(e1,e2) 9298 Message-Topic(e1,e2) 9299 Entity-Origin(e1,e2) 9300 Entity-Destination(e1,e2) 9301 Other 9302 Component-Whole(e1,e2) 9303 Member-Collection(e2,e1) 9304 Message-Topic(e2,e1) 9305 Entity-Origin(e1,e2) 9306 Entity-Destination(e1,e2) 9307 Product-Producer(e1,e2) 9308 Instrument-Agency(e2,e1) 9309 Cause-Effect(e2,e1) 9310 Other 9311 Cause-Effect(e2,e1) 9312 Other 9313 Component-Whole(e2,e1) 9314 Content-Container(e1,e2) 9315 Message-Topic(e1,e2) 9316 Component-Whole(e1,e2) 9317 Instrument-Agency(e2,e1) 9318 Entity-Destination(e1,e2) 9319 Cause-Effect(e2,e1) 9320 Other 9321 Message-Topic(e1,e2) 9322 Product-Producer(e2,e1) 9323 Cause-Effect(e2,e1) 9324 Content-Container(e1,e2) 9325 Member-Collection(e2,e1) 9326 Entity-Origin(e1,e2) 9327 Message-Topic(e1,e2) 9328 Cause-Effect(e1,e2) 9329 Component-Whole(e2,e1) 9330 Product-Producer(e2,e1) 9331 Instrument-Agency(e2,e1) 9332 Content-Container(e1,e2) 9333 Component-Whole(e2,e1) 9334 Content-Container(e2,e1) 9335 Entity-Destination(e1,e2) 9336 Member-Collection(e1,e2) 9337 Component-Whole(e2,e1) 9338 Entity-Destination(e1,e2) 9339 Message-Topic(e1,e2) 9340 Product-Producer(e2,e1) 9341 Content-Container(e1,e2) 9342 Cause-Effect(e1,e2) 9343 Entity-Origin(e1,e2) 9344 Member-Collection(e2,e1) 9345 Content-Container(e2,e1) 9346 Component-Whole(e1,e2) 9347 Entity-Origin(e1,e2) 9348 Product-Producer(e1,e2) 9349 Instrument-Agency(e2,e1) 9350 Other 9351 Entity-Destination(e1,e2) 9352 Cause-Effect(e1,e2) 9353 Instrument-Agency(e1,e2) 9354 Member-Collection(e2,e1) 9355 Member-Collection(e2,e1) 9356 Instrument-Agency(e2,e1) 9357 Cause-Effect(e2,e1) 9358 Other 9359 Entity-Origin(e1,e2) 9360 Entity-Destination(e1,e2) 9361 Component-Whole(e1,e2) 9362 Member-Collection(e2,e1) 9363 Message-Topic(e1,e2) 9364 Message-Topic(e1,e2) 9365 Content-Container(e2,e1) 9366 Cause-Effect(e1,e2) 9367 Product-Producer(e2,e1) 9368 Member-Collection(e2,e1) 9369 Other 9370 Cause-Effect(e2,e1) 9371 Message-Topic(e1,e2) 9372 Cause-Effect(e2,e1) 9373 Cause-Effect(e1,e2) 9374 Entity-Destination(e1,e2) 9375 Entity-Destination(e1,e2) 9376 Component-Whole(e2,e1) 9377 Instrument-Agency(e2,e1) 9378 Cause-Effect(e2,e1) 9379 Cause-Effect(e1,e2) 9380 Entity-Destination(e1,e2) 9381 Message-Topic(e1,e2) 9382 Component-Whole(e1,e2) 9383 Entity-Origin(e2,e1) 9384 Instrument-Agency(e2,e1) 9385 Content-Container(e2,e1) 9386 Other 9387 Component-Whole(e2,e1) 9388 Other 9389 Entity-Destination(e1,e2) 9390 Entity-Origin(e1,e2) 9391 Component-Whole(e2,e1) 9392 Other 9393 Component-Whole(e2,e1) 9394 Cause-Effect(e2,e1) 9395 Entity-Origin(e2,e1) 9396 Other 9397 Other 9398 Instrument-Agency(e2,e1) 9399 Entity-Destination(e1,e2) 9400 Other 9401 Message-Topic(e2,e1) 9402 Other 9403 Cause-Effect(e1,e2) 9404 Component-Whole(e2,e1) 9405 Component-Whole(e1,e2) 9406 Other 9407 Content-Container(e2,e1) 9408 Other 9409 Instrument-Agency(e2,e1) 9410 Message-Topic(e1,e2) 9411 Component-Whole(e2,e1) 9412 Member-Collection(e2,e1) 9413 Instrument-Agency(e2,e1) 9414 Other 9415 Cause-Effect(e1,e2) 9416 Entity-Destination(e1,e2) 9417 Other 9418 Other 9419 Component-Whole(e1,e2) 9420 Component-Whole(e2,e1) 9421 Entity-Origin(e2,e1) 9422 Product-Producer(e2,e1) 9423 Member-Collection(e1,e2) 9424 Other 9425 Message-Topic(e1,e2) 9426 Entity-Destination(e1,e2) 9427 Cause-Effect(e2,e1) 9428 Product-Producer(e1,e2) 9429 Entity-Destination(e1,e2) 9430 Message-Topic(e1,e2) 9431 Other 9432 Message-Topic(e1,e2) 9433 Member-Collection(e1,e2) 9434 Cause-Effect(e2,e1) 9435 Instrument-Agency(e2,e1) 9436 Content-Container(e1,e2) 9437 Entity-Destination(e1,e2) 9438 Cause-Effect(e1,e2) 9439 Other 9440 Entity-Origin(e1,e2) 9441 Component-Whole(e1,e2) 9442 Message-Topic(e1,e2) 9443 Instrument-Agency(e2,e1) 9444 Other 9445 Component-Whole(e2,e1) 9446 Member-Collection(e2,e1) 9447 Content-Container(e1,e2) 9448 Component-Whole(e2,e1) 9449 Component-Whole(e2,e1) 9450 Product-Producer(e1,e2) 9451 Member-Collection(e2,e1) 9452 Cause-Effect(e1,e2) 9453 Entity-Origin(e1,e2) 9454 Entity-Origin(e1,e2) 9455 Member-Collection(e1,e2) 9456 Message-Topic(e1,e2) 9457 Instrument-Agency(e2,e1) 9458 Product-Producer(e1,e2) 9459 Other 9460 Entity-Origin(e1,e2) 9461 Other 9462 Member-Collection(e2,e1) 9463 Entity-Origin(e1,e2) 9464 Cause-Effect(e2,e1) 9465 Other 9466 Product-Producer(e1,e2) 9467 Cause-Effect(e1,e2) 9468 Member-Collection(e2,e1) 9469 Cause-Effect(e2,e1) 9470 Message-Topic(e2,e1) 9471 Content-Container(e1,e2) 9472 Entity-Destination(e1,e2) 9473 Entity-Origin(e1,e2) 9474 Member-Collection(e1,e2) 9475 Content-Container(e1,e2) 9476 Message-Topic(e1,e2) 9477 Instrument-Agency(e1,e2) 9478 Member-Collection(e2,e1) 9479 Component-Whole(e1,e2) 9480 Other 9481 Product-Producer(e2,e1) 9482 Cause-Effect(e1,e2) 9483 Content-Container(e1,e2) 9484 Component-Whole(e1,e2) 9485 Component-Whole(e2,e1) 9486 Instrument-Agency(e2,e1) 9487 Instrument-Agency(e2,e1) 9488 Instrument-Agency(e2,e1) 9489 Cause-Effect(e2,e1) 9490 Cause-Effect(e2,e1) 9491 Instrument-Agency(e2,e1) 9492 Other 9493 Entity-Origin(e2,e1) 9494 Cause-Effect(e1,e2) 9495 Message-Topic(e1,e2) 9496 Content-Container(e1,e2) 9497 Component-Whole(e1,e2) 9498 Message-Topic(e1,e2) 9499 Message-Topic(e2,e1) 9500 Content-Container(e1,e2) 9501 Content-Container(e1,e2) 9502 Entity-Origin(e1,e2) 9503 Other 9504 Message-Topic(e1,e2) 9505 Other 9506 Entity-Destination(e1,e2) 9507 Other 9508 Cause-Effect(e1,e2) 9509 Member-Collection(e2,e1) 9510 Other 9511 Other 9512 Instrument-Agency(e2,e1) 9513 Product-Producer(e2,e1) 9514 Entity-Origin(e1,e2) 9515 Cause-Effect(e2,e1) 9516 Other 9517 Other 9518 Member-Collection(e2,e1) 9519 Cause-Effect(e2,e1) 9520 Other 9521 Message-Topic(e1,e2) 9522 Content-Container(e1,e2) 9523 Other 9524 Cause-Effect(e1,e2) 9525 Message-Topic(e1,e2) 9526 Message-Topic(e1,e2) 9527 Component-Whole(e1,e2) 9528 Content-Container(e1,e2) 9529 Entity-Origin(e1,e2) 9530 Member-Collection(e2,e1) 9531 Entity-Destination(e1,e2) 9532 Other 9533 Entity-Destination(e1,e2) 9534 Content-Container(e1,e2) 9535 Component-Whole(e1,e2) 9536 Message-Topic(e1,e2) 9537 Other 9538 Message-Topic(e1,e2) 9539 Entity-Destination(e1,e2) 9540 Component-Whole(e1,e2) 9541 Other 9542 Cause-Effect(e1,e2) 9543 Message-Topic(e1,e2) 9544 Entity-Destination(e1,e2) 9545 Other 9546 Other 9547 Component-Whole(e2,e1) 9548 Entity-Origin(e1,e2) 9549 Other 9550 Member-Collection(e2,e1) 9551 Instrument-Agency(e2,e1) 9552 Other 9553 Product-Producer(e1,e2) 9554 Entity-Destination(e1,e2) 9555 Instrument-Agency(e2,e1) 9556 Cause-Effect(e2,e1) 9557 Component-Whole(e2,e1) 9558 Other 9559 Cause-Effect(e2,e1) 9560 Entity-Origin(e1,e2) 9561 Component-Whole(e1,e2) 9562 Component-Whole(e2,e1) 9563 Entity-Destination(e1,e2) 9564 Message-Topic(e2,e1) 9565 Component-Whole(e1,e2) 9566 Message-Topic(e1,e2) 9567 Message-Topic(e2,e1) 9568 Entity-Destination(e1,e2) 9569 Other 9570 Member-Collection(e2,e1) 9571 Entity-Origin(e1,e2) 9572 Instrument-Agency(e2,e1) 9573 Cause-Effect(e1,e2) 9574 Other 9575 Instrument-Agency(e1,e2) 9576 Cause-Effect(e2,e1) 9577 Other 9578 Entity-Destination(e1,e2) 9579 Component-Whole(e2,e1) 9580 Component-Whole(e2,e1) 9581 Entity-Destination(e1,e2) 9582 Cause-Effect(e1,e2) 9583 Component-Whole(e2,e1) 9584 Member-Collection(e2,e1) 9585 Entity-Destination(e1,e2) 9586 Entity-Destination(e1,e2) 9587 Product-Producer(e1,e2) 9588 Other 9589 Cause-Effect(e1,e2) 9590 Instrument-Agency(e2,e1) 9591 Entity-Origin(e2,e1) 9592 Member-Collection(e2,e1) 9593 Entity-Destination(e1,e2) 9594 Instrument-Agency(e2,e1) 9595 Member-Collection(e2,e1) 9596 Message-Topic(e1,e2) 9597 Cause-Effect(e2,e1) 9598 Entity-Destination(e1,e2) 9599 Other 9600 Component-Whole(e1,e2) 9601 Cause-Effect(e2,e1) 9602 Member-Collection(e2,e1) 9603 Component-Whole(e1,e2) 9604 Content-Container(e2,e1) 9605 Instrument-Agency(e2,e1) 9606 Other 9607 Other 9608 Member-Collection(e2,e1) 9609 Content-Container(e2,e1) 9610 Other 9611 Entity-Origin(e1,e2) 9612 Component-Whole(e2,e1) 9613 Component-Whole(e1,e2) 9614 Member-Collection(e1,e2) 9615 Message-Topic(e1,e2) 9616 Other 9617 Component-Whole(e1,e2) 9618 Cause-Effect(e1,e2) 9619 Instrument-Agency(e2,e1) 9620 Member-Collection(e2,e1) 9621 Entity-Destination(e1,e2) 9622 Message-Topic(e1,e2) 9623 Other 9624 Cause-Effect(e1,e2) 9625 Component-Whole(e1,e2) 9626 Entity-Origin(e2,e1) 9627 Other 9628 Instrument-Agency(e2,e1) 9629 Message-Topic(e1,e2) 9630 Other 9631 Other 9632 Component-Whole(e2,e1) 9633 Entity-Destination(e1,e2) 9634 Component-Whole(e2,e1) 9635 Content-Container(e1,e2) 9636 Component-Whole(e1,e2) 9637 Entity-Destination(e1,e2) 9638 Other 9639 Other 9640 Content-Container(e1,e2) 9641 Other 9642 Other 9643 Other 9644 Product-Producer(e1,e2) 9645 Content-Container(e1,e2) 9646 Other 9647 Cause-Effect(e2,e1) 9648 Cause-Effect(e2,e1) 9649 Instrument-Agency(e1,e2) 9650 Other 9651 Member-Collection(e2,e1) 9652 Other 9653 Message-Topic(e2,e1) 9654 Instrument-Agency(e1,e2) 9655 Entity-Destination(e1,e2) 9656 Entity-Origin(e1,e2) 9657 Entity-Origin(e1,e2) 9658 Other 9659 Cause-Effect(e1,e2) 9660 Member-Collection(e2,e1) 9661 Message-Topic(e1,e2) 9662 Content-Container(e1,e2) 9663 Other 9664 Member-Collection(e2,e1) 9665 Entity-Destination(e1,e2) 9666 Component-Whole(e1,e2) 9667 Product-Producer(e2,e1) 9668 Component-Whole(e1,e2) 9669 Entity-Origin(e1,e2) 9670 Entity-Origin(e1,e2) 9671 Component-Whole(e2,e1) 9672 Component-Whole(e2,e1) 9673 Cause-Effect(e2,e1) 9674 Other 9675 Message-Topic(e1,e2) 9676 Entity-Destination(e1,e2) 9677 Product-Producer(e1,e2) 9678 Member-Collection(e2,e1) 9679 Component-Whole(e1,e2) 9680 Other 9681 Member-Collection(e2,e1) 9682 Cause-Effect(e1,e2) 9683 Entity-Destination(e1,e2) 9684 Cause-Effect(e2,e1) 9685 Component-Whole(e1,e2) 9686 Other 9687 Instrument-Agency(e2,e1) 9688 Cause-Effect(e1,e2) 9689 Cause-Effect(e2,e1) 9690 Cause-Effect(e2,e1) 9691 Message-Topic(e1,e2) 9692 Product-Producer(e1,e2) 9693 Entity-Origin(e2,e1) 9694 Content-Container(e1,e2) 9695 Cause-Effect(e1,e2) 9696 Instrument-Agency(e2,e1) 9697 Component-Whole(e1,e2) 9698 Cause-Effect(e1,e2) 9699 Cause-Effect(e2,e1) 9700 Other 9701 Other 9702 Member-Collection(e2,e1) 9703 Cause-Effect(e2,e1) 9704 Instrument-Agency(e2,e1) 9705 Message-Topic(e1,e2) 9706 Other 9707 Component-Whole(e2,e1) 9708 Cause-Effect(e2,e1) 9709 Member-Collection(e1,e2) 9710 Entity-Origin(e1,e2) 9711 Entity-Origin(e1,e2) 9712 Product-Producer(e2,e1) 9713 Component-Whole(e1,e2) 9714 Other 9715 Component-Whole(e2,e1) 9716 Product-Producer(e2,e1) 9717 Member-Collection(e2,e1) 9718 Other 9719 Cause-Effect(e1,e2) 9720 Cause-Effect(e2,e1) 9721 Instrument-Agency(e2,e1) 9722 Cause-Effect(e2,e1) 9723 Component-Whole(e1,e2) 9724 Entity-Origin(e1,e2) 9725 Cause-Effect(e1,e2) 9726 Other 9727 Cause-Effect(e1,e2) 9728 Message-Topic(e1,e2) 9729 Instrument-Agency(e1,e2) 9730 Message-Topic(e1,e2) 9731 Cause-Effect(e1,e2) 9732 Cause-Effect(e1,e2) 9733 Entity-Origin(e1,e2) 9734 Message-Topic(e2,e1) 9735 Message-Topic(e1,e2) 9736 Component-Whole(e2,e1) 9737 Component-Whole(e1,e2) 9738 Other 9739 Cause-Effect(e2,e1) 9740 Cause-Effect(e2,e1) 9741 Other 9742 Message-Topic(e2,e1) 9743 Component-Whole(e2,e1) 9744 Message-Topic(e2,e1) 9745 Member-Collection(e2,e1) 9746 Member-Collection(e2,e1) 9747 Other 9748 Member-Collection(e2,e1) 9749 Message-Topic(e1,e2) 9750 Other 9751 Member-Collection(e1,e2) 9752 Entity-Origin(e1,e2) 9753 Member-Collection(e2,e1) 9754 Content-Container(e1,e2) 9755 Entity-Origin(e2,e1) 9756 Message-Topic(e1,e2) 9757 Message-Topic(e1,e2) 9758 Cause-Effect(e2,e1) 9759 Component-Whole(e2,e1) 9760 Content-Container(e1,e2) 9761 Other 9762 Other 9763 Component-Whole(e2,e1) 9764 Message-Topic(e1,e2) 9765 Member-Collection(e2,e1) 9766 Entity-Destination(e1,e2) 9767 Entity-Origin(e1,e2) 9768 Instrument-Agency(e2,e1) 9769 Cause-Effect(e2,e1) 9770 Entity-Origin(e1,e2) 9771 Component-Whole(e1,e2) 9772 Entity-Destination(e1,e2) 9773 Component-Whole(e2,e1) 9774 Entity-Destination(e1,e2) 9775 Entity-Destination(e1,e2) 9776 Other 9777 Message-Topic(e1,e2) 9778 Product-Producer(e2,e1) 9779 Other 9780 Cause-Effect(e2,e1) 9781 Entity-Destination(e1,e2) 9782 Other 9783 Entity-Origin(e1,e2) 9784 Product-Producer(e2,e1) 9785 Product-Producer(e2,e1) 9786 Content-Container(e1,e2) 9787 Entity-Destination(e1,e2) 9788 Message-Topic(e1,e2) 9789 Other 9790 Member-Collection(e2,e1) 9791 Cause-Effect(e1,e2) 9792 Entity-Destination(e1,e2) 9793 Other 9794 Component-Whole(e1,e2) 9795 Other 9796 Other 9797 Cause-Effect(e2,e1) 9798 Entity-Destination(e1,e2) 9799 Other 9800 Message-Topic(e1,e2) 9801 Entity-Origin(e1,e2) 9802 Entity-Destination(e1,e2) 9803 Other 9804 Member-Collection(e2,e1) 9805 Entity-Destination(e1,e2) 9806 Content-Container(e1,e2) 9807 Entity-Origin(e1,e2) 9808 Other 9809 Entity-Destination(e1,e2) 9810 Content-Container(e1,e2) 9811 Other 9812 Cause-Effect(e1,e2) 9813 Instrument-Agency(e1,e2) 9814 Member-Collection(e2,e1) 9815 Other 9816 Instrument-Agency(e2,e1) 9817 Message-Topic(e1,e2) 9818 Member-Collection(e2,e1) 9819 Cause-Effect(e2,e1) 9820 Other 9821 Product-Producer(e1,e2) 9822 Product-Producer(e1,e2) 9823 Entity-Origin(e2,e1) 9824 Instrument-Agency(e2,e1) 9825 Member-Collection(e2,e1) 9826 Member-Collection(e2,e1) 9827 Member-Collection(e2,e1) 9828 Product-Producer(e1,e2) 9829 Cause-Effect(e1,e2) 9830 Entity-Origin(e1,e2) 9831 Cause-Effect(e1,e2) 9832 Entity-Origin(e1,e2) 9833 Other 9834 Component-Whole(e1,e2) 9835 Content-Container(e1,e2) 9836 Product-Producer(e2,e1) 9837 Instrument-Agency(e1,e2) 9838 Member-Collection(e2,e1) 9839 Other 9840 Message-Topic(e1,e2) 9841 Member-Collection(e2,e1) 9842 Other 9843 Other 9844 Entity-Origin(e1,e2) 9845 Component-Whole(e2,e1) 9846 Product-Producer(e2,e1) 9847 Other 9848 Cause-Effect(e2,e1) 9849 Other 9850 Product-Producer(e2,e1) 9851 Member-Collection(e2,e1) 9852 Entity-Origin(e1,e2) 9853 Other 9854 Member-Collection(e2,e1) 9855 Entity-Destination(e1,e2) 9856 Content-Container(e1,e2) 9857 Component-Whole(e2,e1) 9858 Product-Producer(e1,e2) 9859 Content-Container(e2,e1) 9860 Entity-Origin(e1,e2) 9861 Cause-Effect(e2,e1) 9862 Entity-Origin(e1,e2) 9863 Product-Producer(e2,e1) 9864 Product-Producer(e2,e1) 9865 Entity-Destination(e1,e2) 9866 Member-Collection(e2,e1) 9867 Other 9868 Cause-Effect(e2,e1) 9869 Other 9870 Product-Producer(e1,e2) 9871 Entity-Destination(e1,e2) 9872 Other 9873 Entity-Destination(e1,e2) 9874 Entity-Destination(e1,e2) 9875 Member-Collection(e1,e2) 9876 Cause-Effect(e2,e1) 9877 Other 9878 Member-Collection(e2,e1) 9879 Other 9880 Content-Container(e1,e2) 9881 Member-Collection(e2,e1) 9882 Entity-Origin(e1,e2) 9883 Entity-Destination(e1,e2) 9884 Instrument-Agency(e2,e1) 9885 Message-Topic(e1,e2) 9886 Other 9887 Member-Collection(e2,e1) 9888 Member-Collection(e1,e2) 9889 Instrument-Agency(e2,e1) 9890 Member-Collection(e2,e1) 9891 Member-Collection(e2,e1) 9892 Other 9893 Component-Whole(e2,e1) 9894 Entity-Destination(e1,e2) 9895 Product-Producer(e2,e1) 9896 Content-Container(e1,e2) 9897 Other 9898 Entity-Destination(e1,e2) 9899 Cause-Effect(e2,e1) 9900 Entity-Destination(e1,e2) 9901 Cause-Effect(e2,e1) 9902 Cause-Effect(e1,e2) 9903 Other 9904 Entity-Origin(e1,e2) 9905 Other 9906 Component-Whole(e2,e1) 9907 Product-Producer(e1,e2) 9908 Other 9909 Product-Producer(e2,e1) 9910 Member-Collection(e1,e2) 9911 Message-Topic(e1,e2) 9912 Instrument-Agency(e1,e2) 9913 Content-Container(e1,e2) 9914 Content-Container(e1,e2) 9915 Other 9916 Other 9917 Product-Producer(e2,e1) 9918 Member-Collection(e2,e1) 9919 Cause-Effect(e2,e1) 9920 Product-Producer(e2,e1) 9921 Component-Whole(e1,e2) 9922 Entity-Origin(e2,e1) 9923 Member-Collection(e2,e1) 9924 Other 9925 Component-Whole(e1,e2) 9926 Product-Producer(e2,e1) 9927 Component-Whole(e1,e2) 9928 Component-Whole(e1,e2) 9929 Content-Container(e1,e2) 9930 Other 9931 Entity-Destination(e1,e2) 9932 Content-Container(e1,e2) 9933 Product-Producer(e2,e1) 9934 Component-Whole(e1,e2) 9935 Product-Producer(e2,e1) 9936 Entity-Destination(e1,e2) 9937 Member-Collection(e2,e1) 9938 Member-Collection(e2,e1) 9939 Entity-Destination(e1,e2) 9940 Content-Container(e2,e1) 9941 Entity-Destination(e1,e2) 9942 Content-Container(e2,e1) 9943 Other 9944 Message-Topic(e1,e2) 9945 Component-Whole(e2,e1) 9946 Message-Topic(e2,e1) 9947 Product-Producer(e2,e1) 9948 Entity-Destination(e1,e2) 9949 Entity-Origin(e1,e2) 9950 Other 9951 Message-Topic(e1,e2) 9952 Entity-Destination(e1,e2) 9953 Entity-Destination(e1,e2) 9954 Entity-Origin(e1,e2) 9955 Content-Container(e2,e1) 9956 Cause-Effect(e2,e1) 9957 Component-Whole(e2,e1) 9958 Entity-Origin(e1,e2) 9959 Instrument-Agency(e2,e1) 9960 Member-Collection(e2,e1) 9961 Product-Producer(e2,e1) 9962 Entity-Origin(e1,e2) 9963 Entity-Destination(e1,e2) 9964 Entity-Destination(e1,e2) 9965 Cause-Effect(e2,e1) 9966 Other 9967 Cause-Effect(e1,e2) 9968 Message-Topic(e2,e1) 9969 Entity-Destination(e1,e2) 9970 Instrument-Agency(e2,e1) 9971 Component-Whole(e2,e1) 9972 Component-Whole(e1,e2) 9973 Message-Topic(e1,e2) 9974 Cause-Effect(e2,e1) 9975 Cause-Effect(e2,e1) 9976 Other 9977 Product-Producer(e2,e1) 9978 Other 9979 Cause-Effect(e1,e2) 9980 Component-Whole(e1,e2) 9981 Member-Collection(e2,e1) 9982 Entity-Destination(e1,e2) 9983 Content-Container(e1,e2) 9984 Member-Collection(e2,e1) 9985 Cause-Effect(e2,e1) 9986 Other 9987 Product-Producer(e2,e1) 9988 Content-Container(e1,e2) 9989 Other 9990 Other 9991 Message-Topic(e1,e2) 9992 Component-Whole(e1,e2) 9993 Content-Container(e1,e2) 9994 Component-Whole(e1,e2) 9995 Other 9996 Message-Topic(e1,e2) 9997 Component-Whole(e1,e2) 9998 Entity-Origin(e1,e2) 9999 Entity-Destination(e1,e2) 10000 Instrument-Agency(e2,e1) 10001 Instrument-Agency(e2,e1) 10002 Message-Topic(e1,e2) 10003 Cause-Effect(e2,e1) 10004 Entity-Destination(e1,e2) 10005 Instrument-Agency(e2,e1) 10006 Member-Collection(e2,e1) 10007 Entity-Origin(e1,e2) 10008 Entity-Destination(e1,e2) 10009 Cause-Effect(e1,e2) 10010 Entity-Origin(e1,e2) 10011 Other 10012 Cause-Effect(e2,e1) 10013 Member-Collection(e2,e1) 10014 Entity-Destination(e1,e2) 10015 Other 10016 Content-Container(e1,e2) 10017 Entity-Destination(e1,e2) 10018 Entity-Origin(e1,e2) 10019 Other 10020 Entity-Destination(e1,e2) 10021 Other 10022 Other 10023 Message-Topic(e1,e2) 10024 Message-Topic(e1,e2) 10025 Other 10026 Instrument-Agency(e2,e1) 10027 Entity-Destination(e1,e2) 10028 Message-Topic(e1,e2) 10029 Member-Collection(e2,e1) 10030 Other 10031 Member-Collection(e2,e1) 10032 Member-Collection(e2,e1) 10033 Other 10034 Content-Container(e1,e2) 10035 Component-Whole(e2,e1) 10036 Other 10037 Entity-Destination(e1,e2) 10038 Cause-Effect(e2,e1) 10039 Entity-Destination(e1,e2) 10040 Cause-Effect(e2,e1) 10041 Cause-Effect(e2,e1) 10042 Message-Topic(e2,e1) 10043 Entity-Destination(e1,e2) 10044 Component-Whole(e2,e1) 10045 Component-Whole(e2,e1) 10046 Entity-Destination(e1,e2) 10047 Cause-Effect(e1,e2) 10048 Instrument-Agency(e2,e1) 10049 Message-Topic(e1,e2) 10050 Content-Container(e2,e1) 10051 Component-Whole(e2,e1) 10052 Member-Collection(e2,e1) 10053 Content-Container(e1,e2) 10054 Cause-Effect(e2,e1) 10055 Entity-Destination(e1,e2) 10056 Entity-Destination(e1,e2) 10057 Instrument-Agency(e2,e1) 10058 Member-Collection(e1,e2) 10059 Cause-Effect(e2,e1) 10060 Other 10061 Other 10062 Content-Container(e1,e2) 10063 Component-Whole(e2,e1) 10064 Cause-Effect(e1,e2) 10065 Content-Container(e1,e2) 10066 Other 10067 Entity-Origin(e1,e2) 10068 Entity-Destination(e1,e2) 10069 Other 10070 Component-Whole(e1,e2) 10071 Entity-Origin(e1,e2) 10072 Content-Container(e2,e1) 10073 Other 10074 Entity-Origin(e1,e2) 10075 Entity-Origin(e1,e2) 10076 Product-Producer(e1,e2) 10077 Entity-Destination(e1,e2) 10078 Entity-Destination(e1,e2) 10079 Product-Producer(e2,e1) 10080 Entity-Origin(e2,e1) 10081 Entity-Destination(e1,e2) 10082 Entity-Origin(e1,e2) 10083 Component-Whole(e1,e2) 10084 Entity-Origin(e1,e2) 10085 Entity-Destination(e1,e2) 10086 Cause-Effect(e1,e2) 10087 Entity-Destination(e1,e2) 10088 Instrument-Agency(e2,e1) 10089 Product-Producer(e2,e1) 10090 Cause-Effect(e1,e2) 10091 Entity-Origin(e2,e1) 10092 Entity-Origin(e1,e2) 10093 Other 10094 Content-Container(e1,e2) 10095 Entity-Destination(e1,e2) 10096 Component-Whole(e2,e1) 10097 Other 10098 Message-Topic(e1,e2) 10099 Entity-Destination(e1,e2) 10100 Entity-Destination(e1,e2) 10101 Entity-Origin(e2,e1) 10102 Cause-Effect(e1,e2) 10103 Message-Topic(e1,e2) 10104 Member-Collection(e2,e1) 10105 Member-Collection(e2,e1) 10106 Component-Whole(e2,e1) 10107 Content-Container(e1,e2) 10108 Message-Topic(e1,e2) 10109 Other 10110 Message-Topic(e1,e2) 10111 Other 10112 Other 10113 Product-Producer(e2,e1) 10114 Message-Topic(e2,e1) 10115 Message-Topic(e1,e2) 10116 Entity-Origin(e2,e1) 10117 Product-Producer(e2,e1) 10118 Cause-Effect(e1,e2) 10119 Member-Collection(e2,e1) 10120 Component-Whole(e2,e1) 10121 Entity-Destination(e1,e2) 10122 Entity-Origin(e1,e2) 10123 Message-Topic(e1,e2) 10124 Other 10125 Other 10126 Member-Collection(e2,e1) 10127 Other 10128 Instrument-Agency(e1,e2) 10129 Other 10130 Other 10131 Product-Producer(e1,e2) 10132 Component-Whole(e2,e1) 10133 Instrument-Agency(e2,e1) 10134 Cause-Effect(e2,e1) 10135 Component-Whole(e2,e1) 10136 Entity-Origin(e1,e2) 10137 Message-Topic(e1,e2) 10138 Entity-Origin(e1,e2) 10139 Entity-Origin(e1,e2) 10140 Product-Producer(e2,e1) 10141 Other 10142 Product-Producer(e2,e1) 10143 Other 10144 Instrument-Agency(e2,e1) 10145 Instrument-Agency(e1,e2) 10146 Product-Producer(e1,e2) 10147 Component-Whole(e2,e1) 10148 Product-Producer(e2,e1) 10149 Instrument-Agency(e2,e1) 10150 Component-Whole(e1,e2) 10151 Product-Producer(e2,e1) 10152 Instrument-Agency(e1,e2) 10153 Product-Producer(e2,e1) 10154 Member-Collection(e2,e1) 10155 Message-Topic(e1,e2) 10156 Cause-Effect(e1,e2) 10157 Component-Whole(e1,e2) 10158 Entity-Destination(e1,e2) 10159 Other 10160 Other 10161 Component-Whole(e1,e2) 10162 Entity-Origin(e1,e2) 10163 Entity-Origin(e2,e1) 10164 Entity-Origin(e1,e2) 10165 Entity-Destination(e1,e2) 10166 Component-Whole(e1,e2) 10167 Entity-Origin(e1,e2) 10168 Content-Container(e1,e2) 10169 Member-Collection(e2,e1) 10170 Entity-Origin(e1,e2) 10171 Content-Container(e2,e1) 10172 Message-Topic(e2,e1) 10173 Other 10174 Member-Collection(e2,e1) 10175 Entity-Destination(e1,e2) 10176 Product-Producer(e2,e1) 10177 Cause-Effect(e2,e1) 10178 Entity-Destination(e1,e2) 10179 Product-Producer(e1,e2) 10180 Instrument-Agency(e2,e1) 10181 Other 10182 Cause-Effect(e2,e1) 10183 Message-Topic(e1,e2) 10184 Entity-Destination(e1,e2) 10185 Entity-Origin(e1,e2) 10186 Other 10187 Entity-Destination(e1,e2) 10188 Other 10189 Message-Topic(e1,e2) 10190 Product-Producer(e1,e2) 10191 Entity-Destination(e1,e2) 10192 Product-Producer(e2,e1) 10193 Component-Whole(e1,e2) 10194 Entity-Origin(e1,e2) 10195 Instrument-Agency(e2,e1) 10196 Other 10197 Product-Producer(e1,e2) 10198 Entity-Origin(e1,e2) 10199 Entity-Origin(e1,e2) 10200 Entity-Origin(e1,e2) 10201 Instrument-Agency(e2,e1) 10202 Entity-Destination(e1,e2) 10203 Instrument-Agency(e2,e1) 10204 Message-Topic(e1,e2) 10205 Product-Producer(e2,e1) 10206 Product-Producer(e2,e1) 10207 Entity-Destination(e1,e2) 10208 Component-Whole(e1,e2) 10209 Cause-Effect(e2,e1) 10210 Component-Whole(e2,e1) 10211 Message-Topic(e1,e2) 10212 Component-Whole(e1,e2) 10213 Other 10214 Component-Whole(e1,e2) 10215 Entity-Origin(e1,e2) 10216 Message-Topic(e1,e2) 10217 Other 10218 Entity-Origin(e2,e1) 10219 Content-Container(e1,e2) 10220 Message-Topic(e1,e2) 10221 Entity-Origin(e1,e2) 10222 Entity-Origin(e1,e2) 10223 Member-Collection(e2,e1) 10224 Product-Producer(e2,e1) 10225 Member-Collection(e2,e1) 10226 Entity-Destination(e1,e2) 10227 Content-Container(e1,e2) 10228 Cause-Effect(e2,e1) 10229 Member-Collection(e1,e2) 10230 Cause-Effect(e2,e1) 10231 Entity-Destination(e1,e2) 10232 Content-Container(e1,e2) 10233 Other 10234 Product-Producer(e2,e1) 10235 Instrument-Agency(e2,e1) 10236 Message-Topic(e1,e2) 10237 Product-Producer(e2,e1) 10238 Member-Collection(e2,e1) 10239 Member-Collection(e2,e1) 10240 Entity-Destination(e1,e2) 10241 Instrument-Agency(e2,e1) 10242 Message-Topic(e2,e1) 10243 Instrument-Agency(e2,e1) 10244 Other 10245 Entity-Destination(e1,e2) 10246 Cause-Effect(e2,e1) 10247 Message-Topic(e1,e2) 10248 Content-Container(e2,e1) 10249 Instrument-Agency(e2,e1) 10250 Product-Producer(e1,e2) 10251 Other 10252 Instrument-Agency(e2,e1) 10253 Message-Topic(e1,e2) 10254 Cause-Effect(e2,e1) 10255 Entity-Destination(e1,e2) 10256 Content-Container(e2,e1) 10257 Cause-Effect(e1,e2) 10258 Cause-Effect(e2,e1) 10259 Message-Topic(e2,e1) 10260 Entity-Origin(e1,e2) 10261 Other 10262 Other 10263 Entity-Destination(e1,e2) 10264 Component-Whole(e2,e1) 10265 Message-Topic(e1,e2) 10266 Product-Producer(e2,e1) 10267 Cause-Effect(e1,e2) 10268 Member-Collection(e2,e1) 10269 Message-Topic(e1,e2) 10270 Product-Producer(e2,e1) 10271 Entity-Origin(e1,e2) 10272 Component-Whole(e1,e2) 10273 Entity-Origin(e1,e2) 10274 Component-Whole(e2,e1) 10275 Cause-Effect(e1,e2) 10276 Entity-Destination(e1,e2) 10277 Component-Whole(e1,e2) 10278 Product-Producer(e1,e2) 10279 Cause-Effect(e2,e1) 10280 Entity-Destination(e1,e2) 10281 Cause-Effect(e2,e1) 10282 Other 10283 Entity-Origin(e2,e1) 10284 Entity-Destination(e1,e2) 10285 Cause-Effect(e2,e1) 10286 Content-Container(e1,e2) 10287 Content-Container(e1,e2) 10288 Component-Whole(e2,e1) 10289 Member-Collection(e2,e1) 10290 Content-Container(e1,e2) 10291 Other 10292 Message-Topic(e1,e2) 10293 Entity-Destination(e1,e2) 10294 Instrument-Agency(e1,e2) 10295 Message-Topic(e2,e1) 10296 Cause-Effect(e2,e1) 10297 Entity-Origin(e1,e2) 10298 Entity-Origin(e2,e1) 10299 Entity-Origin(e1,e2) 10300 Other 10301 Member-Collection(e2,e1) 10302 Message-Topic(e1,e2) 10303 Entity-Destination(e1,e2) 10304 Instrument-Agency(e2,e1) 10305 Component-Whole(e1,e2) 10306 Component-Whole(e2,e1) 10307 Component-Whole(e1,e2) 10308 Other 10309 Message-Topic(e1,e2) 10310 Message-Topic(e1,e2) 10311 Component-Whole(e2,e1) 10312 Content-Container(e2,e1) 10313 Product-Producer(e1,e2) 10314 Content-Container(e1,e2) 10315 Component-Whole(e1,e2) 10316 Content-Container(e1,e2) 10317 Other 10318 Other 10319 Member-Collection(e2,e1) 10320 Instrument-Agency(e2,e1) 10321 Entity-Destination(e1,e2) 10322 Component-Whole(e1,e2) 10323 Other 10324 Message-Topic(e1,e2) 10325 Content-Container(e1,e2) 10326 Other 10327 Content-Container(e1,e2) 10328 Product-Producer(e1,e2) 10329 Instrument-Agency(e2,e1) 10330 Entity-Destination(e1,e2) 10331 Instrument-Agency(e2,e1) 10332 Content-Container(e1,e2) 10333 Other 10334 Other 10335 Cause-Effect(e2,e1) 10336 Entity-Origin(e1,e2) 10337 Content-Container(e1,e2) 10338 Entity-Origin(e1,e2) 10339 Other 10340 Entity-Origin(e1,e2) 10341 Other 10342 Entity-Destination(e1,e2) 10343 Instrument-Agency(e2,e1) 10344 Cause-Effect(e2,e1) 10345 Component-Whole(e2,e1) 10346 Instrument-Agency(e2,e1) 10347 Content-Container(e2,e1) 10348 Entity-Destination(e1,e2) 10349 Member-Collection(e2,e1) 10350 Cause-Effect(e1,e2) 10351 Entity-Destination(e1,e2) 10352 Message-Topic(e2,e1) 10353 Product-Producer(e2,e1) 10354 Entity-Destination(e1,e2) 10355 Content-Container(e1,e2) 10356 Entity-Origin(e1,e2) 10357 Entity-Origin(e1,e2) 10358 Component-Whole(e1,e2) 10359 Other 10360 Message-Topic(e1,e2) 10361 Instrument-Agency(e1,e2) 10362 Entity-Destination(e1,e2) 10363 Entity-Destination(e1,e2) 10364 Product-Producer(e2,e1) 10365 Message-Topic(e1,e2) 10366 Member-Collection(e2,e1) 10367 Product-Producer(e2,e1) 10368 Instrument-Agency(e2,e1) 10369 Instrument-Agency(e2,e1) 10370 Other 10371 Product-Producer(e1,e2) 10372 Product-Producer(e1,e2) 10373 Cause-Effect(e1,e2) 10374 Content-Container(e1,e2) 10375 Member-Collection(e2,e1) 10376 Entity-Destination(e1,e2) 10377 Message-Topic(e1,e2) 10378 Entity-Origin(e2,e1) 10379 Cause-Effect(e1,e2) 10380 Component-Whole(e2,e1) 10381 Message-Topic(e1,e2) 10382 Cause-Effect(e2,e1) 10383 Cause-Effect(e1,e2) 10384 Entity-Origin(e1,e2) 10385 Instrument-Agency(e2,e1) 10386 Component-Whole(e2,e1) 10387 Component-Whole(e2,e1) 10388 Product-Producer(e1,e2) 10389 Component-Whole(e1,e2) 10390 Other 10391 Instrument-Agency(e2,e1) 10392 Message-Topic(e1,e2) 10393 Entity-Origin(e1,e2) 10394 Other 10395 Message-Topic(e1,e2) 10396 Cause-Effect(e2,e1) 10397 Entity-Origin(e1,e2) 10398 Cause-Effect(e1,e2) 10399 Entity-Destination(e1,e2) 10400 Component-Whole(e1,e2) 10401 Member-Collection(e2,e1) 10402 Other 10403 Entity-Origin(e1,e2) 10404 Member-Collection(e2,e1) 10405 Entity-Destination(e1,e2) 10406 Other 10407 Product-Producer(e2,e1) 10408 Member-Collection(e2,e1) 10409 Product-Producer(e1,e2) 10410 Other 10411 Other 10412 Product-Producer(e2,e1) 10413 Entity-Destination(e1,e2) 10414 Message-Topic(e2,e1) 10415 Entity-Destination(e1,e2) 10416 Member-Collection(e2,e1) 10417 Cause-Effect(e2,e1) 10418 Entity-Destination(e1,e2) 10419 Cause-Effect(e2,e1) 10420 Other 10421 Entity-Destination(e1,e2) 10422 Message-Topic(e1,e2) 10423 Entity-Origin(e1,e2) 10424 Instrument-Agency(e2,e1) 10425 Cause-Effect(e2,e1) 10426 Cause-Effect(e2,e1) 10427 Other 10428 Component-Whole(e1,e2) 10429 Message-Topic(e1,e2) 10430 Member-Collection(e2,e1) 10431 Content-Container(e1,e2) 10432 Content-Container(e1,e2) 10433 Component-Whole(e2,e1) 10434 Cause-Effect(e1,e2) 10435 Component-Whole(e1,e2) 10436 Entity-Destination(e1,e2) 10437 Message-Topic(e1,e2) 10438 Other 10439 Other 10440 Product-Producer(e1,e2) 10441 Member-Collection(e1,e2) 10442 Entity-Destination(e1,e2) 10443 Content-Container(e1,e2) 10444 Instrument-Agency(e2,e1) 10445 Content-Container(e1,e2) 10446 Entity-Destination(e1,e2) 10447 Other 10448 Product-Producer(e1,e2) 10449 Member-Collection(e2,e1) 10450 Other 10451 Component-Whole(e2,e1) 10452 Other 10453 Entity-Destination(e1,e2) 10454 Message-Topic(e1,e2) 10455 Product-Producer(e1,e2) 10456 Entity-Destination(e1,e2) 10457 Message-Topic(e1,e2) 10458 Other 10459 Other 10460 Component-Whole(e2,e1) 10461 Product-Producer(e2,e1) 10462 Content-Container(e1,e2) 10463 Entity-Destination(e1,e2) 10464 Product-Producer(e2,e1) 10465 Message-Topic(e1,e2) 10466 Cause-Effect(e2,e1) 10467 Entity-Destination(e1,e2) 10468 Cause-Effect(e1,e2) 10469 Component-Whole(e1,e2) 10470 Content-Container(e1,e2) 10471 Entity-Origin(e1,e2) 10472 Message-Topic(e1,e2) 10473 Product-Producer(e1,e2) 10474 Entity-Origin(e1,e2) 10475 Member-Collection(e2,e1) 10476 Content-Container(e1,e2) 10477 Content-Container(e1,e2) 10478 Entity-Destination(e1,e2) 10479 Content-Container(e1,e2) 10480 Entity-Origin(e2,e1) 10481 Cause-Effect(e2,e1) 10482 Product-Producer(e1,e2) 10483 Component-Whole(e1,e2) 10484 Component-Whole(e1,e2) 10485 Other 10486 Message-Topic(e1,e2) 10487 Other 10488 Entity-Destination(e1,e2) 10489 Component-Whole(e2,e1) 10490 Entity-Origin(e2,e1) 10491 Instrument-Agency(e2,e1) 10492 Other 10493 Cause-Effect(e1,e2) 10494 Other 10495 Content-Container(e2,e1) 10496 Product-Producer(e2,e1) 10497 Component-Whole(e2,e1) 10498 Content-Container(e2,e1) 10499 Other 10500 Cause-Effect(e2,e1) 10501 Cause-Effect(e2,e1) 10502 Component-Whole(e1,e2) 10503 Component-Whole(e1,e2) 10504 Cause-Effect(e1,e2) 10505 Cause-Effect(e1,e2) 10506 Instrument-Agency(e2,e1) 10507 Entity-Origin(e2,e1) 10508 Product-Producer(e1,e2) 10509 Entity-Destination(e1,e2) 10510 Component-Whole(e1,e2) 10511 Product-Producer(e1,e2) 10512 Other 10513 Other 10514 Entity-Origin(e1,e2) 10515 Member-Collection(e2,e1) 10516 Product-Producer(e2,e1) 10517 Other 10518 Message-Topic(e1,e2) 10519 Entity-Destination(e1,e2) 10520 Member-Collection(e2,e1) 10521 Other 10522 Other 10523 Cause-Effect(e2,e1) 10524 Cause-Effect(e2,e1) 10525 Member-Collection(e2,e1) 10526 Component-Whole(e1,e2) 10527 Member-Collection(e2,e1) 10528 Cause-Effect(e2,e1) 10529 Component-Whole(e1,e2) 10530 Content-Container(e1,e2) 10531 Message-Topic(e2,e1) 10532 Entity-Origin(e1,e2) 10533 Message-Topic(e1,e2) 10534 Other 10535 Message-Topic(e1,e2) 10536 Component-Whole(e1,e2) 10537 Product-Producer(e2,e1) 10538 Entity-Origin(e1,e2) 10539 Product-Producer(e1,e2) 10540 Entity-Destination(e1,e2) 10541 Entity-Origin(e1,e2) 10542 Component-Whole(e2,e1) 10543 Entity-Origin(e1,e2) 10544 Cause-Effect(e1,e2) 10545 Cause-Effect(e2,e1) 10546 Other 10547 Component-Whole(e2,e1) 10548 Component-Whole(e1,e2) 10549 Product-Producer(e1,e2) 10550 Instrument-Agency(e2,e1) 10551 Cause-Effect(e2,e1) 10552 Cause-Effect(e1,e2) 10553 Product-Producer(e2,e1) 10554 Product-Producer(e2,e1) 10555 Content-Container(e1,e2) 10556 Component-Whole(e2,e1) 10557 Entity-Destination(e1,e2) 10558 Message-Topic(e1,e2) 10559 Entity-Destination(e1,e2) 10560 Member-Collection(e2,e1) 10561 Other 10562 Other 10563 Product-Producer(e2,e1) 10564 Entity-Destination(e1,e2) 10565 Product-Producer(e1,e2) 10566 Entity-Destination(e1,e2) 10567 Other 10568 Other 10569 Product-Producer(e1,e2) 10570 Message-Topic(e1,e2) 10571 Other 10572 Other 10573 Entity-Origin(e1,e2) 10574 Other 10575 Content-Container(e1,e2) 10576 Product-Producer(e2,e1) 10577 Cause-Effect(e1,e2) 10578 Cause-Effect(e2,e1) 10579 Content-Container(e1,e2) 10580 Member-Collection(e2,e1) 10581 Component-Whole(e2,e1) 10582 Member-Collection(e2,e1) 10583 Instrument-Agency(e2,e1) 10584 Cause-Effect(e1,e2) 10585 Product-Producer(e1,e2) 10586 Component-Whole(e1,e2) 10587 Entity-Origin(e2,e1) 10588 Member-Collection(e2,e1) 10589 Other 10590 Entity-Destination(e1,e2) 10591 Component-Whole(e2,e1) 10592 Component-Whole(e1,e2) 10593 Other 10594 Entity-Origin(e1,e2) 10595 Other 10596 Message-Topic(e1,e2) 10597 Cause-Effect(e1,e2) 10598 Other 10599 Cause-Effect(e2,e1) 10600 Product-Producer(e1,e2) 10601 Other 10602 Entity-Destination(e1,e2) 10603 Other 10604 Component-Whole(e2,e1) 10605 Cause-Effect(e1,e2) 10606 Cause-Effect(e1,e2) 10607 Component-Whole(e2,e1) 10608 Entity-Origin(e1,e2) 10609 Instrument-Agency(e2,e1) 10610 Other 10611 Entity-Destination(e1,e2) 10612 Other 10613 Entity-Destination(e1,e2) 10614 Cause-Effect(e2,e1) 10615 Other 10616 Message-Topic(e1,e2) 10617 Entity-Destination(e1,e2) 10618 Product-Producer(e2,e1) 10619 Entity-Origin(e1,e2) 10620 Other 10621 Other 10622 Cause-Effect(e1,e2) 10623 Entity-Origin(e1,e2) 10624 Content-Container(e1,e2) 10625 Member-Collection(e2,e1) 10626 Component-Whole(e2,e1) 10627 Cause-Effect(e2,e1) 10628 Message-Topic(e1,e2) 10629 Cause-Effect(e1,e2) 10630 Other 10631 Content-Container(e1,e2) 10632 Entity-Destination(e1,e2) 10633 Entity-Destination(e1,e2) 10634 Member-Collection(e2,e1) 10635 Content-Container(e1,e2) 10636 Content-Container(e1,e2) 10637 Cause-Effect(e2,e1) 10638 Other 10639 Cause-Effect(e2,e1) 10640 Component-Whole(e1,e2) 10641 Cause-Effect(e2,e1) 10642 Cause-Effect(e1,e2) 10643 Cause-Effect(e2,e1) 10644 Entity-Origin(e1,e2) 10645 Cause-Effect(e2,e1) 10646 Cause-Effect(e2,e1) 10647 Message-Topic(e2,e1) 10648 Product-Producer(e1,e2) 10649 Entity-Origin(e1,e2) 10650 Cause-Effect(e2,e1) 10651 Member-Collection(e2,e1) 10652 Other 10653 Message-Topic(e1,e2) 10654 Other 10655 Content-Container(e1,e2) 10656 Entity-Origin(e1,e2) 10657 Component-Whole(e1,e2) 10658 Message-Topic(e1,e2) 10659 Member-Collection(e1,e2) 10660 Message-Topic(e1,e2) 10661 Product-Producer(e2,e1) 10662 Content-Container(e2,e1) 10663 Content-Container(e1,e2) 10664 Other 10665 Component-Whole(e2,e1) 10666 Entity-Origin(e1,e2) 10667 Other 10668 Member-Collection(e2,e1) 10669 Message-Topic(e1,e2) 10670 Content-Container(e1,e2) 10671 Other 10672 Other 10673 Product-Producer(e1,e2) 10674 Other 10675 Entity-Destination(e1,e2) 10676 Component-Whole(e2,e1) 10677 Message-Topic(e2,e1) 10678 Other 10679 Product-Producer(e1,e2) 10680 Instrument-Agency(e2,e1) 10681 Entity-Destination(e1,e2) 10682 Other 10683 Entity-Destination(e1,e2) 10684 Entity-Origin(e1,e2) 10685 Product-Producer(e2,e1) 10686 Component-Whole(e1,e2) 10687 Other 10688 Entity-Destination(e1,e2) 10689 Component-Whole(e2,e1) 10690 Entity-Origin(e1,e2) 10691 Entity-Origin(e1,e2) 10692 Cause-Effect(e1,e2) 10693 Content-Container(e1,e2) 10694 Entity-Destination(e1,e2) 10695 Message-Topic(e2,e1) 10696 Instrument-Agency(e2,e1) 10697 Message-Topic(e1,e2) 10698 Other 10699 Message-Topic(e2,e1) 10700 Member-Collection(e2,e1) 10701 Entity-Destination(e1,e2) 10702 Instrument-Agency(e2,e1) 10703 Cause-Effect(e1,e2) 10704 Cause-Effect(e2,e1) 10705 Entity-Destination(e1,e2) 10706 Other 10707 Component-Whole(e2,e1) 10708 Entity-Destination(e1,e2) 10709 Other 10710 Member-Collection(e2,e1) 10711 Entity-Origin(e1,e2) 10712 Entity-Origin(e1,e2) 10713 Instrument-Agency(e2,e1) 10714 Product-Producer(e1,e2) 10715 Component-Whole(e2,e1) 10716 Product-Producer(e1,e2) 10717 Entity-Destination(e2,e1) ================================================ FILE: dataset/SemEval/train/npy/.gitkeeper ================================================ ================================================ FILE: dataset/SemEval/train/train.txt ================================================ e1 e2 configuration elements Component-Whole_reversed the system as described above has its greatest application in an arrayed configuration of antenna elements e1 e2 child cradle Other the child was carefully wrapped and bound into the cradle by means of a cord e1 e2 author disassembler Instrument-Agency_reversed the author of a keygen uses a disassembler to look at the raw assembly code e1 e2 ridge surge Other a misty ridge uprises from the surge e1 e2 student association Member-Collection the student association is the voice of the undergraduate student population of the state university of new york at buffalo e1 e2 complex producer Other this is the sprawling complex that is peru's largest producer of silver e1 e2 inflammation infection Cause-Effect_reversed the current view is that the chronic inflammation in the distal part of the stomach caused by helicobacter pylori infection results in an increased acid production from the non-infected upper corpus region of the stomach e1 e2 people downtown Entity-Destination people have been moving back into downtown e1 e2 lawsonite platinum crucible Content-Container the lawsonite was contained in a platinum crucible and the counter-weight was a plastic crucible with metal pieces e1 e2 solvent flask Entity-Destination the solute was placed inside a beaker and 5 ml of the solvent was pipetted into a 25 ml glass flask for each trial e1 e2 essays volume Member-Collection the fifty essays collected in this volume testify to most of the prominent themes from professor quispel's scholarly career e1 e2 composer oblivion Other their composer has sunk into oblivion e1 e2 citation reasons Message-Topic the pulitzer committee issues an official citation explaining the reasons for the award e1 e2 burst pressure Cause-Effect_reversed the burst has been caused by water hammer pressure e1 e2 networks high-definition broadcast Instrument-Agency_reversed even commercial networks have moved into high-definition broadcast e1 e2 call bill Message-Topic it was a friendly call to remind them about the bill and make sure they have a copy of the invoice e1 e2 virtuoso instrument Instrument-Agency_reversed texas-born virtuoso finds harmony, sophistication in appalachian instrument e1 e2 factory trays Product-Producer_reversed the factory's products have included flower pots, finnish rooster-whistles, pans, trays, tea pots, ash trays and air moisturisers e1 e2 tree blossom Component-Whole_reversed the girl showed a photo of apple tree blossom on a fruit tree in the central valley e1 e2 battalion grenadiers Member-Collection_reversed they tried an assault of their own an hour later, with two columns of sixteen tanks backed by a battalion of panzer grenadiers e1 e2 knowledge recruits Entity-Origin their knowledge of the power and rank symbols of the continental empires was gained from the numerous germanic recruits in the roman army, and from the roman practice of enfeoffing various germanic warrior groups with land in the imperial provinces e1 e2 stable hounds Member-Collection_reversed she soon had a stable of her own rescued hounds e1 e2 singer commotion Cause-Effect the singer, who performed three of the nominated songs, also caused a commotion on the red carpet e1 e2 essays history Other his intellectually engaging books and essays remain pertinent to illuminating contemporary history e1 e2 brace grouse Member-Collection_reversed poor hygiene controls, reports of a brace of gamey grouse and what looked like a skinned fox all amounted to a pie that was unfit for human consumption e1 e2 dress blend Other this sweet dress is made with a blend of cotton and silk, and the crochet flower necklace is the perfect accessory e1 e2 suicide death Cause-Effect suicide is one of the leading causes of death among pre-adolescents and teens, and victims of bullying are at an increased risk for committing suicide e1 e2 article music Message-Topic this article gives details on 2004 in music in the united kingdom, including the official charts from that year e1 e2 meeting rural history Message-Topic we have therefore taken the initiative to convene the first international open meeting dedicated solely to rural history e1 e2 timer device Component-Whole the timer of the device automatically eliminates wasted "standby power" consumption by automatically turn off electronics plugged into the "auto off" outlets e1 e2 offer phone call Message-Topic_reversed bob parks made a similar offer in a phone call made earlier this week e1 e2 headaches mold Cause-Effect_reversed he had chest pains and headaches from mold in the bedrooms e1 e2 country father Product-Producer the silver-haired author was not just laying india's politician saint to rest but healing a generations-old rift in the family of the country's founding father e1 e2 stack carton Entity-Destination it describes a method for loading a horizontal stack of containers into a carton e1 e2 plumbing manor house Component-Whole the foundation decided to repurpose the building in order to reduce wear and tear on the plumbing in the manor house by redirecting visitors during restoration projects and beyond e1 e2 electricity systems Entity-Origin the technology is available to produce and transmit electricity economically from otec systems e1 e2 plan resistance Other the medicare buy-in plan ran into senate resistance e1 e2 provinces counties Component-Whole_reversed the provinces are divided into counties (shahrestan), and subdivided into districts (bakhsh) and sub-districts (dehestan) e1 e2 stress divorce Cause-Effect financial stress is one of the main causes of divorce e1 e2 newspapers service Instrument-Agency_reversed newspapers swap content via widgets with the help of the newsgator service e1 e2 women accident Cause-Effect the women that caused the accident was on the cell phone and ran thru the intersection without pausing on the median e1 e2 transmitter suite Content-Container the transmitter was discovered inside a bed settee suite on which he had been sitting e1 e2 chain lagoons Member-Collection_reversed the kerala backwaters are a chain of brackish lagoons and lakes lying parallel to the arabian sea coast of kerala state in southern india e1 e2 student jail Entity-Origin a st. paul college student was released from jail wednesday night, after his arrest tuesday in the alleged rape of another student on campus e1 e2 calluses skin abnormality Cause-Effect_reversed calluses are caused by improperly fitting shoes or by a skin abnormality e1 e2 adults drugs Instrument-Agency_reversed adults use drugs for this purpose e1 e2 councilor elicitation Instrument-Agency_reversed the councilor proposed assessing infinitival complements through elicitation e1 e2 meteor shower comet Cause-Effect_reversed as in the popular movie "deep impact", the action of the perseid meteor shower is caused by a comet, in this case periodic comet swift-tuttle e1 e2 notes statements Other the following information appeared in the notes to consolidated financial statements of some corporate annual reports e1 e2 diamond colliers Other hiphop appropriates the symbols of a consumer society: oversized diamond colliers are worn e1 e2 radiation bomb explosion Cause-Effect_reversed the radiation from the atomic bomb explosion is a typical acute radiation e1 e2 boat tiller Component-Whole_reversed the ride-on boat tiller was developed by engineers arnold s. juliano and dr. eulito u. bautista e1 e2 recurrence radiation Cause-Effect_reversed a neoplastic recurrence arose from an extensive radiation induced ulceration e1 e2 scars stitches Cause-Effect_reversed he has a tattoo on his right arm and scars from stitches on his right elbow e1 e2 knob toads Member-Collection_reversed whether your home includes a charm of finches, a sute of bloodhounds, or a knob of toads, i think it's important to keep the numbers within reason e1 e2 discourse participation Message-Topic furthermore, these ingo practitioners constructed a discourse around participation which distorted the real significance of participation e1 e2 silver ring Other kelvin bought a silver ring which he was so happy with and he keeps wearing it now even though its abit too big haha e1 e2 debate value Message-Topic scientists are in the midst of an ongoing debate about the relative value of openness and collaboration in their profession e1 e2 dress trunk Content-Container this cut blue and white striped cotton dress with red bands on the bodice was in a trunk of vintage barbie clothing e1 e2 disagreement causal part Other my major disagreement with lyons concerns the causal part of his theory e1 e2 feet ball Entity-Destination both his feet have been moving into the ball e1 e2 box cutters box Content-Container the scissors were in a small plastic soap container, next to a bar of soap, and the box cutters were in a box next to a bottle of after-shave lotion e1 e2 wing dragons Member-Collection_reversed a great wing of fluorite dragons, the greatest concentration of the rather solitary dragons ever known, joined the desperate battle with the blues and silvers against chaos e1 e2 cowpea double bags Entity-Destination as a control, cowpea was sealed in double bags without fumigant e1 e2 brucellosis cow Other the infectious bacterial disease brucellosis has been found in a beef cow in eastern idaho e1 e2 rout hosts Other as the anglo-norman force sustained but little loss in this battle, their archers at the onset showered a hail of arrows upon the irish host who were not protected with mail armour, and shot them down in hundreds before they could get to close quarters; and then the charge of the heavy anglo-norman cavalry of mail-clad knights, completed the havoc and rout of the undisciplined gaelic hosts e1 e2 princess island Entity-Origin the first incarnation of this series was set in the 1940s, during world war ii, when the princess left her native paradise island (where amazon women had lived for centuries) to help the u.s. foil the nazis e1 e2 story point Message-Topic cieply's story makes a compelling point about modern-day studio economics e1 e2 milk pumpkin mixture Entity-Destination we poured the milk into the pumpkin mixture e1 e2 lawsuits fans Entity-Origin lawyers in detroit also worked overtime as several lawsuits ensued from angry and injured fans e1 e2 outbreak vaccine Cause-Effect_reversed the continuing nigerian outbreak is the biggest ever caused by the vaccine e1 e2 cabal killers Member-Collection_reversed our mercenary army has now degenerated into a godless cabal of mindless killers not unlike the soviets that were butchering civilians in afghanistan (exactly as sadistically as we have) e1 e2 fire fuel Cause-Effect_reversed the fire inside wtc was caused by exploding fuel e1 e2 epithelium matrix Entity-Destination the epithelium from the knockout mouse bladder is migrating into the transplanted matrix e1 e2 staff position Entity-Origin the staff was removed from his position e1 e2 suffering terrorists Cause-Effect_reversed the suffering caused by the terrorists is the real torture e1 e2 love artworks Message-Topic_reversed this love of nature's gift has been reflected in artworks dating back more than a thousand years e1 e2 court order Product-Producer_reversed the court decided the objection by making the instalment order as sought e1 e2 tsunami band Cause-Effect_reversed in a poetic twist, the tsunami triggered by the rock band forced many american jazz and blues singers to seek work in the united kingdom, which is where anderson found a receptive audience in 1965 e1 e2 leakage corrosion Cause-Effect_reversed leakage and fire caused due to corrosion of bypass piping for recirculation gas at a fuel oil desulphurization unit e1 e2 drivers wheel Instrument-Agency_reversed a team of students from virginia tech university have created a vehicle that allows vision impaired drivers to take control of the wheel e1 e2 horde features Member-Collection_reversed bmw's idrive 4.0 brings in a horde of new features e1 e2 ball noise Cause-Effect the metal ball makes a ding ding ding noise when it swings back and hits the metal body of the lamp e1 e2 ensemble ladies Member-Collection_reversed it consists of an ensemble of ladies who are highly qualified to play various arabic musical instruments e1 e2 products industry Product-Producer it underscores the need for continued surveillance of nicotine delivery in products created by an unregulated industry e1 e2 sand beach Other unlike other fish, grunion come out of the water completely to lay their eggs in the wet sand of the beach e1 e2 marble bowl Entity-Destination a large marble was dropped into the bowl e1 e2 damage earthquake Cause-Effect_reversed historical view of the damage caused by the 1693 catania earthquake and the reconstruction activities e1 e2 suffering officers Cause-Effect_reversed ai requested that the perpetrators be prosecuted to the fullest extent of the law, that adequate compensation be provided to the victims and that senior government and police officials offer apologies for the suffering caused by the responsible police officers e1 e2 findings section Other the findings have been published in a special section of the academic journal archives of sexual behavior e1 e2 passenger train Entity-Origin an amtrak passenger who alarmed fellow passengers by talking about terrorist threats on a cellphone was pulled from the train and is being held in colorado e1 e2 introduction book Component-Whole the introduction in the book is a summary of what is in the text e1 e2 simulation structure Entity-Origin the second simulation was started from the uncomplexed x-ray structure after insertion of the ligand into the binding site e1 e2 user console Instrument-Agency_reversed this user plays games on a portable console e1 e2 exhibition idea Entity-Origin the ambitious eurasia exhibition arose from an idea by achille bonito oliva e1 e2 driver hose Instrument-Agency_reversed the driver of the cement truck cleaned the loading chute on his truck with a truck-mounted water hose and began to pull away e1 e2 recession crash Cause-Effect_reversed the marshall plan also provided a way of gaining public acceptance in europe for the new deal format that the united states had successfully used before the war to end the recession triggered by the 1929 wall street crash e1 e2 legion crossbowmen Member-Collection_reversed in the corner there are several gate captains and a legion of wu crossbowmen e1 e2 swelling infection Cause-Effect_reversed once they grow there, the swelling and inflammation caused by the infection closes off the sac, causing it not to "shed" bacteria, and protecting the bacteria inside from antibiotics and your body's own immune cells e1 e2 tone vibration Cause-Effect_reversed guitars are played acoustically; the tone is produced by the vibration of the strings which is amplified by the body of the guitar, which acts as a large hollow resonating chamber, or they may rely on an amplifier that can electronically manipulate tone e1 e2 score orchestra Other flowers are reborn from the soil and the climate begins to warm, all set to a score improvised by an orchestra of birds e1 e2 answers website Entity-Destination he posted the answers to the website e1 e2 threat spell Cause-Effect_reversed arcane subtlety reduced the threat caused by polymorph by 40% at max rank, though the threat caused by the spell is minimal e1 e2 programmer language Instrument-Agency_reversed a programmer uses a high level language to implement its algorithms e1 e2 earthquakes movements Cause-Effect_reversed the beautiful hydrothermal features in the park (geysers, hot springs, mud pots, etc.), the uplift and subsidence, and many of the earthquakes are caused by the movements of hydrothermal and/or magmatic fluids e1 e2 fruit basket Content-Container flowers are nice, but don't last very long and the fruit in a fruit basket often goes bad e1 e2 heel shoes Component-Whole he decided to pad the heel of shoes with a shock absorbing insole or heel pad e1 e2 shoemaker thread Instrument-Agency_reversed from the scots (lingle) and french (ligneul, lignoul), comes a shoemaker's sewing thread, waxed and bristled (see waxed end) e1 e2 tablet canteen Entity-Destination one tablet per quart was dropped into a canteen and made the water safe to drink e1 e2 image carafe Content-Container the tiny image of the renaissance master is hidden in a carafe of wine in his 1597 oil painting bacchus, one of his most acclaimed works e1 e2 plastic container cabinet Content-Container then i swept up the dust, which looked like sawdust, and put it in a plastic container, which was in a cabinet under the granite counter top e1 e2 acetone solution Entity-Origin in the former method the acetone was distilled from an allraline solution after the excess oxidant had been destroyed with sodium e1 e2 guide roses Message-Topic in this comprehensive guide, over 850 roses are described, illustrated, and arranged by group e1 e2 chestnut flour Entity-Origin_reversed chestnut flour was more common than wheat flour in the italian alps a century ago e1 e2 artists book Product-Producer_reversed for us the term artists' book simply means a book made by an artist; a book made as a work of art rather than as a literary artifact e1 e2 silver necklace Other my parents bought her a silver necklace almost identical to the one pictured e1 e2 motion suction Cause-Effect forward motion of the vehicle through the air caused a suction on the road draft tube e1 e2 babel words Other paul friedrich guides us through a babel of words, and worlds of the imagination ranging from his translations from five languages(notably the russian of his literary studies) to the poetry of the indian mexico of his anthropological field work to america writ large -- super highways, a vermont farm, father and child e1 e2 courtyard castle Component-Whole the picture below shows a view chapel and west range of the inner courtyard of the castle e1 e2 flock pigeons Member-Collection_reversed i was attacked by a flock of pigeons today e1 e2 decision legal challenge Other that decision was also the subject of an unsuccessful legal challenge e1 e2 stream reactor Entity-Origin the exit temperature of an effluent stream from the low temperature steam reforming reactor is not higher than 600 c e1 e2 investors property Entity-Destination individual investors moved into the property e1 e2 questions salary Message-Topic one of the trickiest questions to answer in an interview relates to salary e1 e2 tradition biographies Message-Topic_reversed this tradition has been narrated in prophet's early biographies e1 e2 thief screwdriver Instrument-Agency_reversed a thief who tried to steal the truck broke the igenition with screwdriver e1 e2 unit infantrymen Member-Collection_reversed after the marian reforms the legion was notionally a unit of heavy infantrymen armed with just sword and pilum, but even so it was normally fielded with attached auxiliary skirmishers and missile troops, and incorporated a small cavalry unit e1 e2 guns court room Entity-Destination the prosecutors carried guns into the court room e1 e2 malfunctions delays Cause-Effect the malfunctions on monday caused delays for patrons waiting to check out or renew books at the branches, and impeded access to personal accounts that allow users to renew or hold books online e1 e2 chemical weapons lake Entity-Destination chemical weapons have been dropped into the lake e1 e2 dwarves clan Entity-Origin many other dwarves also hailed from this infamous clan e1 e2 nose bloodhound Component-Whole the nose of a bloodhound is so good that evidence found by a bloodhound will hold up in matters involving the united states supreme court e1 e2 industry models Product-Producer_reversed global digital music sales grow as the music industry develops new business models e1 e2 devices factory Product-Producer the devices were manufactured at the factory in beaverton well into the 1980s, when production was shifted elsewhere and portions of the factory sold e1 e2 muster leaders Member-Collection_reversed an expensive uniform and a strict ballot rendered it somewhat too exclusive in its character, but in the end it answered its purpose by becoming practically a muster of the national leaders of the present and the future e1 e2 train ride station Other the train ride from station to station is approximate 30 minutes e1 e2 relics culture Entity-Origin the archaeological site yields relics from long-forgotten culture e1 e2 maze jurisdictions Other a maze of interlocking jurisdictions and levels of government confronts average citizens in trying to solve even the simplest of problems e1 e2 damage growth Cause-Effect water damage from roof leaks, plumbing leaks or flooding lead to the growth of molds e1 e2 scourge mosquitoes Other warm weather is here, and with it comes the scourge of mosquitoes e1 e2 formation stones Other the formation of struvite stones is associated with the presence of urea-splitting bacteria, most commonly proteus mirabilis (but also klebsiella, serratia, providencia species) e1 e2 enemy efforts Other our army was successfully engaged during the day with strong rearguards of all arms on the petit morin river, thereby materially assisting the progress of the french armies on our right and left, against whom the enemy was making his greatest efforts e1 e2 riffraff mercenaries Member-Collection_reversed so when william did cross the boyne on july 1st 1690, he had an army consisting of the riffraff of europe's mercenaries e1 e2 geometry data Entity-Origin the overall geometry of the heart was extracted from the intensity data e1 e2 discomfort injury Cause-Effect_reversed the discomfort from the injury was now precluding him from his occupation which involved prolonged procedures in the standing position e1 e2 coven sorcerers Member-Collection_reversed flames of purple, pink, yellow and blue dance in the air as a coven of sorcerers call forth energies from within the empyrean e1 e2 convoy lorries Member-Collection_reversed out of the early morning haze, a convoy of articulated lorries pulls into the gashouder square e1 e2 readers ancient times Entity-Destination this book has transported readers into ancient times e1 e2 environment programmers Other we always try to maintain the best environment for programmers, starting with good salary and conducive working environment e1 e2 scarab body Content-Container indeed, a green or black basalt heart scarab was found put inside the body in its place e1 e2 motorcycle building Entity-Origin the first motorcycle was manufactured in a small wood building with only one room e1 e2 water tides Cause-Effect the water pushed to the coast resulted in tides as much as three feet above normal, with waves of 5-10 feet atop these tides e1 e2 chapters issues Message-Topic the chapters in this book investigate issues and communities e1 e2 party next day Entity-Destination he rescheduled the birthday party to the next day e1 e2 bacterial aerosol nebulizer Product-Producer_reversed the bacterial aerosol was generated from an up-draft nebulizer e1 e2 people space Entity-Destination people have travelled into space, but not the deep ocean e1 e2 language settlers Entity-Origin for those of you who are unsure what afrikaans is, it is a language which originated from the dutch which were the first settlers in south africa and the unique language was evolved from other settlers from malaya, indonesia, madagascar and west africa e1 e2 beaver dams Product-Producer_reversed beaver dams are created as a protection against predators, such as coyotes, wolves and bears, and to provide easy access to food during winter e1 e2 play religion Message-Topic so, the theme of the play has to do with religion e1 e2 debate origins Message-Topic there has been intense debate over the circles' origins e1 e2 ear lobes Component-Whole_reversed i have recently developed creases in my ear lobes e1 e2 alcohol liquor Entity-Origin_reversed manufacturing extra neutral alcohol which is the basic ingredient used for making liquor, the commodity was largely used by companies making indian made foreign liquor (imfl) e1 e2 user standard Instrument-Agency_reversed initially the user calibrates the microscope with a fluorescence lifetime standard positioned at the sample plane e1 e2 province part Component-Whole_reversed the province comprises the southeastern part of panay island with island-province of guimaras just across its coast e1 e2 charge field Cause-Effect the charge is the source of an electric field, which carries energy-the electrostatic self-energy e1 e2 tardiness arrival Cause-Effect_reversed the tardiness however has been caused by the arrival of my old man; who in true bloodworth fashion has had me walking everywhere e1 e2 key chest Content-Container the key was in a chest e1 e2 residue flask Entity-Origin the residue was distilled from an arbuzov flask e1 e2 rain arrows Member-Collection_reversed as the gondorians moved forward the evil force started to withdraw, unleashing a rain of deadly arrows into the heavily armoured gondorians e1 e2 manuscript history Message-Topic it is a medieval latin manuscript relating the early history of the isle of man e1 e2 flood deluge Cause-Effect_reversed the river had now turned into full flood after the deluge of rain a few days ago e1 e2 steamer engine Component-Whole_reversed he stopped rowing when the boat was opposite to the paddle wheel of the steamer, and the steamer stopped her engine at the same time e1 e2 umbrella pencil Instrument-Agency_reversed this is the umbrella that peels the potatoes with a pencil and makes a pink ink with the peelings stood up e1 e2 wheat ale Entity-Origin_reversed this american-style wheat ale is a light, unfiltered brew with a citrus aroma andflavor imparted by a late addition of lemon grass e1 e2 car plant Entity-Origin the car left the plant e1 e2 archipelago islands Component-Whole_reversed our experience extends to 15 years continued promotion of this archipelago of nine islands e1 e2 clay membrane tubing Content-Container to separate the solids at the end of the experiment, the clay was contained in a semi- permeable membrane tubing e1 e2 sand molds Entity-Destination this machine is blowing sand into molds e1 e2 cultivation plow Other the cultivation consisted of plowing the crop with a double-shovel plow e1 e2 chapter theological survey Message-Topic the final chapter offers a theological survey of the use of the formula e1 e2 scandal documentary Cause-Effect_reversed she mentioned the scandal caused by a bbc documentary on the treatment of children in a special-needs home and asked how the state had responded to these e1 e2 shaft ulna Component-Whole isolated fractures of the shaft of the ulna, without other fractures, often result when the forearm is raised to fend off a blow e1 e2 candidates roles Other we have placed the candidates into roles e1 e2 life disarray Other frequent agitations throw academic life into disarray e1 e2 potter ceramics Product-Producer_reversed still other examples of the potter's ceramics are clad in slinky assortments of tassels and beads e1 e2 nasal cavity birds Component-Whole the nasal cavity of birds contains turbinates (bang 1971), cartilaginous structures that are thought to have as one of their functions water recovery from air e1 e2 tendon muscle Other thus, in simple words, a tendon attaches a muscle to a bone e1 e2 positions black dots Other positions were denoted by black dots along the tracks, the adjacent numbers indicating the day of the month e1 e2 radiation accident Cause-Effect_reversed the world health organization(who) found that the radiation release from the chernobyl accident was 200 times that of the hiroshima and nagasaki e1 e2 cellophane bag dog treats Content-Container_reversed my dog ate a cellophane bag full of dog treats on tuesday e1 e2 owl claw Component-Whole_reversed the owl held the mouse in its claw e1 e2 hay barn Entity-Destination this is how grain was delivered to the wooden grain bins and hay was put inside the upper part of the rock barn e1 e2 artist cartoon Product-Producer_reversed police foiled an attempt to kill an artist who drew a cartoon depicting the prophet muhammad that sparked outrage in the muslim world e1 e2 paper bag Entity-Destination when woody harrelson received a copy of the screenplay for "zombieland" last year, he stuffed the paper into his duffel bag of unread scripts and promptly forgot about it e1 e2 treasure trove libraries Member-Collection_reversed the city is a treasure trove of terrific libraries, interesting museums, and wonderful victorian architecture complemented by the incomparable work of scotland's greatest architect, charles rennie mackintosh e1 e2 bail reel Component-Whole we leave the bail of the reel open and place your the rod in a double mounted set up as shown on the facing page e1 e2 works kingdom Entity-Origin the mapungubwe collection at the university of pretoria features remarkable works from the largely forgotten kingdom of mapungubwe that flourished near the confluence of the limpopo and shashe rivers between 1000 and 1300 ad e1 e2 confusion coup Cause-Effect_reversed also, in the midst of the confusion caused by the coup, the issuing of militant posters was a way for artists and organizations to declare their active engagement against the rebellion e1 e2 book planter Product-Producer the title is taken from an 1813 book by a virginia planter and senator named john taylor e1 e2 society individuals Member-Collection_reversed in the same way, a society is built up of many individuals e1 e2 scientist notepad Instrument-Agency_reversed the scientist approached the big cat with a notepad and a pencil in her hands e1 e2 photo library Entity-Origin the bottom photo is from the new york public library e1 e2 accident snarl Cause-Effect the accident caused a major traffic snarl on the arterial road e1 e2 surgeon team Other two plane crash survivors have paid a special visit to the hutt hospital surgeon whose team helped to re-build their shattered faces eight years ago e1 e2 dress trunk Content-Container the dress was in a trunk dated summer of 1938 along with several other dresses from this same period e1 e2 tension situation Cause-Effect_reversed the various forms of idealistic, materialistic and agnostic philosophies are subject to the tension caused by the indicated situation e1 e2 leader organization Member-Collection from him, cain learns that alexis had survived his suicide and became the leader of that organization, renaming it delilah e1 e2 director book Product-Producer_reversed james hagler, venice's director of historical resources, has completed a picture book of the area's buildings e1 e2 data arrays Entity-Destination a program has fetched data into host variable arrays e1 e2 things theatres Entity-Destination recently, only insignificant things arrive to theatres e1 e2 electrode corrosion Other tissue damage and electrode corrosion are both associatcd with high charge density stimulation e1 e2 koala pouch Component-Whole_reversed two of walters's fingers are inside the koala 's pouch e1 e2 duel moles Member-Collection_reversed in a former residence, your writer had an atrium containing a duel of dovesmoles numbering 22 e1 e2 umbrella frames Component-Whole_reversed to stand up to the wind, umbrella frames are strong yet flexible e1 e2 contractions irritation Cause-Effect_reversed contractions of the diaphragm are caused by stimulation of the vagus nerve either by the brain or by irritation anywhere along the length of the nerve e1 e2 plane runway Entity-Origin a 15 minute plane drive from runway to terminal is uncommon e1 e2 skeleton object Entity-Origin the geometric skeleton is derived from a static object using an implicit 'directions' method e1 e2 filmmakers hole Product-Producer_reversed the filmmakers dug a large hole in the ground for the scene where the narnians cause the pillars supporting the growth near aslan's how to collapse on the telmarines e1 e2 report opinion Message-Topic it is a monthly report providing opinion and advice on current united states government contract issues e1 e2 governments subsidization Instrument-Agency_reversed governments, frightened of losing votes, resolved the crisis through subsidization e1 e2 diamond necklace Other for christmas, daniel gave kelly a tiffany bracelet, and for valentine's day he bought a diamond necklace e1 e2 wake buzzards Member-Collection_reversed we also passed a wake of turkey buzzards, and i was again glad to not be driving, because my car and i both have shaky nerves still, from the great turkey buzzard incident of '08 e1 e2 warts virus Cause-Effect_reversed plantar warts are caused by a virus that infects the outer layer of skin on the soles of the feet e1 e2 sensor process Other the sensor was manufactured in a cost effective thin film process e1 e2 compeers criminals Other the putative left, we see, is just as eager as the nominal right to brand crime and violence with any hint of political motivation as terrorism, and therefore to remove it from the ordinary processes of criminal law and sanction, which are already quite draconian in these united states, and to animate parallel systems of harsher surveillance and punishment for the political compeers of such criminals e1 e2 list images Component-Whole_reversed the list of the 10 most beautiful women posted on the official web site of the 2009 australian open was filled with sleek, thin images e1 e2 rope prayer-bell Component-Whole the rope of the prayer-bell was there in a perfect state and coiled up e1 e2 man paddle Instrument-Agency_reversed one man pours on a liquid while the other man stirs the mixture with a wooden paddle or spatula e1 e2 alliance classes Member-Collection_reversed besides, the chinese case also challenges some ideas of rss theory, including the concept of alliance of different social classes and the role of working class in democratization e1 e2 operations nearby countries Entity-Destination as the us and colombian military put pressure on drug traffickers, operations are migrating into nearby countries e1 e2 cover ewer Content-Container a conical cover preserved in a ewer in athens accords extremely well with the form of these vessels e1 e2 machine picks Component-Whole_reversed the front of the boring machine contains tungsten-tipped picks that workers guide with the use of laser projections on video screens e1 e2 immigrant flows microsimulation Entity-Destination they incorporated the immigrant flows into microsimulation e1 e2 boys creek Entity-Origin i have always felt so relieved that roy and the boys had left the creek e1 e2 report strategies Message-Topic the first report analyses the adaptation strategies of the eu member states e1 e2 colony power Product-Producer cook's discoveries prepared the way for establishment of a new penal colony by the colonial power e1 e2 gene generation Other this process passes on a health gene to the next generation e1 e2 telescope eye Instrument-Agency a telescope assists the eye chiefly in two ways e1 e2 boy bathroom Entity-Destination the boy accidentally went into the girl's bathroom e1 e2 document folder Content-Container the document is stored in the proper folder as a text e1 e2 pages scene Message-Topic unfortunately, they just had brief mentions and more pages were spent describing the clubs scene e1 e2 weather conditions Other the map to the left shows a snapshot of weather conditions in selected towns across italy e1 e2 passel pigeons Member-Collection_reversed i reflected on this while passing a passel of pigeons parading on a loop sidewalk the other day e1 e2 resources wine Other the retailers poured resources into promoting low-alcohol wine e1 e2 money baskets Content-Container fiscus was the treasury of the roman emperor, so-called because the money was stored in baskets e1 e2 chemicals atmosphere Entity-Destination hundreds of toxic chemicals were released into the atmosphere e1 e2 part chapel Other the final part of the court is completed by the chapel, begun by mary i in 1554 in memory of her father e1 e2 mobile belly Content-Container mobile lost in the ocean was found in a cod belly e1 e2 flyer workshop Message-Topic the flyer advertised a two-week workshop being conducted at the university this summer e1 e2 hotel reconstruction Other the hotel arose from the reconstruction of historical building e1 e2 edition findings Message-Topic this revised edition incorporates new research findings and advances in the treatment of genetic disorders, including gene-directed therapies e1 e2 fish shoal Member-Collection fish swim in a shoal, but they fall one by one e1 e2 bookmarks file Entity-Destination all bookmarks have been exported to a single file e1 e2 team nanoparticle Instrument-Agency_reversed the team used the newly-developed nanoparticle to build therapies for treating individuals with cardiovascular disease e1 e2 revelation phone call Message-Topic_reversed tobia made a stunning revelation in a phone call in september 2002 e1 e2 siege herons Member-Collection_reversed it was also home to a bale of snapping turtles and a siege of great blue herons e1 e2 indenter material Entity-Destination the indenter is pushed into the material, and both the load and displacement increase e1 e2 issue members Entity-Destination the latest issue of five bells has been sent to poet union members e1 e2 cruisers fittings Component-Whole_reversed cruisers and large yachts have much more sophisticated fittings that that require more skills e1 e2 accused kirpan Instrument-Agency_reversed the accused killed the victim with a kirpan and separated the head from the body and threw it in a canal near nabha e1 e2 shiver sharks Member-Collection_reversed there are enough gills there to serve the oxygen demands of an entire shiver of whale sharks e1 e2 capsule tube Entity-Destination the inhabitants send messages to each other by placing the message in a capsule and placing the capsule in a message tube e1 e2 doll stockings Component-Whole_reversed the finished doll was made with stockings for the face and a baby sock for the body e1 e2 documents history Message-Topic it is the document repository of extremely valuable archival documents illustrating the history of the spanish empire e1 e2 choreographer moves Other this "all around immature nice guy" is, above all, a choreographer, having devised the moves to the film adaptation of hairspray e1 e2 state package Other the state has assembled a $230 million incentive package to lure the project, which could mean as many as 9000 jobs e1 e2 bottle carbonated beverage Content-Container_reversed when you strike someone with a bottle full of carbonated beverage, apparently a vacuum is created and then quickly refills, which is somehow capable of breaking the glass e1 e2 wire pail Content-Container welding wire is coiled in a pail and used as an electrode in an automatic or semiautomatic welding operation e1 e2 earthquake blackout Cause-Effect the stong earthquake caused a blackout on the sound stage and short-circuited some of the neon-tubed violins e1 e2 configurations drawings Message-Topic_reversed various configurations have been illustrated in the drawings e1 e2 head police Member-Collection avci was the head of the chief of the police in diyarbakir between 1984 and 1992 e1 e2 series titles Component-Whole_reversed the series comprises some re-issues of the previous books, as well as new titles e1 e2 students barricade Product-Producer_reversed the agitating students also put up a barricade on the dhaka-mymensingh highway disrupting vehicular movement for about two hours from 10:30am to 12:30pm e1 e2 solution creation Other the solution comprises the creation of a decentralized internet host name resolution system with flat hierarchy on the basis of metrized small world data structure e1 e2 tension stress Cause-Effect_reversed tension release by mega food contains sensoril, a clinically studied extract of a ashwagandha that helps to inhibit fatigue and physical tension from everyday stress e1 e2 hill corn Other with an innate desire to know and to do, mankind has progressed past placing a dead fish in every hill of corn, beans and squash e1 e2 chocolate jars Entity-Destination mayans charted venus's motion across the sky, poured chocolate into jars and interred them with the dead e1 e2 elephant animal Entity-Origin the elephant descended from an aquatic animal e1 e2 meeting shareholders Other a special meeting of the shareholders of lydia diamond was held on december 23rd, 2009 and the sale was approved by the shareholders e1 e2 needle machine Entity-Destination he inserted a needle into the tattoo machine e1 e2 quality oocytes Other the aim of this study, therefore, was to examine the embryo quality obtained from vitrified, warmed oocytes in a standard infertility population e1 e2 letter group Entity-Destination the letter was sent from group to group of the dispersed believers to try and build them up "to encourage them" to fill them with hope e1 e2 cardiovascular disease morbidity Cause-Effect cardiovascular disease is one of the leading causes of morbidity and mortality in the uk, as well as in the developed and the developing world e1 e2 geoid ellipsoid Other the level surface closest to the mss, known as the geoid, departs from an ellipsoid by about 100 m in each direction e1 e2 beans flask Entity-Destination after soaking them overnight, we slipped the beans into a fairly wide-necked wine flask that's been peeled of its straw wrapper e1 e2 dizziness sinus pressure Cause-Effect_reversed dizziness from nasal and sinus pressure usually can be seen on a good nasal examination and a ct of the sinuses e1 e2 study approach Instrument-Agency_reversed students actually benefit from study through an sts approach e1 e2 governor appearances Other in the 2006 campaign, the governor won the hispanic vote with appearances such as one at casa de maryland e1 e2 bomb handcart Content-Container the bomb was hidden in a handcart near the mar toma church, also known as church of st. thomas, in the city of mosul e1 e2 fistful coupons Member-Collection_reversed she does, however, remember walking through campus when a chipper salesman gave her a fistful of bright orange coupons offering her and her friends complimentary slices of pizza e1 e2 book software Entity-Destination i have imported an audio book into the software e1 e2 soldiers jungle Entity-Destination the soldiers moved into the deep jungle e1 e2 chair corporation Other the chair of the corporation, at the time of election, shall be either a former president, the retiring president, or a member (not emeritus) of the corporation e1 e2 hole piece Other the hole was found in a piece of the package that was ripped off near its edge e1 e2 mummy wooden coffin Content-Container the mummy originally was inside a wooden coffin, which had deteriorated e1 e2 meeting laws Cause-Effect this meeting establishes the laws which govern the church and the priorities for the coming year e1 e2 game packing Content-Container the game was sealed in the original packing, unopened and untouched e1 e2 nerve cistern Component-Whole the oculomotor nerve rests in a cistern within the sinus roof e1 e2 body sack Entity-Destination a baby girl was murdered and her body stuffed in a sack and dumped in a water body in the capital's pallabi area e1 e2 model territory Entity-Destination the new model is moving into new territory with revisions e1 e2 priests work Other he also pointed out that on the sabbath the priests broke the commandment with priestly work e1 e2 sagas oral culture Entity-Origin the sagas developed from the oral culture of the viking age e1 e2 walls hospital Component-Whole hogarth also decorated the walls of the hospital with works of art donated by contemporary british artists e1 e2 solution refrigerator Content-Container they are storing the solution in a non-food refrigerator to avoid degradation and transfer what is immediately needed to a spray bottle for manual cleaning e1 e2 money project Entity-Destination in a desperate attempt, the company poured money into the project e1 e2 farmer mule Instrument-Agency_reversed my grandparents rest beneath a stone that shows a farmer plowing with a mule, an emblem of the way they began their lives together back in the 1930s e1 e2 flower buds Component-Whole_reversed the temperature at which flower buds are injured depends e1 e2 clothes box Content-Container her clothes were in a box with no lid sitting on the next higher step e1 e2 venter cell Component-Whole_reversed the venter encloses a venter canal cell and an egg cell e1 e2 feedback chapter Message-Topic_reversed feedback, as defined earlier in this chapter, is information that can be used to modify or maintain previous behaviours e1 e2 train point Entity-Origin the train arrives from a distant point and bears down on the viewer, finally crossing the lower edge of the screen e1 e2 body sack Content-Container in a shocking incident, the body of a 10-year-old school boy, a resident of jaylal munshi ka rasta in nahargarh area, was found in a sack with his mouth glued with feviquick on the railway tracks near chanani railway station in niwai area of tonk district on thursday evening e1 e2 draught salmons Member-Collection_reversed he likewise directed edric to fling out his nets, who was rewarded with a miraculous draught of salmons e1 e2 website soap operas Message-Topic five has launched a website, holy soap, dedicated to popular television soap operas across all channels e1 e2 system lines Component-Whole_reversed the aroon indicator system consists of two lines, 'aroon(up)' and 'aroon(down)' e1 e2 owner fire Product-Producer_reversed the fire started when the owner lit a fire behind the house e1 e2 writer letters Product-Producer_reversed a street writer who specialises in love letters becomes involved with one of the addressees e1 e2 name vote Entity-Origin the name of the aquarium was derived from a public vote amongst japanese people e1 e2 poodle acre Entity-Destination she has fetched the poodle into the same acre of ground as pup e1 e2 fear crowd Cause-Effect_reversed phobia like fear from crowd, fear from insects, fear from height etc all contribute in developing the anxiety disorder e1 e2 avalanches mass Entity-Origin the avalanches originated in an extensive mass of rock that had previously been hydrothermally altered in large part to clay e1 e2 exhibition fight Message-Topic the exhibition describes the fight against the forces of nature that has been central to the history of vasa ever since it sunk in 1628 e1 e2 wax can Entity-Destination we placed some wax into the old tin can e1 e2 nose plane Component-Whole i looked straight under the nose of the plane and sure enough, i was directly over the tiny airstrip e1 e2 executive board company Component-Whole the executive board of this company reported on its activities and answered questions from the audience e1 e2 toys future Entity-Origin they have also taken a very personal story about one family and a box of toys from the future and turned it into an epic story in which childlike innocence saves the human race e1 e2 pocketwatch mainspring Component-Whole_reversed he unwinded the pocketwatch by letting down the mainspring, a ribbon of tightly rolled steel inside the mainspring barrel e1 e2 television network arts Message-Topic ovation is the television network devoted exclusively to the arts, featuring programming on visual arts, theater, opera, music and dance e1 e2 laws crimes Message-Topic a penal code is a portion of a state's laws defining crimes and specifying the punishment e1 e2 raspberry syrup Entity-Origin_reversed a normal beer is 8 zlots (2 euros) and a beer with raspberry syrup is 9 zlots e1 e2 stars heavens Other in a cloudless, new moon sky, a billion stars lit the heavens e1 e2 transmission transmitter Cause-Effect_reversed the hidden preamble or timing signal is employed to mark the time of commencement of the transmission of information pulses from a transmitter e1 e2 peep chickens Member-Collection_reversed in a peep of bantam chickens, proliferative skin lesions were observed on the shanks of 6 of 29 birds, with digit necrosis observed in some birds e1 e2 cover article Message-Topic_reversed the cover of the inner artwork of the record was analysed in an article published in 2008 e1 e2 confrontation commotion Cause-Effect doe's confrontation with the flight attendant caused a commotion on the plane, prolonged the flight's delay, and added to the aggravation already being felt by the passengers and crew e1 e2 workers honeycomb Product-Producer_reversed the workers build the honeycomb in which the eggs are laid and the honey and pollen is stored e1 e2 cutting board box Content-Container the blue plastic cutting board behind it was in a box lot i bought at an auction e1 e2 wolf pack Member-Collection instead of "dominance" and "submission", he uses the terms "assertiveness" and "passiveness" to reflect the role of the wolf in the pack e1 e2 protein gene Other the chronic myelogenous leukemia-specific p210 protein is the product of the bcr/abl hybrid gene e1 e2 audit financial statements Other the purpose of the audit was to report on the financial statements e1 e2 stomach gravel Content-Container_reversed the stomach was full of fine gravel and small seeds e1 e2 throng foes Member-Collection_reversed i bore my chalice safely through a throng of foes e1 e2 coffin case Content-Container the body is already removed for an autopsy and placed in a lead coffin, which is put inside a wooden case e1 e2 reduction relaxation Cause-Effect_reversed the increase of the signal might correspond to formation of the high-density excitons, while the reduction of the signal originates from the relaxation e1 e2 devastation tornado Cause-Effect_reversed we estimate a wind speed associated with the devastation caused by the tornado e1 e2 robot states Component-Whole_reversed the robot reached the goal using a smaller number of internal states than with the conventional methods e1 e2 indicator condition Cause-Effect_reversed the basic indicator of the health condition of trees, stands and forests is tree defoliation e1 e2 deficits people Cause-Effect_reversed the deficits are caused by people saving too much of their money e1 e2 teacher blackboard Instrument-Agency_reversed a teacher writes a whole number less than 50000 on the blackboard e1 e2 wedge swans Component-Whole_reversed it was a whole flying wedge of white swans flying over wall street marking the market in their own charming way e1 e2 friend love Other unfortunately, my friend falls in love easily and breaks her heart all the time e1 e2 wind delays Cause-Effect heat, wind and smoke cause flight delays e1 e2 illnesses diseases Cause-Effect_reversed in developing countries four-fifths of all the illnesses are caused by water-borne diseases, with diarrhoea being the leading cause of childhood death e1 e2 rectangles cook Product-Producer this has made it much richer, rather like fried bread and altogether different from the crisp rectangles produced by the modern cook e1 e2 billions products Entity-Destination billions flow into unit trust-linked products e1 e2 corporation railways Product-Producer_reversed the corporation has constructed railways in ukraine, guinea, iran, iraq, and syria e1 e2 glamour exhibition Message-Topic_reversed the faded glamour of american roadside diners, cinemas and motels is the subject of a new photography exhibition at the fox talbot museum e1 e2 resetting signal Other after completing the resetting through the reset signal, the bit period transmitted by the master module 30 is received e1 e2 destruction bombing Cause-Effect_reversed the destruction caused by the bombing of attorney general palmer's home e1 e2 kit toggle switch Component-Whole_reversed the kit includes an on-off-on toggle switch for the clipper switching and modifications e1 e2 blood animal Entity-Origin blood arrives from the animal via suitable tubing and enters the pump e1 e2 mesencephalon tectum Component-Whole_reversed in biological anatomy, the mesencephalon (or midbrain) comprises the tectum (or corpora quadrigemini), tegmentum, the ventricular mesocoelia (or "iter"), and the cerebral peduncles, as well as several nuclei and fasciculi e1 e2 construction next year Entity-Destination the company rescheduled the new construction to early next year e1 e2 ship jug Content-Container a sailing ship is scratched in a jug marked "g. goodale, hartford. e1 e2 consciousness future Entity-Destination past consciousness is travelling into the future e1 e2 alligator pick Component-Whole_reversed about two months later, the baby alligator breaks open the egg with a sharp pick on the end of the nose called an "egg tooth" e1 e2 chapters book Component-Whole because some of these terms are used in the case study chapters later in the book, they are defined here now e1 e2 plane crate Content-Container the plane was in a crate and the put on a flatbed truck and taken to the sar hangar e1 e2 water hand Entity-Destination he held the vessel with his right hand and poured water into his left hand, and washed his hands up to the wrist e1 e2 vapor oceans Entity-Origin most of the vapor that is in the air evaporated from the surface of the oceans e1 e2 sound drum Cause-Effect_reversed the second biggest factor affecting the sound produced by a drum is the tension at which the drum head is held against the shell of the drum e1 e2 caravan depo Entity-Origin one of my woodworkers got imprisoned as a result of a bloody noble putting up an export ban after the caravan had left the depo e1 e2 tea glass Content-Container the tea was in a glass with pink flowers on the rim, served on a small porcelain plate with a european pastoral scene of a man in knee britches holding hands with a woman in a long dress e1 e2 plant steel Product-Producer_reversed the second memorable shift was in september, when the plant made the 75-millionth ton of steel e1 e2 box controller Component-Whole_reversed the box regulated the temperature using an odoff controller and t2 as temperature reference e1 e2 landslide earthquake Cause-Effect_reversed the largest landslide triggered by the earthquake is located approximately 32 kilometers southeast of muzafarrabad in a tributary valley of the jhelum river e1 e2 meinie knights Member-Collection_reversed but, lord king, he has with him a meinie of full forty knights e1 e2 mechanism patella Component-Whole_reversed this extensor mechanism is composed chiefly of the quadriceps femoris (rectus femoris, vastus lateralis, vastus intermedius, vastus medialis), quadriceps tendon, patella, and patellar tendon e1 e2 bag condoms Content-Container_reversed i carried a bag with condoms in it, and i gave them out e1 e2 debris crash Cause-Effect the debris caused a crash on the schuylkill, and it has been closed for hours because of the mishap e1 e2 fire blasts Cause-Effect_reversed a fire triggered by the blasts damaged eight buildings at the plant, including one that was burned down e1 e2 standards discussion Message-Topic_reversed these standards are under discussion and not yet published e1 e2 macaque coat Component-Whole_reversed however, the barbary macaque grows a big thick coat for the winter, which means they can live outside all year e1 e2 congressmen party Member-Collection anderson is regarded as one of the most able and articulate members of congress, but he has a voting record that is anathema to most other congressmen in his party e1 e2 sediments lake Entity-Destination the melt water has transported sediments into the lake e1 e2 review commentary Component-Whole_reversed the review published political commentary and opinion, but even more than that e1 e2 announcement review Message-Topic nus today responded to the government's announcement of the long-awaited review of university funding e1 e2 handbag display case Content-Container the handbag was locked in a glass display case e1 e2 poem riverside Other in his poem, written by the riverside near the battle-ground, mr. emerson alluded to "yon stem headstone" e1 e2 intestines abdomen Entity-Destination the intestines have migrated into the abdomen from the umbilical cord e1 e2 faults cancellations Cause-Effect mechanical faults caused delays and cancellations on wellington's suburban train services this morning e1 e2 critic novel Product-Producer_reversed caryn james, a film critic for the new york times, has just completed a novel e1 e2 incidents books Message-Topic_reversed the incidents of his travels were related in a succession of books e1 e2 focus button Entity-Origin the focus is going away from the display button e1 e2 asparagus cancer Other asparagus is a natural cure for cancer e1 e2 mustering stork Member-Collection_reversed villagers in the netherlands are glad to have a mustering of stork visit them e1 e2 craniopharyngioma bone Entity-Origin a case of craniopharyngioma originating in the sphenoid bone is presented e1 e2 book pool Message-Topic early in the book, a seashore tide pool is used as an exquisite metaphor for discovery e1 e2 power grid Entity-Destination the remaining power is exported to the grid e1 e2 pressure disc Cause-Effect_reversed relieve spinal stenosis by enlarging the spinal canal to relieve pressure on the spinal cord that has been caused by a herniated or bulging disc e1 e2 sinus rinse ear canal Entity-Destination the sinus rinse went into ear canal e1 e2 factory plates Product-Producer_reversed in 1882 louis developed a method of making photographic plates, and by 1894 the brothers' factory was producing 15 million plates a year e1 e2 cold air mountains Entity-Destination cold air at the surface moved southward into the mountains of colorado e1 e2 mission monkeys Member-Collection_reversed the translucent blue plastic belied the heady resonance of the instrument, and like a mission of monkeys, several coworkers were lured into the room by the dulcet tones of my accordion e1 e2 quiver cobras Member-Collection_reversed her shallow waters seethe at times, standing tall and swaying back and forth like a quiver of king cobras e1 e2 roach sail Component-Whole the curved roach on a square sail was dependent on the angle or height of the stay immediately below it e1 e2 limestone pieces Component-Whole_reversed coquina is a poorly consolidated limestone composed of pieces of coral or shells e1 e2 heartwood hematoxylin Entity-Origin_reversed the dark heartwood is the source of the brilliant red dye hematoxylin e1 e2 beer dog Other the beer acts as a great hair of the dog e1 e2 company problem Other the company has run into a financial problem over the last few years e1 e2 spans bridge Component-Whole the curved spans of the bridge are the original sections e1 e2 girl stick Other a girl plays her violin on a pogo stick e1 e2 surgeon splints Instrument-Agency_reversed a surgeon carefully applies the splints to the forearm e1 e2 body duffel bag Content-Container the body was inside a duffel bag that was secured with duct tape e1 e2 scientist niece Other mado manages to escape and kidnaps the scientist's niece e1 e2 clothing factory Product-Producer a friend had given her purple scraps from a clothing factory in a nearby town e1 e2 peanut butter cookies Entity-Origin_reversed peanut butter cookies are simply cookies that use peanut butter as one of the ingredients e1 e2 seeds stratification unit Entity-Destination fall planting cannot be completed before the ground freezes, so i stored the seeds in a stratification unit until spring e1 e2 cranberry sauce Entity-Origin_reversed two years ago i made cranberry sauce to die for e1 e2 barren mules Member-Collection_reversed one of the grand canyon tour guides has a barren of mules for the tourists to ride down into the canyon e1 e2 cancellation airline Cause-Effect_reversed passengers have rights in the event of a delay or cancellation that has been caused by the airline e1 e2 supreme court protections Instrument-Agency_reversed the supreme court has applied the protections of this amendment to the states through the due process clause of the fourteenth amendment e1 e2 body cypress coffin Content-Container the pontiff's body was contained in a plain cypress coffin e1 e2 guides maps Message-Topic brief guides have been prepared on maps, school histories, electoral rolls, land tenure, government buildings, railways and hotel licensing e1 e2 tenant home Entity-Origin a without notice injunction was obtained at very short notice under which the tenant was excluded from his own home and the block of flats in which he lived e1 e2 orphan bachelor Other the screenplay by patterson mcnutt and arthur j. beckhard focuses on the adoption of a young orphan (shirley temple) by a wealthy bachelor (john boles) e1 e2 essay origins Message-Topic the essay inquires into the origins, nature, and usage of the term in multiple contexts e1 e2 sorrow loss Cause-Effect_reversed however susanoo was in sorrow after the loss of his mother and he was raging in his kingdom e1 e2 earthquake eruption Cause-Effect_reversed but the earthquake triggered by the eruption of thera struck first e1 e2 advances biology Other our objective is to review advances in the molecular biology and pharmacogenomics of lung cancer and how they apply to personalizing medicine e1 e2 paper techniques Message-Topic this paper is a review of frequency stability measurement techniques and of noise properties of frequency sources e1 e2 diabetes mellitus blindness Cause-Effect diabetes mellitus is one of the leading causes of irreversible blindness worldwide, and, in the united states e1 e2 crew investigation Other the crew assisted with the investigation and was in service for around an hour e1 e2 data operations Other this data has been concerning primarily assembly operations e1 e2 bid company Product-Producer the third bid was from a window company that does its own installation e1 e2 hurdles drilling Other interior chief adds hurdles for drilling on public lands e1 e2 comma scribe Product-Producer when the amendment was transcribed, the semicolon in the religious exemption portion was changed to a comma by the senate scribe e1 e2 pellets cavities Entity-Destination the fibre pellets were blown into cavities using special equipment e1 e2 winemaker grapes Instrument-Agency_reversed the winemaker carefully chose grapes from different lots in the vineyards and blended them into this wonderful pinot e1 e2 pin connector Component-Whole the pin of the connector is inserted through the hole and connected to the microstrip circuit e1 e2 insulation carafe Other it is the most efficient and compact form of insulation in a carafe, and it's unbreakable e1 e2 book authors Product-Producer early in the book, the authors review why the groundswell is taking off and how to participate, and they identify the "tools" - blogs, wikis and so on - that drive the groundswell e1 e2 irritation fungus Cause-Effect_reversed getting help has reduced the time to reverse all the irritation that had been caused by the fungus e1 e2 flower pond Entity-Origin the pure lotus flower blooms out of the muddy pond e1 e2 bed snakes Member-Collection_reversed the 13th gate offers 13 themed experiences to make every nightmare seem real from crawling through a crematory oven and an old hearse to being lost in dark underground tunnels or finding yourself standing on a rickety bridge over a bed of live snakes e1 e2 hamper goodies Content-Container_reversed he was generous enough to bring in a hamper of festive goodies for one of you lot to win e1 e2 impetus veteran Entity-Origin much of the impetus behind the formation of the fund came from a wounded vietnam veteran e1 e2 satisfaction purchase Cause-Effect_reversed on the other hand, the higher the satisfaction from the purchase, the greater the benefit of word-of-mouth referrals and repeat purchasing e1 e2 camaraderie runners Other although big city marathons offer great crowd support and a large camaraderie of runners, running in a big city marathon is not for everyone e1 e2 kinship systems grandparents Other in 48% of the divorces, the kinship systems of grandparents expanded with divorce through one or more of the following four processes e1 e2 restaurant agent Instrument-Agency_reversed the restaurant first cleaned the floor with a company-approved cleaning agent before the cof test was conducted e1 e2 package receiver Component-Whole_reversed the package includes an audio and video receiver that transmits information to the plasma display e1 e2 accident negligence Cause-Effect_reversed district judge without a jury and judgment was entered for the defendants on the ground that the accident was caused by the plaintiff's own negligence e1 e2 coffee mug Content-Container when it was ready, my coffee arrived in a mug instead of to go as i had ordered it e1 e2 glut savings Other the world is experiencing an unprecedented glut of savings, driving down real interest rates e1 e2 nuts plane Instrument-Agency in this manner, nuts from the amazon powered a plane e1 e2 case tree Other the case centers on a tree at a high school that was a meeting place for white students e1 e2 arrays holes Member-Collection_reversed the influence of hole shape on extraordinary optical transmission was investigated using hole arrays consisting of rectangular holes with different aspect ratios e1 e2 comment students Product-Producer for many years, a recurring comment by the senior dental students at louisiana state university school of dentistry (lsusd) during exit interviews is their lack of confidence regarding the business aspects of running a dental practice e1 e2 flowers chapel Entity-Destination flowers are carried into the chapel e1 e2 documents policies Message-Topic the documents define policies, procedures, training, and auditing e1 e2 rage fight Other still filled with rage after the fight with the darkside, i rush at ansem, light and dark energy overflowing from me e1 e2 alarm fire Cause-Effect_reversed the children descend the ladder after hearing the fire alarm which has been triggered by the wood work workshop catching fire e1 e2 guys nets Instrument-Agency_reversed the guys catch the shad with gill nets e1 e2 section store Component-Whole as we watched the videotape, we noticed that for some unknown reason men were tending to wander over toward the glassware section of the store e1 e2 waistband underwear Component-Whole the site has free galleries of pics of guys showing the waistband of their underwear above their jeans e1 e2 plot girl Message-Topic the plot centers around a young girl who must decide between helping her community that is being falsely accused of witchcraft or staying silent to protect her family e1 e2 catamaran tiller Component-Whole_reversed a catamaran tiller having a grip is provided to permit tension to be applied to the tiller more easily e1 e2 oil countries Entity-Destination this oil company imports oil to some countries illegally e1 e2 blogging places Other sometimes the best blogging is going on well away from the most visible places e1 e2 nurses jars Instrument-Agency_reversed some of the nurses drank the alcohol out of jars containing diseased human viscera e1 e2 topics literature Entity-Origin two broad topics emerging from the literature on fiscal forecasting are reviewed e1 e2 representative key Instrument-Agency_reversed the nrc, rso, and the first bank representative accessed the vault with the key e1 e2 platform ship Component-Whole the drill platform was a part of the romulan mining ship narada that could be lowered into the atmosphere of a planet or planetoid for mining operations e1 e2 car plant Product-Producer eighty years on from the first pipes being laid for the car plant, unemployment is at 2 million and rising e1 e2 entrance palace Component-Whole however, greg saw people inside and went to the front entrance of the palace and was able to use enough russian to communicate with the guide and get permission to buy our tickets without waiting to come inside for a tour e1 e2 clarinet recorder family Entity-Origin the clarinet developed from the recorder family, and is closely related to the saxophone e1 e2 author work Product-Producer_reversed the author's reasons for creating a work differ remarkably from his incentive to publicly distribute the work e1 e2 paddle microaccelerometer Component-Whole the paddle of the microaccelerometer is designed symmetric with respect to the direction of the beam e1 e2 soldiers wall Product-Producer_reversed next the soldiers put up a wall of stakes on the pile of dirt e1 e2 hookah water Instrument-Agency_reversed the hookah filters the smoke through water, making the end result much less harsh and allowing the flavor of the smoke to really come through e1 e2 negotiations apprentice training Message-Topic then there's labour - where negotiations are under way on issues such as apprentice training e1 e2 trembling finches Member-Collection_reversed there's a trembling of finches on my lawn e1 e2 incident sensation Cause-Effect the incident caused a brief sensation on the web among people suspicious that it was a political commentary e1 e2 computer screen Component-Whole_reversed this is a guide teaches you how to make a video tutorial by recording the computer screen without camera in minutes e1 e2 navy crew Other the navy searched the vessel with the crew on board e1 e2 poems site Component-Whole poems are published on this site purely for educational reasons, for the purpose of information and with good intentions e1 e2 hairdresser toners Instrument-Agency_reversed a hairdresser fine-tunes your hair color without causing excessive damage by using toners e1 e2 students pushpins Instrument-Agency_reversed students locate these cities on the large map (b2) with assistance from the teacher (b14) marking them with colored pushpins e1 e2 banquet basket Content-Container we've even included a beautiful royal scot crystal hogget decanter to round off this bountiful banquet in a hamper basket e1 e2 array luminaries Member-Collection_reversed in addition to weinstein, the band is comprised of a formidable array of luminaries e1 e2 sugar cabinet Content-Container the sugar was in a cabinet above the sink e1 e2 cut blade Other he sealed the cut after making a cut of the stem with a clean, sharp blade e1 e2 sugar factory Product-Producer the sugar factory in ipswich was built in 1925 e1 e2 managers shop Other the workers locked themselves in the upstairs office and left the shocked managers downstairs in the shop e1 e2 recipient receiver Instrument-Agency_reversed the recipient receives the call through a miniature radio receiver carried on his person, the receiver having a built-in ferritic antenna e1 e2 basket biscuits Content-Container_reversed he carried with him an old wicker basket containing stale biscuits, some cured ham, and a bottle full of goat's milk e1 e2 genetic material generation Entity-Destination paternally derived genetic material is inherited to the next generation e1 e2 power cord dryer Component-Whole the power cord of the dryer connects to a terminal block at the rear of the dryer e1 e2 cholesterol disease Cause-Effect and this is frequently cited as "proof" that saturated fats and cholesterol cause heart disease e1 e2 fraternity adults Member-Collection_reversed as a fraternity of adults we have a right to question the gm, and should expect a reasonable response e1 e2 flight gulls Member-Collection_reversed it was an immense flight of gulls, seamews, and cormorants; a vast multitude of affrighted sea birds e1 e2 drawings landmarks Message-Topic the exhibition comprises original drawings featuring famous landmarks between plymouth and london e1 e2 program districts Other the water information program is a public information program sponsored by the water districts, organizations and agencies in the san juan and dolores watersheds of southwestern colorado e1 e2 troupe performers Member-Collection_reversed while the job was good, ahmed's daily exposure to the troupe of circus performers and artists continued to pique his interest e1 e2 memory mouse Other scientists recently succeeded in wiping out a nasty memory from the mind of a genetically-engineered mouse e1 e2 cigarettes women Instrument-Agency cigarettes are used by women in order to relax, to avoid gaining weight, and to appear attractive, mature and feminine e1 e2 preservatives itchiness Cause-Effect many commercial soap, shower gel or cleanser products contain preservatives, colorants and chemicals that cause dryness, rashes, itchiness and roughness on the skin e1 e2 x-rays dentists Instrument-Agency bitewing x-rays are used by dentists in order to determine if any cavities exist within the mouth e1 e2 cricket business Entity-Destination english cricket has now been dragged into the whole revolting business e1 e2 space monkey space Entity-Destination the space monkey travels into space e1 e2 pack hounds Member-Collection_reversed any country gentleman who liked the sport kept a small pack of hounds, and rode over his own lands or the lands of such of his neighbours as had no similar establishments of their own e1 e2 request port Entity-Destination the plain http request was sent to an https port e1 e2 girl quilt Product-Producer_reversed the girl, in her first holiday season as an elm creek quilter, creates a quilt for her best friend even as she begins to question her feelings for him e1 e2 box box Entity-Destination the small box was placed inside the large box and the 4-inch of surrounding space filled with either shredded fabric, fiberglass insulation or no insulation e1 e2 pyrotechnics fire Cause-Effect birchwood and stockton heath were called to the scene after pyrotechnics used during one of the performances caused a fire on the main stage e1 e2 stress breakouts Cause-Effect like a catch-22 the worst part is that acne causes stress and stress triggers acne breakouts e1 e2 crisis flood Cause-Effect_reversed the us patent system is in a crisis that has been caused by the flood of patent applications being filed at the uspto every year e1 e2 manufacturer drug Product-Producer_reversed and in every single trial, the sponsoring manufacturer's drug came out as better than, or equal to, the others in the trial e1 e2 scissors stylist Instrument-Agency the size of the scissors used by a beginning stylist for learning to cut the hair is actually determined more by the size of his or her hands e1 e2 tooth cup Content-Container my little brother's tooth was in a cup of water the other day and i nearly fainted when i saw it e1 e2 floor cottage Component-Whole located by the river at circular road, cong, between actual locations used for the filming, the ground floor of the cottage has been designed as an exact replica of 'white-o-mornin' cottage e1 e2 bike bees Member-Collection_reversed day after day, then, he has put himself into a hornets' nest, or what the scottish call a bike of bees e1 e2 hand box Entity-Destination as his hand was put inside the glass box, he had to guess what creepy animal was inside e1 e2 plowing plow Other while many farmers did their plowing the land with a single furrow plow, some large-scale farmers began to use a multiple share or bukker plow e1 e2 publication mail Other letters were be submitted by 5 p.m. on the wednesday before publication by mail e1 e2 passport trunk Content-Container my passport was in a trunk under my bed e1 e2 infection viruses Cause-Effect_reversed viral gastroenteritis is a highly contagious infection of the intestines caused by one of several viruses e1 e2 fish water Entity-Destination recently, a huge amount of commercial fish and shellfish have migrated to cooler water e1 e2 victim water Entity-Destination the murder has dragged the victim into the water e1 e2 cellar dwelling Component-Whole the first bank in loudoun county, the short-lived loudoun company, held meetings in the cellar of this dwelling beginning around 1815, hence the name bank house e1 e2 segment membrane Other the outer segment is comprised of a membrane which is folded into several layers of disks e1 e2 litter pups Member-Collection_reversed in this section, we are going to follow srr sandy as she raises a litter of pups e1 e2 shed people Product-Producer the shed got put up by these people who arrived and made it e1 e2 session inter-loans Message-Topic the session discussed about inter-loans of performance sets e1 e2 drinks diabetes Cause-Effect diet fizzy drinks and meat cause heart disease and diabetes e1 e2 grief loss Cause-Effect_reversed we explore the experience of grief after the loss of a parent and offers support; we also make simple suggestions, and we provide a place for sharing memories e1 e2 students schools Entity-Destination too often, students were misplaced into alternative schools e1 e2 deceit lapwings Member-Collection_reversed a deceit of lapwings, with their beautiful crests, made a pretty dish to set before the king e1 e2 mentality war Cause-Effect_reversed the war mentality was generated by the iraq war in combination with the constant drum beat of fear at home e1 e2 authors series Instrument-Agency_reversed the authors assessed the reliability of the basic diagnostic methods in series of 181 patients with bladder tumoursas compared with operative findings e1 e2 painting meal Message-Topic the painting represents the last meal shared by jesus with his disciples before his capture and death e1 e2 pillars bridge Component-Whole two pillars of a bridge at karsaz road have collapsed today morning e1 e2 blood products Entity-Origin_reversed all other blood products are derived from whole blood e1 e2 preeclampsia mortality Cause-Effect preeclampsia is still one of the leading causes of maternal mortality e1 e2 device matchboxes Other since no computers were then available to him, he hand-simulated the boxes algorithm, using a device made from an assembly of matchboxes e1 e2 running shoes Other compared to running barefoot, running in conventional running shoes increases stress on the knee joints up to 38% e1 e2 packet box Content-Container the packet of corn tortillas, which was inside a box, said "contains wheat" e1 e2 call robbers Product-Producer detectives are sifting through hundreds of mobile telephone records in an effort to trace a call made by the graff jewellery robbers as they stood outside the store two days before the successful heist e1 e2 sugar company Product-Producer two years ago, being a sugar company in india was a sweet proposition e1 e2 demolition terror Cause-Effect the demolition was the cause of terror and communal divide is just a way of not letting truth prevail e1 e2 prices hotel Entity-Destination two prices arrived to the hotel e1 e2 tiger pen Entity-Origin a 300-pound siberian tiger that killed a visitor escaped from its high-walled pen on its own e1 e2 comb envelope Content-Container a comb was hidden in an envelope at the bottom of a paper folder stuck to the wall e1 e2 machine units Component-Whole_reversed this machine has two heating units and two cooling units e1 e2 bout violin Component-Whole the tailpiece anchors the strings to the lower bout of the violin by means of the tailgut e1 e2 people cities Entity-Destination recently, in china, more people are moving into big cities e1 e2 lime juice Entity-Origin_reversed an overdose of lime juice with salt also acts as an excellent purgative without any side effects, thereby giving relief in constipation e1 e2 outbreak injuries Cause-Effect the outbreak resulted in 256 deaths and 3,402 injuries e1 e2 padlock pane Component-Whole in my case the solution was to lock the padlock on the security pane itself e1 e2 troops hill Product-Producer_reversed to develop a rampart, troops piled up the dirt into a small hill e1 e2 fridge mahogany case Content-Container the fridge was inside a mahogany case e1 e2 reader past Other the postcard took the reader into the author's past e1 e2 document economic policy Message-Topic the white paper full employment in australia was the defining document of economic policy in australia for the 30 years between 1945 and 1975 e1 e2 comradeship veterans Other these emotionally wrenching experiences encouraged the volunteers to seek the comradeship of fellow veterans e1 e2 lobby building Component-Whole gwathmey famously prefers curves to angularity and, though these are absent from the facade, they recur in the lobby of the building, with rounded pylons and legato movements through space e1 e2 priest spoon Instrument-Agency_reversed the priest mixes the holy oil and the wine with a spoon and pours it into small containers, as many as there be priests e1 e2 money charity Entity-Destination the senator donated money to a local charity e1 e2 bag bin Content-Container this bag was in a bin with other santa bags (out of package) e1 e2 ale carton Content-Container the freshness of ale in a carton is the limiting factor e1 e2 statute dominions Message-Topic the statute applied to the six dominions which existed in 1931 e1 e2 spring creek Other clay county, a small but thriving colony grows in the seepage spring which is the source of the creek e1 e2 devices issues Other new portable electronic devices are running into temperature sensitivity issues e1 e2 channel sports Message-Topic it is a cable television specialty channel showing sports and sport-related shows e1 e2 stove method Other while melting butter on the stove is the preferred method, because it gives you more control over the process, you can also melt butter in a microwave e1 e2 pain indigestion Cause-Effect_reversed sip the tea slowly to reduce stomach pain from indigestion, bloating and feeling of fullness e1 e2 teacher glass Instrument-Agency_reversed the teacher covers the candle with a tall glass e1 e2 alcohol child abuse Cause-Effect alcohol, substance abuse and poverty all lead to child abuse e1 e2 malfunction rush Cause-Effect the atm malfunction caused a rush on the atm machine until the police sealed off the area e1 e2 physiotherapy admission avoidance Other physiotherapy was focused on admission avoidance, prevention of deterioration after admission and facilitating early discharge e1 e2 comradeship arms Other moreover, the knightly ethic was based on a sense of honour and reflected the ideal of a comradeship of arms e1 e2 data technician Product-Producer the photomask is usually prepared with a photoplotter from data produced by a technician using cam, or computer-aided manufacturing software e1 e2 confederacy kingdoms Member-Collection_reversed actually on the strength of matrimonial alliances of the bhargavas with ruling families of kanyakubja and ayoddhya, parasurama organised a confederacy of various kingdoms including vaisali, videha, kasi, kanyakubja and ayodhya which fought the haihayas on various batterfields e1 e2 troubadour broadsides Product-Producer_reversed he painstakingly taught the chords to the young troubadour's anti-establishment broadsides e1 e2 goods states Entity-Destination narcotic goods have been imported into several states in australia e1 e2 population settlers Member-Collection_reversed another program to increase the population of french settlers was the selection of 770 women to make the journey to new france e1 e2 oven conveyor Component-Whole_reversed this oven has a flat belt conveyor with three zones and complete controls e1 e2 psychiatrists medications Instrument-Agency_reversed all psychiatrists are familiar with antipsychotic, anti-anxiety, and antidepressant medications, whose origins date to the 1950s e1 e2 sections asterisk Other some sections have been denoted with an asterisk e1 e2 cashier register Instrument-Agency_reversed the assigned cashier code serves to identify the cashier using the electronic cash register e1 e2 report need Message-Topic the report emphasised the need for better co-ordination between the agencies e1 e2 corpse noose Other the corpse of a murderer was dangling from the noose, twisting in the wind e1 e2 sodium retention Cause-Effect sodium causes fluid retention, which can lead to edema (swelling), increased blood pressure, and in those susceptible patients, congestive heart failure e1 e2 boards directors Member-Collection_reversed in theory, boards of independent directors look after the interests of individual shareholders e1 e2 team gardens Product-Producer_reversed for the last two years, the team has constructed two gardens out of recycled materials e1 e2 pouches wallabies Component-Whole the pouches of female wallabies, like those of other macropods, are front-opening e1 e2 shoemaker machine Product-Producer_reversed in 1858 a shoemaker invented a machine for sewing the soles of shoes to the uppers e1 e2 gam whales Member-Collection_reversed a gam of whales migrates to breeding lagoons every season e1 e2 words action Other he takes words into action e1 e2 sample glass tube Content-Container the sample was contained in a 5-mm glass tube surrounded by oscillator and receiver coils at right angles to one another e1 e2 guidelines article Entity-Origin i'm about to delve into buchholz's pitch f/x and pitch data to try to find some sort of answer here using guidelines from allen's article plus buchholz's run values as shown here e1 e2 damages vehicle Cause-Effect_reversed in businesses generally the third party claims for the damages that has been caused by the company vehicle e1 e2 mater saline Entity-Destination the freeze-dried dura mater was placed into warm sterile saline for 20 minutes before grafting e1 e2 text messages outer space Entity-Destination these text messages are sent to the outer space e1 e2 researchers paper Instrument-Agency_reversed stanford researchers have coated paper with carbon nanotubes and silver nanowires to serve as electricity storage devices e1 e2 stuffed dog trunk Content-Container unfortunately, cleo the stuffed dog was in a trunk that was stolen back in 1975 e1 e2 martyrs persecution Other the martyrs conquered the fears associated with persecution and always remained loyal to the lord e1 e2 artist photograph Product-Producer_reversed here is a picture of the artist taking a photograph of a young girl in front of a vegetable stand on mulberry street in new york city e1 e2 therapist therapy Instrument-Agency_reversed the therapist treats the patient with a certain kind of manual therapy e1 e2 program families Instrument-Agency the program assists separating families in high conflict over parenting arrangements e1 e2 document series Component-Whole this document is part of the who information series on school health e1 e2 deers cars Entity-Destination two deers ran into cars e1 e2 ball catnip Component-Whole_reversed we got a ball with catnip inside e1 e2 fistful dollars Other secretary tim geithner came along with a fistful of taxpayer dollars e1 e2 design bag Component-Whole_reversed this is due to a unique design that filters the dirt through the bag and not the blower fan e1 e2 law redistribution Cause-Effect the law established a major redistribution of territorial sovereignty within the empire e1 e2 virus tonsillitis Cause-Effect infectious mononucleosis due to the epstein-barr virus causes exudative tonsillitis or pharyngitis in about one-half of cases e1 e2 electricity water Entity-Destination accidentally, the electricity flew into the water on the ground e1 e2 summary aspects Message-Topic the lead serves both as an introduction to the article and as a summary of the important aspects of the subject of the article e1 e2 device figure Message-Topic_reversed the device shown in the figure rotates e1 e2 constellation artists Member-Collection_reversed the symposium was attended by a constellation of artists and writers e1 e2 explosion crash Cause-Effect_reversed during the trial, the prosecution presented "pictures of burning bodies and human remains as well as images of the explosion triggered by the pentagon crash. e1 e2 fiction writer Product-Producer these days, with a decent income landing in my bank account from writing, and the beginnings of some success as a fiction writer, i feel i have enough of the trappings to unashamedly admit to being a writer e1 e2 staff philosophers Member-Collection_reversed the academic staff at the uvh comprises scholars in humanistics, religious and cultural scholars, social scientists, philosophers and historians e1 e2 damage strikers Cause-Effect_reversed extensive damage at the mine has been caused by the strikers e1 e2 installation relationships Message-Topic the artist's installation studies the relationships between man and nature e1 e2 sail roach Component-Whole_reversed the sail had an important roach and had adjustable batten fittings on the leech and luff receptacles e1 e2 assistant rug Product-Producer_reversed next was a stop at christien meindertsma's gorgeous knitting exhibition where she and an assistant knit a giant really thick woolen rug using six-foot-long needles e1 e2 card manufacturer Product-Producer "just like real baseball," he told the card manufacturer's reps as he tried to flog the game at toy fairs e1 e2 name word Entity-Origin the name of the climactic battle cue, "neodammerung" is derived from the german word gotterdammerung, literally "twilight of the gods" e1 e2 bottle wine Content-Container_reversed she gave him a bottle with wine in it e1 e2 document locations Product-Producer this document is issued from 28 locations across the country and 160 indian missions abroad e1 e2 machine feeder Component-Whole_reversed this specific machine has been fitted with a mirus automatic sheet feeder thereby increasing the capacity on large runs e1 e2 method mathematicians Instrument-Agency the dominant method that the roman mathematicians used to identify a year for dating purposes was to name it after the two consuls who took office in it e1 e2 cash shirt Entity-Destination he stuffed cash into his shirt as he fled the robbery e1 e2 scroll wheel mouse Component-Whole i especially love the way the scroll wheel of the mouse riffles through the tabs; it's so fast and easy e1 e2 site earth Other this is the site deep inside the earth where fault movement begin e1 e2 terrorism society Entity-Destination this outlaw has exported terrorism to our society e1 e2 compeers ages Other thus, we have set-up, early on, a familiar literary dynamic --- two compeers of different ages thrown together: huck finn and nigger jim, holden caufield and sister phoebe, hell --- maybe even dmitri karamazov and alyosha (or, if we stretch it far enough, falstaff and prince hal) e1 e2 food manufacturer Product-Producer a food and beverage manufacturer found that lack of partnered planning with their service provider counterparts deeply divided the two sides e1 e2 person snowshoes Instrument-Agency_reversed a person regains the movement roughly equal to walking on solid ground by using snowshoes e1 e2 design brothers Product-Producer the dyna-cam engine originally came from a design by the blazer brothers, who worked for studebaker in 1916 e1 e2 headache wine Cause-Effect_reversed i too, get a headache from wine, and was always told that it was the sulfites e1 e2 bulbs electricity Instrument-Agency_reversed incandescent bulbs work by using electricity to heat a tungsten filament in the bulb until it glows e1 e2 authority translation Other the most significant is a well-preserved black and white mosaic for which the authority has given a provisional translation e1 e2 poster packaging Content-Container inside, the poster was enclosed in tight plastic packaging e1 e2 theories birth certificate Message-Topic some of these conspiracy theories allege that his birth certificate is a forgery e1 e2 draft borders Message-Topic on the border issue, the original draft had declared some initial borders, which are to be confirmed and decided by the un partition plan e1 e2 tree acorn Entity-Origin an oak tree grows from an acorn e1 e2 patients trials Other clinicians entered the patients into randomised controlled trials e1 e2 girl violin Instrument-Agency_reversed a girl plays her violin on a pogo stick e1 e2 atlas cartographer Product-Producer in 1594 and in 1608 he published an atlas created by the cartographer matthias quad e1 e2 interrogation activities Other the interrogation covers von neurath's activities during the years 1932 to 1938 and hitler's policy of aggression during the late 1930s e1 e2 drove oxen Member-Collection_reversed a drove of oxen was taken to market e1 e2 mast canister Content-Container the mast was folded up accordion-style inside a canister that was attached to the side of the main antenna e1 e2 website projects Message-Topic members use the website to inform about projects and events e1 e2 harm hurricane Cause-Effect_reversed describing all of the harm caused by the hurricane has filled entire books so this web page summarizes the total damage and focuses on the damage incurred on long island, new york e1 e2 liquor amnii phial Entity-Destination the colourless or nearly colourless liquor amnii then was put into an ounce phial e1 e2 statement knowledge Entity-Origin the statement comes from the writer's knowledge and its ideas are fresh and original e1 e2 flip-flop circuit Component-Whole the flip-flop is a basic element of the sequential circuit and there are various structures even for the same type e1 e2 suitcase marihuana Content-Container_reversed a suitcase full of marihuana was found by the pilot of a searching helicopter near the side of the road at a place where tire tracks could be observed pulling off the edge of the road e1 e2 fluid cup Content-Container the fluid was in a cup, and was intended for use as a lotion by her husband e1 e2 paper results Message-Topic the aim of this paper is to present some recent experimental results obtained in rayleigh-benard instability e1 e2 drama girl Message-Topic it is a drama that is centered around a troubled teenage girl and a family that is trying to get over the loss of their son e1 e2 disease organism Cause-Effect_reversed information is included on the disease caused by the organism, its transmission, geographical distribution, and hosts e1 e2 water kettle Entity-Origin the water evaporated from the kettle e1 e2 crash hippopotami Member-Collection_reversed and out of the unspeakable river dividing zambia and zimbabwe splashes a crash of stampeding hippopotami e1 e2 builders adhesive Instrument-Agency_reversed builders use a paste like adhesive (known in the building trade as mud) to fix the plasterboard to the wall e1 e2 star controversies Other the star is landing into controversies because of thoughtless statements e1 e2 prisoner oblivion Other our political prisoner is falling into oblivion e1 e2 infection death Cause-Effect infection is one of the commonest causes of death in burn patients, particularly e1 e2 monasteries river Other the vikings had become assimilated into a peaceable society, and monasteries at chertsey and abingdon were founded by the river e1 e2 coffee machine Product-Producer the staff stood guard all night, drinking the coffee machine dry and plotting their revenge on the injustices of the workplace e1 e2 breakdown death Cause-Effect_reversed i was diagnosed with bipolar disorder following a breakdown triggered by the sudden death of my brother six years ago e1 e2 manufacturers capscrews Instrument-Agency_reversed more recently, starter manufacturers have attached the flange with a number of capscrews to the main housing thus allowing a finite number of position e1 e2 wake buzzards Member-Collection_reversed still, we were surprised yesterday by a wake of buzzards perched on a dead copse of trees and haunting wellfleet harbor e1 e2 call father Entity-Origin the call came from a minnesota father who said his daughter was in the chapel that day e1 e2 passel brats Member-Collection_reversed the chavettes are the female of the species, usually have a 'passel of brats with different dads before they turn 20 which ensures the perpetuation of the disease e1 e2 daughter harssement Other for years now my daughter has put up with verbal harssement from a girl e1 e2 circus fighters Member-Collection_reversed charles beauregard is still working for intelligence and hears about the red baron flying ace and his circus of vampire fighters e1 e2 spacecraft retirement Other the longest serving spacecraft goes into retirement e1 e2 piece bladder Content-Container we saw that a piece of the double stent was placed inside the urinary bladder of mice to study the extent of tissue reaction e1 e2 factory firearms Product-Producer_reversed under hideyoshi's administration the factory's output of firearms increased dramatically e1 e2 baby sleep Other the baby is falling into a sleep e1 e2 builders building committee Entity-Destination many builders have approached the colony's building committee for redevelopment projects e1 e2 meltdown reaction Cause-Effect the reactor meltdown caused a chain reaction that destroyed all the towers in the network e1 e2 ginger jar Content-Container the only ginger i had was in a jar, so i put a heaping teaspoon in e1 e2 seeds space Entity-Destination china sent seeds into space e1 e2 group association Component-Whole the local group, which has over 5000 members, is part of a national association of active and retired law enforcement officers e1 e2 event tomorrow Entity-Destination the entrepreneurs forum event is postponed to tomorrow e1 e2 chips mouth Entity-Destination he stuffed chips into his mouth and watched his cousin-in-law shrewdly e1 e2 account analysis Message-Topic this paper offers a reflexive account of secondary analysis focused on the topic of convenience food and choice e1 e2 convulsions fever Cause-Effect_reversed convulsions that occur after dtap are caused by a fever e1 e2 plugs plugboard Other although a commercial enigma, modified by polish cryptanalysts to match a military enigma, used phone plugs, the plugs in the plugboard of the actual enigma had two prongs, but they still functioned electrically in the same way as phone plugs e1 e2 rules transfers Message-Topic this includes those rules governing transfers, academic eligibility, age requirements, and the number of consecutive seasons of athletic eligibility beyond grade eight e1 e2 page book Entity-Origin there's a phrase of sickert's where he speaks somewhere about something succeeding in that it is like a page torn from the book of life e1 e2 book tales Message-Topic this book relates tales, which were recorded by a popular minister in the early 1900's e1 e2 mouse button Component-Whole_reversed she double clicked the mouse button by placing her finger on the left mouse-button and then quickly pressing and releasing the button two times e1 e2 man bridge Entity-Origin a man who fell from a bridge along interstate 29/35 after running from a minor crash has died e1 e2 virus hard disk Entity-Destination the virus is exported to the hard disk e1 e2 sign length Other it is marked by a sign indicating the length of the pause e1 e2 shoe mouth Entity-Destination the police has beaten him up, poured water into his ears and nose, and stuffed a shoe in his mouth e1 e2 text potter Product-Producer abu'l-qasim's treastie is a text from 1301 by an iranian potter who describes numerous recepies e1 e2 fire collision Cause-Effect_reversed as the vehicles caught fire after the collision, the transformers began to explode one after the other e1 e2 inlet dryer Component-Whole a type t thermocouple controlled air temperature at the inlet of the dryer e1 e2 fog irritation Cause-Effect fog or smoke cause irritation to those with respiratory sensitivity e1 e2 dollars facilities Entity-Destination federal dollars flow into halifax recreational facilities e1 e2 professor paper Other a professor portrays his students' term paper as his own e1 e2 image photos Component-Whole_reversed what is so amazing about this technology is that the image is constructed from random photos pulled from the internet e1 e2 team methodology Other the team, has carefully devised an amended research methodology; it has also since found that further compromises will have to be made e1 e2 clip investment Message-Topic a clip describing the bakery's investment in people as well as machines has been presented e1 e2 emissions reductions discussion Message-Topic_reversed only the most ambitious emissions reductions under discussion within unfccc achieves climate goals e1 e2 fable force Message-Topic this fable illustrates the force of jealousy between married people e1 e2 sinking loss Cause-Effect the sinking resulted in the loss of 112 lives, including those of 28 americans e1 e2 researcher paper Product-Producer_reversed listed as an author is andrew wakefield - he is the british researcher who started the vaccine-autism myth with his paper linking the mmr vaccine to autism e1 e2 team player Other the team drafted a great player in 2002 when they chose julius peppers second overall e1 e2 novels agents Message-Topic throughout his writing career, all of his novels have concerned fictional secret agents e1 e2 creep tortoises Member-Collection_reversed today, it is most famous for proving sanctuary to a creep of giant tortoises (geochelone gigantea), descendants of four gifted from the seychellois governor to his opposite number in zanzibar in the 18th century e1 e2 headaches pain killers Cause-Effect_reversed chronic daily headaches are tension headaches or headaches which are caused by taking too many pain killers e1 e2 students components Other but over time, indigenous students have been moving into more specialised and skill-intensive components within disciplines e1 e2 advocates flame Instrument-Agency_reversed human rights advocates lit a flame to press the international community - especially china - to bring security to darfur, sudan e1 e2 traffic cache Entity-Destination i/o traffic is transferred directly into a target processor cache in accordance with routing information e1 e2 clams bucket Entity-Destination mr. lagano was engrossed in a search for cherrystone and quahog clams, which he deposited proudly in a bucket beside him e1 e2 month sundays Other a month of snowy sundays in january had an adverse impact on prospect's finances e1 e2 population dwellers Member-Collection_reversed it has the fourth highest population of slum dwellers among major cities in india e1 e2 items museum Entity-Destination the items have been donated to the museum of thracian art e1 e2 defendant statement Product-Producer_reversed in defamation, the circumstances are that the defendant has made a statement which injures the reputation of the claimant e1 e2 coil galvanometer Component-Whole the coil of the galvanometer is wrapped around a cylindrical form e1 e2 voters issues Entity-Origin voters are eluded from the fundamental issues e1 e2 coven witches Member-Collection_reversed he was later recaptured through the combined efforts of a coven of white witches and a group of satanists e1 e2 plane city Entity-Origin the misery of the passengers had started from singapore as the plane took off from the city seven hours behind schedule e1 e2 craftsmen marks Instrument-Agency_reversed the etruscan craftsmen marked their wares with ink marks e1 e2 bottle apple Content-Container_reversed i got the idea after getting a bottle with an apple in it as a gift from a cousin e1 e2 infestation lice Other at necropsy a heavy infestation of haematopinus lice was present, along with a polyserositis affecting the right hock, left elbow and peritoneum e1 e2 garbages ocean Entity-Destination the garbages have been secretly thrown into the ocean for the last few years e1 e2 meningitis bacteria Cause-Effect_reversed pneumococcal meningitis is caused by pneumococcus bacteria, which also cause several diseases of the respiratory system, including pneumonia e1 e2 gallery work Message-Topic a local gallery is promoting the work of a diverse range of artists from across the region e1 e2 field racehorses Member-Collection_reversed philip larkin's poem "at grass" employs his sensitive poetic technique to reflect on a field of aged racehorses, and on the practice of poetry e1 e2 book family Message-Topic the book criticizes the institutionalized nuclear family from a feminist perspective e1 e2 regulations professional corporations Message-Topic legal regulations applying to professional corporations typically differ in important ways from those applying to other corporations e1 e2 people panic Other three shark attacks in 24 hours threw local people into panic e1 e2 kinship ideals Other we share a kinship of ideals with every man and woman on earth who struggles for their god-given rights e1 e2 novel life Message-Topic the novel depicts the harsh life of workers who worked on a crab-fishing and canning boat in the northern seas of japan e1 e2 syndicate capitalists Member-Collection_reversed frank c. lewis, a representative of a syndicate of chicago capitalists, was credited as the source of this information e1 e2 helicopter grass Entity-Destination the helicopter was landing into the high grass during the combat sar demo with soldiers on board e1 e2 rainbow spray Cause-Effect_reversed also (on a proportional basis) the rainbow caused by the spray appeared smaller than that of the other rainbow e1 e2 fluther jellyfish Member-Collection_reversed the day after they had marvelled at a fluther of jellyfish, the girl looked up and frowned in confusion e1 e2 implant jaw bone Entity-Destination the implant is placed into the jaw bone e1 e2 papers threat Message-Topic the first two papers define the contemporary terrorist threat while the next three papers examine global counter-terrorism trends e1 e2 music slideshows Entity-Destination background music is added into slideshows e1 e2 cops hotels Entity-Destination the cops moved into the floating hotels e1 e2 flood reaches Entity-Origin later in the year, from november to april, the black flood arrives from the upper reaches of the river beyond timbuktu e1 e2 box dollar bill Content-Container_reversed the box contained a dollar bill e1 e2 grain countries Entity-Destination we have imported grain into developing countries in asia several times e1 e2 statesman draft Product-Producer_reversed when the statesman threw together a draft of the constitution in 1776, he probably did not realise he would be working in a couple of the positions specified quite so soon e1 e2 changes hormone Cause-Effect_reversed the changes now seen in the endometrium are caused by a hormone called progesterone e1 e2 water plants Entity-Destination i gave water to the plants e1 e2 waste fumes Cause-Effect the waste, a mixture of gasoline, water and caustic soda, gave off toxic fumes e1 e2 debris air Entity-Destination the debris were thrown into the air e1 e2 coconut oil Entity-Origin_reversed coconut oil is extracted from the kernel or meat of matured coconut harvested from the coconut palm (cocos nucifera) e1 e2 plastic container dehydrated food Content-Container_reversed the mission introduced the spoon bowl, a plastic container with dehydrated food inside e1 e2 parcel deer Member-Collection_reversed he had a parcel of twelve deer grazing his land as well as some cows so he probably required a larger water supply -- hence the canal e1 e2 populations gene pool Entity-Origin the two populations started from the same gene pool e1 e2 nape male Component-Whole the nape on the male has a turquoise blue wash over the light green base feathers e1 e2 articles sociological research Message-Topic the remaining articles run the gamut of sociological research e1 e2 ruins inhabitants Product-Producer pearson identified the bittangabee bay ruins as having been built as a store house by the imlay brothers, early european inhabitants e1 e2 wort bucket Entity-Destination i am draining the wort into the fermenting bucket e1 e2 studies medicine Other case studies, some of them book long, have made a notable contribution to scientific medicine e1 e2 books bible Component-Whole below is a list of the books of the bible e1 e2 funds account Entity-Destination other private sector stakeholders have placed funds into a separate state-specific account e1 e2 argument source Entity-Origin it is settled that the argument of theodicy is from an academical source which is not only not epicurean, but even anti-epicurean e1 e2 weak ligaments problems Cause-Effect_reversed weak ligaments are caused by problems with collagen (protein fibres in the ligaments) e1 e2 arguments practice Message-Topic it is a controversial topic that provokes strong arguments for and against the practice e1 e2 clips career Message-Topic here, in exclusive interview clips, he talked about his career and what he thought of today's television e1 e2 creativity use Other he puts creativity into use e1 e2 advertisements murders Cause-Effect this article discusses the ethics of the soldier of fortune's guns-for-hire advertisements that resulted in several murders across the united states e1 e2 book academic Product-Producer a book authored by an obscure danish academic with little or no expertise in environmental science become an international media event e1 e2 throng spectators Member-Collection_reversed wales ' commonwealth hopefuls impressed the gathered throng of spectators at the norwich union international this weekend e1 e2 ads beauty Message-Topic auto ads during this period tended to feature the beauty and engineering strength of the vehicle e1 e2 press disorders Other in 1905 the press reported extensively and vividly on the disorders in the cities and countryside, the clamor for basic reform, the political discussions e1 e2 quotation words Other quotation is used to indicate the words of another speaker or writer e1 e2 book explorations Message-Topic his famous book telling of his explorations is valuable not only for its botanical and ethnological record but also for its poetry and narrative e1 e2 interview childhood Message-Topic in the interview josie speaks about her childhood and family in dudley e1 e2 passion painting Entity-Destination she threw her passion into this painting e1 e2 gel sheath Entity-Destination an 18-gauge or 21-gauge needle guide kit was opened and sonoconductive gel was placed inside the sterile sheath e1 e2 bar corner Other the size of the thumbnails is changed with a sliding bar on the upper right corner of the window e1 e2 cd folder Entity-Destination this music cd was misplaced into the wrong folder e1 e2 questionnaires countries Entity-Destination these questionnaires were sent to 144 countries e1 e2 cabin bedrooms Component-Whole_reversed this cabin has 3 beautifully decorated bedrooms; one on each level featuring custom made log beds, each with its own bathroom e1 e2 board judge Member-Collection_reversed the first board was comprised of the county judge and the five district court judges of bexar county e1 e2 shipment cask Other they evaluated maximum number of breached assemblies and exposed fuel area for a proposed shipment in a cask with a test leakage rate e1 e2 mason stonework Product-Producer_reversed the mason who did the stonework did a wonderful job e1 e2 philosophy language Instrument-Agency_reversed philosophy is a special kind of discourse that uses language in order to give us access to extra-linguistic truth e1 e2 cells cavity Entity-Destination these cells have been injected into the vitreous cavity e1 e2 sacrifices volcano Entity-Destination the sacrifices were thrown into the volcano e1 e2 country century Entity-Destination this developing country has moved into the 21st century e1 e2 practices interviews Message-Topic_reversed the following good practices were pointed out during the interviews e1 e2 shoes box Content-Container his shoes were in a box e1 e2 mechanic wrench Instrument-Agency_reversed a mechanic attaches a socket wrench to a bolt e1 e2 brigade chefs Member-Collection_reversed we have assembled a brigade of high-profile master chefs who are creating a menu that - like ballet kelowna itself - exemplifies the very best of where we live e1 e2 stores memory Entity-Destination conflicting loads were stalled while pending stores were draining into memory e1 e2 battle panic Cause-Effect the battle caused a panic on the frontier, and settlers in the surrounding counties fled e1 e2 poet center Entity-Destination the famous poet moved into a medical center e1 e2 world jug Content-Container i've got the world in a jug, the stopper's in my hand e1 e2 chapters book Component-Whole as a general rule, chapters later in the book are designed to be studied after earlier ones e1 e2 power dams Cause-Effect_reversed for decades, most of the nation's renewable power has come from dams, which supplied cheap electricity without requiring fossil fuels e1 e2 chimpanzees tools Product-Producer_reversed chimpanzees make tools and use them to acquire foods and for social displays e1 e2 stapler anvil Component-Whole_reversed the stapler comprises a stapling head (2) and an anvil (3) e1 e2 signal laser Cause-Effect_reversed the optical signal is generated by an externally modulated tunable laser, and introduced to the chip through a tapered fiber e1 e2 byelection resignation Cause-Effect_reversed the byelection was caused by the resignation of boris johnson following his election as mayor of london in may e1 e2 structure speculation Cause-Effect_reversed swissair was a victim of the clandestine wealth-transfer plaguing the productive sector as a result of the falling interest-rate structure caused by bond speculation e1 e2 wars living rooms Entity-Destination technological advances have brought the wars into the living rooms across the world e1 e2 items home Entity-Destination the moving companies transport personal items to your new home e1 e2 dishwasher tub Component-Whole_reversed this dishwasher has the tallest tub available* and allows you to wash more than ever before e1 e2 works church Entity-Destination this week we donated handcrafted fabric works to the local church e1 e2 pier forms Other dee's end caps make pier piling sidewall forms function more efficiently by locking the forms together so they stay in place e1 e2 evacuation drill Cause-Effect_reversed he received reports from the residence hall presidents regarding evacuation after the fire drill e1 e2 message paper Content-Container the message was enclosed in a paper that was folded and sealed e1 e2 piano keys Component-Whole_reversed he cleaned his piano keys, using the proposed tips, but also remembered: playing with clean hands can prevent future headache e1 e2 gathering event Component-Whole the "happy hour" gathering was the best part of the event e1 e2 indicator land Other the frog is the environmental indicator of the land, but university of queensland researchers reckon when it comes to the sea, we should look to the turtle e1 e2 bag safe Entity-Destination ballots were tallied by an independent third party and locked in a bag which was locked in a safe e1 e2 boiler cylinder Component-Whole_reversed the worcester greenstar 30 cdi conventional boiler works with a hot water storage cylinder to provide hot water e1 e2 article food Message-Topic the point of the article is that food forms an important part of cny e1 e2 tsunamis earthquakes Cause-Effect_reversed the tsunamis triggered by the massive earthquakes plunged those provinces into crisis: the number of people dead and missing has reached to 245,782 people e1 e2 elements earth Entity-Origin the human body is the product of the earth with all elements in it originating from the earth e1 e2 novel historian Product-Producer it's basically a trashy pseudo-18th-century novel written by a american historian at harvard e1 e2 damage deregulation Cause-Effect_reversed we have to take into account the reality of the damage that has been caused by the deregulation of nutritional supplements e1 e2 anthrax suitcase Content-Container the anthrax was in a suitcase that the egyptian was supposed to deliver to someone in canada e1 e2 chair crate Content-Container the chair was in a crate and then completely wrapped in cellophane and then bubble wrap e1 e2 club hotels Member-Collection_reversed riviera holiday club consists of few hotels (look on the left part of the page) which are located on the beach, in a nice and quite park e1 e2 catastrophe metaphor Other the catastrophe is narrated through metaphor e1 e2 bread basket Entity-Destination she placed the bread in a serving basket and passed it around the classroom e1 e2 clutch eggs Other lesser black-backed gulls were capable of producing, on average, almost three times the normal clutch of three eggs e1 e2 missile canister Entity-Destination the missile was placed inside a canister and loaded into a launch facility e1 e2 drama watchdog Other a channel 4 drama set in a psychiatric unit has been criticised by a tv watchdog for its "offensive" title and for reinforcing prejudice against people with mental health problems e1 e2 estrogen dominance osteoporosis Cause-Effect estrogen dominance is one of the main causes of osteoporosis, cancer, ovarian cysts, fibroids and a host of other female problems in the u.s e1 e2 supplies regulator Component-Whole_reversed many simple dc power supplies regulate the voltage using a shunt regulator such as a zener diode e1 e2 fly jeans Component-Whole he zeroed in on the metal button in the fly of my jeans as well as the metal eyelets on my shoes as the only sources of metal that likely triggered the metal detector e1 e2 information sentence Message-Topic_reversed the essential information is found in the second sentence e1 e2 kettle drums Other itunes, however, is a different kettle of drums e1 e2 pictures box Content-Container this is movingly symbolised in the film in the way that people's homes were bare, all their memories and pictures were in a box e1 e2 man window Instrument-Agency_reversed the young man watched the snow through the window, and he wanted to stay in that cafe forever e1 e2 tribe natives Member-Collection_reversed at the same time in this very same region, lived a tribe of muslim natives known as almamy e1 e2 group bus Instrument-Agency_reversed i joined the group which took the bus to jura house gardens for the start of our walk e1 e2 king apartment Entity-Origin when the king had left the apartment, she withdrew her hand e1 e2 guide resources Message-Topic it also offers a concise guide to the historical documentary resources e1 e2 superfluity goods Other wealth is nominally a superfluity of goods required for subsistence, but the character of these goods varies with the use of wealth e1 e2 wife blogosphere Other his wife is a participant in the blogosphere, and he doesn't want to ruin the surprise for her e1 e2 mental disorders art Message-Topic_reversed mental disorders have often been featured in art and literature e1 e2 scan potential Other the scan started at the rest potential toward the positive direction e1 e2 questions rules Message-Topic the answers to questions raised about rules governing immigration were wheeled out one after another e1 e2 parameter constructor Entity-Destination the parent parameter was passed on to the qobject constructor e1 e2 tail feather Component-Whole_reversed the tail is long and thin with a blue central tail feather e1 e2 boat beach Entity-Destination the boat basically sails from the harbour to an area of a beach where they are supposed to transfer you to a smaller boat and go to the beach e1 e2 early years discussion Message-Topic_reversed the early years of autism is the topic of discussion e1 e2 basket village Entity-Origin when we arrived, a large basket of goodies was delivered from the village manager and our neighbours presented my wife with a rose to welcome us e1 e2 germs illnesses Cause-Effect the great news is that germs causing recreational water illnesses are killed by chlorine e1 e2 machine stitches Product-Producer_reversed this is more of a production machine stitching 600 stitches per minute e1 e2 experts defence Other the eu inserted experts into the national defence e1 e2 shop diameter Other the shop machined the part with a 1.25 inch diameter e1 e2 tops drawer Content-Container we store the tops for the containers in a shallow drawer to reduce the clutter e1 e2 billions reforms Entity-Destination the government has poured billions into education reforms e1 e2 manufacturer pledge Product-Producer_reversed the campaign's leaders were right to accept the arms manufacturer's pledge e1 e2 definition error Entity-Origin the popular definition is rooted in an editorial error e1 e2 rock power Other by chance, toe discovers a rainbow-coloured rock with hidden power to grant wishes e1 e2 container vault Entity-Destination that container was put inside a vault provided by stark memorial funeral home e1 e2 system carbon Other the turbines are making an electricity system with low carbon emissions even greener - already, in seattle, more than 90 percent of the power comes from renewable sources e1 e2 subsection measure Instrument-Agency_reversed amendment 4 removed the subsection which applies the measure to partner authorities of local authorities e1 e2 oven probe Component-Whole_reversed this oven has a meat probe so i tried it in the lasagna at a set temperature of 165 degrees e1 e2 rum juice Entity-Origin rum is distilled from fermented sugarcane juice, fermented sugarcane syrup or fermented molasses e1 e2 material article Entity-Origin i am grateful to a former editor of cogito for permission to reproduce material from my article 'an introduction to infinity', 1992 e1 e2 blades scissors Component-Whole in the process of engagement the two blades of the scissors engage a piece of tissue to cut e1 e2 regiment marksmen Member-Collection_reversed a handpicked regiment of 100 marksmen under general william maxwell laid an ambush in the surrounding cover e1 e2 picture frame Content-Container the picture frame hangs on the wall in my living room, reminding me that i'm the only child of three to be born and live to my parents e1 e2 papers chemistry Message-Topic today, for the first time in the uk, full examination papers in chemistry and mathematics set for 16-year-old school pupils in the people's republic of china are to be published in english and made widely available e1 e2 disruption substance Cause-Effect_reversed the disruption has been caused by a sensitivity reaction in the brain to an ingested substance e1 e2 landslide rainfall Cause-Effect_reversed the enormous landslide, which was triggered by an exceptionally heavy rainfall event (500 mm in 24 h) on 30 october 1998 e1 e2 dieters formula Instrument-Agency_reversed most dieters are familiar with the usual weight loss formula: proper diet, adequate exercise, and a healthier lifestyle e1 e2 wood bonfire Entity-Destination in the evening, he threw wood into the bonfire e1 e2 student governance Other in the framework of a holistic approach to student development and support, student services are also the contact point for other functions such as student out-of-class involvement, student participation in the university governance as well as in the student union e1 e2 speech measures Message-Topic his speech outlined urgent measures for stimulating the economy e1 e2 plane earth Entity-Origin more than 20 years have passed since the last plane took off from the earth e1 e2 market structure Other the market is rooted in the structure of zanzibar household economies, and therefore proides an indispensible function in daily life e1 e2 ozone layer atmosphere Component-Whole the ozone layer is a relatively small constitute part of the earth's atmosphere, although it accounts for a large protection measure e1 e2 guidelines lenders Instrument-Agency debt-to-income ratios are referred to as the guidelines that are used by mortgage lenders in order to determine your maximum mortgage amount e1 e2 officer oath Product-Producer_reversed the officer swore an oath of secrecy on becoming a sky marshal, so his name can't be revealed e1 e2 wine rack Content-Container the wine was stored in a wine rack so the cork has been wet to prevent the wine from turning to vinegar e1 e2 list safe Content-Container the list of passengers and crew, handed to the purser just before the steamer left providence, was locked in a safe, and it was not recovered e1 e2 restaurant website Message-Topic_reversed the restaurant is advertised by the official municipal website e1 e2 wolf pack Member-Collection this pecking order continues all the way down to the most subordinate wolf in the pack e1 e2 rhumba rattlesnakes Member-Collection_reversed a rhumba of rattlesnakes plagued a village e1 e2 point background Entity-Origin my point was coming from a welding background that good goggles are most definitely not hard to find e1 e2 examination process directives Other the complete examination process has been carried out according to the pertinent directives e1 e2 poet imagery Instrument-Agency_reversed even if an abstract theme is at the center of the poem, the poet still uses concrete imagery in order to make it more accessible e1 e2 leaflet entitlements Message-Topic this leaflet gives a summary of holiday entitlements e1 e2 gas pyrolysis Cause-Effect the heated gas caused a pyrolysis on the lower part of oil shale and produced shale oil and oil shale gas are escaped from the retort through exhaust pipe e1 e2 queue reports Other the signoff queue is used for reports that the user has not seen before e1 e2 files directory Entity-Destination we put the files into a date-based directory like yy/mm/dd e1 e2 couple town Entity-Origin the couple hailed from tezpur town in northern assam e1 e2 bottle teeth Content-Container_reversed in her dentist dad's office, with the help of her brother norman she finds a bottle full of pulled teeth e1 e2 guns room Content-Container my guns are locked in my room e1 e2 student university Member-Collection thus, aptitude provides no information about critical interactional processes that take place after the student has enrolled in the university e1 e2 scream chambers Entity-Origin the scream was coming from his own chambers; he ran through them and drew to a halt at the doorway to eirin's room e1 e2 products hamper Content-Container the winner has received the years worth of beauty products in a hamper e1 e2 program bio-scientist Product-Producer he is also a work of fiction, a software program written by a bio-scientist from st petersburg and a finalist in a contest to find the world's first thinking computer, staged yesterday at reading university e1 e2 emissions atmosphere Entity-Destination it was a significant environmental hazard in the copper smelting process when the emissions were released into the atmosphere e1 e2 cover canister Entity-Destination the tonneau cover retracts into a canister e1 e2 house senators Member-Collection_reversed his reformation of many of the roman laws caused quite a bit of discomfort in the seats of power at the house of senators e1 e2 entitlements property Other parties have inherited entitlements to property e1 e2 claimant statement Other the libel claimant has proved that the statement was defamatory e1 e2 prices collapse Cause-Effect the low oil prices caused the collapse of the wall and the russian empire e1 e2 cashier till Other by charging odd amounts like 49 or 99 cents, the cashier very probably opened the till e1 e2 cells bone Entity-Destination the cancer cells have increasingly been moving into the bone e1 e2 visitors vineyard Entity-Destination this christmas, visitors travelled to the vineyard by the free bus e1 e2 geodiversity objective Entity-Destination geodiversity has been added into the objective e1 e2 pain parasite Cause-Effect_reversed the pain was caused by the parasite entering the body through the skin during bathing or drinking of infested water e1 e2 bevy roebucks Member-Collection_reversed one who lives in the area of the ural mountains has a possibility of observing a bevy of roebucks e1 e2 washer water Instrument-Agency_reversed washer works with a single cup of water e1 e2 reaction temperature Cause-Effect_reversed the reaction starts at a rather low temperature ( + 5c), and the calorimeter is run from 40 to 130c e1 e2 accommodation hall Component-Whole_reversed the accommodation briefly comprises of hall, downstairs w.c., lounge, kitchen, three bedrooms and bathroom e1 e2 harlot hornpipe Other next to moll lived the celebrated actress nancy dawson, a former harlot made famous by her lascivious hornpipe in gay's phenomenally popular the beggar'ss opera e1 e2 committee member Member-Collection_reversed he has been a committee member for gungarde in cooktown e1 e2 paw cat Component-Whole the paw of the cat thus appears to be more sensitive to temperature changes than was believed previously, and its temperature sensitivity may be comparable to that of the hand of the primate e1 e2 unit archers Member-Collection_reversed on the seleucid right flank atticus deployed the elite companions screened by a single unit of scythian horse archers e1 e2 weapon wooden box Content-Container a weapon was inside a wooden box behind a stereo cabinet that was suspended about seven feet above the floor e1 e2 stable horses Member-Collection_reversed while jackson was in the white house he kept a stable of race horses -- perhaps the only president of the united states ever to run a racing stable e1 e2 job listings careers section Entity-Destination job listings in india have been added to our careers section e1 e2 conference kortdage Component-Whole the conference was a part of the danish kortdage and was arranged by geoforum in cooperation with gi norden e1 e2 cars signal Entity-Origin the left-turns are sequenced to correspond to the arrival of the group of cars from the upstream signal e1 e2 cable machine Component-Whole he atached a handle to the upper part of a cable machine e1 e2 challenges recruitment Other but we are not at all complacent and we are well aware of the challenges around recruitment e1 e2 button mouse Component-Whole this is made possible by unscrewing the three or four screws from the button of the mouse e1 e2 towns year Other the influential towns of brownville and fontanelle were founded that year as well e1 e2 slice beaker Content-Container on the table, a potato slice was already placed in a beaker of distilled water e1 e2 discovery worker Other a chance discovery made by a road worker in 1956 uncovered a rich find of 360 million year old fish fossils e1 e2 psychiatrist drugs Instrument-Agency_reversed the psychiatrist killed him with the drugs she gave him e1 e2 handgrip wheelchair Component-Whole the user-friendly control device is mounted on the handgrip of the wheelchair e1 e2 restaurant products Instrument-Agency_reversed the restaurant creates dishes using farm fresh products and organic products found from local farms like meadow mountains and haystack e1 e2 practices engineers Instrument-Agency i conducted a training seminar on energy efficiency best practices for engineers at the pune municipal corporation e1 e2 poster exhibition Message-Topic this poster advertises the 1898 exhibition of the shroud e1 e2 alcohol steam bath Entity-Origin the alcohol was distilled from a steam bath, and the lactone was separated from the sodium bromide by extraction with ether e1 e2 survey opinions Message-Topic the survey documents children's opinions on a wide range of social issues e1 e2 suitcase oranges Content-Container_reversed my grandmother came here when she was 17 years old with nothing but a suitcase full of oranges e1 e2 sample vial Entity-Destination each sample of the felt was enclosed in a separate glass vial with blanks of polished lead, silver and copper e1 e2 brothers movie Product-Producer_reversed the brothers wrote this movie after coming up with the characters e1 e2 song writers Product-Producer elsewhere, you'll find a real embarrassment of riches, with song after brilliant hit song from the fertile imaginations of the great brill building writers e1 e2 tittering magpies Member-Collection_reversed when a murder of crows and a tittering of magpies get into a turf war over susie wu's eucalyptus, the real winner is susie's cat, mittens e1 e2 police report Product-Producer_reversed the police report has cast a spotlight on america's self-help industry e1 e2 flight gate Entity-Destination my flight arrived at the usual gate e1 e2 barley spirits Entity-Origin_reversed the rising popularity of malted whiskies, especially single malt barley spirits, is evidenced in the growing number of distilleries and labels that have been cropping up over the past few years e1 e2 bank bubble Other towne bank, which has only one retail location, was one of those opportunistic upstarts, a bank built on a bubble e1 e2 detachment volunteers Member-Collection_reversed meanwhile, general wadsworth with a detachment of militia volunteers and winfield scott's regulars crossed the river to reinforce captain wool's position and take command e1 e2 helix nucleotide Other the helix runs away from the nucleotide e1 e2 joy teaching Cause-Effect_reversed i derive a tremendous amount of joy from teaching students in the research laboratory e1 e2 galaxy footballers Member-Collection_reversed besides a galaxy of prominent footballers, his colleagues, sportspersons and people from all walks of life paid last respect to the departed footballer e1 e2 combination inhibitors Other the study found that people who took the combination of cholinesterase inhibitors (aricept, razadyne, or exelon) and memantine, showed a significantly slower rate of cognitve decline than those who took only a cholinesterase inhibitor or no drug e1 e2 horns mountains Other antelope horns grows from the southern california desert mountains across to arkansas and up into kansas e1 e2 problem events Cause-Effect_reversed a very serious problem ensued from the events of the day e1 e2 book coloring Message-Topic the book contained not only recipes but also such things as coloring of textiles and other things concerning a household e1 e2 revellers party mode Other he sent the revellers into party mode e1 e2 jam canteen Entity-Destination trench pudding is made from broken biscuits, condensed milk, jam put into a canteen and cooked over a little spirit stove e1 e2 revolution writing Cause-Effect_reversed a first revolution was triggered by the growing use of reading and writing e1 e2 passage flag Message-Topic the pertinent passage describes the flag as a tricolor consisting of green, white and orange bands e1 e2 statement account Component-Whole a witness statement contains the witness's factual account of the circumstances of the dispute e1 e2 bristles brush Component-Whole you shaped the bristles of the brush with clean lather still in it e1 e2 molding paperboard Entity-Destination the extrusion blew the molding into paperboard e1 e2 agency allegations Other the us regulatory agency was investigating allegations that at least one plane was considered unsafe to fly e1 e2 biofilm inside Other the resulting biofilm grows from the inside out rather than planktonic organisms attaching and promoting the growth from the outside e1 e2 vibration train Cause-Effect_reversed the vibration caused by a heavy goods train on the metropolitan railway, which runs under the exhibition premises, had shaken the figure off its balance e1 e2 offer company Product-Producer the other offer was from an old-line investment counsel-mutual fund company in new york e1 e2 feature software Entity-Destination a similar image search feature has been added to the software e1 e2 formation dragoons Other it also gives some of the history behind the formation of wolf's dragoons and some of the battles and campaigns the mercenary regiment has fought e1 e2 hull boat Component-Whole the hull of the boat is carved from a single piece of wood e1 e2 metal cube jacket Content-Container a metal cube, one meter on each side, is enclosed in a thermally insulating jacket e1 e2 surges lightning Cause-Effect_reversed voltage surges or spikes are caused by lightning, short circuits, power company equipment problems, and inductive spikes, among many other causes e1 e2 design artist Product-Producer this is a tattoo design an artist drew up e1 e2 damage crisis Cause-Effect_reversed the recovery is weak and fragile, and the economic and social damage caused by the crisis is long-lasting e1 e2 mycoses fungi Cause-Effect_reversed the cutaneous mycoses are caused by a homogeneous group of keratinophilic fungi termed the dermatophytes e1 e2 crisis collapse Cause-Effect_reversed recovery from the global economic crisis triggered by the collapse of lehman brothers was achieved with cooperation from brazil, russia, india and china e1 e2 microphone signal Cause-Effect the microphone converts sound into an electrical signal e1 e2 mass movement Other the trapped mass takes part in the movement and therefore contributes to the inertia of the system e1 e2 disk image Product-Producer_reversed baird's scanning disk produced an image of 30 lines resolution, just enough to discern a human face, from a double spiral of lenses e1 e2 implants bone Entity-Destination several authors have inserted implants into bone that have been subject to higher radiation doses e1 e2 transmitters orangutans Entity-Destination the sabah wildlife department has implanted transmitters into three orangutans e1 e2 hygrometer spring Entity-Origin the hygrometer was manufactured in the spring of 1995, and it was calibrated for the first time in june 1995 e1 e2 menage shadows Member-Collection_reversed next up was the climb, a slow steady rock strewn menage of eirie shadows reflecting off of tall trees and red rocks e1 e2 goatfish barbels Component-Whole_reversed goatfish use a pair of large chin barbels to probe the sea bottom to detect buried prey e1 e2 billion economy Entity-Destination olympics have already poured one billion into the economy e1 e2 items plastic bag Entity-Destination we removed the sharp items into the plastic bag e1 e2 wall shop Component-Whole barrymore is singing while painting the flowers on the wall in the shop e1 e2 friends apartment Entity-Destination my two friends have moved into my apartment last weekend e1 e2 closet writer Other i've been a closet writer for a long time e1 e2 report application Message-Topic the commission submitted to the council and the european parliament a report on the application and conditions of implementation of the agreement e1 e2 swelling expansion Cause-Effect_reversed swelling of the resin is caused by the expansion of the structure as a result of water (or other liquid) molecules penetrating the matrix e1 e2 setbacks design Cause-Effect_reversed there were setbacks and technical problems that ensued from the location design, flooding, and moisture that plagued the winery and bumped up the investment cost beyond the initial budgetary estimates e1 e2 mattress money Content-Container_reversed an israeli woman mistakenly threw out a mattress with money inside, setting off a frantic search through tons of garbage at a number of landfill sites e1 e2 bisexuality book Message-Topic_reversed lauren also explores bisexuality in this new book e1 e2 researchers exams Instrument-Agency_reversed the researchers studied the efficiencies of assessment through exams, particularly if the marking is routine or automated, are counterbalanced by its limitation e1 e2 toxic materials water Entity-Destination plastic water bottles leak toxic materials into the water e1 e2 data entry database Entity-Destination a basic data entry has been added to the database e1 e2 goat herd Member-Collection prevention of cae viral infection is important in goat herd management because there is no treatment that eliminates cae virus or vaccine to prevent this disease e1 e2 infraction clot Cause-Effect_reversed we find evidence that ernst suffered a thrombotic cardiovascular event, i.e., a myocardial infraction triggered by a blood clot e1 e2 mask raccoons Member-Collection_reversed i will leave it up to wes to tell you about the mask of raccoons we encountered on the trip e1 e2 content encyclopedia Entity-Origin some content from the encyclopedia became a part of microsoft's encarta digital encyclopedia e1 e2 fire building Other fire was venting from the first floor of a multi-storeyed building in south mumbai's nariman point area on monday e1 e2 water paintings Entity-Origin the water evaporated from the paintings, leaving only the colored salt behind e1 e2 memory neurons Content-Container the memory is stored in the same neurons that responded to the odor e1 e2 version tale Entity-Origin_reversed the perrault version is the source of the most familiar cinderella tale e1 e2 strawberry jam Entity-Origin_reversed strawberry jam is the perfect way to use a glut of strawberries and is so easy to make with this strawberry jam recipe e1 e2 website details Component-Whole_reversed this website is dedicated to providing event details, guest book, class photos, rsvp, payment collection and trip planning information e1 e2 chain saws Component-Whole it's important you choose the right one as chain saws are quick to start malfunctioning if the chain saw you choose isn't up to the task at hand e1 e2 rod tool Component-Whole the rod in the hand priming tool is quite long and the handle bottoms out before the primer is completely seated e1 e2 accompaniment condiments Other the charcuterie was well portioned offering lots of variety, well textured, with a nice accompaniment of condiments and composed salads e1 e2 hands clock Component-Whole the hands of the clock are stainless steel tubing: the hour hand is 14.5 ft, the minute hand 17.5 ft and the second hand 21 ft long e1 e2 speaker question Product-Producer_reversed the speaker opens the poem with a question addressed to the beloved e1 e2 egg nest box Entity-Destination when his pullets got ready to start laying, he placed the fake egg in a nest box, thus giving them the idea that the boxes were "the place" to lay their eggs e1 e2 robbers store Entity-Origin the robbers ran away from the store without any money e1 e2 film life Message-Topic this is a short film with 12 minutes duration on the life of a live statue - a mimo - on the streets of florence, italy e1 e2 skulk thieves Member-Collection_reversed a skulk of thieves gathered for their monthly summit e1 e2 discussion issues Message-Topic picture books invite students to engage in critical discussion of complex issues of race, class, and gender e1 e2 protesters road Other the protesters carefully chose a private road in order not to cause inconvenience to the public e1 e2 peakeffect effect Cause-Effect_reversed the breakdown of the linear relation of j,1 d at peakeffect region indicates that the peakeffect originates from an addition pinning effect e1 e2 insert machine Content-Container this set of buttons comes with the colorful printed paper insert placed inside of the gum machine e1 e2 bottle honey Content-Container_reversed when a bottle full of honey was weighed, its weight was 1 kilogram e1 e2 trespass interference Other the gist of trespass is direct physical interference with another's exclusive possession of land e1 e2 galaxy stars Member-Collection_reversed the milky way, the galaxy of billions of stars that contains the solar system, has been devouring a much smaller galaxy for hundreds of millions of years, but until now the "dwarf" galaxy had been mistaken for a portion of the milky way itself e1 e2 corn spirits Entity-Origin_reversed the distillation of corn spirits, which appears to have been first brought to high perfection in germany, and in holland, is now become an important assistance to our agriculture, particularly in the departments on the north and east of france e1 e2 book official Product-Producer a best-selling book by an anonymous cia official assures us that our "survival" is at stake e1 e2 pile ashes Member-Collection_reversed one of them jumps from the boat to the bank and turns into a pile of ashes, as if he had been on the earth for hundreds of years e1 e2 surgeon forceps Instrument-Agency_reversed during camera adjustment, the surgeon accidentally tore the choroid and retina with a tissue forceps e1 e2 bleeding artery Entity-Origin the bleeding usually originates from an artery in the back part of the nose e1 e2 garment reliquary Content-Container here is a detective story involving some scientists and their efforts to explain the origins of a mysterious garment found in a reliquary e1 e2 products countries Entity-Destination many old products are exported to developing countries e1 e2 headache wine Cause-Effect_reversed however, a headache from wine is often stronger and last longer due to several compounds e1 e2 fields theme Other specialists from various fields pertinent to the theme took part and presented specific aspects of the topic e1 e2 court assumption Entity-Origin the court started from the assumption that the constitution applied e1 e2 container capacity Other the container encloses a one-cup capacity, plus with the bonus lid it provides convenient storage of chopped foods e1 e2 impulses heartbeat Cause-Effect the maze procedure crates new pathways for the electrical impulses that trigger the heartbeat e1 e2 custom military Entity-Origin although the custom originated in an all male military, it is gender neutral e1 e2 federation workers Member-Collection_reversed as a federation of the most skilled workers, and therefore the best paid workers, the afl came to identify its own interests closely with the interests of the american system e1 e2 volume essays Member-Collection_reversed this volume contains fifteen essays by well-established scholars addressed to various aspects of russell's wide-ranging and dynamic philosophical work e1 e2 song singers Other early in the song, the background singers repeat the christian and jewish word of praise, "hallelujah" e1 e2 egg miner Product-Producer an association between increased egg laying by the leaf miner and increased caffeine levels in coffee leaves was recently recognized e1 e2 migraines injuries Cause-Effect_reversed we discovered that my chronic migraines and neck pain were caused by the injuries i had sustained in my first car accident two and a half years ago e1 e2 play questions Message-Topic the play reflects, among other things, questions about the nature of political power and the dilemmas facing royal families e1 e2 mouse scroll ball Component-Whole_reversed this is a tutorial on how to fix a mighty mouse 's scroll ball e1 e2 shield radius Other the 180 cm thick concrete shield starts at the radius of 600 cm e1 e2 information packet Content-Container the information was inside a sealed packet, so purchasers may not have known they could not enter the competition e1 e2 techniques interrogators Instrument-Agency brainwashing techniques were used by some british interrogators during world war ii e1 e2 activities newsreels Message-Topic_reversed the activities were documented on the newsreels of the day, and form part of a new bbc television series e1 e2 rains overflow Cause-Effect the continuous rains had caused the overflow of sulangaling river, a creek of the muara batang e1 e2 pharmaceutical capsule Content-Container the weight of the pharmaceutical in a capsule is dependent on the volume of the channel in the dosage plate and the density of the pharmaceutical e1 e2 deck cards Member-Collection_reversed he used a real deck of cards e1 e2 arms manufacturer Product-Producer dick olver, chairman of bae systems, found himself fighting a battle on two fronts at the arms manufacturer's annual meeting in london e1 e2 disease humans Entity-Destination this disease is spread to humans via fleas from rats infected with the bacteria yersinia pestis e1 e2 cigarettes producer Product-Producer furthermore, the production of cigarettes by the major producer has continued e1 e2 sun evaporation Cause-Effect sun and wind cause evaporation of water, causing rains, and this energy can be caught using hydroelectric power e1 e2 formation parties Other it has changed the way i think about the formation of parties and party systems e1 e2 wren nests Product-Producer_reversed the cactus wren builds many nests in the cactus, but actually nests in only one e1 e2 papers construction Message-Topic a variety of methods are known, but only a few papers give details of equipment construction e1 e2 distress delusions Cause-Effect_reversed he schose the better approach: to be honest and understanding and to acknowledge the distress caused by the hallucinations or delusions e1 e2 drive drum Entity-Origin the skeletal percussive drive grows from an absentmindedly struck bass drum e1 e2 fatigue corrosion Cause-Effect fatigue corrosion and stress corrosion are similar, as both are caused by external stresses applied to the pipe and occur inside of the pipe e1 e2 cartridge printer Entity-Destination the man placed the cartridge into the printer e1 e2 cooperative producers Member-Collection_reversed mbaka is a member of the agricultural cooperative of vegetable producers in kinshasa's changu district e1 e2 train doors Component-Whole_reversed this train has as many as six sets of doors on each side to shorten the time for passengers to get on and off at station e1 e2 committee chair Member-Collection_reversed the awards committee is comprised of a chair appointed by the president, with the approval of the board of directors e1 e2 tea bag Content-Container my chihuahua ate a tea bag of green tea within the last two hours e1 e2 fire southeastern end Other the fire started at the southeastern end of the circus maximus in shops selling flammable goods e1 e2 handpiece coil Component-Whole_reversed the handpiece contains a primary coil and the sleeve encloses a secondary coil, which are inductively coupled together so that electromagnetic energy can be transferred between them e1 e2 chip modem Entity-Destination at&t inserted a new chip into their latest modem e1 e2 release gallery Product-Producer a news release from the gallery, however, told a different story e1 e2 user broach Instrument-Agency_reversed previously, the end user machined the wrenches with a high-speed steel pull broach e1 e2 champagne glasses Entity-Destination the bride and the groom poured champagne into stacked champagne glasses e1 e2 yolk third Component-Whole the yolk makes up about a third of the liquid weight of the egg e1 e2 vaccine outer-surface protein a Other we assessed the efficacy of a recombinant vaccine consisting of outer-surface protein a (ospa) without adjuvant in subjects at risk for lyme disease e1 e2 perchlorate soil Entity-Destination disposed perchlorate-based products have released perchlorate into the soil e1 e2 youngster apartment Entity-Origin things reach a head when the capricious youngster runs away from the jeffersons' apartment e1 e2 angel lantern Instrument-Agency_reversed her guardian angel went before her, lighting the road with a headlight-like lantern e1 e2 weight gain stress Cause-Effect_reversed the best kept secret for avoiding abdominal weight gain due to stress is the use of adaptogens e1 e2 items stovetop Other other items advertised on tv simply melt the chocolate on the stovetop e1 e2 natural history programmes Message-Topic_reversed natural history programmes began as live outside broadcasts on bbc television in the early 1950s e1 e2 sense language Other the sense was extended from the language to the people who spoke it e1 e2 red grape wine Entity-Origin_reversed in the eastern orthodox church, for example, sacramental wine used in the divine liturgy must usually be pure red grape wine, often sweet e1 e2 farmer surplus Other the farmer produced a surplus despite the country's worst drought in 30 years by using conservation farming techniques e1 e2 story boards Message-Topic_reversed the story is being discussed on message boards e1 e2 rookery herons Member-Collection_reversed baur and adams found on albemarle a rookery of white herons e1 e2 poet imagination Other it is an eden invented by the poet's imagination into which external values are not disregarded, but have been absorbed and re-invented e1 e2 diamonds safe deposit box Content-Container her diamonds are locked in a safe deposit box e1 e2 bones freezer Content-Container scientists store the bones in a freezer, helping to preserve the remaining dna that has been exposed to soil for three decades e1 e2 orchard plums Member-Collection_reversed i once had a mixed orchard of plums, sweet cherries, apricots, tart cherries, peaches and apples e1 e2 story standards Other treasure island is a gripping pirate story, fast-paced by the standards of its time and full of action e1 e2 toll earthquake Cause-Effect_reversed vietnam's response on the toll caused by the earthquake in sichuan, china e1 e2 model jar Content-Container the clay model was in a jar wrapped in a daily mirror from 1947 e1 e2 tech internet Instrument-Agency_reversed semiconductor tech diagnoses eye disease over the internet e1 e2 pig head Component-Whole_reversed a typical pig has a large head with a long snout which is strengthened by a special prenasal bone and by a disk of cartilage in the tip e1 e2 teacher program Product-Producer_reversed during the 1980s, that exceptional teacher at a poor public school built a calculus program rivaled by only a handful of exclusive academies e1 e2 shot gun Entity-Origin james was seriously injured; the shot was fired from his own gun, which he had left on the bank e1 e2 student jump Other a university of colorado student died due to a jump from an overpass onto us 36 e1 e2 bottle chemicals Content-Container_reversed given the choice, i much prefer to have products with natural ingredient than have a bottle full of chemicals e1 e2 developer posting Product-Producer_reversed an application developer with adobe said in a blog posting that adobe is working on the security flaw e1 e2 resident association Member-Collection a happy resident feels part of their association e1 e2 bratpack pornographers Member-Collection_reversed an emerging bratpack of young female pornographers is storming the market and challenging lads' magazines such as fhm and esquire. e1 e2 course water Other after mile 17 the course went away from the water and onto streets with trees e1 e2 earth sun Other as the earth revolves around the sun, the place where light shines the brightest changes e1 e2 review work Message-Topic as of october 5, 2009, the group has finally produced a review summarising the work performed over the past 12 years e1 e2 problem state Cause-Effect_reversed their analysis demonstrates beyond any doubt that the problem of unemployment has been caused by the state, not by any inherent flaws or failures in a free market e1 e2 sisterhood singers Member-Collection_reversed eve joins an entire sisterhood of female singers e1 e2 companies governments Instrument-Agency critics of the industry maintain that private military and security companies are used by governments in order to circumvent attention e1 e2 historians evidence Instrument-Agency_reversed historians use evidence and artifacts e1 e2 pouch rod Content-Container_reversed the pouch contained a small stubby rod looking somewhat like a pencil but containing a rod made of antler e1 e2 tube stomach Entity-Destination it is because schiavo cannot swallow that a feeding tube was inserted directly into her stomach e1 e2 password email Entity-Destination a temporary password has been sent to your email e1 e2 rotors generators Component-Whole in a power system consisting of transmission lines connected together and to two or more generators, the rotors of the generators rotate at a constant speed e1 e2 student interview Entity-Origin a student went away from an interview buoyed up by wise and wholesome advice e1 e2 inequality riots Cause-Effect the inequality and poverty caused the riots in 2001 e1 e2 book index Component-Whole_reversed the book includes a 13-page index, which is quite extensive for a volume of this length e1 e2 marshes farms Other the marshes have been drained into the farms e1 e2 suitcase papers Content-Container_reversed all i had left were two pairs of shorts, one pair of underwear, a pair of slippers, a purse and a suitcase with some important papers in it e1 e2 lithium stainless steel tray Content-Container the lithium was contained in a stainless steel tray in two semicircular halves at the bottom of the vacuum vessel e1 e2 mitochondria generations Other mitochondria were passed on to subsequent generations only through egg cells e1 e2 ember turnip Entity-Destination jack placed the ember in a hollowed-out turnip, one of his favorite foods and an item he often stole and carried with him e1 e2 orca exhibit Component-Whole moby doll was the first captive orca displayed in a public aquarium exhibit e1 e2 epigraphs hell Message-Topic all the epigraphs make reference to hell or the underworld e1 e2 wafers sites Entity-Destination the wafers are shipped to sites for probing e1 e2 chocolate cake Entity-Origin_reversed german chocolate cake is one of my all time favorite cakes and with our step by step instructions you simply cannot go wrong e1 e2 analysis value Other cost-benefit analysis is used mainly to assess the monetary value of very large private and public sector projects e1 e2 companions way Other the three companions reached the city by way of the river selintan e1 e2 club parents Member-Collection_reversed the club consists of parents, friends, alumni and local businesses e1 e2 flyers company information Message-Topic flyers and postcards supply current clients with company information, but normally do not increase clients to the mailing list e1 e2 menage characters Member-Collection_reversed belfast student martin lives as part of a menage of outlandish characters all struggling to make sense of the 1970s psychosexual revolution under the watchful eye of their colourful landlady crystal e1 e2 back coffeemaker Component-Whole the model number is found on the back of the coffeemaker e1 e2 report learning Message-Topic the australian flexible learning framework has released a new report on mobile learning e1 e2 word word Entity-Origin the word 'donjon' was derived from a latin word meaning 'dominating point' e1 e2 protagonist place Entity-Destination using a teleport, the protagonist travels into any place instantly e1 e2 eggs dish Content-Container we kept raw eggs in a dish in the fridge for too long e1 e2 speech doctrine Message-Topic obama uses nobel speech to explain his foreign policy doctrine e1 e2 heat body Cause-Effect_reversed it seems like the fever heat got pushed out from the body as rashes e1 e2 roof building Component-Whole repairs were being carried out on the roof of the building, which was partly made of felt e1 e2 girl candle Instrument-Agency_reversed visibly disturbed, the girl searched the room with the burning candle e1 e2 potter wheel Instrument-Agency_reversed after the pottery is formed, either by a potter's wheel or more primitive means, it has been left to thoroughly dry e1 e2 series development Other this series made a contribution to the development of museological thought e1 e2 plan designer Product-Producer the universe was made with a plan by a designer e1 e2 grammars languages Other hence, the left regular grammars generate exactly all regular languages e1 e2 ruler empire Other this feared ruler founded the largest land empire in history e1 e2 holder aircraft Product-Producer_reversed the record holder folded his 10cm aircraft by hand from a single sheet of paper and did not use scissors or glue e1 e2 document independence Message-Topic the chilean declaration of independence is a document declaring the independence of chile from the spanish empire e1 e2 protocol stack Other to connect the microcontroller to the internet, one must implement a protocol stack on the device e1 e2 crank shaft Component-Whole the slide system consists of a slideway and a sliding element, whereas the slide system is connected to at least one piston and the crank of the shaft e1 e2 serpent cradle Content-Container it's killed a serpent that was in the cradle e1 e2 furniture room Entity-Destination the two men moved the furniture into the room e1 e2 oil prolongation peak Entity-Destination global oil prolongation is approaching its peak e1 e2 book notion Message-Topic the book asserts the notion that men and women are as different as beings from other planets e1 e2 apparatus panels Instrument-Agency_reversed the present invention concerns an apparatus that makes a modular wall using a plurality of panels e1 e2 program discussion Component-Whole_reversed the program offers a lively discussion of magnificent value e1 e2 soda cup Content-Container but my soda was in a cup, so no top made it very unwieldy e1 e2 newsletter projects Message-Topic the newsletter tells of practical projects developed to help those affected by the pandemic e1 e2 files date Entity-Origin the jackson county court case files from that date have been lost, and the entries in the judgement book are ambiguous e1 e2 club homes Member-Collection_reversed the club consists of 902 condominium homes each with a unique golf course or lake view e1 e2 nye pheasants Member-Collection_reversed the nye of pheasants had increased to 23, including four cock birds e1 e2 violence country Entity-Destination violence and corruption are spreading into this country e1 e2 planes rooms Entity-Destination the 9/11 planes directly flew into the computer rooms e1 e2 technician fishermen Other a technician assists the fishermen with this e1 e2 titles authors Product-Producer many publishing houses delayed some of their hottest books to the first of the new year to remove them from a scrum of titles from big-name authors that were released last fall e1 e2 hearing allegations Message-Topic on 17 may 2005, the committee held a hearing concerning specific allegations e1 e2 awards areas Other we are therefore invited software engineering researchers to apply for research awards in all areas of software engineering e1 e2 discolouration properties Cause-Effect_reversed the yellow discolouration has been caused by the damaging acidic properties of the low-grade mount used in the original frame e1 e2 troops incursion Other british troops made their deepest incursion into basra yesterday, "poking a toe" within four miles of the centre e1 e2 recommendation executive Entity-Destination the sports medical committee has passed on the recommendation to the fifa executive e1 e2 flour stockings Entity-Destination for this installation, i poured flour into nylon stockings and created shapes that looked a lot like bodies themselves e1 e2 painter roller Instrument-Agency_reversed with the recent invention of plastic core roller covers, the painter is able to complete an entire job no matter how large, with their original roller e1 e2 bomb can Content-Container the man was bluffing because the bomb was in a can of orange juice that had been served by the airline itself e1 e2 church state Product-Producer a state church is created by the state, as in the cases of the anglican church, created by henry viii e1 e2 astronomy book Message-Topic_reversed sun astronomy is explored in this book with large type, full-page color photos, and a word list for young readers e1 e2 man microphone Instrument-Agency_reversed a man uses a microphone as he gives a speech e1 e2 e-mail account Entity-Origin the e-mail was sent from the private account of a member from guarding our children against marijuana, or gocam e1 e2 film girls Message-Topic the film portrays four girls in a trend-setting clique at a fictional ohio high school e1 e2 division swordsmen Member-Collection_reversed near bailli, a division of veteran swordsmen proved its valor and killed a division of medieval infantry with minimal losses e1 e2 material copy Entity-Origin this material was produced from a microfilm copy of the original document e1 e2 general train Instrument-Agency_reversed the general reached the city by train from worcester at 6, and was received by a delegation from the military of the city, accompanied by the brigade band e1 e2 cement factory Product-Producer dominicans have been protesting against the proposed construction of a cement factory in the protected area of los haitises national park e1 e2 damage tsunami Cause-Effect_reversed the damage caused by the tsunami - at least the physical damage - is barely visible in some places e1 e2 kaleidoscope butterflies Member-Collection_reversed we used the scope to leisurely study the kaleidoscope of whirling and nectaring butterflies e1 e2 surgeon group Member-Collection dr. brian howard is a remarkably skilled atlanta plastic surgeon who is part of a select group of medical professionals who has certification in plastic surgery e1 e2 troops zone Entity-Destination last week, the troops moved into a dangerous war zone e1 e2 tomato soup Entity-Origin_reversed homemade tomato soup is so much better than the shop bought versions e1 e2 table party Message-Topic the following table indicates the party of elected officials in the u.s. state of california e1 e2 ark cave Content-Container the ark was hidden in a cave beneath the temple mount in the very heart of israel e1 e2 ear lobes Component-Whole_reversed i used these techniques to stretch my ear lobes to accept 6 gauge earrings e1 e2 examiner probe Instrument-Agency_reversed the examiner lightly touched the cornea with a hand-held probe until a reading was automatically recorded e1 e2 individual collective unconscious Other for jung, the individual is a participant in a 'collective unconscious' e1 e2 designer hotel Product-Producer_reversed 144 of those apartments have been personally designed by giorgio armani and the tower also boasts the designer's first hotel e1 e2 son embassy Entity-Destination leader moammar gadhafi's son has been handed over to the libyan embassy in switzerland e1 e2 cabin site Entity-Origin the cabin was moved from its original site near huxley, iowa, as a project of the ames heritage association e1 e2 sister house Entity-Destination after 30 minutes, my sister arrived to my house for dinner e1 e2 ticker posts Entity-Origin the above ticker was distilled from my daily posts to twitter e1 e2 message chairman Product-Producer that ominous message from the chairman has been followed up this afternoon with the departure of manager russell slade e1 e2 team army Component-Whole the medical team of the army has undertaken a vaccination drive to prevent outbreak of any epidemic e1 e2 pistachios fruit Entity-Destination the chef stirred the chopped pistachios into the soaked fruit e1 e2 network cord desk Content-Container there wasn't wireless internet, but a network cord was in the desk e1 e2 gaps resonance Cause-Effect_reversed the gaps in the rings are caused by resonance between the particles in the rings and the moons orbiting nearby e1 e2 tapir snout Component-Whole_reversed the baby tapir snorgled its snout into the basket full of cuddly baby bunnies e1 e2 identity heritage Entity-Origin the diaspora's identity is rooted in an ancient heritage, a rich language and literature and a vibrant culture e1 e2 factories products Product-Producer_reversed subsidiary sales companies were also located in canada, germany, and italy, and two factories were producing products in england e1 e2 scientist copy Product-Producer_reversed the scientist synthesizes a copy of the magical red ball by using a few fragments that were left on the grandfather's hand e1 e2 novel photographs Component-Whole_reversed this documentary graphic novel brings together starkly beautiful black and white photographs taken by lefevre e1 e2 perspective knowledge Entity-Origin his perspective was gained from a knowledge of history and theology e1 e2 drugs box Content-Container the drugs were in a box e1 e2 letter confetti hearts Content-Container he sent his love a letter with confetti hearts inside of the letter so they pour out everywhere when his sweetheart opens it e1 e2 engineer permit Other he followed a specific procedure for obtaining the engineer's permit in quebec and met certain requirements to receive an engineer's permit e1 e2 party hour Other the party starts in an hour e1 e2 publication controversial topics Message-Topic fact magazine was an american publication that commented on controversial topics e1 e2 politician tourism Instrument-Agency_reversed this is how a politician uses tourism as an instrument for power e1 e2 hold ship Component-Whole in the hold of the american ship, i was feeling very queasy e1 e2 meeting later date Entity-Destination the meeting was postponed to a later date e1 e2 envelope dvd Content-Container_reversed the envelope contained a dvd of her mother e1 e2 information neurons Entity-Origin nearly all sensory information (except the sense of smell) arrives here from the primary sensory neurons before being sent to the cortex e1 e2 automobiles bumpers Component-Whole_reversed almost all of today's automobiles have painted plastic bumpers because they are easily damaged during parking maneuvers e1 e2 conflict destruction Cause-Effect the resulting conflict caused the destruction of the town, and the conqueror, wisecrack, jackdaw and most of the citizens of the town were transported to a demon-dimension e1 e2 modification genes Other they discovered a good bit of published literature about modification of yeast with resveratrol-related genes e1 e2 impact torsion Cause-Effect as the right front wheel of senna's car hit the wall, the violent impact caused a torsion on the steering column, causing it to break e1 e2 field photons Component-Whole_reversed magnetic field is made of photons e1 e2 photograph court Other the above exceptions fully resolved the evaluation of a photograph by a court as a result of the claim e1 e2 tram wheel Component-Whole_reversed a few bare-bodied young lads were standing on the rod of the tram's wheel, hanging on to the windows with one hand e1 e2 allegations massacre Message-Topic there are allegations that the massacre was organized e1 e2 system speech Other scientists have successfully tested a system that translates brain waves into speech e1 e2 colony pairs Member-Collection_reversed the entire colony of nesting pairs of cassin's auklets on california's farallones islands, for example, abandoned their nests, most likely because of shortages of krill, their main food e1 e2 company experts Other the company has assembled five independent food safety experts to serve on its newly formed food safety advisory council e1 e2 weather accidents Cause-Effect the weather resulted in several deaths and hundreds of accidents e1 e2 starch bundles Content-Container in the western province the starch is stored in woven palm leaf bundles e1 e2 boss office Entity-Destination my new boss moved into his office yesterday e1 e2 orange juice Entity-Origin_reversed orange juice is a popular breakfast beverage made from the extraction (squeezing) of liquid from fresh oranges e1 e2 vegetable oil Entity-Origin_reversed vegetable oil as fuel is a cleaner, safer and less expensive alternative to petroleum based fuel e1 e2 wire electrician Instrument-Agency a multi-purpose electrician pliers tool is crucial for severing any gauge wire with which the electrician is working e1 e2 fun run noon Other the fun run starts at noon e1 e2 province poppy Product-Producer_reversed once a major center of opium poppy production in afghanistan, the province's production of poppy had decreased by up to 95% in 2005 e1 e2 clock bar Component-Whole_reversed the clock has one brass bar attached to a chain on each side of the pendulum e1 e2 grinding wheels Other the site welcomed to the premier industrial grinding wheels resource e1 e2 coin kettle Entity-Origin a single silver coin collected from a salvation army red kettle near berlin wasn't just another drop in the bucket e1 e2 money desk Content-Container one of the robberes opened a red bag and took all the money that was in the desk and drawers, ordered the workers to lie down on the floor and took a substantial amount of money with them e1 e2 taxi river Entity-Destination the taxi was dropped into the river killing all passengers e1 e2 factory locomotives Product-Producer_reversed in his latest book he chronicles, in great detail and with first-hand knowledge, the factory's output of diesel and diesel electric locomotives e1 e2 ferry whale Entity-Destination a japanese ferry ran into a whale e1 e2 asteroid extinction Cause-Effect sixty five million years ago an asteroid caused the extinction of the dinosaurs e1 e2 models agreement Other since this afternoon the models have come into somewhat better agreement e1 e2 accident delays Cause-Effect amtrak expects a normal rush hour after a fatal accident near baltimore caused delays along the northeast corridor e1 e2 helicobacter ulcer Cause-Effect as we saw earlier, helicobacter is responsible for causing stomach ulcer e1 e2 ringworm fungus Cause-Effect_reversed over 90% of the cases of ringworm of the scalp are caused by trichophyton tonsurans, a fungus that infects the hairs and causes them to break e1 e2 musicians material Product-Producer_reversed no material was prepared for the sessions, so the three musicians improvised an album's worth of material e1 e2 car children Other so, while naked, he stole a car with children inside, dropped one out of the window, and drove it through a fence e1 e2 shoulder problems breakdown Cause-Effect_reversed many shoulder problems are caused by the breakdown of soft tissues in the shoulder region e1 e2 regiment infantrymen Member-Collection_reversed they signed him up and sent him to dakar, to a regiment of senegalese infantrymen that was leaving for verdun in 1917 e1 e2 cover magazine Component-Whole bernanke is featured on the cover of the magazine that hits stores friday e1 e2 mania influx Cause-Effect_reversed tulip mania, in the 1600s, was caused by the massive influx of newly discovered gold into amsterdam from the new world: in particular the capture of the spanish treasury fleet e1 e2 myth-making exhibition Message-Topic_reversed myth-making is a major theme of the exhibition as witnessed in the massive seven-piece sculpture e1 e2 clock display Component-Whole_reversed the clock has a lcd display with the following fields: dayofweek date x time (offset to utc) e1 e2 key sender Instrument-Agency the key matches the private key that the sender used to encrypt it e1 e2 plug blades Component-Whole_reversed a polarized plug has two blades with one wider than the other e1 e2 poem author Product-Producer so, just to be clear, sir gawain and the green knight, as we have come to call it, is an untitled poem written by an unknown author in about 1400 e1 e2 pain disease Cause-Effect_reversed currently, there is no known cure for asbestos cancer but several mesothelioma treatment regimens have proven to be successful in helping the patient avoid pain and discomfort caused by the disease e1 e2 group refrigerator Content-Container when i came, the second group of popcorn kernels was stored in the refrigerator, and the third group was stored in the freezer e1 e2 percentages rate Other percentages denote the interest rate e1 e2 syringe beaker Entity-Destination he easily put the syringe in a beaker of water e1 e2 ads books Entity-Destination amazon put ads into kindle books e1 e2 gaggle geese Member-Collection_reversed in autumn, a gaggle of tagged canada geese takes over the waterfront lawn and wild ducks land on the lake e1 e2 president construction Other the president increased the fleet by the construction of one high-class cruiser e1 e2 battery measures Member-Collection_reversed in preparing this study, the pew forum devised a battery of measures, phrased as questions, to gauge the levels of government and social restrictions on religion in each country e1 e2 ceiling oven Component-Whole every couple of seconds, the flame flares up, and sometimes a small fireball detaches itself, float to the ceiling of the oven e1 e2 squadron bombers Member-Collection_reversed this film was taken by b-17 flight personnel during world war two as the two german saucers attacked a squadron of bombers e1 e2 wolf pack Member-Collection each wolf in his pack plays a character befitting his social status e1 e2 players plane Instrument-Agency_reversed the players flew to lexington on a plane separate from the team e1 e2 deprivation divorce Cause-Effect_reversed the patient experiences displaced emotional and financial deprivation as well as anger after the divorce e1 e2 brain technology Other now we are beginning to understand how the brain works using brain-machine interface technology e1 e2 technology tracking Other regulations limit the use of rfid technology for human tracking e1 e2 ascent backpack Other i was a little worried about making an ascent of the crux with a backpack e1 e2 assists list Message-Topic_reversed kidd passed jackson on the career assists list with an alley-oop pass to rodrigue beaubois with 10:53 left in the third quarter e1 e2 body equipment Content-Container the body of a missing fort benning soldier was discovered inside a piece of air conditioning equipment friday at a downtown hotel e1 e2 rest savings Entity-Origin the rest was funded from her small family savings e1 e2 rod spindle Component-Whole the end of the rod of the mute's spindle (outside the bassoon) is bent through an angle of 90 degrees, where the communicator-gearing leads up to it e1 e2 implementation level Other implementation of this proposal is being discussed at the state level e1 e2 padlock gate Component-Whole when approaching the observatory, they unlock the padlock on the gate of the security fence, and entered the observatory grounds and relock the gate e1 e2 purpose animal Other this is based on the notion that a human is basically a purpose driven animal e1 e2 flower people Instrument-Agency this orange marigold was the flower that people used to remember their dead by e1 e2 letter bottle Entity-Destination he stuffed the letter into an empty lemonade bottle, corked it, tossed it overboard, and forgot e1 e2 huddle photographers Member-Collection_reversed a huddle of photographers was waiting outside the courtroom e1 e2 bus controller Component-Whole in addition, the cpu bus of the non-safety controller is connected to each safety unit of the safety controller e1 e2 students bricks Product-Producer_reversed students and local residents have worked together to produce 10000 bricks, and the mason has completed most of the work on the first guest house e1 e2 columns past Message-Topic this is supplemented by columns and articles reflecting on fantasy literature's past as well as the occasional interview e1 e2 charger suitcase Content-Container the charger was in a suitcase that was lost by the airline e1 e2 spam junk folder Entity-Destination we have dumped the spam into the junk folder e1 e2 violinist bow Instrument-Agency_reversed the violinist produces sound by drawing a bow across one or more strings (which may be stopped by the fingers of the other hand) e1 e2 smoke kidney failures Cause-Effect smoke is one of the leading causes of kidney failures e1 e2 data database Content-Container all of the data is stored in a microsoft access database e1 e2 products clients Entity-Destination these companies have delivered new products or service to their clients e1 e2 germs disease Cause-Effect germs are microscopic organisms that cause sickness or disease e1 e2 debate comments Message-Topic the current debate swirling around leather's comments seems to suggest both e1 e2 silver necklace Other i have just bought a silver necklace from a lady who makes her own jewellery with the fingerprints of my children on it e1 e2 sugar factory Product-Producer these breakdown products are not only losses of sucrose but also have knock-on effects reducing the final output of processed sugar from the factory e1 e2 flour bin Content-Container the flour was in a bin about six feet square, by four feet high, and only a small round hole at the top e1 e2 crust silicon Other the earth's thin, rocky crust is composed of silicon, aluminum, calcium, sodium and potassium e1 e2 sows houses Entity-Destination the sows were moved into isolated farrowing houses at least 5 days before farrowing e1 e2 designer palettes Instrument-Agency_reversed mfx colours are implemented at the design stage, where the designer creates artwork using the metalfx colour palettes and actions e1 e2 branch diagram Component-Whole the horizontal branch is a part of the hertzsprung -russell (h-r) diagram that represents stars that burn helium in thier cores e1 e2 fever virus Cause-Effect_reversed yellow fever is caused by infection with yellow fever virus, which is transmitted by the bite of infected mosquitoes e1 e2 advertising campaign soap powder Message-Topic the painting was one of the first used as a poster in an advertising campaign for soap powder e1 e2 observations microscope Other while making observations of the microfossil through the binocular microscope or on a computer monitor, the investigator needed to manually move the specimen e1 e2 jatropha plant Product-Producer cuba is already a customer and now the state development bank, bndes, plans to finance the export of ethanol knowhow to africa, where the hopes of countries such as ghana are pinned on the jatropha plant e1 e2 superfamily factors Component-Whole_reversed the nuclear hormone receptor superfamily consists of structurally related, ligand-dependent transcription factors and a large number of orphan receptors for which the ligand has not yet been identified e1 e2 watch nightingales Member-Collection_reversed when a watch of nightingales is at the height of breeding season, the males serenade their prospective brides with one of the most glorious and celebrated bird songs there is e1 e2 pythons wild Entity-Destination pet owners have released pythons into the wild when they had grown too large for the owners to care for them e1 e2 thicket contradictions Other biddle has done a thorough job of cutting through the thicket of contradictions and fantasies that surround the strategic bombing debate from 1914 to 1945 e1 e2 houses beneficiaries Entity-Destination three houses are handed over to beneficiaries e1 e2 term word Entity-Origin the term baroque was derived from a portuguese word meaning "a pearl of irregular shape" e1 e2 daughter comments Product-Producer_reversed the former prime minister's daughter made numerous offensive comments about a french mixed-race tennis player e1 e2 drove cattle Member-Collection_reversed a freight train on the chicago and alton railroad, while approaching this city yesterday morning, dashed into a drove of cattle, killing three of them e1 e2 dish shanks Component-Whole_reversed this italian dish is made with gelatinous veal shanks that are braised with fresh vegetables and rich stock e1 e2 rake colts Member-Collection_reversed pink kodiak is coming in like a rake of colts e1 e2 squadron dragoons Member-Collection_reversed on 29 august 1914, c squadron of the 12th lancers made a successful charge against a dismounted squadron of prussian dragoons e1 e2 manuscript features Message-Topic this manuscript describes two specific features that we have found to be effective in generating high quality models e1 e2 card mobile phone Entity-Destination he put the card into his mobile phone e1 e2 insight message Entity-Destination joseph herrin, a dear brother in the lord, has added insight into the message e1 e2 posters plays Message-Topic purely textual posters advertised the plays of shakespeare and made citizens aware of government proclamations for centuries e1 e2 foundation individuals Product-Producer the conceptual foundation for creation of the internet was largely created by three individuals and a research conference, each of which changed the way we thought about technology by accurately predicting its future e1 e2 invitation bottle Entity-Destination following the convention's sports theme, we placed a fun invitation with an astroturf look inside a branded water bottle e1 e2 dissimulation birds Member-Collection_reversed a dissimulation of small birds arrived near our place last week and took over our tree outside e1 e2 burns boiling water Cause-Effect_reversed even though his 16-month old suffered from severe burns on her body caused by boiling water spilled on her, father refuses to allow ambulance to take his daughter to hadassah because 'rabbi advised otherwise' e1 e2 society acts Other this study presents a comprehensive methodology for calculating the cost to society of various criminal acts e1 e2 satellite orbit Entity-Destination the launcher released a satellite into geosynchronous transfer orbit at 23.31 gmt e1 e2 helve hatchet Component-Whole in western australia, the helve of the hatchet is pointed and the natives, after making the notch, stick the tool in the bark and lift themselves up with it e1 e2 wisp snipes Member-Collection_reversed a wisp of snipes utter their well known cry and scud over the heath; one of these is secured e1 e2 brand company Other the fad started when a certain brand of socks manufactured by an american company became popular among japanese schoolgirls e1 e2 interview occasions Message-Topic in a taped interview she recounted two occasions on which she had lent money e1 e2 lifeguard pool Entity-Destination an unnamed lifeguard was pushed into the pool e1 e2 friend map Product-Producer_reversed when we were in junior high school, my friend made a map of the school lunch tables according to popularity e1 e2 problem perspective Other after 5 minutes or so, the problem went away from an operational perspective e1 e2 corn spirits Other frazerian theory of corn spirits and fertility and have thus needed to enquire no further, so their distribution and function remains unclear e1 e2 author case Other the author cites the case of an american citizen during the general war e1 e2 cover magazine Component-Whole the cover of the magazine featured the famous image of einstein taken in 1947 by american portrait photographer philippe halsman e1 e2 midbrain nucleus Component-Whole_reversed two other structures in the depth of the midbrain that are important for normal motor function are the red nucleus (not visible) and the substantia nigra e1 e2 spacecraft orbit Entity-Destination on 8 february 1992, ulysses reached jupiter for the gravity-assist manoeuvre that placed the spacecraft in a polar orbit e1 e2 candle warmers Component-Whole a tealight, or nightlight, is a candle used in tea or food warmers or (because they last for many hours) as a night light e1 e2 painter paint Instrument-Agency_reversed the painter continues adding paint on top of still wet paint rather than waiting a lengthy amount of time to allow each layer of paint to dry e1 e2 bratpack boys Member-Collection_reversed the new bratpack of boys, be it ranbir or imran or shahid or neil, are way too 'chikna' to be taken seriously as action heroes and the slightly senior abhishek bachchan, john abraham and hrithik roshan are content playing roles that require sophistication e1 e2 bomb box Content-Container the bomb weighing 6kg was inside a box fitted with an electronic detonator e1 e2 mother superior corporation Member-Collection the mother superior is a member of the corporation e1 e2 rout army Other the army of israel was utterly defeated and its camp ransacked, which terribly augmented the horrors and disasters of the rout of saul's army e1 e2 blades antenna Component-Whole the feed wire connecting the two blades of the antenna has a length of 4 mm and a radius of 0.01 mm e1 e2 tools sentries Instrument-Agency on the other hand, sentry tools are used by sentries in order to defend against spies e1 e2 sword hands Entity-Origin the sword was taken from his small hands, and placed back in its place on the wall e1 e2 dermatitis itchiness Cause-Effect atopic dermatitis, the most common type of eczema, causes itchiness that's worse in the colder months e1 e2 woman patch Instrument-Agency_reversed a woman applies the patch to the skin of her abdomen or buttock for three and a half weeks e1 e2 note class room Entity-Destination the student took the note to the class room e1 e2 politics parodies Message-Topic_reversed as a little boy, he learned about politics from the parodies done on saturday night live e1 e2 actress center Entity-Destination the actress willingly moved into a rehabilitation center in california e1 e2 rig vessel Component-Whole the priority of hoisting locations depends on the rig of the vessel e1 e2 bottle vinegar Content-Container_reversed i kept a spray bottle with vinegar in it e1 e2 frame picture Content-Container the frame encloses a rectangular picture that has the same area as the frame itself e1 e2 rout foes Other my eyes have seen the defeat of my adversaries; my ears have heard the rout of my wicked foes e1 e2 lid coffin Component-Whole the lid of the anthropoid coffin of khonstefnakht dates from the 4th century bc e1 e2 song chorus Component-Whole_reversed on the studio version, the song breaks wide open after the second chorus with a string section as ryan rips up the harmonica e1 e2 dolphins tools Product-Producer_reversed dolphins created tools to use for entertainment e1 e2 painting wall Entity-Origin this system proved to be effective during the earthquake; only one large painting fell from an interior wall which apparently took an unusually strong jolt e1 e2 illness toxin Cause-Effect_reversed botulism is a rare but serious paralytic illness caused by a nerve toxin that is produced by the bacterium clostridium botulinum e1 e2 dog snout Component-Whole_reversed my dog has a little red ball on his snout e1 e2 employees medication Instrument-Agency_reversed employees increasingly are turning to medication - and away from therapy - to treat depression e1 e2 train camels Member-Collection_reversed down the winding path which curved among the rocks the little train of baggage camels was daintily picking its way e1 e2 sandwiches knapsack Entity-Destination he packed the sandwiches into a knapsack e1 e2 frustration comments Message-Topic_reversed the frustration during this period was reflected in comments published in the youngstown daily vindicator e1 e2 phalanx toe Component-Whole koak et al 14 reported a case of such transformation in an enchondroma of the distal phalanx of a toe e1 e2 knob pochards Member-Collection_reversed some are just strange such as parliament of owls, a knob of pochards, a cohort of zebras e1 e2 benefits inflation Cause-Effect_reversed the benefits from inflation which professor mulligan cites (e.g., bailing out underwater mortgagers) are better understood as a government sponsored transfer of wealth from savers to speculators e1 e2 raft turkeys Member-Collection_reversed in the lower mainland, 2003 saw the usual raft of architectural turkeys, with our highest density of under-achieving, view-gobbling buildings in the flock of new condo towers under construction in downtown south e1 e2 train station Entity-Origin get on board before the train leaves the station e1 e2 concerto pop Cause-Effect_reversed the concerto comes from the pop of gas bubbles escaping the joints, snapping tendons and ligaments, and rickety arthritic joints e1 e2 wastes tanks Entity-Origin the wastes leaked from these tanks have been in contact with surrounding soils and vadose sediments for decades and have undergone significant geochemical and radiological transformations e1 e2 payment email address Entity-Destination i sent the payment to the registered email address in sandbox e1 e2 bus stand Entity-Origin the bus departed from panaji bus stand at six a.m. and reached mangalore the same day at four in the evening e1 e2 part alphabet Message-Topic the first part teaches the alphabet along with a fruit or vegetable e1 e2 unkindness ravens Member-Collection_reversed the most famous unkindness of six ravens at the tower of london are employees, kept on staff at the expense of the british government e1 e2 course run-up Component-Whole_reversed the course scaled the mountain via a very muddy run-up e1 e2 assignment operator Other another misconception i see often is a fuzzy idea of the difference between the copy constructor and the assignment operator e1 e2 regiment pikemen Member-Collection_reversed a regiment of swiss pikemen recaptured some of their former glory during the battle of dreux in 1562, when they singlehandedly defended the city of dreux long enough for the catholic army to send in reinforcements e1 e2 gunmen scene Entity-Origin the gunmen ran away from the scene e1 e2 barbels catfish Component-Whole the barbels of the exposed catfish curled within 2 hours in heptachlor e1 e2 lobes brain Component-Whole optic lobes of the brain are connected to the eyes by the optic nerve, cranial nerve 1 e1 e2 workgangs track Product-Producer_reversed under this completed contract, workgangs made up almost entirely of mormons built the union pacific track in the utah territory e1 e2 letter deathbed Entity-Origin the letter was sent from the deathbed of the former kgb spy, alexander litvinenko, who died this saturday after being poisoned with radioactive poison earlier in the month e1 e2 infection irritation Cause-Effect a urinary tract infection (uti) is the most common cause of bladder irritation e1 e2 protein mitochondria Entity-Destination the nhibitor protein is transported into the mitochondria e1 e2 protest jams Cause-Effect the protest resulted in hours of traffic jams on guangzhou's major roads, such as guangyuanxi lu, huangshidong lu and dongfeng lu e1 e2 marijuana suitcase Content-Container the marijuana in the bed was in a suitcase e1 e2 password system Entity-Destination the user has entered his password into an authorized system e1 e2 trauma arrival Cause-Effect_reversed evacuees with disabilities had a difficult time conveying the trauma caused by the unexpected arrival of uniformed officers who ordered them out of their homes and sometimes forcibly removed them e1 e2 equipment box Content-Container to the left is drinking equipment, sitting in a wooden box e1 e2 genome genes Component-Whole_reversed the genome comprises 4411529 base pairs, contains around 4000 genes, and has a very high guanine + cytosine content e1 e2 discharge corona Other the discharge started from the burst pulse corona e1 e2 lavas eruption Cause-Effect highly viscous lavas lead to a violent eruption e1 e2 prickle hedgehogs Member-Collection_reversed the clippers, in contrast, are a prickle of hedgehogs without a common goal e1 e2 acid pool Entity-Destination accidentally, acid was dropped into the pool e1 e2 ball leather Entity-Origin the standard soccer ball is made of synthetic leather, usually polyurethane or polyvinyl chloride, stitched around an inflated rubber or rubber-like bladder e1 e2 artist toolkit Instrument-Agency_reversed the artist's development toolkit is one of a series of interactive artist's tookits e1 e2 aircraft landing Other a us aircraft was dropped into a difficult landing in mali e1 e2 cysts inflammation Cause-Effect_reversed the cysts are caused by chronic inflammation of the perichondrium with production of serous fluid between the perichondrium and cartilage e1 e2 toy ring Component-Whole_reversed this barbell toy has an acrylic ring to rattle and lots of dots to "tongue" e1 e2 disease refugees Cause-Effect_reversed some posters (e.g. number 18) encouraged the population of areas near the front to evacuate, thus avoiding the overcrowding and ensuing problems of food distribution and disease caused by the incoming refugees e1 e2 head team Member-Collection the head of the team has gathered a very dynamic and productive team e1 e2 complaint lead Cause-Effect if a participant complaint is the source of an investigative lead, interim contact with the participant should be made by the investigator e1 e2 quiver arrows Content-Container_reversed each warrior carries a sime, or spatulate-shaped sword, in a leather sheath, and bears a bow and quiver of poisoned arrows e1 e2 blades engine Component-Whole even the fan blades inside the engine are designed to be quieter e1 e2 violence militia Cause-Effect_reversed the violence has been caused by the hutu militia who fled rwanda after the genocide in that country and who have been in hiding in the forest in congo e1 e2 clock chime Cause-Effect the clock struck twelve with a loud chime that made me jump e1 e2 rouleau dollars Component-Whole_reversed the first parcel he found was a rouleau of fifty dollars, the coins not having burst the paper enveloping them e1 e2 boy idea Product-Producer_reversed sam houghton, a five-year old boy from buxton, derbyshire, patented an invention after coming up with an idea for a labour-saving broom to help his father sweep up leaves e1 e2 cooperative dairymen Member-Collection_reversed the woman purchases raw milk from a local member of communities alliance for responsible eco-farming, a self-regulating cooperative of raw milk dairymen e1 e2 alarm light Component-Whole_reversed this personal alarm combines two great deterrents to attack- a loud alarm and flashing light e1 e2 kindle kittens Member-Collection_reversed the rescue adoption room was filled with a kindle of kittens e1 e2 pages magazine Component-Whole the pages of the magazine came to life at the metreon with gourmet food, great sonoma valley wine, and jamming music e1 e2 antacids base Other antacids work by using a base to neutralize the acid e1 e2 author repetition Instrument-Agency_reversed in wuthering heights by emily bronte's, the author uses repetition as a device to give us the full understanding of the characters e1 e2 spray customers Instrument-Agency this is a homeopathic nasal spray which really helps customers keep their sinuses clear e1 e2 rope bell Component-Whole the thing that most struck him, however, was the rope of the great alarm bell on the roof, which hung down in a corner of the room on the right-hand side of the fireplace e1 e2 landscapes mountains Other ross noted that the landscapes he painted - typically mountains, lakes, snow, and log cabin scenes - were strongly influenced by his years living in alaska, where he was stationed for the majority of his air force career e1 e2 acupressure branch Entity-Origin the acupressure is a skill derived from the acupuncture and moxibusti branch of the chinese traditional medicine e1 e2 pepper jar Content-Container the sichuan pepper i got was in a jar labeled "prickly ash", which is the name of the plant e1 e2 signs stir Cause-Effect signs placed at the flagpole island at the village square caused a stir on the linglestown forum on pennlive.com e1 e2 black rhinos wild Entity-Destination for the first time in more than 25 years, captive-bred black rhinos have been released back into the wild in kenya e1 e2 article author Product-Producer the views expressed in the article are from the author and are not shared by nestle e1 e2 rung peoples Member-Collection_reversed the lowest rung of society was composed of conquered peoples brought to tenochtitlan as slaves e1 e2 letter demolition Message-Topic the letter contains a description of the demolition of the old synagogue e1 e2 clutter spiders Member-Collection_reversed a clutter of frightening spiders are seen still clinging to and covering their prey e1 e2 book care Other the valuable book has arrived into my care e1 e2 stuff ice cream maker Entity-Destination i mixed up the ingredients and poured the stuff into the ice cream maker e1 e2 programme history Message-Topic the final programme detailed the history of russborough house e1 e2 burn spilling Cause-Effect_reversed lena basilone, a cook at camp pendleton, was in the hospital recovering from a severe kitchen burn after the spilling of scalding liquid on her feet e1 e2 revenues selling Cause-Effect_reversed gross revenues from the selling of crude oil in 2003 reached us$11.508 billion or some 112.85 percent of the amount targeted in the 2003 state budget e1 e2 infection bacteria Cause-Effect_reversed whooping cough is another name for the pertussis, an infection of the airways caused by the bacteria bordetella pertussis e1 e2 fluid cuffs Entity-Destination extra-alveolar veins are contiguous and leaked fluid into periarterial cuffs in the rabbit lungs e1 e2 petroleum company Other we are a petroleum and petrochemical company e1 e2 users problems Other the users are running into problems with the installer e1 e2 lows drivers Entity-Origin the cross over is going to take away the lows from the drivers anyway e1 e2 disease cities Entity-Destination heartwater disease was imported into the major cities e1 e2 path lake Other eventually the path went away from the lake into some gorse e1 e2 executioners sword Instrument-Agency_reversed the flames did not harm her, so her executioners killed her with a sword e1 e2 judge report Product-Producer_reversed the judge's condemnatory report on israel's actions in gaza has been dismissed as hopelessly one-sided by neutral observers e1 e2 hardship recession Cause-Effect_reversed and it is why we are even prouder to announce that the appeal - thanks to the generosity of our readers - has raised 26,000 pounds, despite the hardship that has been caused by the recession e1 e2 problems overflows Cause-Effect_reversed the problems are caused by buffer overflows when parsing an overly long parameter e1 e2 sword blade Component-Whole_reversed from the duke himself he received his right spur and a magnificent eastern sword with golden hilt and shining blade, inscribed with letters e1 e2 mess officers Member-Collection_reversed so it was that in 1724 at the age of 17 a somewhat awkward, refined young man took his place at the mess of officers much older, wiser, and harder than he e1 e2 business self-parody Other the rock 'n' roll business is falling into self-parody e1 e2 editor changes Product-Producer_reversed in all versions of word, the easiest way to review the editor's changes is by displaying the reviewing toolbar e1 e2 student background Instrument-Agency_reversed university guarantees that the student accesses the subjects with the proper background e1 e2 components workers Product-Producer factories accommodated large-scale manufacture and assembly of aircraft components by unskilled workers e1 e2 clique fans Member-Collection_reversed brendel's own admission of his limitations is laudable, especially in light of the clique of idolatrous brendel fans which formed in the 1980s e1 e2 oranges tank Entity-Origin a soldier brings oranges he got out from a tank e1 e2 liver patient Entity-Destination the liver from the donor has been successfully transported into the patient e1 e2 artist wire Instrument-Agency_reversed in wire working, the artist creates shapes, using various sizes of wire e1 e2 handful countries Other a handful of countries blocked a legally binding deal on climate change in copenhagen and the talks process needs urgent reform to prevent something similar happening again e1 e2 template brain Entity-Destination mouse rrna transcription template is injected into the brain e1 e2 fruit wine Entity-Origin_reversed rowan berry wine is a classic ancient method to form a fruit wine based on rowan berries e1 e2 aspects signals Other all aspects are indicated with colour light signals e1 e2 scoop pelicans Member-Collection_reversed teetotallers zip over the causeway in the midst of a maze of sweaty congestion after a day pounding keyboards and missing deadlines, barely noticing the scoop of pelicans floating by and the kangaroos that call the secluded area home e1 e2 bask crocodiles Member-Collection_reversed one of them was observing a bask of over 90 mugger crocodiles in the dried beds of buttuwa tank e1 e2 ospreys literature Message-Topic_reversed it is the story of an amateur bird watcher who learns more about ospreys from the extant literature e1 e2 knife blade Component-Whole_reversed a sliding knife is a knife which is opened by sliding the knife blade out the front of the handle e1 e2 bottle liquid Content-Container_reversed the seville side had just fallen 2-1 behind at home to fellow relegation strugglers athletic bilbao when a bottle full of liquid flew out of the stands and struck visiting keeper armando ribeiro just below the right eye e1 e2 data category Entity-Destination categorical data were misplaced into the wrong category e1 e2 facades palace Component-Whole the facades of the palace consist of beautifully decorated wooden doors and windows and ventilations in addition to decorated gypsum motifs e1 e2 pleiad beauties Member-Collection_reversed the very famous elite agency chose among a pleiad of beauties, the prizes winner of the contest elite model world e1 e2 wife paper Product-Producer_reversed his wife has just completed the first paper of her graduate degree e1 e2 sacrifices armies Other he underlined the tiny sacrifices made by western armies in comparison with those of the red army e1 e2 reactor melter Entity-Origin the kursk (rbmk) reactor was manufactured in a slurry-fed ceramic joule-heated glass melter e1 e2 types bone Other one of the types of tissue that makes up bone is the mineralized osseous tissue, also called bone tissue, that gives it rigidity and a honeycomb-like three-dimensional internal structure e1 e2 discussion contingent Cause-Effect_reversed discussion ensued from the florida contingent on the fact that very stringent landowner protection laws in florida make it imperative that the highest supportable appraised vallue be offered first e1 e2 den murderers Other about 1830, the new york mirror described the area as a "loathsome den of murderers, thieves, abandoned women, ruined children, filth, drunkenness, and broils. e1 e2 corporal train Entity-Origin captured, the corporal escaped by jumping from a pow train headed towards germany e1 e2 critics verdict Product-Producer_reversed the film opened in america before christmas, and the critics have given their verdict e1 e2 cement mason Instrument-Agency cement mason means a person who finishes all concrete construction, such as floors, walls, ceilings, sidewalks, curbs and gutters e1 e2 swarm robots Member-Collection_reversed real robot experiments are carried out with a swarm of up to 40 alice miniature robots, developed at the autonomous systems laboratory by gilles caprari e1 e2 kids candle Instrument-Agency_reversed the kids illuminated them with a candle e1 e2 character comedian Product-Producer smith was referring to the fictional kazakhstani character created by the british comedian e1 e2 showers regions Entity-Destination at the moment heavy snow showers are running into the northeastern regions of england e1 e2 peach syrup Entity-Origin_reversed canned peach syrup was cooked for three minutes with a half-glass of raspberry jelly, this for color and to give a peach-melba flavor e1 e2 cleric message Product-Producer_reversed in early october, anwar al-awlaki, a radical cleric based in yemen, posted a provocative message on his english-language web site e1 e2 organs patients Entity-Destination the victim of last night's car accident donated his organs to several patients who have been waiting for donated organs e1 e2 gold ring Other i sold a gold ring to another company online and they sent me a lousy check for $14.00 e1 e2 visitors kettle Other the dome of the museum rotunda is made from an actual brewing kettle, and walking into it gives visitors the sense of being in a kettle e1 e2 report casualties Message-Topic the report informed about casualties in the area e1 e2 battle publications Message-Topic_reversed the battle has been analysed in various publications e1 e2 shells areas Entity-Destination the shells landed into different areas in mogadishu e1 e2 people accident Other erikson(1976) found that people from among a community who escaped an horrific accident had made little progress after two years e1 e2 fall lambs Member-Collection_reversed the present bright, dry weather, although cold, is just what flock owners require and judging from the large number of lambs seen skipping about nibbling the tender shoots of the fresh green herbage, the flocks of mr john cracknell, mr geo walker, and mr russell walker appear to have had a very satisfactory fall of good strong lambs e1 e2 comradeship teachers Other the camp is more rugged than a hotel but comes with a great lake view and the comradeship of fellow chemistry teachers e1 e2 products future Entity-Origin i asked the something awful forum goons to create products from the future, and by golly they did e1 e2 statistical methods papers Message-Topic_reversed freedman makes a thorough appraisal of the statistical methods in these papers, and in a variety of other examples e1 e2 yoke oxen Member-Collection_reversed we have all seen videos showing a yoke of oxen plowing a rice paddy or hauling a dray e1 e2 programme competition Component-Whole_reversed the programme begins with the uwi venture competition which is opened to final year undergraduate students, graduate students and researchers at the uwi e1 e2 chronicle fortunes Message-Topic he was the author of a chronicle narrating the fortunes of the monastery e1 e2 inquiry conditions Other it utilized a critical eye and free inquiry into the conditions of life and issues of morality e1 e2 work composer Product-Producer so president obama's administration was ushered in with a new chamber music work by a living american composer e1 e2 flour dragon Entity-Destination she poured flour into a pretend dragon with a tube e1 e2 society schools Member-Collection_reversed a survey made for the statistical society of the various sunday schools in manchester and salford in 1836 returned the number of catholic schools as ten, with an attendance of 4295 scholars e1 e2 population cosmopolites Member-Collection_reversed we do have a fledgling population of cosmopolites living the good life almost without cars e1 e2 queen box Entity-Destination the queen was put inside her cage, which was then placed in the box with a bunch of worker bees four days ago e1 e2 diagram principle Message-Topic a large diagram illustrated the principle of this apparatus e1 e2 experts aircraft Product-Producer_reversed top stealth-plane experts have re-created a radical, nearly forgotten nazi aircraft e1 e2 website secret Instrument-Agency_reversed the relying website then forms a relationship using a shared secret with help of diffie-hellman (encryption) key exchange to make sure information is not compromised in transit e1 e2 litho plastic Content-Container the litho was enclosed in plastic and is like new e1 e2 man coma Other the old man went into diabetic coma e1 e2 probes tomb Entity-Destination archaeologists have located the tomb and have inserted probes deep into the tomb e1 e2 puppy barn Entity-Origin the puppy was born in a barn where layla made a soft, bed out of hay in an empty horse stall e1 e2 candle light Cause-Effect we find the candle light creates a special atmosphere not only for food, but ambiance for a relaxing convivial meal as well e1 e2 income orphanage Entity-Destination secretly, she has been donating 10% of her income to local a orphanage every month e1 e2 companies films Product-Producer_reversed a variety of companies manufacture bopet and other polyester films under different trade names e1 e2 person vehicle Entity-Origin a person was release from their vehicle before emergency services arrived just after 9am this morning e1 e2 stick toothpick Component-Whole he used his finger on the stick of the toothpick for a trial balance e1 e2 inflammation bacteria Cause-Effect_reversed symptoms vary according to the degree of inflammation caused by the bacteria, ranging from slightly loose stools to bloody diarrhea, abdominal pain, and fever e1 e2 baby shoebox Content-Container a newborn baby was found stuffed in a shoebox and dumped in the lobby of a long island apartment building e1 e2 horn valve Component-Whole_reversed the more common double horn has a fourth valve, usually operated by the thumb, which routes the air to one set of tubing tuned to f or the second set of tubing tuned to b e1 e2 gangster gang Member-Collection three people who are on the verge of giving up life -- a gangster in trouble with his gang, a doctor who has lost his family, and a woman with a terminal disease -- all meet up by coincidence e1 e2 winds cancellations Cause-Effect high winds caused delays and cancellations of some state ferries e1 e2 wheels grinding noise Cause-Effect the front wheels are making a grinding noise e1 e2 disorder impairment Cause-Effect williams syndrome: a genetic disorder that results in selective cognitive impairment e1 e2 bomb home Other a chowchilla man is behind bars, after a pipe bomb was discovered inside a mobile home e1 e2 symbol concatenation Other the symbol denotes concatenation e1 e2 script module Instrument-Agency_reversed this simple script uses the dbi module in order to connect to a mysql database, retrieves the results from a select query and display the results e1 e2 glint goldfish Other in the open air of the sanz hotel, amid the music of the fountain and the glint of the goldfish, i almost forgot my nationality and imagined myself a great spanish grandee, residing in an ancient spanish mansion, and, no doubt, unconsciously adopted something of the stately walk and conversation suited to the part e1 e2 train station Entity-Origin on the way back, the train departed from station zilupe at 08:07 and arrived in riga passenger station at 12:05 e1 e2 students mixture Instrument-Agency_reversed after receiving parental permission for the project, students treated the chickens with a mixture of salt and baking powder e1 e2 volume religious Message-Topic this is a very useful volume for anyone interested in the religious in nineteenth and twentieth-century american literature e1 e2 wedge geese Member-Collection_reversed a wedge of canada geese passed overhead, already fleeing from winter, but for the moment it was summer still e1 e2 ceramist foil Instrument-Agency_reversed a ceramist bakes the porcelain in a tin foil and further heats it by placing it an oven e1 e2 rabble money Other i was lucky enough to see with my own eyes the recent stock-market crash, where they lost several million dollars, a rabble of dead money that went sliding off into the sea e1 e2 old cars residents properties Entity-Destination the old cars is migrating into the new residents properties together with the residents e1 e2 crisis mess Cause-Effect_reversed and the economic crisis was generated due to the sub-prime mortgage mess brought about through government intervention in the market to promote progressive ideals (ie extending loans to low-income borrowers) e1 e2 legacy time Other a specific legacy has relation to the time of making the will e1 e2 crisis recession Cause-Effect_reversed by the late 1980s, however, the bank was caught up in the debt crisis in the developing world caused by the recession and the dramatic rise in interest rates e1 e2 study measurement Other the aim of this study was the measurement of the intensity and circumstances of drug use e1 e2 story flashbacks Component-Whole_reversed the story of the pilot episode is related through a series of flashbacks e1 e2 barn farm Component-Whole the barn on her dad's farm that he cultivated from 1963 until the mid-1990s, was restored e1 e2 profits inflation Cause-Effect_reversed the risks to housing and general corporate profits from inflation were quite clear and the defensive strategy over the long term has paid dividends e1 e2 poem need Message-Topic the poem explores the inevitable need to make choices e1 e2 train destination Entity-Destination the train started to its destination e1 e2 spin-off scientist Product-Producer goto.com was an idealab spin-off created by the scientist, and was the first company to successfully provide a pay-for-placement search service e1 e2 discomfort surgery Cause-Effect_reversed there is relatively little discomfort from this surgery and most individuals rarely take more than tylenol for their discomfort e1 e2 siege cranes Member-Collection_reversed his ninth novel, the echo maker, starts with a siege of sandhill cranes, a one-vehicle highway accident and a mystery e1 e2 fats disease Cause-Effect fats from meat and dairy cause heart disease, the leading killer of people with diabetes e1 e2 energy source Entity-Origin the energy originates from an external source of light, which is absorbed and almost immediately emitted e1 e2 parents pills Instrument-Agency_reversed maddie's parents killed her with sleeping pills e1 e2 writer work Product-Producer_reversed the writer's principal work during the years following pushkin's death was the satirical epic dead souls e1 e2 assignment term Entity-Origin my animation assignment from last term made everyone smile e1 e2 runners streets Other after runners carried the torch through the streets of north platte, the torch was again handed off to a pony express rider, who continued down the trail e1 e2 contortions interactions Cause-Effect_reversed the contortions are caused by gravitational interactions with the small satellites prometheus and pandora e1 e2 citations book Component-Whole extensive references to scientific literature form an important part of each monograph and over 1800 new citations appear in the book e1 e2 bottle vinegar Content-Container_reversed first we put baking soda in a balloon then we attached the balloon to the top of a bottle with vinegar in it e1 e2 beer starches Entity-Origin beer is produced by the brewing and fermentation of starches e1 e2 law codes Component-Whole_reversed california law consists of 29 codes, covering various subject areas, the state constitution and statutes e1 e2 bird flu country Entity-Destination this winter season, bird flu has been carried into the country quickly e1 e2 teachers statistics Instrument-Agency_reversed teachers systematically engage students in such higher order cognitive skills as analysis and synthesis of data by using statistics e1 e2 nectar plants Product-Producer the female bees of most species feed on the nectar secreted by many plants e1 e2 newspaper news Message-Topic the newspaper was reporting news from macedonia from that period e1 e2 essays workshops Entity-Origin most of the essays originated in writing workshops run by the literary magazine tin house e1 e2 presentation status Message-Topic one aspect of the media presentation is the status attributed to claims-makers on either side of the issue e1 e2 therapy government Other in future britain, charismatic delinquent alex delarge is jailed and later volunteers for an experimental aversion therapy developed by the government in an effort to solve society's crime problem e1 e2 drawer phial Content-Container_reversed the drawer contained "a phial of some tincture, a paper of some salt, and a record of a series of experiments" e1 e2 farm buildings Component-Whole_reversed the farm had many acres with a number of buildings dedicated to a variety of goodies from produce, fruits, baker goods and specialty items depending on the season e1 e2 swine herd Member-Collection missouri experienced growth in swine herd from 1990 to 2000 as did four nearby states (iowa, oklahoma, kansas and texas) e1 e2 blizzards region Entity-Destination extremely dangerous blizzards have moved into the midwest region e1 e2 bouquets city Entity-Destination the company sent floral bouquets to a city in ireland e1 e2 email reservation Message-Topic and after waiting two days, i finally decide to send an email to inquire about my car reservation and i explained my trouble e1 e2 smile hope Cause-Effect this smile, a true reflection of god's tenderness, is the source of an invincible hope e1 e2 fish lungs Component-Whole_reversed it's a fish with lungs, and it can survive on land for brief periods e1 e2 earthquake marsh Cause-Effect the earthquake caused a bulrush marsh at west point, on the puget sound shore in seattle, to drop and the tsunami deposited sand on top of the marsh e1 e2 amazement floats Cause-Effect_reversed the greatest amazement was caused by the floats e1 e2 input queue Other the input queue is used for processing events from an mfg/pro application to a websphere-connected application e1 e2 curbside bus Component-Whole for safety reasons, he loads and unloads his bike from the curbside of the bus e1 e2 signatures cache Entity-Destination the signatures were fetched into the cache together with the instructions e1 e2 speeches policy Message-Topic her speeches have special reference to environmental policy e1 e2 aliens space Entity-Origin this incident was an incursion of illegal aliens from outer space and not u.s. military high-tech black project flying objects e1 e2 collapse overdose Cause-Effect_reversed treatment of cardiovascular collapse from caffeine overdose with lidocaine, phenylephrine, and hemodialysis e1 e2 down water-sheep Entity-Origin they weave fine cloth, and they use the down of water-sheep in making it; it is called hai-hsi-pu (cloth from the west of the sea) e1 e2 homepage years Entity-Origin bizarrely enough i was just looking at our homepage from ten years ago e1 e2 commissioner nations Entity-Destination this month, the commissioner travels to several remote nations e1 e2 basic concepts tutorial Message-Topic_reversed it covers the basic concepts in a clean and slick tutorial e1 e2 bolt crossbow Instrument-Agency these efforts of the crossbow-makers to decrease the friction of the bolt of the crossbow against the stock, as the bolt was driven forward by the bow-string, are traced in all mediaeval crossbows e1 e2 rout forces Other us forces fared so well that macarthur gained truman's permission to attempt a total rout of communist forces e1 e2 phalanx artists Member-Collection_reversed breuer chairs a phalanx of high-flying artists in a family saga e1 e2 computer church office Entity-Origin a computer was stolen from a church office sometime monday or tuesday in the 1500 block of cr 144, brazoria county e1 e2 beer mug Content-Container and the beer was in a mug, and full to the brim e1 e2 strategy focus Other the strategy covers the period to 2016, with a strong focus on 2010 e1 e2 criticisms article Message-Topic_reversed a number of scientific criticisms of duesberg's hypothesis were summarised in a review article in the journal science in 1994 e1 e2 cups stack Member-Collection to cover all areas, i've included coffee pot and cups in a neat stack on the table, so that the meal has both a beginning and an end feel to it e1 e2 film necessity Message-Topic both novel and film insist upon the necessity of the past in defining who we are and how we will live in the present e1 e2 book chapters Component-Whole_reversed the book comprises ten chapters e1 e2 outbreaks viruses Cause-Effect_reversed to date, all outbreaks of the highly pathogenic form of avian influenza have been caused by viruses of the h5 and h7 subtypes e1 e2 convoy vans Member-Collection_reversed on march 29, 1984, in the middle of the night, a convoy of moving vans left the colts' headquarters, headed for indianapolis e1 e2 sailor list Component-Whole_reversed it shows a sailor with a list of crossed-out ex-girlfriend's names going down his arm e1 e2 plant oxidase Product-Producer_reversed it is in the hours of darkness that the plant builds up the oxidase that is to call out the signal that the flower has run its full course e1 e2 prickle porcupines Member-Collection_reversed to put it discretely, she described the sensation in her knees as that of being forcibly violated by a prickle of porcupines e1 e2 factory rifles Product-Producer_reversed the factory produced british military rifles, muskets and swords from 1816 e1 e2 industry period Entity-Destination china's feed industry has entered into its mature period e1 e2 culture past Entity-Origin nuevomexicano culture is rooted in an indigenous past e1 e2 tension longings Cause-Effect_reversed wes anderson has made one classic comedy(the royal tenenbaums) fueled by the tension from the characters' longings to burst out of the trappings in which they are framed e1 e2 syndicate fraudsters Member-Collection_reversed recently, the efcc succeeded in arresting a syndicate of internet fraudsters with the following identity, badiru abidemi adeyinka e1 e2 abuse server Entity-Origin i have abuse originating from my server e1 e2 work leadership Message-Topic kotter's most significant and controversial work, however, has been on the subject of leadership e1 e2 polysilicon step Other it is found that the polysilicon grows from an initial step of the deposition e1 e2 millions country Entity-Destination a chinese firms poured millions into the country e1 e2 stand bees Member-Collection_reversed i also received one stand of choice bees and about $100 in cash e1 e2 pain buttock Entity-Origin the pain was radiating from the right buttock to the knee joint e1 e2 boards governors Member-Collection_reversed the reconstitution of boards of governors takes place every 4 years and the current term of boards of governors is due to end on 30 june 2009 for controlled and maintained schools e1 e2 slugs holes Product-Producer_reversed snails and slugs cause holes in the leaves of young plants and can chew right through the stems of newly planted seedlings e1 e2 clutch eggs Member-Collection_reversed a family living at calabogie, ontario was digging their new potatoes and came upon a different clutch of eggs e1 e2 helix ear Component-Whole now, your earlobe can never escape because this brass knuckle stud is attached to a chain attached to a cuff that affixes to the helix of the ear e1 e2 switch tape recorder Component-Whole he draged the nail on the head of the snake and then clicked the switch of the tape recorder e1 e2 preparations increase Cause-Effect in general, the greatest hypocalcemic effect was achieved by those liposomal preparations that resulted in the most sustained increase of l-hct and f-hct in plasma e1 e2 kit box Content-Container the kit was in a box that measured about 18x11x3.5 inches e1 e2 probe prosecution Entity-Destination doj released a probe into siegelman prosecution e1 e2 model carpenter Product-Producer a model for a summer house by the carpenter and architect william thornton was approved by sir abstrupus in 1700 e1 e2 chapter background information Message-Topic a short introductory chapter furnishes the background information e1 e2 applet browser Other the applet requires a browser that supports jdk 1.1.5 or above e1 e2 jaw bone Component-Whole_reversed tasheki was taking photographs at the encounter site when a bullet hit his jaw bone e1 e2 album band Product-Producer the 2001 debut album by the new york band was voted top of the pile by a panel of musicians, producers, writers and record label bosses e1 e2 tools engineers Instrument-Agency planetcad offers the best tools for engineers and now the whole industry is following e1 e2 apricot nectar Entity-Origin_reversed cloud loss behaviour in pasteurized apricot nectar was found to be different from that of other fruit juices e1 e2 pile bin Content-Container a very small pile of soft green hay was in a bin in a corner of their downstairs room e1 e2 workers engines Product-Producer_reversed among them are the 2,000 or so workers who still make diesel engines for ford on a site that employed more than 50,000 in the 1950s e1 e2 set principles Member-Collection_reversed this paper describes a set of principles designed to help archives position themselves to address the management of current records e1 e2 poverty overpopulation Cause-Effect_reversed poverty is caused by overpopulation e1 e2 hydrophone cable Other this new, improved active piezoelectric hydrophone is made with shielded clear waterproof cable and a copper acoustic chamber coated in non-toxic, durable black rubber e1 e2 bottle wine Content-Container_reversed the waiter returns with a bottle full of wine, pours a small amount in the glass for tasting e1 e2 paintings exhibition Component-Whole the oil paintings shown at the exhibition were of exceptionally high quality e1 e2 setbacks unemployment Cause-Effect the economic setbacks of 1893 had created unemployment and poverty which caused migration in search of new opportunities e1 e2 soot fireplace Entity-Destination the soot has been blown down into the fireplace e1 e2 farm horses Other at this time the farm had three horses and a small tractor e1 e2 goose wild Entity-Destination the goose was released into the wild e1 e2 play humor Component-Whole_reversed the original play was filled with very topical humor, so the director felt free to add current topical humor to the script e1 e2 conquest good Other we are determined to pursue the conquest of evil with the good e1 e2 people joy Other authentic people, knowing their place in the world, fulfill it with joy and attention e1 e2 unificationists president Other unificationists sees kingdom coming with the help of the new president e1 e2 users software Instrument-Agency_reversed more important, these changes improved the users' experience of the software e1 e2 software drain Cause-Effect the software caused a pretty good drain on the cpu for some reason e1 e2 drugs box Content-Container when shown the location of the drugs, the investigators noted that the drugs were in a box in a closet, and were not stored in a securely locked, substantially constructed cabinet, as required e1 e2 prize pupils Entity-Destination the national prize was awarded to lionacleit fashion pupils e1 e2 harm system Cause-Effect_reversed the harm has been caused by the invitation system e1 e2 formation coalitions Other while most of the experimental literature focuses on individual contributions, many real-world problems involve the formation of coalitions e1 e2 method techniques Instrument-Agency_reversed the method uses histologic techniques for processing and thus offers one major advantage e1 e2 body cupboard Content-Container his body was inside a cupboard in the jumeirah carlton tower hotel in upmarket knightsbridge e1 e2 fortune selling Cause-Effect_reversed alfred nobel created his fortune from the selling of explosives that utilized nitroglycerin e1 e2 crane arm Component-Whole_reversed the crane arm raises, swivels, and extends to a maximum length of 11" inches, just like our own poe ghostal e1 e2 bacteria acne Cause-Effect proper washing and skin care can help to remove bacteria and oils which cause acne e1 e2 launch next month Entity-Destination the launch has been rescheduled to next month due to bad weather e1 e2 employees organisation Member-Collection employees are the most important part of an organisation e1 e2 statement parties Other the coalition sprang up after the tories released an economic statement lambasted by the opposition parties e1 e2 array colors Member-Collection_reversed all of their products are the direct result of extensive research and development and produce a varied array of spectral colors, enabling you to sound your best e1 e2 system structure Other the system combined the hierarchical structure of decision trees with a clean probabilistic semantics e1 e2 lack reliance Cause-Effect the lack of stability caused a strong reliance on the colonizers e1 e2 child care Other a child has been placed into foster care e1 e2 studies mechanics Message-Topic in the mechanical department the course includes a variety of previously published studies having relation to applied mechanics, the art of construction, and mechanical drawing e1 e2 thoughts effects Message-Topic there are many theories and thoughts about the effects of the moon on people, animals, and the natural world e1 e2 arm patient Component-Whole when the arm of the patient is meticulously placed at the right atrium level in both positions, the difference is even greater than when the arm rests on the desk or on the arm support of the chair e1 e2 cousin portfolio Entity-Destination he has added his cousin into his portfolio e1 e2 dollars reconstructions Other since then, millions of dollars have gone into reconstructions for victims of tsunami in 2004 e1 e2 band outsiders Member-Collection_reversed just 18 months ago, the new york times magazine ran a cover story depicting progressive bloggers as a band of unkempt outsiders e1 e2 functionality database Entity-Destination the functionality is moved into a separate database e1 e2 progenitor name Other its progenitor made his name with a wonderful non-fiction account of policing in baltimore called homicide e1 e2 chapter algorithms Message-Topic it contains a chapter giving an introduction to compression algorithms e1 e2 flyer box Content-Container one flyer was inside a box of cracker jacks at a hughes market e1 e2 population burghers Member-Collection_reversed petitions against the annexation were signed by between one half and two-thirds of a total population of some 8000 burghers e1 e2 eruptions tectonic forces Cause-Effect_reversed the eruptions are caused by tectonic forces or by the compaction of sediments at the deltas of large rivers, such as the mississippi e1 e2 marijuana jar Content-Container appellant's only challenge to the application of the plain view doctrine is that because the marijuana was in a jar in the freezer compartment it was not in "plain view. e1 e2 tortoise box Content-Container the tortoise that had been picked up the night before was in a box e1 e2 generator factory Instrument-Agency the generator powered a nearby aluminium factory, considered vital to the german war effort e1 e2 rope rod Component-Whole mr. adel throws the rope of the rod as far as he can into the water e1 e2 water tank Entity-Destination the water was drained into the second water drain tank through the connecting pipes e1 e2 damage war Cause-Effect_reversed lenin and the other leaders of the soviet union set about repairing the damage caused by the revolution and the civil war e1 e2 temple monks Product-Producer a temple has been built by monks in northeast thailand who used over a million recycled beer bottles to make the walls and roof e1 e2 edge flat Component-Whole stones must be set in% inch from the edge of the flat e1 e2 machine factory Entity-Origin the machine arrived from the factory with windows 2000 installed on a single large partition e1 e2 factory workshop Component-Whole_reversed the factory's workshop functioned inside an extension which was bigger than the actual residence e1 e2 money return duct Content-Container the money was hidden in an air-conditioning system's return duct, which conveniently connected to the room behind e1 e2 wrack rabbits Member-Collection_reversed individuals were granted a wrack of rabbits and some help building a rabbit run in their backyard to start up a small rabbit farm (--40 rabbits and a hutch, perhaps?), along with automatic membership in a cooperative rabbit abatoir e1 e2 warehouse user Instrument-Agency a warehouse user with limited authority cannot crate the required bufferpool e1 e2 money companies Entity-Destination huge money is given to companies for boosting economy e1 e2 reaction press Cause-Effect_reversed the reaction from the international press, which i am sure you here in tokyo have noticed, has been very wide and detailed e1 e2 houses way Other all houses are now built this way e1 e2 song quartet Product-Producer this lovely song by a virtually unknown quartet from oklahoma epitomizes what a great wedding song is e1 e2 crash seismic event Cause-Effect when the first model sank in august 1991, the crash caused a seismic event registering 3.0 on the richter scale, and left nothing but a pile of debris at 220m of depth e1 e2 payment account Entity-Destination a test payment was put into my bank account on october 13th e1 e2 alliance elements Member-Collection_reversed this an alliance of various elements connected into the political elite with the old prd forces, who have adopted a strategy of postponing efforts to lead any fight with the domestic bourgeoisie e1 e2 changes policies Message-Topic_reversed these changes have been reflected in the general policies and approach of the forestry commission e1 e2 grain production Entity-Origin the drying step is achieved within 4 hours from the exit of the barley spent grain from the beer or malt production e1 e2 meeting creation Message-Topic a meeting called by india's government to discuss the creation of a separate state in the tea-producing darjeeling hills has ended without a breakthrough e1 e2 president country Entity-Origin the g-53 ended its statement with one of the many speculations that have arisen from the president's contentious departure from the country e1 e2 test achievement Other the purpose of this test was to report to the american public on the academic achievement of individual students, schools, districts, and states e1 e2 government tourniquet Instrument-Agency_reversed a year after the government applied a tourniquet to the banking industry, the bleeding has slowed e1 e2 boy school Entity-Origin the boy runs away from the school when he sees his father's insensitivity, but the teacher and his other friends bring him back e1 e2 accident death Cause-Effect for example, driving recklessly and causing an auto accident that result in the death of another driver or passenger could be qualified as manslaughter e1 e2 death storm Cause-Effect_reversed that coupled with the death and destruction caused by the storm was a very traumatic experience for these residents e1 e2 milk drink Other i've been asking for a fizzy milk drink for a while e1 e2 manufacturers factors Other manufacturers have traditionally been more concerned about factors like price, quality, or cycle time, and not as concerned over how much energy their manufacturing processes use e1 e2 neurons substantia nigra Component-Whole the midbrain dopaminergic (mda) neurons of the substantia nigra and the ventral tegmental area play a fundamental role in the control of voluntary movement e1 e2 efforts diaries Message-Topic_reversed his efforts were documented in the diaries of his sister katherine e1 e2 infection wound Cause-Effect_reversed the infection came from a wound e1 e2 lakes network Component-Whole the public are welcome to visit the lakes and dams that make up tasmania's hydro electric network e1 e2 radiation cell phones Cause-Effect_reversed the emission of electromagnetic radiation from cell phones continues to become a growing concern e1 e2 van debtors Instrument-Agency a van used by debtors in the business of transporting passengers was a tool of the trade for lien avoidance purposes e1 e2 professor works Product-Producer_reversed the english writer, poet, philologist, and university professor was best known as the author of the classic high fantasy works the hobbit, the lord of the rings and the silmarillion e1 e2 oil bunker Content-Container it carried 1500 gallons of water in its split saddle tanks and 700 gallons of fuel oil in a bunker behind the cab e1 e2 explosives box Content-Container the explosives were in a box covered by sheet metal, while the wooden handle and fuse were those of the stick hand grenade e1 e2 subscribers countryside Entity-Origin half of the new subscribers hailed from china's vast countryside e1 e2 dollar basket Other we derive a pair of optimal weights on the dollar in a currency basket to stabilize their trade balances for both of the countries e1 e2 time travel science fiction Message-Topic_reversed time travel is a common theme in science fiction e1 e2 note plastic baggy Content-Container the handwritten note was inside a plastic baggy e1 e2 agent discount Instrument-Agency_reversed this happens when a collecting agent inadvertently applies the pns discount to an ineligible vessel e1 e2 constituency supporters Member-Collection_reversed the stress of electoral defeats exposed mr. hoyte to opposite pressures within the constituency of his supporters e1 e2 tripe alchemists Product-Producer quite a large part of the religious establishment was opposed to alchemy, but, given the fraudulent tripe written by most of the alchemists, that was no bad thing e1 e2 bottle air Content-Container_reversed when a bottle full of air is opened under water, the water will not enter the bottle e1 e2 profit selling Cause-Effect_reversed sumatera (yagasu) made a profit from the selling of women groups' handicrafts activities e1 e2 scientists map Product-Producer_reversed scientists have assembled the first global geological map of the solar system's largest moon - and in doing so have gathered new evidence into the formation of the large, icy satellite e1 e2 experiences memoir Message-Topic_reversed lambert's wartime experiences were related in his excellent 1973 memoir e1 e2 signal peroxisomes Entity-Destination the correct targeting signal is imported into the peroxisomes e1 e2 film name Other the ultimate d.c.-related work on this topic, in recent decades, anyway, may be jerzy kosinski's satirical being there, the inspiration for a peter sellers film by the same name e1 e2 sections city Component-Whole in the older sections of the city the street in front of one's house is considered the person's responsibility, it is seen as an extension of their house e1 e2 orphan orphanage Entity-Origin in some of the other stories, an orphan runs away from the orphanage e1 e2 dolphin flukes Component-Whole_reversed the dolphin uses its flukes for swimming and its flippers for steering e1 e2 worth plant Entity-Destination construction industry's worth is invested into construction plant and equipment e1 e2 frustrations stress Cause-Effect frustrations, threats, and conflicts cause stress e1 e2 wall owner Other kegs of guinness rolled off and then were grabbed and stacked up against the wall by the pub owner e1 e2 horses stud Other in this section are horses born in tori stud that have made tori breed famous and maintained that fame e1 e2 food store Entity-Origin food comes from the grocery store, packaged, sanitized, frozen or chilled e1 e2 treatment mask Component-Whole_reversed the treatment includes an aromatherapy mask and moisturizer e1 e2 syndicate banks Member-Collection_reversed as a consequence it sold bonds indirectly to the public with the help of a syndicate of banks e1 e2 player color Instrument-Agency_reversed player one can become white and block all the bullets while player two blasts the boss with the opposite color e1 e2 compassion people Entity-Origin compassion was originally from a people known as the remote, a splinter group of the time travelling voodoo cult faction paradox e1 e2 imperative authority Entity-Origin the imperative originates from an authority which transcends the speaker e1 e2 lemon marmalade Entity-Origin_reversed meyer lemon marmalade is an amazingly delicious version of fruit recipe e1 e2 author novel Product-Producer_reversed from the pulitzer prize-winning author of march comes this novel - inspired by a true story - that traces the journey of a rare illuminated manuscript through centuries of exile and war e1 e2 pryde griffins Member-Collection_reversed simon roused himself slowly from a wonderful dream revolving around a whole pryde of baby griffins, just waiting for him to play with them e1 e2 tree crown Component-Whole_reversed topping is the indiscriminate removal of a tree 's crown, cutting off large branches and the main stem of the tree, leaving large branch stubs e1 e2 chandlers candles Product-Producer_reversed traditionally, chandlers made both soap and candles, because a long time ago both of these products were made with lard e1 e2 comments source code Component-Whole comments are parts of the source code disregarded by the compiler e1 e2 piezos wires Component-Whole_reversed these piezos have 2.5 inch pretinned lead wires solidly attached with solder joins protected by a dab of silicone e1 e2 religion prohibition Product-Producer_reversed the baha'u'llah religion has liberated human minds by a prohibition within his faith against any caste with ecclesiastical prerogatives e1 e2 papers library Entity-Destination papers of conductor and arranger andre kostelanetz are being donated to the library by the musician's estate e1 e2 citizens guns Instrument-Agency_reversed so almost immediately after pearl harbor, hawaii's governor calls for citizens and their guns to man checkpoints and patrol beaches against an expected japanese invasion e1 e2 profit selling Cause-Effect_reversed cyber squatter- a person who buys domain names, and holds them with the intent of making a profit from the selling of the domain name e1 e2 criminals time-traveling Instrument-Agency_reversed he needs to capture 22nd century criminals who have escaped by time-traveling e1 e2 colleagues spectrometer Instrument-Agency_reversed she and colleagues exhaustively tested the sample, sequencing the proteins they found with a new and better mass spectrometer e1 e2 corpses wrappings Entity-Destination the corpses were then placed in cotton cloth wrappings and put inside of a wooden case that was put inside of another case that was decorated with details of their life and a mask of their face e1 e2 protein diet Entity-Destination our ancestors have added high protein into their diet e1 e2 soup dish Content-Container we served a bowl of delicious soup in a dish of ivory china e1 e2 brotherhood rogues Member-Collection_reversed this brotherhood of halfling rogues is the most powerful criminal organisation in town e1 e2 landscape company Product-Producer there are a few simple steps you take to ensure you have selected the correct landscape company e1 e2 company machines Product-Producer_reversed the company builds many of the machines used in the manufacturing of the beds and the upfitting of the chassis e1 e2 bomb bottle Entity-Destination ten-year-old huynh thanh tung was fortunate to survive when the tiny war relic burst into a ball of flames and flying metal as he stuffed the bomb into a bottle e1 e2 seed oils Entity-Origin_reversed flax seed oils is the form in which the oil was extracted from the seed e1 e2 dystrophies defects Cause-Effect_reversed the muscular dystrophies are caused by genetic defects, which means they are inherited at birth e1 e2 peptide protein Entity-Origin the signal peptide is derived from a protein that is exported by the cell e1 e2 purse money Content-Container_reversed a boy scout in north carolina found a purse with money in it e1 e2 caffeine goods Entity-Destination the researchers inserted caffeine into baked goods e1 e2 accused scene Entity-Origin he was 10 to 11 meters away from the accused when the latter ran away from the scene of the incident e1 e2 slaves country Entity-Destination the slaves were brought into the country against their will e1 e2 aberrations reasons Cause-Effect_reversed in a two-mirror telescope equipped with an active optics system usually m2 is used to correct the aberrations originated by optical reasons, i.e. defocus and coma e1 e2 addition reaction Cause-Effect the addition of water to the tank caused a runaway chemical reaction, resulting in a rapid rise in pressure and temperature e1 e2 civility discussion Message-Topic_reversed in recent months, civility has been a topic of much discussion in the newspapers e1 e2 band berserkers Member-Collection_reversed other ritual practices attributed to berserks represent the initiation of the young warrior into a band of berserkers e1 e2 bag market Other a new insulated pizza bag is delivered to the market e1 e2 pigs trampoline Instrument-Agency_reversed pigs really fly....with the help of a trampoline e1 e2 slugs damage Cause-Effect snails and slugs cause damage to seedlings, flowers, vegetables and shrubs e1 e2 soldiers katanas Other even in world war ii, american soldiers targeted the men with the katanas first because their killing power was feared and respected e1 e2 people pottery Product-Producer_reversed for me, the most interesting thing was some pottery by people who are so well known for their pottery like picasso or miro e1 e2 report company Product-Producer and a 22-page internal report by a computer security company named mandiant, dated august 18, fleshes out many details of the june-july breaches e1 e2 tree woods Other having delivered her charge, she had silently returned to her tree deep in the woods e1 e2 concepts science Entity-Destination modern economists have exported equilibrium concepts to political science e1 e2 editor programmers Instrument-Agency textmate is hailed as the best editor for programmers by many people e1 e2 callus seeds Entity-Origin the most suitable callus to establish suspension cell cultures was obtained from seeds e1 e2 snowstorm catastrophe Cause-Effect the snowstorm caused a major catastrophe on the west virginia turnpike e1 e2 rye spirits Entity-Origin_reversed tom's prominient selection of various rye spirits wins him kudos today e1 e2 glaucoma blindness Cause-Effect glaucoma is one of the leading causes for blindness and currently about 90 million patients worldwide are affected by the disease e1 e2 train station Entity-Origin red line conductor ivan hardaway prepares the train for departure from the station e1 e2 bedroom drugs Other brittany murphy's bedroom was filled with prescription drugs e1 e2 restaurant package Component-Whole in exclusive buildings, a private restaurant is part of the package e1 e2 germs influenza Cause-Effect there are everyday actions that can help prevent the spread of germs that cause respiratory illnesses like influenza e1 e2 outbreak virus Cause-Effect_reversed the outbreak was caused by the live polio virus that is used in vaccines given orally the preferred method in developing countries because it is cheaper and doesn't require medical training to dispense e1 e2 wheelchair user Instrument-Agency im a wheelchair user in a third floor flat serviced by only 1 lift e1 e2 deputy party Member-Collection a deputy from sarkozy's ruling ump party, etienne pinte, also said he was "very shocked" by the charter flight e1 e2 gates palace Component-Whole the gates of the palace of john the priest were "made of sardius, with the horn of the horned snake inwrought, so that no man might bring poison within" e1 e2 agar polyethylene tube Content-Container the agar was contained in a polyethylene tube 3,o mm inside diameter and about 1 mm of agar protruded e1 e2 flight airport Entity-Origin the imams were removed from a us airways flight awaiting departure from the minneapolis-st. paul airport e1 e2 vagina dilator Other the vagina was sutured behind the neourethra; the vagina accommodated a size 12 dilator e1 e2 call cells Entity-Origin the firing of transition t_continuous_call represents the arrival of a handoff call from neighbour cells e1 e2 omissions books Entity-Origin in these last three paragraphs, then, wordsworth began by first of all considering his omissions from previous books e1 e2 run fish Other september normally marks the arrival of the earliest run of fish into lake tributaries, and peak runs occur in october e1 e2 vehicle sales muck Other all-terrain vehicle sales sink into muck e1 e2 crowd employees Member-Collection_reversed the county fair drew a large crowd of usda employees e1 e2 rice spirits Other rice spirits in asia are almost always female and regarded as a kind of mother figure (thus, the connection to fertility and tossing it at the bride) e1 e2 range options Member-Collection_reversed as a result of their relatively narrower range of options, predictions regarding their behavior tend to be more accurate e1 e2 ear drum Component-Whole_reversed the air in the middle ear space is important to allow the ear drum and middle ear bones to be vibrated by sounds collected by the ear canal e1 e2 work book Message-Topic_reversed much of the resulting work is summarised in his joint book with howitt e1 e2 sky basket Other and there's you, floating a couple of thousand feet up in the sky in a tiny little basket e1 e2 standards report Message-Topic_reversed standards at a secondary school are criticised in a report by the inspection body e1 e2 trunk tree Component-Whole roots that cross over the trunk of a tree instead of growing outward are known as girdling roots and should be removed since they can choke trees e1 e2 sugar tea Entity-Destination accidentally, i poured too much sugar into my tea e1 e2 cigarettes countries Entity-Destination he used to bring some cigarettes into these middle eastern countries e1 e2 concerns public sector Other trade union side reiterated its concerns that the public sector was effectively subsidising these events and requested that this practice cease e1 e2 arm dancer Component-Whole the momentum of their movement breaks the circle as the arm of the foreground dancer reaches out e1 e2 pitying turtledoves Member-Collection_reversed there's a pitying of turtledoves cooing to their mate e1 e2 award activist Entity-Destination the civil rights hero award was bestowed to a disability rights activist e1 e2 pendant stone Content-Container the pendant encloses a tumbled stone e1 e2 drugs nausea Cause-Effect these drugs also cause headaches and nausea, affect your internal organs and raise your bad cholesterol e1 e2 boy orphanage Entity-Origin one day the little orphan boy ran away from the orphanage e1 e2 strand theatre Message-Topic the strand was devoted to music theatre and film music and featured interviews with songwriters, composers, and orchestrators e1 e2 charge expenditures Component-Whole_reversed the restructuring charge was comprised of $11.9 million of cash expenditures for severance benefits and other costs and $8.2 million of non-cash charges, primarily for the write-down of impaired assets e1 e2 dissatisfaction laughing Cause-Effect_reversed well i know quite a few people who get dissatisfaction from laughing at retards e1 e2 works relationship Message-Topic works in this exhibition investigate humanity's relationship with the world e1 e2 administration gimmicks Instrument-Agency_reversed the bush administration hid the true fiscal picture with a plethora of accounting gimmicks e1 e2 adenosine deaminase analog Other adenosine deaminase converts purine riboside into an analog of a reactive intermediate e1 e2 bees honey Product-Producer_reversed nectar is the sweet flower sap that bees make into honey by evaporating off the excess water e1 e2 aluminum can Other as time passed, aluminum formed itself into a can, a lid, and a tab e1 e2 bottle bucket Content-Container they still store the bottle in a chilling bucket or the refrigerator e1 e2 jobs speech Message-Topic_reversed the 08 campaign green jobs was the main talking point of any speech e1 e2 dog owner Entity-Origin a surfside man running away from a dog that broke away from its owner was struck by a bus in the chase e1 e2 banker hotel Product-Producer_reversed the banker, who has put up in a sudder street hotel, told the sleuths that he had entered india on october 20, 2009 e1 e2 artists chisel Instrument-Agency_reversed the artists carve away the surface with a chisel e1 e2 immigrants population Cause-Effect immigrants accounted for more than half of britain's population growth in recent years e1 e2 marmalade oranges Entity-Origin this marmalade is made of the finest oranges, to create a delecious taste e1 e2 damage explosion Cause-Effect_reversed iraqi soldiers inspect the damage after the explosion in a school in baghdad e1 e2 brace geldings Member-Collection_reversed sam, who formerly was a sportsman, and in his apprenticeship used to frequent barnet races, keeps a high chaise, with a brace of seasoned geldings e1 e2 cartoons paper Entity-Origin the cartoons originated in denmark's jyllands-posten paper and have been reprinted in newspapers in france, germany, italy, hungary, the netherlands and spain - who say they were exercising their right to free speech e1 e2 reproof chairman Product-Producer a more coded reproof came from the chairman of parliament's foreign affairs committee e1 e2 grenade tin Content-Container the grenade was inside a tin alongside the hotel fence e1 e2 computers classroom Entity-Destination the principal has put computers into our classroom e1 e2 family restaurants Member-Collection_reversed olive garden is a family of local restaurants focused on delighting every guest with a genuine italian dining experience e1 e2 computer mouse Component-Whole_reversed the computer mouse has been the input device of choice for a long time now in the computer world e1 e2 rule legal challenge Other the rule is the subject of a legal challenge brought by abc and its coalition partners e1 e2 panel member Member-Collection_reversed throughout her career she has worked extensively with the california department of education and the commission on teacher credentialing where she has been a contributing panel member on the writing of the california subject examination for teachers (cset), the california music standards, and the caltpa, the california teacher preparation assessment, as well as an evaluator for the single subject music preparation submission documents e1 e2 steppingmotor coil Component-Whole_reversed for example the steppingmotor has a coil with a resistance of 5 ohm and a nominal current of 1 amp e1 e2 style crime Other it is a literary style which portrays crime and violence in an unsentimental way e1 e2 machine blades Component-Whole_reversed the cutting machine contains 13 circular blades mounted on a cutting axis e1 e2 committee document Product-Producer_reversed the 25-member steering committee that drafted the document also passed it through two palestinian gfm organizers e1 e2 guide website Component-Whole the student guide, consisting of a list and description of courses offered by each faculty, is published on the website of the university e1 e2 form platonists Other in other words such people accept a form of mathematical platonists, whether or not they label themselves that way e1 e2 book identity Message-Topic the book created a picture of social and religious identity e1 e2 storytelling crows Member-Collection_reversed so this morning started early with a chorus of caws coming from a storytelling of crows outside my bedroom window e1 e2 paper review Message-Topic_reversed that paper received favorable review e1 e2 sleeve shirt Component-Whole he was wearing a short sleeve shirt with a tie e1 e2 committee misuse Other the nepalese government sets up a committee to inquire into the alleged misuse of diplomatic passports e1 e2 investigation series Other the investigation was concerning a series of letters received at the house containing non-noxious white powder e1 e2 embassy injured Entity-Origin upon the arrival of an embassy from the injured to demand satisfaction, romulus decided that those who had done the injury should be delivered up e1 e2 fishermen reserves Entity-Destination industries have pushed fishermen into fragile marine reserves e1 e2 photograph artist Product-Producer the three prints are a great example of a rare vintage photograph by an artist who had an influence on later 20th-century photographers e1 e2 water cup Content-Container the water was in a cup e1 e2 plump wildfowls Member-Collection_reversed thankfully the plump of wildfowls brought about the destrcution of the wild cats and that ended the whole fiasco e1 e2 result cases Entity-Origin but the result was derived from a small number of actual hiv cases e1 e2 plasma discharge Other the plasma was generated by an rf discharge between two parallel electrodes whose diameter was 100 mm and separation was 40 mm using pure silane gas e1 e2 slides nanotechnology Message-Topic the european commission has released a set of slides explaining nanotechnology e1 e2 dataset size Other with these two tools, the dataset was reduced from its original size of over 200 features into 17% e1 e2 crane arm Component-Whole_reversed as for the main attraction: the pnuematic function allowing the crane arm to be raised and lowered, well, it's a simple job made a little more complex e1 e2 carpenter bee Other old nests are used year after year by the carpenter bee e1 e2 surfer wave Entity-Destination the surfer is dropped into a 35-foot wave at waimea bay e1 e2 professional lamp Instrument-Agency_reversed the health professional uses a lamp during the test e1 e2 world laws Other the world is governed by mathematical laws e1 e2 drift bees Member-Collection_reversed the hive entrances were oriented in different directions and painted with different colors to reduce colony drift of foraging bees e1 e2 scribe quire Product-Producer_reversed ruling is in ink and was generally done by the scribe who wrote the quire e1 e2 commission selling Cause-Effect_reversed the broker is entitled to commission from the selling of your property e1 e2 document section Component-Whole_reversed the agenda 21 document, agreed in rio, includes a section on international co-operation e1 e2 cream dessert Component-Whole the dulche de leche ice cream was the best part of this dessert; it was creamy and not too sweet as i usually find this flavor e1 e2 crater vulcano Component-Whole the crater of the vulcano solfatara shows a great variety of botanica species, varying greatly from each other due to climatic and pedologic reasons e1 e2 victim cliff Entity-Destination the suspect pushed the victim into a deep cliff e1 e2 king decree Product-Producer_reversed in the first year of king cyrus, the king issued a decree e1 e2 judgment newspapers Message-Topic_reversed the judgment was reported in local newspapers on saturday e1 e2 glaucoma disorders Other glaucoma is a group of neurodegenerative disorders characterized by the death of retinal ganglion cells and by a specific deformation of the optic nerve e1 e2 president society Member-Collection the president of this society is responsible for presiding over all meetings (both general and executive) e1 e2 unemployment alcoholism Cause-Effect parental pressures of unemployment and poverty lead to drug abuse and alcoholism or stress and depression which have a profound effect on children e1 e2 funds companies Entity-Destination japan injected funds into struggling companies e1 e2 keys ignition Other inside the car, keys were found in the ignition and codario-ferrino's license was discovered inside a purse on the passenger's seat e1 e2 streak tigers Member-Collection_reversed scattered among this streak of celtic tigers are billions of euro loaned by anglo irish bank over the past decade in a calculated play for lucrative returns e1 e2 gulp cormorants Member-Collection_reversed there is a gulp of cormorants that scavenge this stretch of the sacramento river where i usually kayak e1 e2 master voice Component-Whole_reversed he has always waited patiently in the studio until his master's voice signals that it was time to go home e1 e2 ship port Entity-Origin the ship left from the port of bremen with 434 passengers e1 e2 debtor redemption Instrument-Agency_reversed a debtor gets liens released on personal household possessions for much less than the underlying debt on those secured possessions with redemption e1 e2 balls mud Entity-Destination the balls were dropped into the mud from a height of about 5 metres e1 e2 mineral oil Entity-Origin_reversed ste oil company has all your white mineral oil needs covered e1 e2 system vessels Product-Producer_reversed what happens is that the system builds many inferior blood vessels in the eye to take the place of the vessels that are dying e1 e2 lights shop Component-Whole the stage was in the cellar, and all the lights in the shop were out; groans rose from a trap-door e1 e2 mason wall Product-Producer_reversed the mason has completed a concrete wall that creates a bathroom and storage area adjacent to a preschool classroom e1 e2 slapshot glove Entity-Origin dartmouth nearly narrowed the gap to one goal when a slapshot popped out of the glove of princeton goalie zane kalemba '10 e1 e2 magnetic field current Cause-Effect_reversed the magnetic field is generated by an electric current circulating in the star's interior e1 e2 agave nectar Entity-Origin_reversed it's funny my friend just used agave nectar in his margaritas e1 e2 battery measures Member-Collection_reversed this research aimed to select and validate a battery of outcome measures of recovery after lower limb burn injury (llbi) e1 e2 species noise Cause-Effect the species makes a squelching noise e1 e2 tax cuts doubt Other tax cuts for rich are thrown into doubt e1 e2 line designers Other it is part of a furniture line conceived for anthropologie by british interior designers e1 e2 book material Message-Topic this book supplies us with a good deal of material for his biography e1 e2 discourse role Message-Topic the second discourse concerned the role of democracy in the new republic e1 e2 unity power Cause-Effect the political unity of the iroquois was the source of their power, but it was by no means perfect e1 e2 residents countries Entity-Origin most of birdtown's earliest residents hailed from eastern european countries, including slovakia, ukraine, czech republic, poland and carpatho-rusyn e1 e2 scissors manufacturer Product-Producer these are the least expensive scissors produced by this manufacturer and are available for less than $6.00 per pair e1 e2 residents lifestyle Other south bade residents have been blown back into primitive lifestyle e1 e2 protocol randomization Instrument-Agency_reversed in fact, a protocol copes even with byzantine failures by using randomization e1 e2 notes investigator Product-Producer the website cited notes made by an investigator from the los angeles county coroner's office as the source of the information e1 e2 inmates shotguns Product-Producer_reversed also on display are weapons made by inmates including a zip gun, shanks, two sawed-off shotguns, as well as other items such as masks and an alcohol still e1 e2 carpet strips Component-Whole i made the carpet by cutting a knitting wool into short strips e1 e2 devastations storm Cause-Effect_reversed here are the news reports and photographs of the devastations caused by the storm e1 e2 technique issue Message-Topic_reversed this technique has been clearly explained in a previous issue of this magazine e1 e2 process procedures Instrument-Agency_reversed control is a process that employs a set of procedures to ensure that defined quality standards are met on a consistent basis e1 e2 chapters relationships Message-Topic several chapters of the book are devoted to the relationships between ethics and justice e1 e2 stent wire Component-Whole_reversed the steel z-shaped stent was made with a steel guide wire (0.2 mm in diameter), covered with the vascular graft, and fixed to the graft wall with multiple interrupted sutures e1 e2 themes novel Message-Topic_reversed literary critics have examined many themes in the novel e1 e2 crime fiction Message-Topic_reversed crime fiction is a typically 19th and 20th century genre, dominated by british and american writers e1 e2 sample polyethylene bag Content-Container a sample was sealed in a polyethylene bag and irradiated together with cobalt as a neutron flux determinant e1 e2 heel infants Component-Whole the neonatal heel prick is a common procedure for taking a blood sample from the heel of newborn infants e1 e2 operator cloth Instrument-Agency_reversed next up is the fingerprint scanner, the scanner was cleaned by the ukps operator with a cloth e1 e2 thinkers ways Other today's curious thinkers are keeping ben's traditions alive by inventing new and improved ways to make things work e1 e2 editor changes Product-Producer_reversed the editor improved the manuscript with his changes e1 e2 movement vaccum Cause-Effect_reversed the movement of the flag on the surface of the moon was caused by the vaccum e1 e2 jacks areas Entity-Destination jacks are spreading into areas formerly occupied by white-tails in colorado e1 e2 bar harness Other the hollow bar mounting the cameras encloses a wiring harness between the cameras e1 e2 circle criminals Member-Collection_reversed blade is accepted into the inner circle of hardened criminals who run things inside the prison and is offered a job on his release e1 e2 circus artists Member-Collection_reversed though calder had gone to paris to paint, he began creating figures and animals from wire and wood, gradually building up an entire circus of trapeze artists, clowns and trained animals e1 e2 bacteria breakouts Cause-Effect propionibacteria acnes, or p. acnes, are the bacteria responsible for acne breakouts e1 e2 harem wives Member-Collection_reversed among the hittites there was only one queen consort, but the king had a harem of wives (free women) and of slave concubines also e1 e2 microwave turntable Component-Whole_reversed our microwave has a turn-able turntable inside and dial-able knobs outside e1 e2 sleeves sweater Component-Whole felt dots are embroidered on the front and sleeves of this sweater, adding an extra dimension of fun e1 e2 story mob Message-Topic in the story a mob surrounds a woman to stone her for adultery, and ask jesus what they should do e1 e2 troop scouts Member-Collection_reversed the summer he was thirteen he organized the neighboring farmer boys into a troop of scouts e1 e2 body alumni Member-Collection_reversed like all new towns we have missed.the encouraging influence of a large body of alumni, only two of the thirty-five former graduates having entered college e1 e2 chamber diaphragm Component-Whole_reversed the depression chamber contains a diaphragm under pressure from a diaphragm spring e1 e2 poem albatross Other in the poem, an albatross starts to follow a ship - being followed by an albatross was generally considered an omen of good luck e1 e2 fortress gate Component-Whole_reversed the fortress had the only gate from the southwest e1 e2 dissertations research project Message-Topic the dissertations reported on a research project of some kind e1 e2 lobe ear Component-Whole body piercing jewellery specially for lobe ear piercings e1 e2 ginger beer Entity-Origin_reversed the stone ginger beer has a ginger 'bite' without the 'ginger burn' of more peppery jamaican ginger beers e1 e2 extraction extinction Cause-Effect oil extraction in the amazon has already caused the extinction of the tetete and zaparo nationalities and continues to threaten indigenous peoples e1 e2 horses dragoons Instrument-Agency for the original stud farm, desirous of producing the best horses for the dragoons and hussars, the lighter horse of a square frame was the ideal e1 e2 listeners internet Instrument-Agency_reversed listeners receive wbai live over the internet (referred to as "streaming"), using one of the various audio formats below e1 e2 signal generator Cause-Effect_reversed the 100 mhz rf signal for the amplitude modulator was derived from a pulse pattern generator (ppg) e1 e2 travel agents telepresence Instrument-Agency_reversed even travel agents are turning to telepresence for clients e1 e2 distributions vial Other the temperature distributions in a vial during freeze-drying of a skim milk solution were determined experimentally e1 e2 seismic arrival earthquake Cause-Effect_reversed the first seismic arrival from an earthquake is the p wave, which is usually relatively low-amplitude e1 e2 suitcase cash Content-Container_reversed i sent you a suitcase with cash in it so you can fill it up with wine gummies e1 e2 media reports Product-Producer_reversed the media then creates a self fulfilling prophesy with constant reports of doom and gloom and individuals also pull their money out of the targeted bank e1 e2 commands malware Entity-Destination google groups were sending commands to malware e1 e2 gun suitcase Content-Container also missing was a 38 caliber smith & wesson gun that was in a suitcase in the tractor e1 e2 trauma earthquake Cause-Effect_reversed these centres, along with appropriate educational and psychosocial interventions, helped children overcome the trauma and stress caused by the earthquake e1 e2 bellowing bullfinches Member-Collection_reversed but my local bellowing of bullfinches prefer natural food e1 e2 fog cancellation Cause-Effect american skiier lindsey vonn denied downhill treble as fog caused cancellation in val d'isere e1 e2 stern cruiser Component-Whole through the night the stern continued to settle as the cruiser listed to port e1 e2 genes stem cells Entity-Destination this technique efficiently inserted genes into hematopoietic stem cells e1 e2 device jiffy bag Content-Container the device was contained in a small jiffy bag with a white label, with a post mark that was "not local" e1 e2 crowd candidates Member-Collection_reversed illinois race for lieutenant governor attracts a crowd of candidates e1 e2 party view Other the opposing party hid the anvil with a view to important consequences e1 e2 habitat government Product-Producer a critical habitat for beluga whales in upper cook inlet has been created by the federal government e1 e2 crew trench Product-Producer_reversed the crew had dug a trench for her to walk in so that she would not dwarf the star e1 e2 bottle lizards Content-Container_reversed he came back 15 minutes later with a bottle, with three lizards in it e1 e2 issues immigrants Other mark also spoke about post-september 11 civil rights and civil liberties issues facing immigrants e1 e2 explorer region Entity-Destination the explorer journeyed into the arctic region of the himalayas, determined to find a copy of the himis manuscript or to expose the fraud e1 e2 court petitioner Other the judge directed the court to decide the preliminary issue raised by the petitioner e1 e2 panel referees Member-Collection_reversed the nmb maintains a panel of neutral referees for service on these and certain other boards e1 e2 broom stick Component-Whole_reversed he grabed one end of the broom stick as they grab the other end e1 e2 bill particulars Member-Collection_reversed in law, a bill of particulars is a list of written statements made by a party to a court proceeding, upon demand of another party, that sets forth details of a claim or defense e1 e2 pug chin Component-Whole_reversed my pug has little bumps under his chin e1 e2 quench cross-section Other it has been assumed that the quench starts at the middle cross-section of the magnet e1 e2 journalist television Entity-Origin in the fall of 2003, a hidden camera-equipped journalist from germany's ard television infiltrated the saudi-built king fahd academy in bonn and taped what it taught to young muslim children e1 e2 cream hand Other ice cream was made by hand in a large bowl placed inside a tub filled with ice and salt e1 e2 ruins years Entity-Origin ruins from 800,000 years ago discovered in israel show that stone age ancestors had began to organize their open-air living spaces into separate clusters for different activities such as cooking and stone manufacturing e1 e2 user usage Other the user is cooling a processor with a power usage of 35w, using a conventional heatsink e1 e2 effluent lake Entity-Destination the hotel released effluent into the lake e1 e2 e-mails abandoned items Message-Topic they include sending e-mails to remind customers about abandoned items e1 e2 tsunami damage Cause-Effect the tsunami resulted in significant property damage but only two fatalities in rs e1 e2 suitcase passports Content-Container_reversed as we were leaving the house, we found a suitcase with three or four jordanian passports in it, clothes, and hygiene gear e1 e2 president taxes Other the president has made taxes and spending the big issues again e1 e2 student program Instrument-Agency_reversed the student creates compositional forms using a sequencer or notation program e1 e2 memory card phone Entity-Destination i have placed a new memory card directly into my mobile phone e1 e2 cricketers team Entity-Origin certain cricketers have been eluded from their team on accounts of injury e1 e2 spread sack Content-Container the frozen spread was found in a sack in a former pony stable nearly a century after captain robert scott's mission to the south pole e1 e2 speeches relationship Message-Topic the speeches were on the subject of the relationship between institutional and poetic violence e1 e2 brood vipers Member-Collection_reversed little did these naive people realize at the time that they were embracing a foul brood of ungrateful vipers, which would soon prove to be their undoing e1 e2 craters meteorite Product-Producer here is one of the craters created by the meteorite morasko e1 e2 stent artery Entity-Destination a stent was inserted into the patient's artery in 55 minutes e1 e2 publication project Message-Topic the publication has connection to an international research project e1 e2 anger city Cause-Effect_reversed by the end of the work day, the anger was radiating from the city e1 e2 farm turbines Component-Whole_reversed the farm comprises 80 turbines and generates 160 megawatts, nearly 2% of denmark's total electricity consumption e1 e2 indicator transmitter Component-Whole the power indicator of the transmitter and headphone then went off e1 e2 pile junk Other the big barn farm friends discover a pile of junk e1 e2 destruction waves Cause-Effect_reversed in view of the terrible destruction that was caused by the flood waves, we have to fear that a number of germans, clearly in the three-digit numbers, will be among the dead e1 e2 chapter themes Message-Topic the conclusion chapter is cautious and organised around the six themes of the book e1 e2 sounder pigs Member-Collection_reversed he also had access to a sounder of fat pigs upon which the humans feasted upon in celebration of the newly expanded farmland e1 e2 switchboard engine Component-Whole the appellant noticed that the switch of the circuit breaker which feeds 440 volts a.c. power to the main switchboard in the engine e1 e2 wave crests froth Entity-Destination wave crests are blown into the froth e1 e2 workshop factors Message-Topic this workshop analyzes credit risk factors and how these risk factors can be measured, controlled, and reduced in financial institutions e1 e2 party propaganda Instrument-Agency_reversed these are some of the many ways in which hitler and the nazi party used propaganda in order to brainwash and manipulate people into thinking that the nazi party was a good party to be in e1 e2 birds tails Component-Whole_reversed harriers are large, slender hawk-like birds with long tails and long, thin legs e1 e2 thinking scribe Other this is wishful thinking by a scribe who is more blind to the reality than those he accuses of blindness e1 e2 marshmallow maker Product-Producer i am just joining the queue of disappointed parents and upset children as i bought a marshmallow maker and toffee apple maker e1 e2 head team Member-Collection chris caisley remains the head of the team and sources were keen to pinpoint his previous experience as chairman of the bradford bulls rugby league club e1 e2 nations prosperity Other public education systems have carried nations into prosperity e1 e2 nitric oxide gold-plated cylinder Content-Container the nitric oxide was contained in a large gold-plated cylinder in which it was ionized by krypton resonance radiation e1 e2 horseshoes blacksmith Other making and fitting horseshoes was only part of the life of a blacksmith e1 e2 screaming lapse Cause-Effect_reversed it's hell in the hospitals where the amputees's screaming after the lapse of morphine is heard all the time e1 e2 communion leaders Member-Collection_reversed williams, who is regarded as "the first among equals" within the communion of leaders that represent 160 countries and some 75 million anglicans worldwide, has sought to find a delicate balance within the deeply divided group of primates e1 e2 department business Component-Whole since the ultimate purpose of the company is that of sales, the sales department is rightly recognized as one of the major departments of the business e1 e2 sergeant car Entity-Origin the sergeant got out from the police car e1 e2 drugs disease Cause-Effect scientists discovered that these drugs were related to heart valve disease e1 e2 book character Message-Topic_reversed in the book, the main female character is a woman named messua who adopts mowgli e1 e2 unions walkout Instrument-Agency_reversed guinea unions threaten junta with walkout e1 e2 hive bees Other beeswax is a natural wax produced in the bee hive of honey bees of the genus apis e1 e2 peasant cask Entity-Destination bevilona, pretending astonished fear, hides the frightened peasant in a cask e1 e2 varieties peasants Other typically, varieties of this sort were grown on flat land by peasants e1 e2 padlock chain Component-Whole however, some person had broken the padlock of the chain across the road e1 e2 bow vessel Component-Whole in other words, the bow of the vessel points at the 'windy' extended edge of the table e1 e2 cells box Content-Container i liked how his d cells were in a box behind the counter, with no prices on them, as if they were contraband or moonshine e1 e2 pepper salad Entity-Destination the pepper is added to the salad before serving e1 e2 criminals fire Cause-Effect the criminals that caused the fire illegally entered our country e1 e2 views designs Other these views were reflected in his building designs e1 e2 basket ears Content-Container_reversed a basket such as you mention holds four ears of corn e1 e2 eucharist mission Entity-Origin_reversed eucharist is the source of the church's mission e1 e2 recipe magazine Entity-Origin it's fairly rare that i follow an exact recipe from a magazine, but every once in a while a photo calls to me e1 e2 crown tree Component-Whole we removed some living branches and new growth, thus maximizing light penetration and air flow through the crown of the tree e1 e2 society ages Other then, certain texts do talk about english society of various ages e1 e2 pack cigarettes Content-Container_reversed a pack of the most popular cigarettes in the seychelles in 2008 cost $15 at purchasing-power parity (ppp) e1 e2 fluids patients Entity-Destination sufficient coagulation-deficient fluids were given to surgical patients e1 e2 secretions cells Product-Producer this website, www.fertilityuk.org, shows how to interpret the changes that take place in the mucus secretions produced by the cells lining the cervix e1 e2 tablets box Content-Container the iron tablets were in a box on the floor e1 e2 suitcase clothes Content-Container_reversed the next shot shows only a suitcase with neatly folder clothes in it on the bed e1 e2 anchor vessel Component-Whole a cable or rode is the rope, chain, or combination thereof used to connect the anchor to the vessel e1 e2 potato soup Entity-Origin_reversed the warm version of leek and potato soup was handed down to him by his mother, annette diat e1 e2 body cupboard Content-Container her naked and decomposing body was discovered inside a locked cupboard in an auckland building e1 e2 kilns potter Product-Producer the banko kilns were founded by the potter nunami ro-zan (1718-77) who often imitated the work of kenzan (1663-1743) e1 e2 ear cup Other to create a good seal, manufacturers put a foam- or gel-filled seal between the ear cup and your head e1 e2 campers wilderness Entity-Destination by foot on the trail, or by canoe on the river, our campers have journeyed into some spectacular wilderness e1 e2 team cave Entity-Destination the research team is moving into a deeper cave to explore e1 e2 beam side Entity-Origin the electron beam arrives from the left side, is collimated by 1cm thick copper and traverses the light tight sensor box e1 e2 drove cattle Member-Collection_reversed real working cowboys, who are hired to take a drove of cattle to market, have a very difficult and strenuous job e1 e2 pilot geese Other a file photo shows a microlight pilot flying with geese e1 e2 cloud bats Member-Collection_reversed it was a cloud of shrieking black bats that was attacking them e1 e2 initiative speech Message-Topic_reversed the initiative was outlined in a speech delivered by saudi crown prince abdullah on wednesday e1 e2 poem certificate holder Content-Container the teacher retirement poem on parchment is a customized poem printed on parchment and enclosed in a black certificate holder e1 e2 letter president Product-Producer a letter penned by george washington praising the new constitution sold for $3.2 million at an auction, the highest price for a letter by america's first president e1 e2 passion lover Entity-Destination he poured his passion into his lover e1 e2 deed public Other their deed of agreement was drawn up in the temple by a notary public and confirmed with an oath "by god and the king. e1 e2 chorus boys Member-Collection_reversed and the chorus of teenage boys and girls were a pleasure to watch as they sang and danced e1 e2 flotilla boats Member-Collection_reversed for 25 years, christmas in new bern has included a flotilla of decorated boats gliding along the confluence of the neuse and trent rivers at union point park e1 e2 shooter caps Instrument-Agency_reversed taking a stick of dynamite from their mule, the shooter assembles the hand-charge with two caps and fuses - which is now considered live e1 e2 toilet waste Content-Container_reversed a man is facing charges after police pulled him from a tank under a women's toilet that was filled with human waste e1 e2 lorry delays Cause-Effect a jack-knifed lorry caused delays on the a27 eastbound between havant, hampshire, and chichester, west sussex e1 e2 viruses illness Cause-Effect viruses that cause respiratory illness typically are capable of causing a range of clinical manifestations, and asymptomatic infections are possible e1 e2 chocolate cocoa paste Entity-Origin nutritious chocolate is made of cocoa paste, cocoa butter, and sugar e1 e2 list talent Message-Topic the list highlighted the best new music talent for the new year e1 e2 ashes pit Entity-Destination they cremated their dead and placed the ashes in a specially prepared pit e1 e2 door locks bar Component-Whole_reversed the door locks with a sliding bar hidden in the carved piece across the center of the door e1 e2 house items Content-Container_reversed officials got a warning from the victim's son: his 87-year-old father was a "hoarder" and the house was full of items e1 e2 door chamber Component-Whole the door on the right enclosed a fumigating chamber e1 e2 passages monastery Component-Whole i found the secret passages inside the monastery e1 e2 stars course Entity-Origin the drama unfolded even after some of the stars had left the course e1 e2 future disarray Other their whole future is being thrown into disarray e1 e2 plans needs Message-Topic the announced plans absolutely take into account the needs of disabled people e1 e2 speeches public Entity-Destination the newly inaugurated president has delivered speeches to the public e1 e2 mechanism down-regulation Other the inherent rna silencing mechanism in plants has been effectively manipulated as a tool for the targeted down-regulation of genes e1 e2 raisin factory Product-Producer the neighbor, who owns a raisin factory, wanted the property to expand his business e1 e2 wife work Other his wife, a successful corporate lawyer, has given up work e1 e2 meeting next month Entity-Destination the board meeting is rescheduled to next month e1 e2 craftsman iron Instrument-Agency_reversed the craftsman bought his own iron, finished his hinge ls, packed them, and conveyed them to the warehouse of the factor in the large town e1 e2 hermit bow Instrument-Agency_reversed three lines are missing from the end of this stanza; the hermit demonstrates his prowess with the bow e1 e2 piles dealers Product-Producer old pickups and suvs were stacked up in clunker piles by dealers e1 e2 multiword concepts single words Other in this method, multiword concepts are treated as single words e1 e2 jewelry safe Content-Container he made his way inside, where the jewelry was locked in a safe for the night e1 e2 uncle uncle Other franken's uncle, who was in the russian army, liberated auschwitz with barry's uncle e1 e2 confederation species Member-Collection_reversed the free states of alaska is a loose confederation of various species of bears in the far northern lands and outlands of megatexas e1 e2 emissions lorries Cause-Effect_reversed 92% of the co2 emissions are caused by the lorries, but this is not fair so a different distribution method is needed e1 e2 flights countries Entity-Destination gol airlines started flights to middle eastern countries e1 e2 variable axis Entity-Destination each independent variable is moving into its axis constantly e1 e2 suitcase bones Content-Container_reversed two children playing in a queens park have found a suitcase with bones in it e1 e2 shadows sun Product-Producer_reversed the "intihuatana" (in quechua = place where the sun is bonded) is a solar observatory that allowed the incas to keep track of the seasons of the year and the flow of time based on the shadows caused by the sun over the stone e1 e2 erosion hydraulic mining Cause-Effect_reversed widely previously interpreted as precursory activity to the 1906 earthquake, they have been found to have a strong seasonal pattern and have been postulated to be due to large seasonal sediment loads in coastal bays that overlie faults as a result of the erosion caused by hydraulic mining in the later years of the california gold rush e1 e2 fingerlings lake Entity-Destination 470000 mullet fingerlings have been released into the lake e1 e2 player ace Other the exception is the player who drew the ace, who may stop whenever they want e1 e2 idea archaeologists Product-Producer the idea of intensification was put forward by a number of archaeologists, but the most prominent in developing the idea was harry lourandos e1 e2 suspect patrol car Entity-Destination the deputy called for backup, and placed the suspect in a patrol car e1 e2 cream churn Entity-Destination we put the soured cream in the butter churn and started stirring it e1 e2 knife blade Component-Whole_reversed he placed his index finger on the knife blade and his three remaining fingers on the knife handle e1 e2 tale risk Message-Topic this delightful tale humorously makes the point that the greatest risk in life may be in not taking one e1 e2 voltage source Entity-Origin the boost voltage is derived from a separate, external low-voltage source so as to meet the (vboost-. vsw) voltage requirement e1 e2 sect heretics Member-Collection_reversed yet he afterwards fell away and became the head of a sect of vile heretics, of gross practices, called from his name the sect of the nicolaitans, rev. ii. 6, and 15 e1 e2 infant condition Other the infant was born in a condition of shock and died in ten minutes e1 e2 brickwork bricklayer Product-Producer brickwork is masonry produced by a bricklayer, using bricks and mortar to build up brick structures such as walls e1 e2 point legal battles Message-Topic_reversed this point has been discussed in several legal battles over the years e1 e2 shortage anemia Cause-Effect a shortage of folate cause megaloblastic anemia, where red blood cells are large and pale e1 e2 creation intellectuals Product-Producer it was an artificial and unworkable creation of intellectuals supported by the great powers e1 e2 technologies enterprise Entity-Destination in past 10 years, web technologies have been arriving into the enterprise e1 e2 plane runway Entity-Origin once we had 6 hour delay because they deiced our plane too far from runway, so each time we got to the runway our plane had iced up again e1 e2 curbs sidewalks Other there are drain openings on both sides of the street in the curbs of the sidewalks e1 e2 snow spill Cause-Effect rains and melting snow lead to genesee county's biggest sewage spill of the year e1 e2 clump trees Member-Collection_reversed sometimes their way led them under the shade of an overhanging bank or through the thin obscurity of a clump of leafless trees e1 e2 wind fingers Component-Whole_reversed the wind pried with its stiff fingers at the very foundations e1 e2 buss signal Cause-Effect a stereo buss outputs the stereo buss signal; a record buss outputs the record buss signal e1 e2 brake cable Component-Whole_reversed he released the brake cable by detaching the retaining clip from the cable housing e1 e2 rudders boats Component-Whole the rudders in dinghy boats are either fixed or have a lifting blade e1 e2 grief miscarriage Cause-Effect_reversed marital breakdown is often attributed to unresolved grief from infertility, miscarriage, and the loss of a child e1 e2 sign route number Other a highway shield is a sign denoting the route number of a highway, usually in the form of a symbolic shape with the route number e1 e2 cohort authors Member-Collection_reversed i have enjoyed my interaction with the 2004 cohort of gutenberg authors, and learned much from the books that have appeared in the series as a whole e1 e2 parties decree Product-Producer_reversed the parties resolved the suit through a 3-year consent decree providing a total of $225000 to charging party and two other female claimants e1 e2 biography credentials Cause-Effect in addition, a brief biography establishing her credentials was included at the end of the report e1 e2 shelves supermarket Component-Whole leave the comfort food on the shelves in the supermarket, buy extra fruit and veg, that way you gorge on healthy stuff, it does work trust me, i do it often e1 e2 dossier account Component-Whole_reversed iraq reiterated on friday that its dossier provided a full and honest account of its weapons programmes e1 e2 pod seals Member-Collection_reversed a pod of ringed seals burst out of the water, then dove, leaving in their place a piece of green ice shaped like a harpoon e1 e2 conspiracy ravens Member-Collection_reversed sean patrick flannery and rod taylor star in this horrific tale of a small town overrun by a conspiracy of flesh eating ravens e1 e2 airmen chief Entity-Destination four deployed holloman airmen ran into their former holloman command chief recently e1 e2 defendants capacity Other the defendants took advantage of astor's diminished mental capacity to carry them out e1 e2 participant attenuator Instrument-Agency_reversed the babble was adjusted three times by the participant, using an attenuator with a continuously variable unmarked knob e1 e2 panel impact Message-Topic the panel considers the impact of the exhibition e1 e2 discussion crisis Message-Topic at the heart of the discussion was the financial and artistic crisis that photojournalism is currently going through e1 e2 man studies Other the man has journeyed into deeper level studies with sound masters e1 e2 painting crate Content-Container the painting was in a crate from which it had not been unpacked since its return from an exhibition in oklahoma city a year ago e1 e2 builder product Product-Producer_reversed we think that's a case where the builder has targeted the market with the right product and has priced it well e1 e2 smoke burning Cause-Effect_reversed in addition, soil and river systems have been contaminated by the harsh chemicals used in cocaine production and the air has been polluted by the smoke caused by the burning of jungle and forest for coca bush cultivation e1 e2 writing years Entity-Origin the earliest writing is from 5000 years ago and helps us understand some of the changes e1 e2 gold bracelet Other he bought a gold bracelet for $200 e1 e2 note ziplock bag Content-Container the note was tucked inside a quart size plastic ziplock bag e1 e2 candle wicks Other most people buy pre-made candle wicks when making homemade candles e1 e2 defects granules Content-Container_reversed cylindrical defects in the trochanter area of 18 rabbit femora were filled with bg granules e1 e2 book scribe Product-Producer this panel once decorated the cover of a gospel book (now in the hessisches landesmuseum, darmstadt) written and illuminated by a scribe named liuthard e1 e2 removal wizard Other the removal duplicate songs is done with the user-friendly start-up wizard e1 e2 recession stock bubble Cause-Effect_reversed the recession caused by the stock bubble was relatively mild, but so was the recovery e1 e2 oil tank Content-Container the oil was contained in a massive tank in the basement storage room e1 e2 brain vat Content-Container in philosophy, the brain in a vat is an element used in a variety of thought experiments intended to draw out certain features of our ideas of knowledge e1 e2 mother dish Instrument-Agency_reversed my mother bakes the puddings in a lidded dish which results in no skin and little caramelisation e1 e2 citizenship immigrant Entity-Destination citizenship was finally awarded to the immigrant e1 e2 documentary stages Message-Topic show 1 in the series is a documentary detailing the first stages of the celebrity students' conductor training as they enter into a week long 'baton camp' e1 e2 undulation hills Other i thought sometimes i saw the flash of distant spires, the sunny gleam of upland pastures, the soft undulation of purple hills e1 e2 pups wild Entity-Destination three poor seal pups rescued from the yorkshire coast were released back into the wild at seal sands on teesside e1 e2 bottle goo Content-Container_reversed science and faith collide when a bottle full of flowing green goo is determined to not be dormitory food, but something altogether more sinister e1 e2 sizzle bill Cause-Effect_reversed in the senate, the sizzle comes from an issue ad bill from dem sen. jon erpenbach e1 e2 strings squash Component-Whole as you see, it very easily pulls away and the strings of the spaghetti squash come out relatively easy here e1 e2 arm machine Component-Whole air circulates through the arm of the machine, creating a gentle vacuum that can attract a page and guide it from the right side of the book to the left e1 e2 evidence orbiter Entity-Origin the evidence comes from nasa's mars reconnaissance orbiter which spied a series of depressions linked by what look like drainage channels e1 e2 rig ship Component-Whole to that end the rig of the ship and the style of operation have the simplicity e1 e2 emergency landslide Cause-Effect_reversed cali, colombia, for their series of articles on the emergency caused by a landslide on the highway leading to the coast e1 e2 losses earthquake Cause-Effect_reversed the financial losses caused by the earthquake were estimated at $7 million e1 e2 tiger territory Entity-Destination the tiger is moving into a new territory e1 e2 grant school Entity-Destination the government research grant was given to a top school to boost its research activities e1 e2 position literature Message-Topic_reversed the position of the oecd has been criticized in literature e1 e2 tsunami disaster Cause-Effect the december 26th tsunami disaster is an example of a tsunami which was triggered by an earthquake e1 e2 violence death Cause-Effect the violence resulted in the death of police "capo" filippo raciti, which caused widespread soul-searching and a week-long suspension of italian football e1 e2 crowd reasons Member-Collection_reversed there's a crowd of reasons we get the flu in winter e1 e2 train cattle Entity-Destination a train ran into a cattle on the railroad e1 e2 engineer scale Instrument-Agency_reversed the engineer's scale came into existence when machining parts required a greater precision than the usual, binary fractionalization of the inch e1 e2 discomfort braces Cause-Effect_reversed discomfort from braces is similar to that of working out at the gym - the first few days you know you' done something different, but then the body adapts and the discomfort disappears e1 e2 fire fireworks Cause-Effect_reversed because the fire was caused by fireworks, costs associated with suppressing the fire were also applied e1 e2 workers comb Product-Producer_reversed workers build the comb from wax extruded from glands under their abdomen e1 e2 stories scientists Instrument-Agency these and many other stories are used by the new scientists in order to support their theory e1 e2 tube furnace Entity-Destination after the source material and substrates were arranged, the small quartz tube was placed inside the 50-cm-long horizontal tube furnace e1 e2 ring dames Member-Collection_reversed but largely they were of the rose kind, and, in the bloomy ring of wedded dames, sighed to in canzons, ' fair friends" of knight and poet, but saw themselves a little further on e1 e2 preservation cooling Cause-Effect_reversed the titan heats the dermis to cause collagen contraction while ensuring preservation the epidermis through continuous cooling e1 e2 sewer grate Component-Whole_reversed ancient roman sewer grate made out of lime sandstone, 1st century ad, excavated at vindobona e1 e2 origin script Entity-Origin_reversed there have been various stories about the origin of the chinese script, with nearly all ancient writers attributing it to a man named cangjie e1 e2 light missile Cause-Effect_reversed the spiral light was caused by the missile e1 e2 scandal resignation Cause-Effect one of these papers which was published in the journal climate research turned out to be so badly flawed that the scandal resulted in the resignation of the editor-in-chief e1 e2 watermarks file Entity-Destination the manager has added background text watermarks into the existing pdf file e1 e2 discussion people Message-Topic in the course of the discussion it was pointed out that middle-class and lower-class people in the united states also seem to react differently to work e1 e2 scrawl artist Product-Producer it is a scrawl by an artist to portray that which cannot be portrayed even on a canvas as big and large as the heavens e1 e2 passengers shuttle Instrument-Agency_reversed many of the passengers took the shuttle to town and turned around in ten minutes retreating back to the comfort of the air-conditioned ship e1 e2 deputy party Member-Collection another deputy from coalition party resigns in turkey e1 e2 bed sores pressure Cause-Effect_reversed bed sores (also known as: pressure sores, decubitus ulcers or pressure ulcers) are caused by pressure, which cuts off blood flow to parts of the body e1 e2 driver car Instrument-Agency_reversed the "underdog" prize is awarded to the driver who wins the race with a car in the lowest pi of the field e1 e2 section clinical aspects Message-Topic the aim of this section is a brief review of the clinical aspects of itp in pregnancy e1 e2 farmer disguise Product-Producer_reversed a farmer erected the disguise in 2000 out of hundreds of 8ftx4ft bales of straw and covered the top with blue tarpaulin e1 e2 nursery raccoons Member-Collection_reversed when i was growing up in washington, my grandmother fed a nursery of raccoons every night e1 e2 fat chocolate Entity-Destination the fat migrated into enrobing chocolate e1 e2 presentation debate Cause-Effect the presentation generated debate and there was general discussion on how journalists can better equip themselves to handle the challenges e1 e2 stick bow Component-Whole drawing my bow across the string sometimes results in the stick of the bow bouncing/vibrating up and down e1 e2 soy flour Entity-Origin_reversed rich in high-quality protein and other nutrients, soy flour also adds a pleasant texture and flavor to a variety of products e1 e2 clothier garments Product-Producer_reversed a custom clothier makes custom garments one at a time, to order e1 e2 shelf refrigerator Component-Whole uncooked steak is placed on the top shelf of the refrigerator and uncovered roast chicken on the bottom shelf e1 e2 array hedgehogs Member-Collection_reversed hedgehogs annoy only their political opposition, while foxes annoy across the political spectrum, in part because the smartest foxes cherry-pick idea fragments from the whole array of hedgehogs e1 e2 cache jewels Member-Collection_reversed the plot here involves a cache of stolen jewels and gold bars, which were confiscated at the end of world war ii e1 e2 dentists sedation Instrument-Agency_reversed dentists use sedation in order to provide an anxiety-free dental experience e1 e2 insoles spot Cause-Effect on my backpacking trip, the insoles caused a hot spot on the left side of my right heel and a blister on the right side of my left heel e1 e2 chip pet Entity-Destination the chip was implanted into the pet e1 e2 weapon mobile phone Content-Container the weapon was hidden in what appears to be a mobile phone e1 e2 sponsorship corporate image Other the code applies to all sponsorship related to corporate image, brands, products, services activities or events of any kind e1 e2 excerpt article Entity-Origin the following excerpt was a part of the article: "some say it feels like a scene from a norman rockwell painting as families gather in front of the picturesque performing arts center. e1 e2 cities emissions Cause-Effect cities produce surprisingly low carbon emissions per capita e1 e2 village statue Other a tiny serbian village has put up a statue in honour of its adopted patron - sylvester stallone's rocky e1 e2 bottle fentermine Content-Container_reversed i found a bottle with 5 fentermine in it yesterday e1 e2 pepper ulcers Other cayenne pepper is a miracle cure for ulcers and so many other conditions, plus aids assimilation of nutrients and vitamins e1 e2 stethoscope doctor Instrument-Agency the stethoscope lets the doctor hear your heartbeat and the way your lungs sound e1 e2 temperature waves desert Entity-Destination the cold temperature waves are flowing into the desert e1 e2 soul body Entity-Origin when the soul left the body, it was at the first moment quite unclothed, as at birth e1 e2 butter jar Content-Container a small supply of butter was in a jar that stood on the hearth, and the eggs were kept in a basket that hung on a peg nearby e1 e2 film problems Message-Topic the authentic-looking, powerful film is concerned with the problems of trade unionism, corruption and racketeering e1 e2 disk disk drive Entity-Destination he slowly inserted the disk into the removable disk drive e1 e2 handgrip gun Component-Whole the handgrip of the gun is standard plastic but with two rubber insets which make the unit feel very comfortable in your hand e1 e2 tourist jungle Entity-Destination the tourist was taking a trip into the amazing jungle of amazon e1 e2 speech threat Message-Topic the newly elected president is making a speech addressing the latest threat to this countries economy and people e1 e2 software teleworker Instrument-Agency the software lets the teleworker closely associate his ip soft phone with other public switched telephone network (pstn) connections e1 e2 outbreaks virus Cause-Effect_reversed excluding the current outbreaks caused by the h5n1 virus, only 24 outbreaks of highly pathogenic avian influenza have been recorded worldwide since 1959 e1 e2 group task Instrument-Agency_reversed the group tried assessment of vigilance through a brief pencil and paper letter cancellation task e1 e2 jumper ox Other tom reynold's brought his first barrel of flour from detour on a jumper drawn by an ox e1 e2 alternators electricity Cause-Effect_reversed alternators generate electricity by the same principle as dc generators e1 e2 lounge lizards Member-Collection_reversed the site has a lounge of dedicated lizards who vote out anyone with whom they do not agree e1 e2 shelf refrigerator Component-Whole a chinese food container set on top of something sticky was lifted up and tore, leaving a shred of cardboard glued to the shelf of the refrigerator e1 e2 grandmother liver Other french-style pate is in fact easier to make than my grandmother's chopped liver, which called for rendering chicken fat e1 e2 milk dairy Entity-Origin silverwoods set up small distribution points through southern ontario where the packaged milk was delivered from the city dairy via large tractor trailers then it was reloaded on smaller route trucks that distributed it to the stores in a certain area surrounding the distribution depot e1 e2 deaths physician Cause-Effect_reversed many of the 550 deaths are directly and intentionally caused by the physician but not reported as euthanasia because they lacked consent e1 e2 stem tree Component-Whole the purpose of this is to slow or reduce decay in the stem of the tree or limb e1 e2 key mouse Component-Whole he clicked the left key of the mouse in order to copy the chosen translation to the clipboard e1 e2 hailstorm gunships Member-Collection_reversed the mighty chaos warships let down a hailstorm of gunships and drop pods, flooding the planet with vile and corrupted plague marines e1 e2 nostrils nose Component-Whole he opened up the nostrils in the nose a bit to fit the left and right winglets into it e1 e2 bottle water Content-Container_reversed in japan i was able to bring a bottle with water in it through security on my way to singapore e1 e2 card deck Member-Collection at that time, it issued a card deck in the hopes of paving the way to regime change and, eventually, large-scale war crimes proceedings e1 e2 pamphlet binder Entity-Destination the paperback pamphlet was put inside a binder, as shown below e1 e2 suitcase tracts Content-Container_reversed although the guards searched his car and opened a suitcase with tracts in it they did not notice the illegal materials e1 e2 cattle farm Other john chaney is found home on the range herding cattle on his clarksburg farm e1 e2 message capsule Entity-Destination the inhabitants send messages to each other by placing the message in a capsule and placing the capsule in a message tube e1 e2 plans farm Other new plans are outlined for another wind farm in north devon of no more than four turbines e1 e2 universities collaboration Other two universities entered in collaboration focusing on development of plant biotechnology e1 e2 female nest Product-Producer_reversed using her tail, the female digs a trough-shaped nest, called a redd (scandinavian word for "nest"), in the gravel of the stream bed e1 e2 strings bow Component-Whole the handle of the bow is made of wood and the strings of the bow are actually horsehair from horses' tails e1 e2 recogniser vocabulary Component-Whole_reversed this recogniser works with a vocabulary of up to several hundred words e1 e2 strands mop Component-Whole the inner strands of the mop are twisted very little, while the outer strands have farther to go and thus receive more of the torque, or twisting force e1 e2 owner cure Other a cafe owner thought up an unlikely beverage that has created a 'miracle' cure e1 e2 marks output Entity-Destination we inserted marks into the heap profiling output programmatically e1 e2 actress cardiac arrest Other the actress went into cardiac arrest e1 e2 rides harbour Other the boat rides leave from the harbour at avoch, chugging out into the firth in search of bottle nose dolphins e1 e2 confederacy republics Member-Collection_reversed but a confederacy of different republics has, in many instances, existed and flourished for a long time together e1 e2 wad bank-notes Member-Collection_reversed he fumbled at his shirt and pulled out a wad of bank-notes tied with a string e1 e2 customs culture Entity-Destination new western customs moved into the traditional asian culture e1 e2 girl blog Product-Producer_reversed besieged by questions, the girl started a blog to defend herself, and to capitalise on her newfound fame e1 e2 stamp box Content-Container the stamp was inside a box for a double pack e1 e2 zoo animals Member-Collection_reversed he had a huge zoo of animals, savage beasts from the far parts of the world, but that wasn't enough for him e1 e2 husk hares Member-Collection_reversed starring an unforgettable husk of lively hares, the volume is set to nurture the positive presence of loved ones, - powerful players in the development of emotive resilience... and for the living of dreams e1 e2 car seat belts Component-Whole_reversed god, i'm glad that car had seat belts e1 e2 pliers electrician Instrument-Agency the pliers belong to john's electrician e1 e2 book journey Other this readable book is the product of darwin's amazing journey aboard the beagle e1 e2 report committee Product-Producer it should also train all public officials and civil servants to refrain from discriminating against this group, according to a new report by the european affairs committee e1 e2 guns country Entity-Destination the illicit guns flow into this country through mexican gangs e1 e2 layout computer displays Component-Whole_reversed the control layout in the cabin comprises computer displays, traditional control panels and two joysticks for con- trolling the crane arm e1 e2 report payment Message-Topic the remainder of this report had relation to the payment of the loan from the bank e1 e2 parcel birds Member-Collection_reversed the bm purchased from stevens in december 1861 a parcel of 116 birds from various localities including mysol e1 e2 string pack-ponies Member-Collection_reversed a string of pack-ponies trotted through the pines behind them e1 e2 striker team Member-Collection he scored 10 out of 14, performed below his rating at 2474, but still was the striker of the team e1 e2 clique renegades Member-Collection_reversed just like in oyo state, obasanjo sired a clique of renegades, who believe that the state treasury is their birthright e1 e2 factory cars Product-Producer_reversed a factory for cars and spareparts was built in russia e1 e2 software distributors Entity-Destination the new software is shipped to the major distributors e1 e2 herd boars Member-Collection_reversed after an hour after lunch break, kenny and randy spotted a herd of boars in a common feeding area e1 e2 screw chuck Other he puts a driver bit that fits the screw in the drill press chuck e1 e2 boat shore Entity-Origin there was be just sufficient time for him to go there and return before the boat had left the shore e1 e2 therapist program Instrument-Agency_reversed love didn't find success initially as he bounced from one therapist to another, but eventually found a therapist with a program that worked for him e1 e2 defendant computer Other the defendant was acting from his own computer in london e1 e2 newspaper events Message-Topic the local newspaper keeps new brighton residents informed on various events in the city e1 e2 beam valve Instrument-Agency_reversed the combined beam forms a picture using a light valve e1 e2 music musician Product-Producer the music was composed by a musician who was not known outside his village e1 e2 smoke fires Cause-Effect_reversed smoke from wood fires in tutbury castle in nottingham was considered unendurable by eleanor of aquitaine, wife of henry ii, causing her to move out in 1157 e1 e2 aliens space Entity-Destination those aliens travel to the deep space in seconds e1 e2 user heatsink Instrument-Agency_reversed the user is cooling a processor with a power usage of 35w, using a conventional heatsink e1 e2 increase absorption Cause-Effect_reversed the increase is caused by the absorption of uv radiation by the oxygen and ozone e1 e2 cutlery drawer Content-Container the tray is also used to hold the cutlery in a kitchen drawer e1 e2 drug addict hibernation Other the court sent the drug addict into hibernation e1 e2 devision archers Member-Collection_reversed another small devision of archers was sent towards gots to inforse united army e1 e2 cover magazine Component-Whole the group made the cover of rolling stone magazine on march 29, 1973, 3 months after this was released e1 e2 intelligence litter Entity-Origin they show that substantial intelligence was gained from pocket litter (materials found on detainees when they were captured) e1 e2 company proposals Product-Producer_reversed on wednesday high speed two, a government-backed company of engineers and experts who have drawn up the proposals, gave their report to adonis e1 e2 penny machines Entity-Destination to pass the time, he put a penny into two different coin-operated weight machines and got readings of 106 pounds and 200 pounds e1 e2 texts civilisation Message-Topic their texts made reference to ancient civilisation like atlantis e1 e2 coughing allergies Cause-Effect_reversed take medicine to reduce sneezing and coughing from allergies e1 e2 chai glass Content-Container we had breakfast and the chai was in a glass which i found a little strange e1 e2 devices phones Entity-Destination multi-keypad devices are added into upcoming at&t phones e1 e2 ingredients basket Content-Container many of the ingredients in a gourmet basket are vaguely familiar, but they have been taken to the ultimate level in luxury e1 e2 device parts Component-Whole_reversed a device consisting of fixed and moving parts that modifies mechanical energy and transmits it in a more useful form e1 e2 literature problems Message-Topic as discussed in the literature, several experimental problems have not been solved e1 e2 valve tank Component-Whole the safety valve of the first tank was actuated after 16 min and 27 s, while the safety valve of the second tank was actuated after 16 min and 53 s e1 e2 authors control Instrument-Agency_reversed authors use a radiobuttongroup control for this purpose e1 e2 doses states Entity-Destination 200000 doses of smallpox vaccine have been shipped to 35 states e1 e2 ferrets sack Content-Container ferrets in a sack show more politesse e1 e2 artists seasons Entity-Origin in this slideshow, images and quotes by artists from past seasons of art:21 are juxtaposed to create a portrait of architecture in contemporary art e1 e2 urine bag Entity-Destination the urine was drained into the urine bag e1 e2 happiness depression Other showing interest in something is a large step towards happiness after depression e1 e2 suitcase suitcase Content-Container the green suitcase was inside a larger tan suitcase, which also contained a set of baby rosary beads, a religious picture, a picture of a 5-year-old girl and a card that read "birthday prayer" e1 e2 friends obsession Other by now, my friends are familiar with my almost english obsession with toast e1 e2 plants salmon Product-Producer_reversed two plants were producing cold-smoked salmon, the third plant was producing semi-preserved herring and the fourth plant was producing caviar e1 e2 charges blackmail Other the charges originated in an attempted blackmail against moti, a constitutional lawyer and australian citizen, in vanuatu in 1997-98 e1 e2 album cover Component-Whole_reversed the beatles' 1967 album sgt. pepper's lonely hearts club band has a widely-recognized album cover which depicts several dozen celebrities and other images e1 e2 audiences sessions Entity-Destination audiences are dragged into troi's counseling sessions e1 e2 hull vessel Component-Whole the fins extend beyond the hull of the vessel below the waterline, and alter their angle of attack depending upon heel angle of the vessel e1 e2 passenger room Entity-Destination the passenger was placed into a small room before being transported to harborview medical center for treatment e1 e2 wallet safe Content-Container they went to the mall where my wallet was locked in a safe that very few people knew how to open, but they persevered e1 e2 plates mechanism Component-Whole the fragment that first caught the eye of stais was one of the corroded, inscribed plates that is an integral part of the antikythera mechanism, as the device later came to be called e1 e2 outfielder glove Instrument-Agency_reversed the index finger was placed inside a normal outfielder's glove, but it seemed placed at an angle where it has a difficult time assisting in the closing of the glove around the ball e1 e2 electricity operations Instrument-Agency the electricity used for distillery operations has been estimated at 12.9 kwh/tonne cane, with a best available technology rate of 9.6 kwh/tonne cane e1 e2 tube magnet Entity-Destination researchers placed the compound in a tube, which then was put inside a magnet e1 e2 damage seas Cause-Effect_reversed generally it appears that most of the damage was caused by the winds and the rough seas e1 e2 radiology imaging technology Other radiology is the branch or specialty of medicine that deals with the study and application of imaging technology e1 e2 disasters change Cause-Effect_reversed world practices have shown that often local authorities are quicker to respond to the natural disasters caused by the climate change e1 e2 masterpiece novelist Product-Producer earthly powers is a meta-novel, then, an unexpected masterpiece by a mediocre novelist e1 e2 ball basket Content-Container this is usually accomplished by placing the ball in a wire basket or container that substantially conforms to the shape of the ball e1 e2 company butchers Other there are four locations of this restaurant, owned by the buckley company of dublin butchers e1 e2 house representatives Member-Collection_reversed the lower house was composed of elected representatives e1 e2 strawberry syrup Entity-Origin_reversed therefore, a different method is used, involving a condom, some strawberry syrup, and a piece of 1/2" aluminium plating (not as kinky as it sounds) e1 e2 devastations storms Cause-Effect_reversed the funds raised through this appeal have a direct impact on the people affected by the severe devastations caused by the storms e1 e2 truck maker Product-Producer the popcorn truck was improvised by an armenian cabinet maker who came here in 1914 to escape turkish massacres e1 e2 psittacosis parrots Member-Collection_reversed every morning / night we have a psittacosis of green parrots doing a couple of loops around our house e1 e2 book survivor Product-Producer the book by the death-march survivor constitutes the basis of the case e1 e2 harness chest Other the harness was in a chest e1 e2 drug microcapsules Entity-Origin the drug release from the microcapsules was diffusion controlled e1 e2 singer statement Product-Producer_reversed the r&b singer has issued a statement expressing remorse 'over what transpired' and saying he is seeking counselling e1 e2 realm spirits Other as the group ventures deeper into the forest, the eerie realm unleashes its spirits unto the intruders, killing them one by one e1 e2 chairman political party Member-Collection the chairman of the political party or the independent/primary candidate entitled to representatives, as appropriate, must provide a notice of authorization e1 e2 butcher sausage Product-Producer_reversed whenever we try a new butcher we always buy the butcher's sausage first e1 e2 servomotor arm Component-Whole this was demonstrated for a servomotor driven-robot arm using a computer simulation e1 e2 stream erosion Other preventing stream and riverbank erosion is one of the main focuses in riparian protection and restoration e1 e2 film director Product-Producer the film's star, writer and director, tommy wiseau, has claimed it to be a black comedy, but other actors involved in the production believe it was supposed to be a melodramatic romance e1 e2 thesis background information Message-Topic his graduation thesis supplied valuable background information on the subject of the duel e1 e2 career biography Message-Topic_reversed his career was most recently summarised in john bray's biography of gallienus e1 e2 collections natural history Message-Topic its collections illustrate admirably the natural history, archeology and art of southern india e1 e2 outbreaks virus Cause-Effect_reversed outbreaks caused by the oral vaccine's live virus have happened before e1 e2 ring folder Component-Whole he took a ring folder, and a pad of paper suitably punched to fit the ring folder e1 e2 operator stick Instrument-Agency_reversed in tele-operation, a human operator manipulates a control stick to generate a command signal so that a robot performs a specified task e1 e2 belly buttons Component-Whole_reversed the site contained photos of female celebrities exposing their belly buttons e1 e2 squad rivals Member-Collection_reversed despite being a fan of 1860 munich, he ended up playing for the youth squad of their rivals, bayern munich, in 1959 e1 e2 results report Message-Topic_reversed results from this testing were presented in a previous technical progress report for this project e1 e2 programmes games Message-Topic the programmes explored britain's favourite games across a century of childhood e1 e2 passengers airport Entity-Origin on sunday afternoon, passengers on the united flight were leaving the airport after being taken to a room there for about three hours e1 e2 compromise negotiations Cause-Effect_reversed the compromise resolved the crisis through a series of secret negotiations involving republican and democratic politicians and various interest groups e1 e2 men caisson Other men work inside a caisson while excavating for bridge foundations e1 e2 teacher information Entity-Origin_reversed in other words, when the teacher is the source of the information, the learning path tends to be teacher-to-learner e1 e2 huddle ideas Member-Collection_reversed several merry answers were made to my question, which entertained us 'till bed time, and filled my mind with a huddle of ideas e1 e2 suitcase cocaine Content-Container_reversed a passenger was taken into custody after trying to bring a suitcase full of cocaine onto a plane at philadelphia international airport e1 e2 man hospital Entity-Origin a man who absconded from a hospital in abergavenny has been found by police e1 e2 religion country Entity-Destination unlike our expectation, this religion is spreading faster into the country e1 e2 book painting Message-Topic this book approaches painting in a traditional manner with an extreme sensitivity to light and texture e1 e2 packet gateway Entity-Origin an initial phase 1 packet arrived from an unrecognized peer gateway e1 e2 infant cradle Entity-Destination after wrapping him in a light blanket, they placed the infant in the cradle his father had carved for him e1 e2 nurse scalpel Instrument-Agency_reversed the nurse wields the scalpel e1 e2 mosquitoes places Entity-Destination mosquitoes are spreading into new places, bringing malaria and dengue fever with them e1 e2 factory cars Product-Producer_reversed beginning in 1939, the factory's passenger cars were sold under the moskvitch ("muscovite") brand e1 e2 bathtub books Content-Container_reversed the bathtub was full of books, and extra space became paramount e1 e2 speech competition Message-Topic zhao guoxiang in his speech pointed out that this competition is an important measure for the cultivation of academic atmosphere e1 e2 bag sheath Content-Container the fine powder was loaded into a rubber bag of 3/4" diameter and the bag was contained in a stainless or plastic sheath e1 e2 candle wick Component-Whole_reversed this absorbency is important in a candle because the wick needs to absorb liquid wax and move it upward while the candle is burning e1 e2 combustibles bunker Entity-Destination the light combustibles are dropped in to a bunker as the combustible fuel for use in the steam boiler for generation of steam e1 e2 fetus box Content-Container an aborted 7-month-old fetus was found in a gift box under a christmas tree e1 e2 author explanation Other frequently the author departs from an explanation of what has transpired and the facts and forces pertaining to the action e1 e2 people powers Entity-Origin_reversed in this constitution the people was the source of all powers, but it exercised none e1 e2 rotors mixer Component-Whole the predominant mixing action is to shear the mixing compound between the rotors of the mixer, and the distance between the rotors is less than the rotor diameter e1 e2 band musicality Other the band performs with a high level of musicality, energy and spirit while combining sensitive group interplay with dynamic solo improvisations e1 e2 glass bottle wire mesh basket Content-Container the glass bottle was contained in a wire mesh basket in case of explosion e1 e2 installation motor Instrument-Agency the installation powered a 100 horsepower (75 kw) synchronous motor at telluride e1 e2 sect heretics Member-Collection_reversed merolchazzar, the high-priest, muttered something about the anger of the gods at the toleration shown to a sect of impious heretics who ate pigeons broiled, " whereas," said he, "our religion commands us to eat them roasted. e1 e2 process features Other the process builds many features into the product that translate into benefits for you e1 e2 farmer hand-cultivator Instrument-Agency_reversed a shirtless farmer toils to plow the soil with a hand-cultivator while his wife quietly follows with seeds for the freshly turned earth e1 e2 course phenomena Message-Topic the latter course explained the biological phenomena in a mathematical way e1 e2 flat bathrooms Component-Whole_reversed the flat has a fully equipped kitchen, bbq, two bathrooms, internet, sky and an indoor pool e1 e2 fish shoal Member-Collection fish gather in a shoal, a shallow place in a river or lake e1 e2 factory hours Other where a worker works in a factory for more than nine hours in any day or for more than forty-eight hours in any week, he shall be entitled to wages at the rate of twice his ordinary rate of wages e1 e2 cache arms Member-Collection_reversed they raided a house behind mustapha's residence and seized a cache of arms, weapons and explosives e1 e2 work effort Other the work is rooted in an effort to demonstrate commonality between the arts by focusing on classical rhetoric as the main discursive agency e1 e2 emails scientists Entity-Origin republican senators hammered white house science officials about the emails leaked from prominent climate scientists two weeks ago e1 e2 burner herbs Other thermocerin is a powerful fat burner that works with a combination of natural herbs such as white and green tea, capsaicin, and caffeine e1 e2 technology writer Other peter wayner, a technology writer, struggles with how to respond to the widespread piracy of his books online e1 e2 hinges refrigerator Component-Whole even the hinges of the refrigerator are hidden to provide a clean edged look e1 e2 steam heat Cause-Effect_reversed so solar thermal power generation works essentially the same as generation from fossil fuels except that instead of using steam produced from the combustion of fossil fuels, the steam is produced by the heat collected from sunlight e1 e2 array colors Member-Collection_reversed since we see an array of spectral colors, it led him to the conclusion that color is a perceptual experience that depends on the wavelength of the light e1 e2 problem solution Other but the problem requires a broader solution - one that is consistent with the new u.s. commitment to cross-border cooperation e1 e2 assemblies interface Other the size of the assemblies grows from the byssus substrate interface to the transition layer e1 e2 visitors suborbital space Entity-Destination virgin spaceship takes visitors into suborbital space e1 e2 kennel dogs Member-Collection_reversed david and i have the same "vision" for our kennel of dogs and share the same philosophy in what we want our labradors to represent e1 e2 squad policemen Member-Collection_reversed the street outside the side entrance was decked, however, with three limousines double-parked and a squad of motorcycle policemen stood at the door e1 e2 rice spirits Entity-Origin_reversed the production of rice spirits in south china, such as the well-known guiling shanhua spirit, kept using the same method described above until the first half of this century e1 e2 software algorithms Instrument-Agency_reversed the software creates pictures using random algorithms, and prints them in sections on multiple pages which can be trimmed and assembled to fashion large posters e1 e2 autonomic imbalance hypertension Cause-Effect autonomic imbalance is one of the multifactorial causes of essential hypertension currently e1 e2 gunners weapons Instrument-Agency_reversed sitting on wooden benches, in strong, concealed positions, the enemy machine gunners tore the platoon to shreds with their murderous weapons e1 e2 folder planes Product-Producer_reversed toda has established himself as the world's foremost folder of paper planes e1 e2 exhibition ideas Message-Topic the exhibition explores the ideas and beliefs of people in the middle ages e1 e2 identity movement Other narrative identity takes part in the story's movement, in the dialectic between order and disorder e1 e2 judgements value Message-Topic again you make professional judgements regarding their relative value e1 e2 shank shoe Component-Whole some nails are more difficult to remove than others from the shank of the shoe e1 e2 book titles Component-Whole_reversed he kept collecting those book titles, and sent them to me for our next reading list e1 e2 discussion issue Message-Topic the following discussion centered mainly around the issue of photographing children e1 e2 cloud gnats Member-Collection_reversed it was the only living thing in sight except for a stationary cloud of hysterical gnats suspended in the heat above the road e1 e2 hum refrigerator Cause-Effect_reversed as i move closer to the kitchen, the steady hum of the refrigerator grows stronger e1 e2 keeper team Member-Collection he changed perspective cricketers view, on role of wicket keeper in the team e1 e2 knitwear company Product-Producer i have long been an ardent admirer, user, and buyer of the knitwear produced by this excellent company based in the small borders town of hawick e1 e2 pea mattress Entity-Origin to strengthen, if needed, maybe some sinister reference to the pea having got out from under the mattress e1 e2 output barriers Other the real output per capita is running into inherent barriers e1 e2 acid adhesion Cause-Effect fatty acid and phospholipid chlorohydrins cause cell stress and endothelial adhesion e1 e2 material mitochondria Entity-Destination nuclear material of trypanosoma brucei is imported into the mitochondria e1 e2 steroids muscles Entity-Destination lately, even women inject steroids into their muscles e1 e2 sky dome Other the earth was the center of the universe, and the sky was enclosed in a dome e1 e2 case civilian courts Entity-Destination the enemy combatant case has moved into civilian courts e1 e2 story teenager Message-Topic it is the story of a teenager who finds himself floating on a raft down the mississippi river with an escaping slave e1 e2 standards formats Message-Topic they are a collection of standards defining the allowed formats of compact discs e1 e2 range papers Member-Collection_reversed strora enso has a wide range of white envelope papers developed for excellent runnability and printability e1 e2 cancer cell Entity-Origin the origin of a cancer is from a single cell e1 e2 nest snakes Member-Collection_reversed i had a nest of garter snakes in the crack between the sidewalk and foundation last year e1 e2 theory mountains Message-Topic the old geological theory explained mountains as wrinkles made by the earth shrinking as it cools down e1 e2 cutter staysail Component-Whole_reversed our cutter has a staysail on a furler e1 e2 mint julep glass Content-Container my mint julep was in a glass i still own e1 e2 radiation soil Entity-Destination the contaminated buildings that were buried have leaked radiation into the soil e1 e2 worker cigarette Instrument-Agency_reversed another shows a worker with a cigarette dangling from his mouth, a lunch box popping out from under a well-muscled arm e1 e2 bottle re-hydration tablets Content-Container_reversed when leaving on the walk, our guide gave one of our group a bottle with twenty re-hydration tablets in it e1 e2 file folder Entity-Destination he accidentally dropped the file into the wrong folder e1 e2 cigarettes nausea Cause-Effect the new cigarettes cause headaches and nausea and contain dangerous chemicals e1 e2 hypothesis stack Member-Collection the method examines the hypothesis stack of the decoder during recognition and picks the most likely terms before they are pruned e1 e2 visas travel Other bangladesh has urged india to do away with visas for travel between the two neighbours to boost trade e1 e2 doctor massage Instrument-Agency_reversed a canadian doctor cured me with only a massage e1 e2 burglar prison Entity-Origin this past september, the convicted burglar escaped from an open prison e1 e2 dowel rod Other i made sure that the end could still slide freely over the dowel rod e1 e2 gallon cart Entity-Destination he put a gallon into his cart and walked back to the front of the store e1 e2 confederacy lineages Member-Collection_reversed they were a loose confederacy of various arab lineages who were forged together in the eighteenth century by a common way of life and amalgamated in the twentieth century under their famous shaykh (sir) 'ali al-tom (1874-1937) e1 e2 legend man Message-Topic local legend tells of a man unjustly hanged and a grave where no grass will grow e1 e2 policy meeting Message-Topic_reversed it was noted that this policy had been considered at the last meeting of the policy and procedure review e1 e2 billionaires rich list Member-Collection billionaires make up india's rich list e1 e2 freshener parts Component-Whole_reversed an air freshener is constructed from parts to make a model of an object from everyday life, e.g. an airplane, insect, or bird e1 e2 wheels truck Component-Whole as the driver passed venne, one of the hooks caught the cyclist, dragging him under the wheels of the truck e1 e2 coins fountain Entity-Destination people used to throw coins into this fountain e1 e2 military sandbags Instrument-Agency_reversed the military uses sandbags for field fortifications, or as a temporary measure to protect civilian structures e1 e2 prophet cell Entity-Destination the prophet was put into a vaulted cell in a dungeon, where he remained a long time e1 e2 isle store Component-Whole peg bags are the medium sized bags that hang in the candy isle of the store e1 e2 clock melody Cause-Effect on the hour, the clock plays a melody with motion e1 e2 technology manufacturer Other for example, a technology manufacturer undertook a seven-year, $200 million human resources outsourcing effort e1 e2 militancy experiences Cause-Effect_reversed nurses' militancy stemmed from two different kinds of experiences e1 e2 computer chip steel case Content-Container an i-button is a globally unique computer chip enclosed in a 16mm steel case e1 e2 electrician end Instrument-Agency_reversed four hours earlier, the electrician injured his eye with the blunt end of a screwdriver e1 e2 mixes box Content-Container he was shocked to find the mixes were in a box in his garage that was in mortal danger because rats had used it for nesting e1 e2 publication grant Other this publication is supported by a grant from merck e1 e2 motor coil Component-Whole_reversed a simple dc motor has a coil of wire that can rotate in a magnetic field e1 e2 confederation aspects Member-Collection_reversed the human psyche is seen to be a confederation of various aspects (e.g., cognition, affection, conation) e1 e2 skin fingers Component-Whole nails grow out of deep folds in the skin of the fingers and toes e1 e2 plane runway Entity-Origin the plane took off westbound from the small airport's southernmost runway shortly before 6 p.m e1 e2 pollution factories Cause-Effect_reversed the pollution from animal factories is also destroying parts of the world's oceans e1 e2 chain ponds Member-Collection_reversed it is a shady retreat, close to a chain of shallow ponds near the lake shore e1 e2 team season Other but o'brien was proud of how his team finished a difficult season e1 e2 aircraft sea Entity-Destination the aircraft is landing into the sea e1 e2 area villages Component-Whole_reversed as a result of this consolidation, the area comprised of these villages is now called kalbach, but each village still has its own identity on a map e1 e2 achievements talking point Other the achievements of michael phelps in the pool proved to be a major talking point for the riders e1 e2 combination circumstances Other a remarkable combination of favourable circumstances saw the technology progress from the innovation phase - its trial in prototype form - through to adoption and widespread use, in only a few years e1 e2 harm treatment Cause-Effect_reversed the nnt and nnh are useful indices to describe the trade-off between the benefit and the harm produced by a new treatment e1 e2 fish lungs Component-Whole_reversed however, there are fish with lungs and fish without swim bladders e1 e2 chapter architecture Message-Topic the eleventh chapter is devoted entirely to architecture e1 e2 acne clogging Cause-Effect_reversed acne is caused by clogging of sebaceous (oil producing) glands on the skin e1 e2 list patents Member-Collection_reversed once the list of relevant patents appears, clicking on the patent number brings up the entire patent e1 e2 crowd theatre Entity-Origin in one of cinema's earliest and most famous screenings, the crowd ran away from the theatre after an approaching train appeared e1 e2 military bombs Instrument-Agency_reversed they infiltrated here and there, provoking the russian military to liberate region after region with bombs and artillery e1 e2 therapy films Message-Topic_reversed electroconvulsive therapy has been depicted in several fictional and semi-fictional films, books, and songs e1 e2 muscularis stomach Component-Whole the muscularis of the stomach is thicker than that elsewhere e1 e2 headphone cords Component-Whole_reversed cordgo has developed a nifty little headphone winder to prevent your headphone cords from tangling as you as you move about during the day e1 e2 pile books Member-Collection_reversed of course the proble is christmas just passed so i've got a brand new pile of unread books to contend with e1 e2 bond agents Other this ordinance was a result of the bond of profit agents getting angry over the recent expansion of the broward county pretrial program e1 e2 confederation cantons Member-Collection_reversed the current swiss confederation was created in 1802 as a confederation of various multi-ethnic cantons, which all have their own characteristics e1 e2 table results Component-Whole_reversed the table summarises the results for the remaining 567 women e1 e2 motor sound Cause-Effect no water enters the inside of the dishwasher, and the motor makes a sound as if under strain e1 e2 man buffer Other the vessel went down in a typhoon and the man was discovered inside a cork buffer used to prevent damage to the ship during docking e1 e2 rules guidelines Message-Topic the approved fireworks exhibition rules involve stricter display guidelines e1 e2 evidence weeks Entity-Origin my evidence from two weeks ago proves the situation has changed from the time of their evidence e1 e2 book history Message-Topic this comprehensive book discusses both the human and the natural history of the islands of california e1 e2 walls microwave Component-Whole metals, on the other hand, reflect these radio waves, a characteristic very cleverly put to use in the walls of the microwave such that no waves escape e1 e2 spring gravimeter Component-Whole the spring of the gravimeter must extend some more to accommodate the larger weight e1 e2 fort woods Other walking trails, fire pit and a tree fort in the woods have encouraged him to spend time outside e1 e2 substance capsule Entity-Destination the scientists placed the substance in a tiny capsule which gets channelled into cancer cells, and is then "unpacked" with a laser impulse e1 e2 leap leopards Member-Collection_reversed jackson wasn't to be outdone and was rewarded with a leap of three leopards, which he watched with his guests for an amazing five hours e1 e2 appellant house Entity-Origin meanwhile the appellant had left the house e1 e2 people mountain Entity-Destination these people have journeyed into a mountain that is over 2,000 m high e1 e2 sort drilling Other a cutting tool of the sort used for deep hole drilling has a cutting head mounted on a shank e1 e2 metaphor economist Product-Producer the invisible hand, also known as the invisible hand of the market, is a metaphor first coined by the economist in the theory of moral sentiments e1 e2 garbage bag clothes Content-Container_reversed i have a large garbage bag full of clothes for a teen or preteen girl e1 e2 lines poet Product-Producer these lines from the pen of a nineteenth-century poet rupchand pakshi describe the city of calcutta as a city of machines e1 e2 army caterpillars Member-Collection_reversed it seems really nasty to have an army of caterpillars infest a fruit tree e1 e2 fluctuations taxes Cause-Effect_reversed the fluctuations are caused by state and federal taxes, distance from refineries to filling stations and environmental laws e1 e2 book friend Product-Producer i just got in the mail a newly published book by an old friend of mine, gordon goldstein e1 e2 balances accounting Entity-Destination the balances were imported into the small business accounting correctly e1 e2 information public Entity-Destination an unofficial technical information has been leaked to the public e1 e2 rabies virus Cause-Effect_reversed rabies is caused by a virus that is usually contracted through the saliva of an infected animal e1 e2 hamper biscuits Content-Container_reversed the hamper was full of high-quality sweet biscuits, chocolates, cakes and puddings, shortbread, pickles, teas and wine e1 e2 family brushes Product-Producer_reversed jillian palmer came from a comfortably-off portsmouth family, who manufactured the renowned range of victory brushes e1 e2 accident fog Cause-Effect_reversed an accident has been caused by the fog e1 e2 halls building Component-Whole as was standard practice at the museum on that day of the week, only maintenance workers, cleaning staff, curators, and a few other employees roamed the cavernous halls of the building that was once the home of france's kings but for centuries had been devoted to housing the nation's art treasures e1 e2 injury operations Cause-Effect the injury resulted in numerous operations to save his eyesight e1 e2 flight cormorants Member-Collection_reversed the drive starts out in the small community of copeland and on through a couple of small ponds, where a flight of double-crested cormorants were gathered e1 e2 mail mailbox Entity-Destination the man dropped off the mail into the mailbox e1 e2 suitcase beer Content-Container_reversed i had a trash bag full of clothes and a suitcase full of beer e1 e2 emperor room Entity-Origin after the emperor had left the room, he turned to his attendants e1 e2 fountain location Entity-Origin the fountain was removed from that location and placed at seneca park along north tenth street some time later e1 e2 lobster flavor Other this time the lobster was full of its superb flavor, which suffused even into the buttered corn e1 e2 can body Component-Whole_reversed this was an exciting innovation for the packaging industry because the aluminum can was made with only two pieces - a body and an end e1 e2 mistress rashers Other the mistress fries the rashers in a small china fryingpan over the lamp, passing to each person the hot slices as they are done e1 e2 majority workers Other in luxembourg, the majority of migrant workers are cross-border workers who maintain their residence in neighbouring countries such as belgium, france and germany; as a result, employers and public authorities recognise their diplomas rather easily e1 e2 crabmeat can Content-Container this crabmeat was in a can, but it was in the refrigerator case in the seafood section, not in the grocery aisle by the tuna e1 e2 studies phenomena Other various studies have been conducted with regard to the above phenomena e1 e2 message voters Product-Producer as for the damaged republican brand, one message voters sent with mr. mcdonnell's election is that they don't want the gop to repeat its mistakes from the past decade e1 e2 buyer spoon Instrument-Agency_reversed the buyer adjusted the gold dust with a spoon until the scale balanced e1 e2 four candles Instrument-Agency_reversed four of us stopped the cyanide train, with no money, but with candles, cups of tea and home-made banners e1 e2 areas store Component-Whole he saw behind the scenes and all the showroom areas of the store e1 e2 imbalance tax cuts Cause-Effect_reversed we address the longer-term budget imbalance that has been caused by the tax cuts e1 e2 wildfires humans Cause-Effect_reversed in north america, about 58 percent of the wildfires are caused by humans e1 e2 fairness copyright use Other we put fairness into copyright use e1 e2 poison vessels Entity-Destination shortly after injection, the poison is going into the blood vessels e1 e2 concern economy Other data shows that public concern about the economy has moved into the top five issues facing the country e1 e2 den snakes Member-Collection_reversed the communal den of garter snakes in manitoba is selected to study whether courting males make mistakes in selecting females e1 e2 letter pocket Entity-Destination he stuffed the letter into the breast pocket of his suit and slipped the enclosed dvd into the player e1 e2 quota weeks Other the quota was extended from six weeks to 10 weeks in 2009 e1 e2 bore trumpet Component-Whole although the bore of the trumpet is mostly cylindrical, it is formed from a complex series of tapers, the smallest being at the mouthpiece receiver, and the largest being at the throat of the bell, before the flare for the bell begins e1 e2 pictures weeks Entity-Origin here are some pictures from a couple weeks ago when we had some ice e1 e2 steps basket Other my cousins have some fun sliding down the steps in a laundry basket e1 e2 man beach Entity-Origin a man holding a small toddler ran away from the beach as fast as he could, calling out: "tsunami!" e1 e2 snout shark Component-Whole andre hartman touches the snout of the great white shark e1 e2 information environment Other volvo stores the information in a secure and protected environment for as long as they believe it will help the company understand how to serve its clients better e1 e2 case books Message-Topic_reversed the case has been examined in several books e1 e2 arsenic coatings Entity-Origin more recently they concluded the arsenic originated in iron oxide coatings of rocks lining the aquifer e1 e2 speech affairs Message-Topic the speech also devoted considerable time to foreign affairs e1 e2 hold vessel Component-Whole munitions were stored in the hold of the vessel e1 e2 surgeon microscope Instrument-Agency_reversed the surgeon performs a vasoepididymostomy using an operating microscope e1 e2 dioceses allegations Other details about how catholic church dioceses dealt with allegations of child abuse are to emerge within the coming weeks e1 e2 engine plant Product-Producer every engine that the plant builds is hot-tested e1 e2 brother room Entity-Destination my brother has entered my room without knocking e1 e2 stud mares Member-Collection_reversed over the years a sound stud of homogenous brood mares has developed e1 e2 fever dehydration Cause-Effect_reversed make sure the child takes lots of fluids in spite of the oral discomfort to prevent high fever from dehydration e1 e2 system muscles Instrument-Agency_reversed the motor system scaled the object's dimensions by modulating the muscles e1 e2 book history Message-Topic this splendid little book traces the history of the company from 3000 bc to the present day e1 e2 ratpack thieves Member-Collection_reversed the key to thirteen's return to form is having danny ocean (clooney) and his merry ratpack of expert thieves and con men reteam in las vegas, site of their original big score in eleven e1 e2 galaxy events Other the tafawa balewa square (tbs) in lagos hosted a galaxy of events with tourism and culture activities as center of attraction e1 e2 movie hours Message-Topic this movie is a depiction of the last twelve hours in the life of jesus of nazareth, on the day of his crucifixion in jerusalem e1 e2 piles pier Component-Whole the divers went down two weeks ago to look at the condition of the piles supporting the pier e1 e2 scissors guy Product-Producer inside, senior stylist favio alfano, 33, wields custom-made $1000 scissors made by a guy named shioji, a genius in wakayama e1 e2 plane runway Entity-Origin plane taxies from runway and stops on terminal roof e1 e2 wine restaurant Entity-Destination last night, wine was brought to the restaurant e1 e2 menage natives Member-Collection_reversed in the meantime, an unlikely menage of payaya natives, franciscan padres, canary islanders and spanish soldiers struggle to bring the city together as winter approaches e1 e2 floor building Component-Whole landings are be provided at the top and the bottom of every flight include part of the floor of the building e1 e2 newspaper words Component-Whole_reversed a newspaper consists of just the same number of words whether there be any news in it or not e1 e2 worker mallet Instrument-Agency_reversed the picture shows a worker with a mallet and a scalpel in his hands, and having his trunk exposed e1 e2 supernatant tube Entity-Destination supernatant was removed into a 100 ml polypropylene centrifuge tube e1 e2 disease blindness Cause-Effect a rare and incurable congenital disease which causes blindness has been successfully treated for the first time using gene therapy e1 e2 heat discoloration Cause-Effect as i pulled unit apart the small fan on top of light was caked with dust, the heat caused a little discoloration on the difusing lense e1 e2 heroin withdrawal Cause-Effect his work has led to new treatments for addicts, tests for drug intoxication and understanding of how heroin, other opiates and cocaine cause dependence and withdrawal e1 e2 actress chaos Other serious troubles have dragged the infamous actress into chaos e1 e2 mill tool Component-Whole_reversed the mill carves the model from polyurethane with a cutting tool that moves based on coordinates from the image e1 e2 convocation academicians Other the shakespeare authorship studies conference is the world's largest convocation of academicians and scholars to gather annually for the purpose of sharing new research on the life and works of the elizabethan era's premier poet, playwright and wordsmith e1 e2 shrinkage washing Cause-Effect_reversed shrinkage from washing has always been considered a serious problem for cotton knitted fabrics e1 e2 hoof reindeer Component-Whole with its hoof the reindeer scrapes away the snow and discovers underneath the reindeer moss e1 e2 fiancee message Product-Producer_reversed last year cavendish had barely completed a move, 45 degrees across a road at 70km/h, before his fiancee, melissa, watching on tv, had completed a text message threatening him with divorce if he risked his life like that again e1 e2 system parts Component-Whole_reversed this air conditioning system contains refrigerant under pressure, rotating parts and electrical connections which may be dangerous and could cause serious injury e1 e2 portraits women Message-Topic these 14 portraits give an introduction to successful women in the fields of politics, the economy, science, the church and new social movements e1 e2 machine pump Component-Whole_reversed the machine processes the blood using a centrifugal pump, which separates the components of the blood and the plasma e1 e2 rain meteorites Member-Collection_reversed the data provided powerful evidence that the unusual meteorite was the result of a long-lasting rain of meteorites following the destruction of an asteroid e1 e2 water solution Entity-Origin the water was distilled from an alkaline permanganate solution in an all pyrex still e1 e2 fall woodcocks Member-Collection_reversed often when people hunt for snipe, they come upon a fall of woodcocks, which are also game birds e1 e2 conflicts development Cause-Effect_reversed this article goes some wat towards, identifying some of the conflicts arose from the previous and present agricultural development e1 e2 goal-keeper team Member-Collection luke played the crucial role of goal-keeper in the team that defeated tournament favourites croatia 6-4 in the final match e1 e2 bell trumpet Component-Whole air is forced through the instrument, coming from the bottom of the player's lungs and pushed all the way through to the bell of the trumpet e1 e2 animal crate Content-Container when he arrived at 1 p.m., the poor animal was in a crate for five hours e1 e2 disruption terrorist Cause-Effect_reversed the disruption caused by the latest christmas terrorist has added too much to the weary trip home e1 e2 wheeze people Product-Producer this is another great new wheeze from the people who got rid of news at ten in the first place (and then ended up bringing it back) e1 e2 covey quail Member-Collection_reversed falconers send their dogs into the field to bark and cause the nearby covey of quail (or partridges) to take flight e1 e2 charts properties Message-Topic it allows users to create custom charts comparing fuel properties and characteristics for multiple alternative fuels e1 e2 diffusers teams Other senior figures in the sport expect the brawn cars to be the subject of a technical protest over the design of their diffusers by rival teams e1 e2 farmer ale Product-Producer_reversed a brewer from southwick is immortalised as a hampshire farmer produces a new real ale in celebration of old dick e1 e2 parliament owls Member-Collection_reversed many growers harbor a parliament of owls in their barns so as to keep down the population of burrowing rodents e1 e2 tungsten filament Entity-Origin the halogen combines with the tungsten evaporated from the hot filament to form a compound that is attracted back to the filament, thus extending the filament's life e1 e2 duckling farm Entity-Origin the ugly duckling runs away from the farm e1 e2 slopes vulcano Component-Whole gunung papandayan, has woken up from it's sleep and is now threathening thousands of villagers living around and on the slopes of the vulcano e1 e2 diner delight Instrument-Agency_reversed it becomes a lunch-time respite from the busy city life as a diner relaxes with his buffet delight while watching the commuters waiting alongside each other e1 e2 speech domestic issues Message-Topic during his speech, kennedy focused on domestic issues, the vietnam war, and racism e1 e2 member device Component-Whole the warming member of the heating device is positioned on inner sides of finger front portions of a glove for warming front ends of a wearer's fingers e1 e2 carrier polymers organs Entity-Destination the carrier polymers are migrating into the target organs e1 e2 exemption goods Other such exemption also applies to goods supplied for use on ships and aircraft e1 e2 unit swordsmen Member-Collection_reversed i also have a full unit of blighted swordsmen and the blessing of vengeance on my to seal shelf e1 e2 nun kiss Other the nun fulfills his fantasy with a kiss that would make a hooker blush e1 e2 builder townhouse Product-Producer_reversed the builder has now completed the townhouse e1 e2 sink stand Component-Whole the sink was in a cabinet type stand with the sides of the sink being the same porcelain coated cast iron as the sink e1 e2 broadside shells Component-Whole_reversed simultaneously the 5-inch battery fired a broadside of star shells for illumination e1 e2 person will Product-Producer_reversed the person who makes a will is not available to explain him or herself, or to correct any technical deficiency or error in expression, when it comes into effect on that person's death e1 e2 signals nerve cells Entity-Destination the scientists used nanotubes to send signals to the nerve cells e1 e2 letter office Entity-Destination a letter was delivered to my office in the morning e1 e2 company controversies Other the company has landed into great controversies e1 e2 invasions destruction Cause-Effect_reversed the barbarian invasions of the fifth century were triggered by the destruction of the gothic kingdoms by the huns in 372-375 e1 e2 opinions groups Member-Collection in recent years, opinions on classical drive theory have fallen into contending groups e1 e2 flapper closure Component-Whole fig. 3 is a fragmentary cross-section taken substantially along the line 3--3 of fig. 2 and shows the flapper of the closure in its closed position e1 e2 stand plovers Member-Collection_reversed and look, there goes a good stand of golden plovers, right clean away from the foreshores e1 e2 papers issue Message-Topic these papers approach the issue of taxation and the labour market from different angles e1 e2 return mail Other the form was printed and filled out before return by mail e1 e2 couple friends Other both in malta and jamaica, the couple made many friends by immersing themselves in the local culture e1 e2 cache cavity Entity-Destination i placed the cache in a natural cavity, at the base of a part of the fallen arch e1 e2 generation stage Entity-Origin the generation of t cells in the thymus starts at a late stage during embryonic development e1 e2 stems trays Entity-Destination on the other side of the grape crusher the stems poured out into trays e1 e2 modelmakers models Product-Producer_reversed professional modelmakers often create models for many professions e1 e2 band epic Product-Producer_reversed returning with their new single 'we want war' the band have constructed a seven and a half minute epic e1 e2 excitement direction Entity-Origin the excitement comes from frakes's direction -- his liveliness, and his pleasure in looking at, and showing us, events and images e1 e2 iron ocean Entity-Destination climate hackers dumped iron into the ocean e1 e2 sorority choice Other however, the increased demand logically calls for expansion and modification of intake processes to reach the goal of pairing each potential member with a sorority of their choice e1 e2 floods rain Cause-Effect_reversed ho chi minh city and hanoi are in floods after the rain e1 e2 message sender Product-Producer the message was generated by the sender e1 e2 talk need Message-Topic the gist of stephen's talk was the need for brmss to evolve to the next level e1 e2 revenues programs Entity-Destination government revenues are drained into expensive welfare programs such as health care, pensions e1 e2 factory clothing Product-Producer_reversed the factory's repertoire expanded to include coalminers workwear, military clothing, and emergency service uniforms e1 e2 fraud institutions Cause-Effect_reversed eighty percent of the mortgage fraud has been caused by the banks and the lending institutions e1 e2 activities section Message-Topic_reversed his other research activities and accomplishments have been discussed in the section presented below e1 e2 membrane canister Entity-Destination the heart of the system is an air-tight membrane initially spooled inside a canister e1 e2 courses languages Message-Topic the county council runs courses covering a range of topics such as languages, astronomy and archaeology, with many offering qualifications e1 e2 scientist invention Product-Producer_reversed the scientist's invention is still in the house of the plummers e1 e2 report mission Product-Producer the 575-page report by the four-person mission was released today, ahead of its presentation to the un's human rights council in geneva on 29 september e1 e2 bottle iodine crystals Content-Container_reversed this is a small glass bottle with iodine crystals in it e1 e2 criticism storyline Message-Topic criticism was directed at its storyline e1 e2 course computer programming Message-Topic the goal of the experimental course was to introduce students to computer programming e1 e2 terminal programmer Instrument-Agency it's a best mobile terminal for a programmer or geek e1 e2 pollution smog Cause-Effect using solar electricity instead of conventional electricity sources helps to reduce pollution that causes smog, acid rain, respiratory illness and global warming e1 e2 visitors waterbirds Member-Collection_reversed so look out in your gardens for unexpected visitors, including waterbirds such as moorhen, water rail, and snipe, which struggle more than most to find food e1 e2 concrete hull Entity-Destination previous custodians of the submarine poured concrete into the hull in a misguided attempt to retain the vessel's overall structure e1 e2 strawberry sauce Entity-Origin_reversed this strawberry sauce has about a million uses, is freezer-friendly, and is so much better than that jar of smuckers strawberry sauce that you've had sitting in your fridge since that time you made banana splits 1 1/2 years ago e1 e2 school disciples Product-Producer they also saw the birth of the gelugpa school (also known as yellow hats) by the disciples of tsongkhapa lobsang dragpa e1 e2 islands sea Entity-Destination literally, many islands are sinking into the sea due to global climate changes e1 e2 scrimmage agendas Other state and local implementation of the $787 billion package has degenerated into a scrimmage of competing agendas among governors and legislatures, state capitals and city halls, and even between neighboring municipalities e1 e2 attacks fear Cause-Effect_reversed it gets a little bit "chicken first or egg first" on examination but the primary truth is that the attacks are caused by the fear of the attacks themselve e1 e2 crew haunted locations Entity-Destination his crew has journeyed into numerous haunted locations including the stanley hotel e1 e2 film clip knife crime Message-Topic working with the police they have made a short, dramatic film clip about knife crime, which they are circulating on websites like bebo and youtube e1 e2 pay dispute Other third year student david beer is one of those affected by the pay dispute e1 e2 husband bear Product-Producer_reversed my husband actually made me a teddy bear when we got married e1 e2 sports broadcast on-going events Message-Topic because sports broadcast reports on-going events within a constrained physical situation, contextualized reference is extremely high in these texts e1 e2 studies details Other these studies supplied exploratory details on some of the determinant attributes and provided a basis for the current research e1 e2 bang collision Cause-Effect_reversed the big bang was caused by the collision of two parallel universes e1 e2 increase strain Cause-Effect the increase in customers, though, caused a strain on the company servers e1 e2 report arm Product-Producer an early exit from support measures adopted in response to the global economic crisis could postpone a jobs recovery for years and render the fledgling economic upturn fragile and incomplete, a new report by the research arm of the international labour organization (ilo) says e1 e2 orchard apples Member-Collection_reversed church orchard is a mixed orchard of standard apples, pears and damsons and mason's and winslow's are standard cider apple orchards e1 e2 proletariat citizens Member-Collection_reversed the internal proletariat, consisting of failed citizens, conquered peoples, and slaves, turn away from the aggressive conquering state e1 e2 credit card bill limits Other my credit card bill is approaching its limits e1 e2 railroad well Product-Producer_reversed in the 1880s the railroad had dug a large water well here, which had later turned into a cold bubbling mudpot driven by naturally-occurring pressurized carbon dioxide gas e1 e2 introduction background Message-Topic its introduction supplies useful historical background e1 e2 lymphomas proliferation Cause-Effect_reversed the lymphomas are caused by neoplastic proliferation of cells in the lymphoid system e1 e2 acne infections Cause-Effect_reversed acne is caused by infections that occur when pores in the skin are filled with oil, dirt, or other substances e1 e2 knot lawyers Member-Collection_reversed his story begins with an old woman's attempt to locate her father's wartime swiss bank account and spirals quickly into an emotionally charged, multibillion-dollar international knot of lawyers, bankers, and politicians e1 e2 emission ring Entity-Origin the v = 1 emission originates from an 80 au diameter ring of maser spots centered on radio continuum source i e1 e2 harem seals Member-Collection_reversed the largest of the bulls, sometimes fourteen feet long, establish themselves on a fixed part of the rock, and each gathers about him his harem of cow seals e1 e2 federation companies Member-Collection_reversed it is the federation of different companies of believers that has brought such evils as dabbling in politics into the church of god e1 e2 fever vaccines Cause-Effect_reversed a girl with a mitochondrial disorder who developed a neurodegenerative disorder with "features of autism" after getting a fever from vaccines e1 e2 wheat liquor Entity-Origin_reversed it dated back to the meiji time that ryes were the raw material of wheat liquor e1 e2 inventor technology Other swype -- founded by the cliff kushler, the inventor of the t9 text input technology -- raised $1.3 million earlier this year e1 e2 creation critics Other it is no accident that the title of the exhibition is a homage to one of the classic figures of contemporaneity, antoni tapies, whose work breached all the boundaries imposed on artistic creation by the critics e1 e2 storm damage Cause-Effect the storm caused a tremendous amount of damage on the landing beaches, and for the time completely isolated the troops at anzac e1 e2 shaft bow Other and on other stormy days the boy learned to whittle out a straight shaft for the long bow, and tip it with gray goose feathers e1 e2 discomfort injury Cause-Effect_reversed but in 1993, montalban had a 10-hour surgery to try to alleviate the pain and discomfort from this injury e1 e2 offfender neighborhood Entity-Destination the sex offfender moved into a new neighborhood e1 e2 kapok fiber plastic packets Content-Container when it arrived, the kapok fiber was sealed in vinyl plastic packets to prevent exposure to the water e1 e2 predispositions anxiety Other we have inherited predispositions to anxiety e1 e2 exclusion definition Other this notifies the commencement of the exclusion of hospitals from the definition e1 e2 passion generation Entity-Destination the sportsman passed on passion to the younger generation e1 e2 writer paragraph Product-Producer_reversed the writer has dropped the quotation into the paragraph without making any connection between it and the claim e1 e2 examination articles Other an examination has been made of all articles published in the review from 1944 through 1953 e1 e2 spindle machine Component-Whole the dial indicator is mounted on the spindle of the milling machine e1 e2 sounder swine Member-Collection_reversed this was a sounder of fifteen swine, led by an enormous white pig, the size of a cow e1 e2 phone washer Entity-Destination the phone went into the washer e1 e2 disease ingestion Cause-Effect_reversed celiac disease (cd) is an inflammatory disorder of the upper small intestine triggered by the ingestion of wheat, rye, barley, and possibly oat products e1 e2 grandmother poultice Instrument-Agency_reversed on returning home, the patient's grandmother applied a poultice to the child's ankle overnight with the aim of reducing pain and inflammation e1 e2 report moments Message-Topic a leaked police report has revealed the horrifying final moments of participants in a new age retreat e1 e2 grove sequoias Member-Collection_reversed redwood canyon is home to the world's largest grove of sequoias e1 e2 illness virus Cause-Effect_reversed swine flu - popular name for the illness caused by the h1n1 virus e1 e2 godmother footmen Product-Producer_reversed the fairy godmother turned a pumpkin into a coach, mice into horses, a rat into a coachman, and lizards into footmen e1 e2 speech dreams Message-Topic the theme of the speech was about dreams coming true e1 e2 soil sample container Entity-Destination later, the soil sample was sealed in a container and the martian atmosphere was replaced by inert helium gas e1 e2 puzzle study Entity-Origin the puzzle gradually emerged from a long-term study of the properties of asteroids carried out by mit professor of planetary science richard binzel and his students, along with postdoctoral researcher p. vernazza, who is now with the european space agency, and a.t. tokunaga, director of the university of hawaii's institute of astronomy e1 e2 concept tribe Entity-Origin the concept is originated in an ancient maternal tribe named 'mosuo' in sichuan province of china e1 e2 panel report Product-Producer_reversed painful digestive problems can trigger problem behaviour in children with autism and should be treated medically, according to the panel's report published today e1 e2 harem hens Member-Collection_reversed just before dark, we saw a big gobbler strutting on the edge of the field with a harem of hens e1 e2 statement evidence Message-Topic a witness statement is a statement summarising the oral evidence that a witness will give at trial e1 e2 shrewdness apes Member-Collection_reversed national geographic videos include several tapes dealing with a shrewdness of apes that dwells in zaire e1 e2 man rope Instrument-Agency_reversed a man attaches a rope to a 20 kg block, pulling it across a floor with constant velocity e1 e2 horde heroes Member-Collection_reversed most business that think they have teams really have a horde of heroes looking for plunder e1 e2 boast soldiers Other it is an eye which never blanched at danger, and it is the boast of his soldiers that he never looked unpityingly upon the sufferings of his followers e1 e2 almond flour Entity-Origin_reversed sure the almond flour was pricey, but i felt exotic using an ingredient i've never used before e1 e2 palm hand Component-Whole the abductor pollicis brevis draws the thumb forward in a plane at right angles to that of the palm of the hand e1 e2 messages romance Message-Topic text messages outline her blossoming romance with the teenager e1 e2 mites burrows Product-Producer_reversed scabies mites construct their burrows in the skin of the infested animal or human e1 e2 collection cabinet Content-Container his collection of sunglasses was in a cabinet against one of the walls e1 e2 leader political party Member-Collection executive authority is invested in the prime minister, who is the leader of the political party commanding a majority in the house e1 e2 employees sharee Instrument-Agency_reversed employees wear a sharee as its a sign of formal dresss code e1 e2 saw blade Component-Whole_reversed she hold the saw in place with its blade right on the cut line e1 e2 programme sexual relationship Message-Topic the programme reported a sexual relationship between the two that began in the summer of 2008 e1 e2 spam inbox folder Entity-Destination still, some spam arrives into the inbox folder e1 e2 boats jib Component-Whole_reversed on boats with only one jib, it is common for the clew of the jib to be further aft than the mast, meaning the jib and mainsail overlap e1 e2 apple blossom Component-Whole_reversed the apple blossom season usually runs from mid-april to early may e1 e2 documents shredder Entity-Destination the office staff threw the documents into the shredder before the police came in e1 e2 brace ducks Member-Collection_reversed johnny remembered the two of them having the waiters bring for their inspection a brace of dressed ducks, or pheasants, before ordering them cooked e1 e2 road user Instrument-Agency the report is about the regular road user and the law e1 e2 book movement Other the jungle book, because of its moral tone, came to be used as a motivational book by the movement e1 e2 flight airport Entity-Origin the flight departs from an airport on territory of a member state to which the treaty applies e1 e2 doctor jackknife Instrument-Agency_reversed after the doctor performs a caesarian with a jackknife and fishing leaders, and the infant is delivered, he examines the husband e1 e2 wallet dollar bill Content-Container_reversed the wallet contained a special bk dollar bill (legal tender), a $5 bk gift card and other random bk stuff e1 e2 fiddler technique Instrument-Agency_reversed this traditional country fiddler is distinguished from his urban colleague by his nonstandardized technique e1 e2 production country Entity-Destination car makers moved production into another country for cheap labors e1 e2 memoir teaching experiences Message-Topic teacher man is a 2005 memoir written by frank mccourt which describes and reflects on his teaching experiences in new york high schools and colleges e1 e2 potter wheel Instrument-Agency_reversed the same day that doss was working at the potter's wheel a group of students from pomona's village academy high school were at the sheraton suites fairplex e1 e2 cheesecake container Content-Container when i opened the box, the cheesecake was inside a silver foil container e1 e2 universe players Member-Collection_reversed ccp games is unrelenting in its quest to maintain a fresh and challenging gaming experience to its ever-expanding universe of players e1 e2 person ball Instrument-Agency_reversed to use it, a person applies the vinegar to a cotton ball and then swabs the vinegar on the affected area e1 e2 shape ewer Other the shape of the vessel is seen in a ewer that has been in the metropolitan museum for many years e1 e2 blood bottle Content-Container some of that blood was in a bottle in the operating room though the record is not clear as to how it got there e1 e2 pork stew Entity-Origin_reversed i first tried this comforting, pork stew a year ago and it is unbelievably good e1 e2 painting gallery Entity-Destination this water painting has been donated to a local art gallery e1 e2 knot toads Member-Collection_reversed a knot of toads or an army of frogs in the garden is a pleasure to see, and it feels like a compliment to the gardener e1 e2 knob slider Component-Whole a user drags the knob of the slider, select a word, and the japanese translation of the word is displayed at the center of the screen immediately e1 e2 strings clavichord Component-Whole_reversed strings in the clavichord run transversely from the hitchpin rail at the left-hand end to tuning pegs on the right e1 e2 fire collision Cause-Effect_reversed both ships caught fire after the collision but the blazes were brought under control e1 e2 bomb gas tank Content-Container the bomb was hidden in the gas tank of a motorcycle e1 e2 money suitcase Content-Container the money was in a suitcase e1 e2 group bases Product-Producer_reversed protected by tribes who were wary of government interference, the group established bases from which to launch fresh attacks e1 e2 stick plunger Component-Whole holding firmly onto the stick of the plunger, plant the mouth of it over the toilet hole e1 e2 sadness inspiration Cause-Effect sadness leads to inspiration, so in this story of love and hate, respect and betrayal, learn about the history of the mexican wrestling wars e1 e2 dog crate Content-Container the dog was in a crate 0.2 cubic inches too small e1 e2 facade building Component-Whole the facade of the building is of unhewn stone and glass e1 e2 grist bees Member-Collection_reversed growers of fruits and nuts usually rent a grist of bees to pollinate their trees e1 e2 coven vampires Member-Collection_reversed laurent leaves them and travels to denali, alaska, hoping to find solace among a coven of "vegetarian" vampires e1 e2 cyclotron beginning Other the cyclotron started from the beginning of january 2000 e1 e2 play state Other consequently, play of a game starts in an initial state, at which players collect payoffs only if they remain in that state so that it becomes the final e1 e2 farmer jawbone Other in 1965, a farmer dug up the lower jawbone of a mammoth while in the process of expanding his cellar e1 e2 medicine safe Entity-Destination after they caught me, the medicine was locked in a safe, a safe with a combination lock and the weirdest looking key i've ever seen e1 e2 activities programmes Component-Whole the activities are divided into three programmes: the children and youth programme, the adult programme and the senior citizens programme e1 e2 handful images Other one immediate challenge posed by this method was that only a handful of images were viewable on a computer screen at the same time e1 e2 climate change talks Message-Topic_reversed delegates from the developing world have suspended their participation in climate change talks in copenhagen today, bringing negotiations to a temporary stop e1 e2 flight aircrafts Other in this paper, we introduce dynamic analysis and model transformations of longitudinal flight of hypersonic aircrafts e1 e2 gays closet Entity-Origin lebanese gays come out of closet, but quietly e1 e2 harm driver Cause-Effect_reversed since the bar sold alcohol to a person that was already obviously intoxicated, it became liable for the subsequent harm that was caused by the drunk driver e1 e2 sharpening stones Other sharpening stones, water stones or whetstones are used to grind and hone the edges of steel tools and implements e1 e2 pain crisis Cause-Effect_reversed asia feels the pain caused by the crisis but could be poised for rapid recovery e1 e2 plot people Message-Topic some of the plot is based on real-life people and events e1 e2 convention kidnapping Message-Topic this convention covered the kidnapping, murder, and assault of persons specially protected by international law e1 e2 seminar psychology Message-Topic this seminar goes into the psychology of each major color group and how to best use it in your museum stores e1 e2 official description Product-Producer_reversed an egyptian official has given them a hazy description of the inner chamber e1 e2 ship anchor Component-Whole_reversed the ship has already provoked the debate its crew is seeking even before lifting its anchor e1 e2 emails right party members Instrument-Agency stolen emails were used by the right party members to deny science e1 e2 epogen plasma Entity-Origin epogen is made from human plasma (part of the blood) and may contain viruses and other infectious agents that can cause disease e1 e2 boom asteroid Cause-Effect_reversed the boom and shaking was caused by the asteroid that passed earth yesterday e1 e2 bar cans Instrument-Agency_reversed bar builds guillotine out of beer cans to protest atlantic yards e1 e2 jackfruit nectar Entity-Origin_reversed the ripe bulbs are mechanically pulped to make jackfruit nectar or reduced to concentrate or powder e1 e2 games box Content-Container the games were in a box that had a $3 sticker on it, so i thought the games were all $3 each e1 e2 cadge peregrines Member-Collection_reversed for the contemporary events there are still opportunities for a few participants, including a team from the moors with a cadge of peregrines and a brace of pointers, to hedgerow hawkers with ferrets and flushing dogs e1 e2 company story Product-Producer_reversed before introducing via in three test markets, the company told employees an elaborate story about its creation e1 e2 earthquake nuclear test Cause-Effect_reversed on the morning of may 25, many schools in northeast china were evacuated because of the earthquake caused by the north korea nuclear test e1 e2 missis ticket Instrument-Agency_reversed the missis won the lottery with a ticket she didn't tell you about e1 e2 protein cells Entity-Destination arginine-rich intracellular delivery peptides noncovalently transported the protein into the living cells e1 e2 hacienda century Entity-Origin the hacienda originated in the colonial period and survived into the 20th century e1 e2 staff shop Other thestaff in the shop are all left-handed themselves and are happy to demonstrate products, explain why they are left-handed and give helpful advice to left-handers of all ages e1 e2 television series fortunes Message-Topic springwatch is an annual bbc television series which charts the fortunes of wildlife during the arrival of springtime in the united kingdom e1 e2 train station Entity-Origin as a train moves from station to station, its passengers glimpse different worlds of people e1 e2 alarm sounder Component-Whole_reversed the alarm has one sounder based in the entrance hall for entry and exit sound e1 e2 department university Component-Whole working closely not only with the faculty in comparative literature but also with other professors from the department of the university that best complements their interests, students develop individualized research topics that may range from the sociology of paraliterature to the hermeneutics of divination, from crime fiction in english and chinese to comparisons between sanskrit and greek epic e1 e2 dermatitis dandruff Cause-Effect seborrheic dermatitis is one of the causes for dandruff e1 e2 floor shop Component-Whole thursday we started steam-cleaning the floor in the shop for the party e1 e2 squid beak Component-Whole_reversed the colossal squid has a sharp bird-like beak that slices 2-metre-long antarctic toothfish into small chunks e1 e2 devastation conflict Cause-Effect_reversed sierra leone in the wake of the devastation caused by the decade old civil conflict in every sector of our society, the education sector, being key e1 e2 horse nuzzle Component-Whole_reversed the horse stretches its nuzzle towards the boy e1 e2 drugs cities Entity-Destination a gang in mexico has illegally imported drugs to big cities such as la and ny in usa over a decade e1 e2 grades blackboard Entity-Destination the final exam grades are posted to the blackboard e1 e2 man area Entity-Origin a tamil man, who escaped from an ltte rebel-held area following heavy fighting, looks on as he arrives at a temporary refugee camp in vavuniya e1 e2 bond agents Other the theory in possession about leather-making shows that penetration and bond of tanning agents are supplement each other during the tanning process e1 e2 infection virus Cause-Effect_reversed hepatitis b is a potentially life-threatening liver infection caused by the hepatitis b virus e1 e2 ceiling cave Component-Whole an electro-magnetic motion-tracking system (ascension flock of birds ) was installed in the ceiling of the cave to provide positional data e1 e2 cackle hyenas Member-Collection_reversed residents of a southern kenyan village near the city of machakos have become prisoners in their own homes after sunset following a violent attack by a cackle of hungry hyenas e1 e2 ice cores labs Entity-Destination the ice cores were shipped to clean labs for examination e1 e2 pants pocket Component-Whole_reversed i found a piece of paper in your pants pocket with the name 'marylou' written on it e1 e2 unions politics Other the unions are moving into politics e1 e2 padlock cage Component-Whole alfonso used a crowbar to break the padlock of the cage and took the generator and put it inside his car e1 e2 suitcase photographs Content-Container_reversed he was surprised to discover that the suitcase was full of black-and-white photographs e1 e2 noise arrival Cause-Effect_reversed on investigation, however, it was found that all the noise was caused by the arrival of fred riemer with an ox-team load of flour e1 e2 organ builder Product-Producer the organ builder inspects the site where the organ will be used e1 e2 umpire match Other i especially enjoyed matthew wells' bare arms waving his hockey stick at the umpire in the australia-canada match to dispute a decision e1 e2 bottle ingredients Content-Container_reversed in the center ring is a bottle with mystic ingredients in it e1 e2 cleaner water Instrument-Agency_reversed the vaps cleaner completely retains all ingested dust particles by using water as a filter e1 e2 kingfishers centre Entity-Destination two beautiful sacred kingfishers have come into the discovery centre in the last few days e1 e2 bedroom suite Component-Whole the round bedroom was the best part of this suite e1 e2 eggs buckets Entity-Destination females were caught and their eggs were removed into buckets e1 e2 manor lands Other the manor had lands in old thame, moreton and north weston and property in new thame e1 e2 quotes yesterdays Entity-Origin i recalled parental quotes from many yesterdays e1 e2 excitement riot Cause-Effect_reversed this meeting was called in response to a request of eastern labor papers, but happened to fall amid the excitement caused by the pittsburgh riot e1 e2 machine states Component-Whole_reversed the state machine contains six states, seven inputs, and five outputs e1 e2 chemicals roughness Cause-Effect many commercial soap, shower gel or cleanser products contain preservatives, colorants and chemicals that cause dryness, rashes, itchiness and roughness on the skin e1 e2 monuments times Entity-Origin they are a small part of the seized by the bodies of the ministry of internal affairs movable cultural monuments from different times e1 e2 kaleidoscope colours Other in what's become a drug legend, he got woozy, dreamy and saw a kaleidoscope of dancing colours e1 e2 songwriter lyrics Product-Producer_reversed a songwriter is someone who writes the lyrics, as well as the musical composition or melody to songs e1 e2 ring bore Entity-Destination john wing used it every time he put a ring into a bore to ensure he wouldn't get a false reading e1 e2 infrastructure disrepair Other all infrastructure is falling into disrepair e1 e2 cabal artists Member-Collection_reversed this is a bunch of comics from act-i-vate, which, if i'm understanding the intro correctly, is a cabal of comix artists who hang out on livejournal e1 e2 insecurity violence Cause-Effect priority must be given to efforts to combat insecurity and thus poverty, major cause of violence most often experienced by poorest e1 e2 prisoner family Entity-Destination the prisoner has been released into her new family e1 e2 panzerkompanie reserves Entity-Origin an entire panzerkompanie arrived from reserves including the attached heavy tank platoon e1 e2 cookies recipe Other the situation called for peanut butter cookies baked from the simplest recipe imaginable e1 e2 toe foot Component-Whole clasp the big toe of the right foot with the first finger of both hands e1 e2 driver vehicle Other the angry driver then demonstrated his displeasure by speeding around the other vehicle, cutting the other driver off e1 e2 ova ovary Entity-Origin ovulation is the exit of a mature ova (egg) from the ovary e1 e2 chattering choughs Member-Collection_reversed i remember one day many years ago sitting on the top of braich-y-pwll on the llyn peninsula watching a chattering of choughs performing an amazing set of aerodynamics in the updrafts of a winter storm e1 e2 tensile stresses surfaces Entity-Origin the arrival of the tensile stresses from the free surfaces was about 2 bsec in the tests e1 e2 dust region Entity-Origin the dust is derived from an arid region, presumedly north africa e1 e2 arm chair Component-Whole to perform these exercises, the patient sits in a chair with the elbow supported on the edge of a table or on the arm of the chair e1 e2 compromises war Cause-Effect the compromises contained in the agreement caused the civil war in the 26 counties in june 1922-april 1923, in which the pro-treaty provisional government defeated the anti-treaty republican forces e1 e2 faction extremists Member-Collection_reversed rather than extremist voices, the majority muslim population is acquiring the confidence to undermine the slurs being made against it and is showing that it is not held to account for the actions of a minority faction of islamist extremists e1 e2 disruption work Cause-Effect_reversed the disruption has been caused by work being carried out by track operator network rail e1 e2 satisfaction running Cause-Effect_reversed a person with an intrinsic motivation to run gains satisfaction from a very long running around their favourite course on a calm, sunny day e1 e2 plate embryo Component-Whole the animal plate of the sea urchin embryo becomes the apical organ, a sensory structure of the larva e1 e2 suffocation smoke Cause-Effect_reversed the real possibility of total engulfment by flame or suffocation from smoke was a constant threat e1 e2 organizers barrier Product-Producer_reversed fans scale these city walls after organizers threw up a barrier to block the view for those without tickets e1 e2 committee decision Other the committee is approaching the final decision e1 e2 details people Other details include pertinent people involved as well as interesting facts and production statistics e1 e2 pencil lines Member-Collection_reversed using a pencil of lines, a new restriction on the location of ovals of a nonsingular plane curve is obtained e1 e2 audit management Message-Topic reviewed audit reports on contract audit management issued by the nasa office of inspector general and the u.s. general accounting office e1 e2 door knob Component-Whole_reversed as i was entering the bathroom, i grabbed the door knob and it felt loose and hollow, like cheap crap e1 e2 act oldies Component-Whole_reversed his act includes everything from golden oldies to contemporary tunes e1 e2 study retrieval Message-Topic the present study has been concerned with the retrieval of semantic information e1 e2 abuse illness Cause-Effect_reversed the abuse is rooted in the perpetrator's mental illness e1 e2 event queue Member-Collection the event queue is used for periodic functions such as performing cache replacement, cleaning swap directories, as well as one-time functions such as icp query timeouts e1 e2 album artist Product-Producer this is the best-selling album by a male artist and the best-seller in the pop/r&b genre e1 e2 content encyclopedia Entity-Origin this article includes content from the schaff-herzog encyclopedia of religious knowledge, 1914 e1 e2 factory pants Other it was a factory for destroying perfectly good pants e1 e2 birthmarks expansions Cause-Effect_reversed the birthmarks are caused by expansions (dilations) in tiny blood vessels called capillaries e1 e2 chocolate market Entity-Destination since last weekend, it has imported chocolate into that market e1 e2 beverage root Entity-Origin the beverage was distilled from the root of its eponymous plant e1 e2 money hedge funds Entity-Destination money flows into hedge funds again e1 e2 nest tables Other every household needs a nest of tables - functional and economic with space e1 e2 chain conspiracy theory Message-Topic_reversed another fried chicken restaurant chain also became the subject of a conspiracy theory e1 e2 lumberjack axe Instrument-Agency_reversed the lumberjack axe is the most ancient and most simple of all axe types and serves as a working tool e1 e2 parcel linnets Member-Collection_reversed the calls of his caged decoy-birds have announced the arrival and passing over of a parcel of linnets e1 e2 device slots Component-Whole_reversed the connector device comprises a plurality of host computer system expansion slots for coupling to the cpu bus of the host computer system e1 e2 builder mud Other meanwhile, the builder is shifting the mud to some other place in closed vehicles e1 e2 book development Message-Topic this book surveys the development of the script from the earliest pictographic signs to the latest astronomical tablets e1 e2 fellowship craftsmen Other traditional techniques are encouraged in all the work and volunteers benefit by getting away from the stress of modern day life and enjoying the spirit and fellowship of the skilled craftsmen of the past e1 e2 contracts region Entity-Destination defense contracts have been awarded to the region since 2005 e1 e2 flock geese Member-Collection_reversed when a flock of geese or ducks began to descend toward the decoys, the hunter pulled hard on the rope which he held in his hands e1 e2 moop areas Entity-Destination the winds have blown moop into some formerly moop-free areas e1 e2 colloquia issues Message-Topic fellows also participate in a program of seminars and colloquia focusing on contemporary issues and community building in the asia-pacific region e1 e2 painting museum Entity-Destination a painting has been shipped to the museum by mistake e1 e2 drove donkeys Member-Collection_reversed it is fearful to meet in a narrow defile, or where the road winds around the edge of a precipice, a drove of reckless donkeys and mules descending the mountain, urged on by the cries and lashes of the muleteers behind e1 e2 tubers bag Content-Container growers store the tubers in a perforated plastic bag filled with peat moss or vermiculite in a cool, dark place e1 e2 federation peoples Member-Collection_reversed the republics are seeking to assert an unequivocal understanding of the country's ethnic nature as a federation of various peoples e1 e2 seasoning sauce Entity-Destination we poured a mixed seasoning into the sauce on the stove e1 e2 dispute wars Cause-Effect the dispute has resulted in major regional wars and two palestinian intifadas with tragedies on both sides e1 e2 seal flipper Component-Whole_reversed the first author has observed a ringed seal slapping the water with its flipper as he approached e1 e2 signal process Entity-Destination a signal was sent to the process e1 e2 pencil point Component-Whole_reversed the patient was stabbed or stuck with a sharp pencil point e1 e2 vortices legs Cause-Effect_reversed this photograph shows the vortices created by the water strider's legs as it moves across the water e1 e2 jeans zipper Component-Whole_reversed i am looking for jeans with a zipper all the way from the waistband in front to the waistband in the back e1 e2 site news Component-Whole_reversed the site features comprehensive news and gossip about all britain's biggest soaps e1 e2 dandelion wine Entity-Origin_reversed the closest i have come to a glass of dandelion wine was reading ray bradbury's evocative novel about midwestern small-town life, dandelion wine, about 50 years ago e1 e2 princess family Entity-Origin his son once married a princess descended from the middle eastern kingdom's founding family e1 e2 cold viruses Cause-Effect_reversed the common cold and the flu are caused by different viruses, with symptoms of the flu presenting more quickly and with more severity than those of a cold e1 e2 toy box Content-Container the toy was inside a box and had been left on the minivan e1 e2 shoulderbone socket Entity-Origin she grabbed your arm and twisted it until the shoulderbone popped out of the socket e1 e2 restrictions speech Other brazilian campaign laws include several restrictions on political speech that can seem arcane to outsiders, and even to some brazilians e1 e2 mother humor Other her mother copes with that using humor as a shield e1 e2 carving pirate Product-Producer this pirate ship carving was made by an actual pirate e1 e2 tofu milk Entity-Origin tofu (to-fu), or bean curd is a soft white food made by coagulating soy milk e1 e2 winds sand Other i stand here above the twisting gorge the winds have carved out of the sand e1 e2 bottle fluid Content-Container_reversed pulling out a bottle with purple fluid in it, he smiled e1 e2 effort year Entity-Destination the effort to buy papers is pushed into the next year e1 e2 beakers formula Entity-Destination the scientist is pouring beakers into the formula e1 e2 suitcase cash Content-Container_reversed a federal jury has seen video of a former louisiana congressman accepting a suitcase filled with $100000 in cash outside a northern virginia hotel e1 e2 author sciences Other the author makes reference to all sciences, to many classical works in both psychology and biology e1 e2 unit musketeers Member-Collection_reversed they preferred having a unit of russian musketeers or dragoons among the kalmyks to supplying the kalmyks with firearms e1 e2 workshop talks Component-Whole_reversed each day the workshop accommodated a few invited talks targeted towards generating discussions on open problems e1 e2 countries agreement Other the two countries finally entered into a code share agreement e1 e2 president society Member-Collection i feel honored and take great pride in being the president of this society, of this family e1 e2 cooperative associations Member-Collection_reversed three years ago the coalition organized a strategic cooperative of several farmers associations to export mangos under the taiwan mango brand e1 e2 nausea chemotherapy Cause-Effect_reversed p6 stimulation for ponv is a convincing case for the efficacy of acupuncture; to that were later added nausea from chemotherapy or pregnancy, and dental pain e1 e2 dome building Component-Whole we pop our heads out the capped dome of the building e1 e2 brandy juice Entity-Origin grape brandy is made from fermented grape juice e1 e2 rye ale Entity-Origin_reversed when poured into a sly imperial pint glass, this rye ale was a solid amber color with a few minor gold highlights along the sides and at the bottom of the beer e1 e2 geology granite Other the geology comprises granite of the mesozoic era as the bedrock e1 e2 fevers colds Cause-Effect_reversed mixed in equal parts with peppermint, elder flowers help reduce the fevers and aches caused by colds and the flu e1 e2 students ideas Product-Producer_reversed the students also came up with ideas for further development e1 e2 damage quake Cause-Effect_reversed the following pages are organized by subject, and investigate the root causes of damage caused by the quake e1 e2 researches image Message-Topic there are numerous researches pointing out the public image of mathematics e1 e2 plans letter Message-Topic_reversed the government's plans for the future of community care are outlined in a letter to professor graham thornicroft e1 e2 information works Message-Topic musica international, with its musicanet website, is a database containing information on over 150'000 works of the international chorale repertoire e1 e2 chaos hurricanes Cause-Effect_reversed in the chaos and urgency caused by the hurricanes, it was difficult to keep track of people with psychiatric disabilities e1 e2 barley liquor Entity-Origin_reversed general-secretary jiang zemin is tasting the "huzhu brand" barley liquor offered by the local tu minority people and he gives the liquor a high rating e1 e2 hammers drop zone Entity-Destination everton sent hammers into the drop zone e1 e2 sections markets Message-Topic i included sections dealing with labour markets, domestic taxation, economic activation policies, and financial market regulation e1 e2 community chaos Other pulmonary arterial hypertension clinical community builds order from chaos e1 e2 water tanks Content-Container it carried 1500 gallons of water in its split saddle tanks and 700 gallons of fuel oil in a bunker behind the cab e1 e2 disk jewel case Content-Container in my case the disk was inside a jewel case which was itself inside the mailing box e1 e2 letter study Message-Topic a letter informing about the study was sent to all patients e1 e2 magazine science Message-Topic quo is a monthly magazine that informs about science through thinking and entertainment e1 e2 ports manufacture Other these two ports were specialized in the manufacture of luxury goods e1 e2 builder location Other construction progress is steady and the builder has now established the location of offices on the future car park area along forest road e1 e2 boy orphanage Entity-Origin the boy runs away from the orphanage and tries to pick pockets e1 e2 sword case Content-Container the sword was stored in a case full of gold and jewels e1 e2 crust earth Component-Whole the crust of the earth is composed of a great variety of igneous, metamorphic, and sedimentary rocks e1 e2 mob fans Member-Collection_reversed sarah palin was faced with an angry mob of her own fans who were turned away without having their copies signed e1 e2 edition toilet Entity-Origin a first edition of charles darwin's seminal "the origin of species", which was found in a family's toilet in southern britain, will be sold this week e1 e2 professor paper Product-Producer_reversed the focus of the german professor's paper was very relevant to the main subject of the conference e1 e2 invaders pity Other as the years passed, some of the invaders graduated from pity to an emotion resembling guilt e1 e2 items garbage bin Entity-Destination all items including photos have been dragged into a garbage bin e1 e2 doylt pigs Member-Collection_reversed i talk knowledgeably of cord-feet with lumberjacks, point out a doylt of pigs, and bandy verse forms with poets e1 e2 editors researchers Other the editors assembled many of the leading medical specialists, researchers and allied health professionals who have extensive clinical experience with polio survivors e1 e2 products firm Product-Producer consumers are urged to check their refrigerators and freezers for beef products produced by this firm e1 e2 discussion open standard Message-Topic my last post has driven some great discussion around what an open standard means e1 e2 catfish barbels Component-Whole_reversed then a piranha tries to get close, the catfish stuns it with his barbels in with in milli seconds suck the fish up like a vacoom e1 e2 rivet button Component-Whole one small piece of fleece or other soft, slightly thick material (to protect your ipod from the rivet of the button on the inside of the pocket) e1 e2 pouch package Content-Container_reversed the first aid pouch contained a package of sulfa powder and a bandage to dress the wound e1 e2 scars stitches Cause-Effect_reversed old scars from stitches that were successfully put in but ripped out by the individual are also common e1 e2 suitcase receptacle Content-Container on saturday in california a suitcase was discovered inside a trash receptacle with a corpse stuffed inside of it e1 e2 fighting deaths Cause-Effect the fighting resulted in hundreds of deaths and in the deployment of peace keepers into east timor e1 e2 streaks meteoroids Cause-Effect_reversed most of the streaks are caused by meteoroids about the size of a grain of sand, although meteoroids are porous and much less dense than sand e1 e2 license purse Content-Container inside the car, keys were found in the ignition and codario-ferrino's license was discovered inside a purse on the passenger's seat e1 e2 methods analysis Other three methods approaching the analysis of cells are described, with applications e1 e2 siphon cistern Component-Whole the siphon in a cistern consisted of a pipe bent over above the water level in the cistern e1 e2 ream papers Member-Collection_reversed a spokeswoman for onewest bank acknowledged that an official, confronted with a ream of foreclosure papers, had mistakenly signed for two different banks -- just as the deutsche bank official did e1 e2 congregation crocodiles Member-Collection_reversed our next appointment is with the largest congregation of saltwater crocodiles in the world - the famous mary river e1 e2 marmalade milk Entity-Origin our coconut marmalade is made of all-natural coconut milk and brown sugar reduced to the perfect consistency e1 e2 rangale deer Member-Collection_reversed those of you who ran free, i hoped to hunt you down, to set a pack of hounds of heaven or hell, whichever was my fate, upon a great rangale of red deer, or my own hand with longbow or crossbow to pierce the heart of a wild boar, and then sit at ttable and tear your sweet flesh with my hands and eat e1 e2 strategy goal Other the strategy departs from an overriding goal e1 e2 species nature reserve Entity-Destination endangered species have been released into a nature reserve in northwest china's xinjiang uygur autonomous region e1 e2 cable nut Other side-pull brakes are secured by a cable clamp nut e1 e2 pile excrement Other the expressive colour, contrasting with the blackness of an apocalyptic sky, the chiaroscuro that accentuates the insubstantial limbs, and the desert landscape and pile of excrement dominating the scene express miro's profound pessimism e1 e2 investment drawer Entity-Destination the small store did an investment in a second drawer ("till") which was kept in the back and switched with the live till was a worthwhile one e1 e2 rice wine Entity-Origin_reversed traditional homemade yellow rice wine is more than a home brew e1 e2 component background Cause-Effect the large anti-neutrino component is the source of an irreducible background e1 e2 bacterium stalk tissue Entity-Destination the bacterium is spreading into the stalk tissue e1 e2 mortality war Cause-Effect_reversed the mortality caused by the war is also high e1 e2 unit crossbowmen Member-Collection_reversed uniforms were rare, although one unit of royal crossbowmen had been issued with standard black cottes, or tunics, earlier in the 14th century e1 e2 mold carrier store Entity-Destination the movable mold carrier has arrived into the store e1 e2 painter collection Other until now, this corner of the painter's rambling private collection has been all but forgotten e1 e2 updates years Entity-Origin the following are pages of mesh annual updates from previous years e1 e2 riot silversmiths Cause-Effect_reversed before he leaves ephesus, however, a riot breaks out, instigated by the silversmiths who manufacture idols of the goddess artemis; they are afraid that paul's evangelistic success will ruin their business e1 e2 protein nuclei Entity-Destination the protein migrated into the nuclei e1 e2 hikers shelters Product-Producer_reversed over the years, hikers have piled up rocks into semicircular shelters e1 e2 eruption flows Cause-Effect the eruption resulted in massive lahar flows (a mixture of ash, lava, rock and water), primarily in the rio montana and marker watersheds e1 e2 person error Other a seemingly orthodox person has departed into serious error e1 e2 seats bus Component-Whole we were under the seats of the bus for 20 minutes, trying to get away from the bullets e1 e2 myths beginnings Message-Topic chinese creation myths explain the legendary beginnings of the universe, earth, and life e1 e2 players penalty boxes Entity-Destination they packed the players into the penalty boxes like sardines tonight e1 e2 bowels building Component-Whole in the bowels of the building he showed me the stage equipment which has been going flat out virtually every day for the last 35 years e1 e2 infection people Entity-Destination the diseases have rapidly spread infection to other people e1 e2 floodwaters rains Cause-Effect_reversed a philippine airforce aerial shot shows residents standing on a rooftop to escape the floodwaters caused by continuous rains brought on by typhoon ketsana in marikina city, metro manila september 27, 2009 e1 e2 pressure acceleration Cause-Effect_reversed the pressure was caused by the rapid power acceleration at the start e1 e2 man holiness Other the real man departs from holiness e1 e2 bulldog tongue Component-Whole_reversed royalty-free animal clipart picture of a sitting bulldog hanging his tongue out e1 e2 data paper Other some of these data were presented in a paper read at the annual meeting e1 e2 music surgeons Instrument-Agency music is used by surgeons to ease operations e1 e2 author initials Other the item is engraved with the english author's initials e1 e2 regiment crossbowmen Member-Collection_reversed two reapers and an entire regiment of repeater crossbowmen had trained their weapons on seth garrick from their elevated positions e1 e2 mechanic wrench Instrument-Agency_reversed a mechanic uses a wrench to work on the wheel-mount of an auto on a hydraulic lift e1 e2 director organizations Member-Collection our director is a member of the aea, nafsa, and eaie organizations e1 e2 bombing deaths Cause-Effect in addition to the sudanese rebels, the bombing resulted in the deaths of several chadian civilians and livestock e1 e2 formulations trials Other three distinct formulations of valproic acid have been investigated in clinical trials e1 e2 water eye Entity-Destination he dropped the instilled water into the study eye e1 e2 branch tree Component-Whole in the branch of the tree which bends towards christ, a bird feeds her chicks e1 e2 stacks entrances Other there were stacks of verizon's directories piled up by entrances of buldings e1 e2 train windows Component-Whole_reversed this train's windows are elegantly curtained e1 e2 author college Entity-Origin the author graduated from an ivy league college in 1991 and then spent a short time working as an investigator e1 e2 gene duplication Other here i show that adh-psi is actually a new, functional gene recently descended from an adh duplication e1 e2 patches capillaries Entity-Destination the patches immediately spread into the lymphatic capillaries of the surrounding intestinal tissue e1 e2 documents sessions Message-Topic_reversed the council also gave final approval to other documents that had been considered in earlier sessions e1 e2 governor governor Other the governor is assisted by a vice governor e1 e2 signal diode Cause-Effect_reversed the noise signal was generated by a noise diode (enr = 27 db) and gated with a high-speed electronic switch e1 e2 warts viruses Cause-Effect_reversed ordinary warts on the hands and feet are caused by viruses, which only affect humans e1 e2 bottle air Content-Container_reversed we sealed up a bottle full of air and put it in a freezer for 15 to 30 minutes e1 e2 billions safety Entity-Destination we have poured billions into airline safety e1 e2 focus ethics Other the focus has largely been on the subject of ethics e1 e2 unemployment people Cause-Effect_reversed unemployment has been caused by people who either knowingly or unknowingly have priced people out of jobs e1 e2 player jack Component-Whole_reversed an mp3 player has an earphone jack and in some cases a "line output" jack, both of which put out audio e1 e2 farmer shovel Instrument-Agency_reversed his painting of 1607 also shows a farmer with a shovel, accompanied by a woman holding a cross e1 e2 man fork Instrument-Agency_reversed the man ate the steak with a fork e1 e2 girl family Entity-Destination the social worker has placed the girl into the loving family of a lawyer e1 e2 noise passage Cause-Effect_reversed the noise and vibration caused by the passage of trains resulted in unacceptable conditions within the convention center as standard construction techniques had been used e1 e2 glutaminase terminals Entity-Destination the enzyme glutaminase is removed into both nerve terminals and glial cells e1 e2 seminar banners Message-Topic_reversed the seminar was well advertised by big banners in red e1 e2 music folk Component-Whole_reversed their music reflected different influences, combining elements of rock and roll, garage rock, folk and psychedelia e1 e2 scandal impeachment Cause-Effect because of the ethics scandal that resulted in the impeachment of the state's governor, there was real hope for real ethics reform in illinois this year e1 e2 power mandate Entity-Origin the power to rule is derived from a mandate of the masses e1 e2 conjecture manuscript Entity-Origin the lebedev-milin conjecture was distilled from the original manuscript e1 e2 wax candles Entity-Origin_reversed the candle wax is the main ingredient needed for making candles of all types e1 e2 singer technique Instrument-Agency_reversed the singer's technique facilitates the message e1 e2 episode track Component-Whole_reversed the episode featured a commentary track recorded by creator and writer/producer david simon e1 e2 origin berserkers Other the origin of berserkers is unknown, although tacitus mentions groups of germanic warriors with berserk-like fury e1 e2 damage storm Cause-Effect_reversed the storm ended up causing about a fraction of the damage caused by the chesapeake bay storm e1 e2 bust suitcase Content-Container the bust was in a suitcase and was carried into the building with as much reverence as if it had been the bier of the poet e1 e2 business markets Cause-Effect_reversed primary wholesale markets are held in a fixed place and transact daily a large volume of business emanated from the village markets e1 e2 stump woods Other in the episode "my future self 'n' me" the boys discover a joint and rolling papers on a tree stump in the woods e1 e2 block cache Entity-Destination the block was fetched into the cache e1 e2 composer music Product-Producer_reversed obsessed with the music of js bach, the clown tends to find frequent analogies with the german composer's music e1 e2 evening weekend Component-Whole sunday evening was the best part of this weekend e1 e2 cookie oven Entity-Origin peanut blossoms are made by putting a chocolate kiss into a peanut butter cookie just from the oven e1 e2 murder crows Member-Collection_reversed i called for wolf and was answered by a murder of idle crows that seemed to look down from an old dead oak and scoff at my dilemma e1 e2 discussion table Other it opens with a group of diplomats having a discussion around a rectangular table covered with a green cloth e1 e2 door knob Component-Whole_reversed there are aids designed to help people grip and turn a door knob e1 e2 principles homoeopathy Other the principles on which homoeopathy is based are very different to conventional medical beliefs e1 e2 remuda ponies Member-Collection_reversed while we transferred our gear to saddlebags, the wranglers roped and saddled horses from the remuda of scrubby, short-legged mexican ponies e1 e2 index surface Entity-Origin a habitat suitability index was generated from an elevation surface e1 e2 results journals Message-Topic_reversed the results of the study were subsequently published in a number of leading psychology journals e1 e2 bears hibernation Other the bears have gone into hibernation e1 e2 dress bodice Component-Whole_reversed belying the fashionable exterior of the dress, the inner bodice was made with a section of a homespun linen bedsheet, on which one can still see the embroidered initials of the owner e1 e2 issues church Other the bishop was also happy to talk about some of the contentious issues affecting the church at the moment e1 e2 formulations writings Message-Topic_reversed such formulations are already found in the apostolic writings e1 e2 pressure narrowing Cause-Effect_reversed high blood pressure is caused by a narrowing of the arteries, which means the heart has to work harder in order to push the blood through e1 e2 money quake recovery projects Entity-Destination the donated money flows into the quake recovery projects e1 e2 anesthetic insensibility Cause-Effect the genreal anesthetic cause unconsciousness and insensibility to paid and are used for major surgical procedures e1 e2 acne hormonal changes Cause-Effect_reversed acne or pimples are caused by hormonal changes, wrong food habits and improper skin care e1 e2 impulse photocell Entity-Origin the charge to leak away before the arrival of the next impulse from the photocell e1 e2 art community Entity-Destination the government is committed to bring art to the community e1 e2 money desk Content-Container at noon the money was in the desk, and in the evening the pocket book that contained the money, was left in the drawer with 40 cents, but $265 was missing e1 e2 rebellion people Cause-Effect_reversed in july he was sent north to quell a rebellion instigated by the discontented people of warwick e1 e2 women situations Other these trends have thrown women into totally inhibiting situations e1 e2 book nanoscience Message-Topic this book provides a very detailed and interesting overview of the fundamental principles of nanoscience e1 e2 damage floods Cause-Effect_reversed ironically, the damage caused by the floods, and the subsequent insurance payout, were what prompted the restoration of the station building e1 e2 cursor variables Entity-Destination first, we fetched the cursor into the target variables e1 e2 facade building Component-Whole it is a live audio/visual performance composed of animated monochrome geometrical shapes matching the real size and form of the quadrilateral alluminium modules which form the facade of the building e1 e2 screw arm Component-Whole this way the idle speed is set correctly using the bypass screw without touching the screw on the throttle arm, which has to be set exactly right e1 e2 cockpit airplane Component-Whole the safety cockpit of the airplane has been completely redesigned e1 e2 rod arm Other the wooden rod is attached to the arm of the chair, which on my chair has an l-shaped opening (corner) under the armrest e1 e2 protagonist movement Other like shibnath, our protagonist too takes part in the freedom movement of india, faces the pangs of foreign rule, and is inspired by sarojini naidu and other notable figures like veteran communist leader ravi narayan reddy e1 e2 process intervention Other the process is assisted by benign intervention or neglect e1 e2 roof chamber Component-Whole six horses wearing elaborate harnesses had been sacrificed and lay on the logs which formed the roof of the burial chamber e1 e2 candidate crowd Entity-Destination the presidential candidate arrived to the cheering crowd at fort hood e1 e2 plot goldfish Message-Topic the plot centers on a goldfish named ponyo who befriends a five-year-old human boy e1 e2 bonuses speculators Product-Producer it is just another asset bubble, where the grotesque bonuses made by the speculators who have brought the world economy to its knees e1 e2 results chapter Message-Topic_reversed first, a comprehensive literature review was conducted and results were presented in the previous chapter e1 e2 fire dryer Cause-Effect_reversed the court found proof that the fatal fire was caused by the dryer e1 e2 photocopy encyclopedia Entity-Origin for the locative she includes a photocopy from collier's encyclopedia under the header zwickau which has the text dating the city from at least 1471 e1 e2 channel outdoor activities Message-Topic the channel promotes the traditional outdoor activities that are a vital part of our national heritage including fishing, hunting and shooting sports e1 e2 bottle popcorn Content-Container_reversed the percussionist rattled a nalgene bottle with uncooked popcorn in it e1 e2 population individuals Member-Collection_reversed outcomes are integrated for the entire developmental disabilities population, including individuals who have multiple diagnoses e1 e2 data structure chapter Message-Topic_reversed another important data structure - the heap - has already been introduced in the previous chapter e1 e2 crush spectators Member-Collection_reversed phil mickelson eased through a crush of spectators and into a courtesy van telling them he would sign autographs in front of the sheshan international clubhouse after he had a chance to eat e1 e2 burnt food alarm Cause-Effect 13, students were evacuated from conrad residence for approximately 15 minutes after burnt food in one of the kitchens set off the fire alarm e1 e2 lobes fish Component-Whole the paired optic lobes of teleost fish are connected by two commissures e1 e2 hub teeth Component-Whole_reversed the dog clutch is a sliding selector mechanism which is splined to the output shaft, meaning that its hub has teeth that fit into slots (splines) on the shaft, forcing it to rotate with that shaft e1 e2 grain liquor Entity-Origin_reversed aspergillus niger was found capable of rapidly converting about 97% of the sugar from brewery spent grain liquor to fungal mass e1 e2 rocks castle Entity-Destination it was he who threw rocks into the castle e1 e2 riffraff liars Member-Collection_reversed serious people flinch from being associated with the intellectual slum that is the bush campaign, with its riffraff of liars and aspiring ayatollahs e1 e2 book battles Message-Topic the book relates epic battles between horses, wolves and the sheep herders and pasture dwellers e1 e2 headaches exhaustion Cause-Effect_reversed lavender is excellent in the reatment of headaches from fatigue and exhaustion e1 e2 damage fire Cause-Effect_reversed the archbishop of york, dr john sentamu, visited the stoneyard to survey the damage caused by the fire e1 e2 strap polyurethane Entity-Origin the coordinating colorful strap is made from polyurethane e1 e2 evidence box Content-Container the evidence was in a box in his patrol car, and started walking back toward it e1 e2 movies race relations Message-Topic lee's movies have examined race relations, the role of media in contemporary life, urban crime and poverty, and other political issues e1 e2 grenade sock Content-Container the grenade was found inside a sock sunday morning e1 e2 information database Content-Container we store the information in a database in a secure environment at our data center e1 e2 communism dustbin Entity-Destination the rest of the world has stuffed communism into the dustbin of history e1 e2 agreement launchers Message-Topic an agreement to limit strategic launchers was reached in vienna on june 18, 1979 e1 e2 town factory Other one of the most vivid portraits is that of brookie simmons, a white woman who fought to abolish child labor in a town factory e1 e2 canaille letters Member-Collection_reversed it was a total canaille of letters pencils and papers and things that had been placed once on my table and to be removed and tucked away elsewhere the next day e1 e2 case case Entity-Destination the corpses were then placed in cotton cloth wrappings and put inside of a wooden case that was then put inside of another case that was decorated with details of their life and a mask of their face e1 e2 factories developing countries Entity-Destination the factories in developed countries are migrating into developing countries which have cheaper labors e1 e2 joy hitting Cause-Effect_reversed my first encounter in my luxurious hotels casino was the sound of a woman behind the roulette wheels screaming for joy after hitting the 12225.00 jackpot e1 e2 philosophy nature Other it is a branch of philosophy dealing with the nature of beauty, art, and taste, and with the creation and appreciation of beauty e1 e2 trays beaker Entity-Destination the trays were placed into a mixed beaker of 4 drops ivory liquid e1 e2 economics world Other our future leaders are learning about economics and politics from the real world e1 e2 hull ship Component-Whole at the second half of the 18th. century the hull of the sailing ship had been developed from the galleon to it's almost ultimate shape e1 e2 students display Product-Producer_reversed in addition to the landscape display, the students have assembled a window display with the assistance of fortuna energy inc e1 e2 style feelings Other this style of music reflected feelings and situations experienced in daily life e1 e2 wall field Other looked at from one side, the wall enclosed a barren sixty-acre field called the port of anarres e1 e2 antler attachment point Other each antler grows from an attachment point on the skull called a pedicle e1 e2 presenter organization Entity-Origin the final presenter was from an organization that deals with gender equality and women in climate change with a really long name that i didn't entirely catch e1 e2 kidneys hosts Entity-Destination the kidneys were placed into wild-type hosts e1 e2 bottle soap Content-Container_reversed i have ruined the outside, when i mistakenly used a bottle with soap in it, instead of water e1 e2 products locations Entity-Destination we have exported products to domestic locations only e1 e2 garbage bin Entity-Destination the garbage was thrown into the waste disposal bin e1 e2 cells tumor Entity-Destination the progenitor cells migrated into the tumor e1 e2 stamp stock safe Entity-Destination during this time, her stamp stock was locked in a safe and no one else had access to it e1 e2 increase rains Cause-Effect_reversed there was a serious increase in the acidity of the seas caused by the acid rains e1 e2 academic hole Product-Producer_reversed ten years ago an indian academic knocked a hole through the wall of his laboratory so that children in the adjoining slum could play on one of his computers e1 e2 company benches Product-Producer_reversed on eastern side the company has carved out 30-foot benches, known as "mayan steps. e1 e2 talks topic Entity-Destination talks have moved into a new topic e1 e2 arguments threat Message-Topic one of her arguments addresses the very real threat that the women's struggle is being bypassed as the new social movement succeeds e1 e2 viewer remote Instrument-Agency_reversed the viewer wields the remote e1 e2 lemon cake Entity-Origin_reversed this frosted lemon cake is sweet and buttery with a wonderful citrus flavor that comes from adding both lemon zest and juice to the batter e1 e2 firebomb lot Entity-Destination the suspect threw a firebomb into the church lot e1 e2 ring bag Entity-Destination the diamond ring was dropped into a trick-or-treater's bag e1 e2 festival alternative rock Component-Whole_reversed lollapalooza is an annual music festival featuring alternative rock, hip hop, and punk rock bands, dance and comedy performances, and craft booths e1 e2 bounding pulses arterial blood pressure Cause-Effect_reversed bounding pulses are caused by the relatively low systemic arterial blood pressure due to the continuous runoff of blood from the aorta into the pulmonary artery e1 e2 events books Entity-Origin details in the curious george sequels refer to events from previous books e1 e2 enrichment extract Other enrichment of the soil with liquid seaweed extract has just enough of an alkaline effect that slugs hate e1 e2 deficits package Cause-Effect_reversed the deficits caused by the fiscal stimulus package end in 2011 and will help to sustain a fragile recovery in 2010, the deficits projected for the longer term are a threat to our economic future e1 e2 cube block Content-Container a small steel cube was found in a block of coal in austria e1 e2 findings parts Component-Whole_reversed the findings of the study have been narrated in three parts e1 e2 suffering bleeding Cause-Effect_reversed the suffering caused by the bleeding depends on where the arteriovenous malformation is located e1 e2 circle fallacies Other the banks, in order to employ the government deposits, gave unusual accommodation to their customers, until, moving in a circle of fallacies, the whole colony dreamed of growing rich by selling to each other land which produced nothing e1 e2 pantheon gods Member-Collection_reversed max weber's 1922 opus, economy and society discusses the link between a pantheon of gods and the development of monotheism e1 e2 tent frame Component-Whole_reversed a tent assembly includes a tent frame, a top support frame mounted on top of the tent frame, and an umbrella frame connected to the top support frame e1 e2 jungle automotives Other major car manufacturers are launching more and more cars to attain the top position in this jungle of automotives e1 e2 drawing letter Component-Whole this text indicates that the drawing was enclosed in a letter to anna e1 e2 gambol dancers Other they have taken this from my trousseau when something rustles beyond the staggering gambol of the shadow dancers e1 e2 broom stick Component-Whole_reversed the mass on the whisk side of the broom is closer to the center of mass than the end of the broom stick e1 e2 point pen Component-Whole the penholder is held between the thumb and first and forefingers, the thumb pressing upon the holder about two inches from the point of the pen e1 e2 substance area Entity-Destination the substance is injected into the damaged area e1 e2 cars overseas Entity-Destination i'm using a fast and safe way to import cars to overseas e1 e2 anchor microphone Instrument-Agency_reversed for example, a television anchor uses a microphone on their lapel e1 e2 lady monks Entity-Origin this is a song from the musical i'm making, it's about where a young lady, the sacrifice, ran away from the monks e1 e2 division grenadiers Member-Collection_reversed in the second line, behind marshal soult, was first the division of united grenadiers, and on their left were the two divisions of marshal bernadotte e1 e2 patients hospital Entity-Destination stroke patients have been entered into hospital for neuroprotection e1 e2 press release counsel Entity-Origin the press release from the respondent's counsel describing the settlement is here e1 e2 principal corporation Member-Collection the principal is a member of the corporation (governing body) and is its main professional adviser e1 e2 seeds basket Other instead of placing the seeds in a strainer basket, they were placed in a wet muslin or cheesecloth and hung up e1 e2 company retail business Other our company has entered into the exclusive retail business and plans to open 60 retail stores in the country in the next 5 years e1 e2 billions nanotechnology Entity-Destination billions of euro are invested into nanotechnology in europe e1 e2 marsupial pouch Component-Whole_reversed the marsupial pouch helps keep the young attached to a teat e1 e2 damage destruction Cause-Effect_reversed the overall damage caused by the destruction of land and property for the wall's construction has taken many years to recover further e1 e2 eyeball head Entity-Origin er physicians trying to save an eyeball that has popped out of an accident victim's head e1 e2 leaflets improvement Message-Topic first great western is preparing to distribute thousands of leaflets on board its trains to inform customers about a major track improvement e1 e2 painting burgher Message-Topic the painting shows a burgher portrayed as a benefactor on the steps of his house on the oude delft canal e1 e2 relationship controversy Message-Topic_reversed the relationship between gaelic and australian football is the subject of a controversy among historians e1 e2 pain rubbing Cause-Effect_reversed the pain he felt was caused by the plant rubbing against his capillaries e1 e2 loans foreclosure Other these loans are travelling into foreclosure significantly slower than conventional loans e1 e2 fire blaze Cause-Effect_reversed several blocks of flats caught fire after the blaze spread from a building site in sumner road e1 e2 ratings deans Product-Producer they used prestige ratings obtained from academic deans, recruiters at firms, and prospective mba candidates e1 e2 fire earthquake Cause-Effect_reversed the hawke's bay herald building was completely destroyed by the fire after the earthquake e1 e2 system module Component-Whole_reversed in particular, the system convinced the jury with its advanced speech recognition module and a successful dialog e1 e2 performer newspaper Instrument-Agency_reversed the performer briefly covers the window with a newspaper or jacket for 5 seconds e1 e2 scenes paintings Message-Topic_reversed tea-related scenes form the subject of paintings and drawings e1 e2 methods section Message-Topic_reversed the methods mentioned here are analysed in the next section e1 e2 pedometer arm Component-Whole_reversed a pedometer uses a spring loaded arm to measure the vertical movement e1 e2 smoke areas Entity-Destination winds have been blowing smoke from the fire into heavily populated areas e1 e2 apartment balcony Component-Whole_reversed the apartment comprises a large open plan reception room with direct access to a west facing balcony and stripped and polished floors e1 e2 injury heart attack Cause-Effect_reversed we seek to actually reverse the injury that has been caused by the heart attack e1 e2 gardener footwear Instrument-Agency_reversed it is easier to push the blade through the soil and is easier on the gardener's footwear e1 e2 cylinder revolver Component-Whole it was sean who first spun the cylinder of the revolver, put the eight-inch barrel to his head and pulled the trigger e1 e2 battlements fortress Component-Whole the towers and battlements of this fortress gleam brilliantly on the rare occasions when the sun appears e1 e2 sentences similarities Message-Topic the important thing is to be able to write two or three sentences pointing out similarities and differences between the poems e1 e2 sounder boar Member-Collection_reversed a very large sounder of boar emerges, racing across the bare ground between the grass and the waterhole e1 e2 paper backpack Entity-Destination he stuffed the paper into the bottom of his backpack e1 e2 echoing command Cause-Effect_reversed the echoing you see is from an expect command running after send has run e1 e2 timer bomb Component-Whole luckily, the timer of the bomb had malfunctioned and it had not caused further damage e1 e2 clause retiree Message-Topic the first clause states that the retiree is entitled to an annuity e1 e2 run-of-the-mill workers Other they were your run-of-the-mill poultry workers and janitors, people whose chief crime was to cross a border, an arbitrarily line that determines who is rich and who is poor, who has rights and who doesn't e1 e2 water nozzle Entity-Origin the sprinkler spins because of the recoil as the water leaves the nozzle e1 e2 film journey Message-Topic this film documented the first journey of an european orchestra to iran after 30 years e1 e2 advertising campaign film Message-Topic the advertising campaign for the film also emphasized the supposed historical accuracy e1 e2 talent television Other in the spring of 1950, the fcc issued a warning to the hollywood motion picture studios against withholding product and talent from broadcast television, in what motion picture exhibitors denounced as "a bullying statement" e1 e2 router company Product-Producer tidal is a major departure for cisco, a switch and router company that in the last year has been on an acquisition binge buying a number of web 2.0 application firms e1 e2 food weeks Other the undernourished kittens were 'rehabilitated' with ad libitum access to food from six weeks of age onwards, and eventually achieved normal body size e1 e2 paintings shapes Message-Topic these later paintings explore non-figurative shapes and textures within a bare compositional space e1 e2 lymphedema swelling Cause-Effect lymphedema is an abnormal build-up of fluid that causes swelling, most often in the arms or legs e1 e2 meal wife Product-Producer in some societies, it really matters to a husband that he comes back to a meal cooked by his wife e1 e2 quantity smelts Member-Collection_reversed within it i found a large quantity of small smelts, besides prawns, shrimps, and a few small crabs e1 e2 blood vessel Entity-Origin the blood originates from an abnormal blood vessel that leaks or ruptures e1 e2 religion topic Other religion has become the hottest topic of study for united states historians e1 e2 mechanism goniometer Component-Whole_reversed the developed mechanism is composed of a dual coaxial high-precision goniometer, which has theta-in and theta-out axes with 0.0025" resolution, and two crystal mounts connected to the rotation axes (fig. 1) e1 e2 signal algorithm Cause-Effect_reversed since the pn signal is generated by an algorithm, knowledge of the algorithm reveals the entire sequence e1 e2 science generation Other this government views science simply as a tool for profit generation e1 e2 students donations Instrument-Agency_reversed tokay students cultivate plot of olive trees with the help of donations e1 e2 destruction expansion Cause-Effect_reversed argentina was the destruction of the natural grasslands caused by the expansion of the cropping frontiers starting in 1875 e1 e2 necklace maireeners Component-Whole_reversed the shells are maireeners but of different species; the 1802 necklet was made with king or queen maireeners, the 1830s necklace with small maireeners e1 e2 railing ship Component-Whole an old lady was standing at the railing of the cruise ship holding her hat on tight, so that it would not blow off in the wind e1 e2 singer prison Entity-Destination a famous singer was sent to prison e1 e2 fellowship artisans Member-Collection_reversed they rail against the coffeehouse fellowship of the artisans and others e1 e2 sex works Message-Topic_reversed the themes of sex, death and growing older are explored in new works by poet mark doty e1 e2 headphone cable Component-Whole_reversed the device is the best solution for headphone cable knots on your mp3 player e1 e2 span mules Member-Collection_reversed cornelius gingerich sold a span of mules to jake ayers of wellman last week e1 e2 steel mill Product-Producer production of raw steel by the steel mill also dropped by 63104 tons and the same was the case in other products excluding coke e1 e2 romances scribe Other this dissertation examines four romances copied by the scribe himself e1 e2 daggerboard boat Component-Whole the current was quite strong and i was having difficulty swimming over to the daggerboard of the boat which was now sticking out of the water e1 e2 energy source Entity-Origin the energy is derived from an external power source e1 e2 scheme example Message-Topic_reversed the scheme is illustrated with the following example e1 e2 plump moorhens Member-Collection_reversed earlier on our trip, where the seawall between two backyards was missing, jennifer and i spotted a plump of moorhens living in the void e1 e2 parasites cousins Entity-Destination the commercial bees are spreading parasites to their wild cousins e1 e2 confederacy races Member-Collection_reversed these aliens were the covenant, a confederacy of various races brought together by their fanatical religious devotion e1 e2 philosopher dialogues Product-Producer_reversed that claim is however exploited in the philosopher's dialogues e1 e2 centrifuge rotors Component-Whole_reversed he operated the centrifuge with rotors and buckets which show signs of corrosion or mechanical damage e1 e2 council advisors Member-Collection_reversed in september 2001, idrc created a council of regional advisors for west and central africa e1 e2 swarm bees Member-Collection_reversed part of new york city became an "urban jungle" -- as a swarm of bees descended on the busy union square park area e1 e2 meeting plateau Other nepala cabinet held a chilly outdoor meeting on a mount everest plateau today e1 e2 developer administration Other the java developer has moved into weblogic administration e1 e2 death relocation Cause-Effect the death of the rat caused the relocation of the flea, and if its next host just happened to be a human, then contagion was the result e1 e2 cluster bees Member-Collection_reversed the crowd congregating near the dwelling reminded one man of "a huge cluster of swarming bees extending far back e1 e2 jobs schools Entity-Destination 200 it jobs are going into schools in victoria e1 e2 producers scallops Other producers planted the frozen scallops that led to spike's elimination from top chef e1 e2 copper tissue Entity-Destination in an experiment, proteins successfully transported copper into the tissue e1 e2 firm team Other the firm assembled a project team consisting of the authors of this paper to develop its onstar telematics business e1 e2 directors film Product-Producer_reversed many directors adapt a story from another medium such as a book, play, or game into a film, with varying results e1 e2 injury intoxication Cause-Effect_reversed the injury or death was caused by the intoxication and the employee shall be barred from receiving workers' compensation e1 e2 mouse buttons Component-Whole_reversed the mouse has left and right buttons on top, 4-direction scroll ball between them e1 e2 experiences interview Message-Topic_reversed kit hinrichs talks about his experiences in a recent interview for the one club e1 e2 mother car Instrument-Agency_reversed a drunk mother who killed her fiance by running him over with her car outside a pub was jailed for three years today e1 e2 headaches perfume Cause-Effect_reversed i suffer from headaches from perfume and any other toxic thing i get to smell e1 e2 empathy poetry Entity-Destination the students poured their empathy into startling poetry e1 e2 book movie Other the book departs from the movie in several respects, but eggers does an excellent job taking us inside max's head and motivations e1 e2 user keyboard Instrument-Agency_reversed "menuactivate" occurs when the user accesses the menu with the keyboard or mouse e1 e2 tote bag Other when opened to its tote bag form, it looks like a unsubstantial tote bag with a compartment for the umbrella e1 e2 organist church Entity-Origin this week the organist was from nearby trinity episcopal church, and he did a wonderful job e1 e2 ale tankard Content-Container i love to sup an ale in a tankard by a blazing fire on a coldly day e1 e2 portfolio territory Entity-Destination takeovers have taken ted's portfolio into new territory e1 e2 pathologists examination Instrument-Agency_reversed the pathologists perform study of disease through examination of organs, fluids and tissues of the body e1 e2 train station Entity-Origin the day was declared a public holiday, and at noon the train started from the gaily decorated station e1 e2 snacks movie theaters Entity-Destination the customers are bringing snacks to the movie theaters e1 e2 promises leaders Product-Producer we hear promises from our leaders of big change in the future, without any credible plans right now e1 e2 increased pressure tumor Cause-Effect_reversed these changes can be caused by the tumor itself, by increased pressure within the skull caused by the presence of the tumor e1 e2 harem concubines Member-Collection_reversed he was married twice, and after his second marriage he kept in the sight and knowledge of everybody a harem of concubines e1 e2 vessel nitrogen Entity-Destination_reversed the stainless-steel vessel was filled with nitrogen, and the pressure in the outer volume of the chamber was kept steady e1 e2 comments decision Message-Topic i have read the comments made by micheal hortin with regard to this decision and would like to make the following observations e1 e2 script person Message-Topic while the slide was presented, an audio-recorded biographical script was played describing the person e1 e2 mob women Member-Collection_reversed tyra banks and mob of women took over the streets of union square monday (aug 17) in new york city as they "flash danced" for a taping of the tyra banks show e1 e2 drug death Cause-Effect instead, the doctor had administered a drug which had caused the eventual death of the child e1 e2 turtle mouth Component-Whole_reversed the turtle was slowly pushing the jellyfish in front of his mouth (in the manner of a water-polo player controlling a ball), keeping his prey steady with his flippers e1 e2 covert coots Member-Collection_reversed like magic, a covert of coots arrives to feed on whatever there is in the lake bottom e1 e2 crashes collapse Cause-Effect the crashes resulted in the collapse of much of the world trade center complex, the destruction of part of the southwest side of the pentagon e1 e2 haft axe Component-Whole the haft of the axe is make of yew wood e1 e2 arm cross Component-Whole the smallest star was completely inside the arm of the blue cross e1 e2 eyes head Component-Whole the cat's large and prominent eyes are placed well forward on the head and, like the eyes of humans, they face forward e1 e2 condition literature Message-Topic_reversed the condition was previously described in the literature e1 e2 letter trunk Content-Container finally, they found out that the letter was in a trunk in her mother's attic e1 e2 accident injury Cause-Effect the fact that you actually caused an accident that resulted in injury or death gives them the justification they need to prosecute you to the fullest extent of the law, and seek the toughest penalties possible e1 e2 canaille courtiers Member-Collection_reversed in the chambre de offering, where the service bed was placed, immutable persons, such as ambassadors or great lords, whom it was desired to honesty, were received in a more covert dernier cri than the canaille of courtiers e1 e2 water connecting conduit Entity-Destination the machine blows water into the connecting conduit e1 e2 loan fees set interest Entity-Destination the loan fees were added into the set interest e1 e2 cub home Entity-Origin after the distraught cub runs away from home, a mischievous storyteller called bonifacio sweet-talks him into performing on stage e1 e2 floodlights power outage Cause-Effect with bummer gone for the night the groms decide to surf at night with the help of floodlights, but the floodlights cause a power outage for the entire hotel e1 e2 summary table Component-Whole a summary of the procedure appears in the table e1 e2 intruders organisation Entity-Destination intruders are going into the organisation looking for key documents e1 e2 painting layers Component-Whole_reversed each painting is built up of many layers over time, thin transparent layers are juxtaposed with thicker juicier layers of paint e1 e2 inflammation virus Cause-Effect_reversed an inflammation of the liver caused by the hepatitis a virus (hav) e1 e2 authors book Product-Producer_reversed the authors produced a high quality book that is an important reference source whenever i need to undertake strategic planning e1 e2 brake cables Component-Whole_reversed it is a relatively simple task to lubricate your brake cables periodically e1 e2 loss failure Cause-Effect_reversed the conclusion of the investigation was that the loss was caused by a failure in a cell wall, resulting in a serious crack and a leakage that the pumps were not able to cope with e1 e2 talk graphs Message-Topic the talk considers graphs and multi-graphs as a subject of knowledge e1 e2 tsunami earthquake Cause-Effect_reversed the tsunami was generated by an unusual type of earthquake that occurs near oceanic trenches e1 e2 prisoners jail Entity-Origin the prisoners escaped from an older part of the jail e1 e2 fish shoal Member-Collection this fish lives in shoal of 150 to 900 e1 e2 firefighters paint Instrument-Agency_reversed firefighters mark hydrants that work okay with spray paint e1 e2 lizard excrement Product-Producer_reversed in 2009, daniel bennett began litigation against the university of leeds for it having disposed of 5s 7lbs of lizard excrement he had meticulously collected e1 e2 inspiration job Entity-Origin the inspiration came from a temp job he once had that involved alphabetizing purchase orders and a job he had as an engineer for three months e1 e2 student session Other each student is a participant in a web conferencing session e1 e2 cable insulation Component-Whole_reversed a portion of the ethernet cable 's outer insulation is in the connector as well e1 e2 key planter thing Content-Container the key was inside a planter thing we had hanging near the door e1 e2 extinction hunting Cause-Effect_reversed around the globe, unique and fascinating species face extinction from hunting and habitat destruction, which affects vulnerable animals in every kind of environment e1 e2 people feelings Other most people are familiar with feelings of anxiety e1 e2 gun nail Instrument-Agency_reversed the nail gun drives the nail using a single rapid stroke so that heat is generated by friction between the nail and the wood e1 e2 door cottage Component-Whole as he was mulling over his options, the front door of the cottage opened and someone stepped out e1 e2 book themes Message-Topic the book involves the reader in many other themes of vital relevance to everyone e1 e2 combination resources Other capacity is the combination of human resources and institutions that permits countries to achieve their development goals e1 e2 workers upper part Entity-Origin the workers fell from an upper part of the roof to a lower part e1 e2 composer head Component-Whole_reversed frequently, the librettist hasn't had an inkling of these feelings, for they are all in the composer's head e1 e2 items yesterdays Entity-Origin in swahili, jana means yesterday; so here are some items from her yesterdays e1 e2 team season Other the team finishes the season with a 9-11 record, just short of tournament contention e1 e2 copy firm Other it became an obsession but, frustrated at every turn, he eventually made do with a copy made by a family firm in nottingham e1 e2 flag corpse Entity-Origin the flag randomly popped out of an enemy's corpse e1 e2 damage effects Cause-Effect_reversed but the most damage has been caused by the corrosive effects of wind and water e1 e2 scene meeting Message-Topic the first scene shows a meeting between axel and a tramp in the street at night-time e1 e2 fueltruck box Content-Container the fueltruck was contained in a large box to ensure that any spilled diesel would be contained e1 e2 sheet student Product-Producer one of the requirements of the portfolio is a goal sheet, which is completed by the student e1 e2 sun pillow Entity-Origin the sun emerged from the pillow of white clouds e1 e2 book development Message-Topic the central theme of the book is the development of the idea of congruence e1 e2 snake jar Content-Container after the snake was in a jar for a few minutes, it ceased the letisimulatory posturing and appeared normal e1 e2 rice beer Entity-Origin_reversed rice beer is a famous asian country's drink, especially in japan e1 e2 body pathologists Member-Collection_reversed i feel honored to have been awarded this scholarship, since it comes from the governing body of pathologists, which decides who is worthy and who they think will progress to become successful in this field e1 e2 pleiad poets Member-Collection_reversed theocritus was born in syracuse, sicily, spent time on the island of kos and was also a member of the pleiad of alexandrian poets under ptolemy ii in alexandria e1 e2 factory equipment Product-Producer_reversed the years of the first postwar five-year plan saw a vigorous rise in the factory's output of equipment for the chemical, metallurgical, coal and petroleum industries e1 e2 city dwellers abominations Other these city dwellers have sunk into abominations e1 e2 manager firm Other the model describes the relationship between a government and the manager of a firm which produces a pure public good, under private or public ownership e1 e2 escargotoire snails Member-Collection_reversed i will need a stevyn sized box as i have more mucus than an escargotoire of giant african land snails e1 e2 driver car Instrument-Agency_reversed putting a first time learner in the driver's seat of a car is a scary proposition e1 e2 shampoo bottle Content-Container the 2 in 1 shampoo and conditioner was in a bottle fixed on the shower wall e1 e2 insights diversity Message-Topic this study has added insights into the diversity as a phenomenon in nursing and has implications for the nursing profession e1 e2 brutality plantation life Other brutality was an intrinsic part of plantation life and no child, however privileged or protected, could escape its ugliness or it savagery e1 e2 turbine plant Product-Producer a unique "red and green" army of trade union and environmental campaigners was on the march in an attempt to save from closure britain's only major wind turbine manufacturing plant e1 e2 figure camera Entity-Origin in his running film (1972), each shot lasts for ten seconds while a figure runs away from the camera as far as he can in the time e1 e2 police surveyor Other the police told an open government surveyor it "doesn't give out the records" e1 e2 movement rediscovery Cause-Effect the movement developed from the rediscovery by european scholars of many greek and roman texts e1 e2 fireman report Product-Producer_reversed the fireman's report for the afternoon of january 11th stated the banbury seam to be in good condition with no gas and good ventilation e1 e2 birds parent Entity-Origin the albinistic birds are descended from an albinistic parent for in all these years that i have been observing these abnormal birds e1 e2 mycelia truffles Component-Whole the mycelia of truffles form symbiotic relationships with the roots of several tree species e1 e2 tank cylinder Component-Whole_reversed an expansion tank has a vertically set up cylinder with a float therein, which forms a separating element between water and gas in the cylinder e1 e2 dilatation nerves Cause-Effect_reversed the vascular dilatation was caused by the sympathetic and the course of vaso-motor nerves e1 e2 rill erosion Cause-Effect_reversed sheet and rill erosion is considered to be the most harmful of all soil erosion forms since it may be unnoticed or ignored by the peasant e1 e2 engine pistons Component-Whole_reversed engine pistons transmit the force generated by the combustion gas to the connecting rods e1 e2 clique girls Member-Collection_reversed a young girl tries to fit in with a clique of popular middle school girls after moving into the guest house of one of their homes e1 e2 sorority misfits Member-Collection_reversed naturally, they get taken in by a sorority of misfits who teach them that what's on the inside is more important than being cute e1 e2 foot running shoe Content-Container the foot was inside a white nike running shoe e1 e2 coalition cheetahs Member-Collection_reversed expecting the lion to come out of the bushes at any moment, we were surprised to see a coalition of male cheetahs instead e1 e2 cards box Content-Container we store the cards in a matching box e1 e2 nest grass Other the female constructs a nest of grass in a hollow on the ground e1 e2 problem widgets Cause-Effect_reversed the problem comes from the widgets resembling htc's own sense ui widgets e1 e2 fish space Entity-Destination nasa have also taken fish into space e1 e2 soldier army Member-Collection the average soldier joins your army for the pay, and if you cannot pay him he will walk away and go back to get a job as a farmer or laborer e1 e2 kids sack Other the kids get to hop around in a sack or pillowcase e1 e2 advantages position Other more important advantages are related to the position of a left-handed first baseman with respect to the base e1 e2 boat port Entity-Origin the boat had set sail on wednesday from the port of kotorr (monte negro) and was making to southern coast of italy e1 e2 mage spells Instrument-Agency_reversed the mage blasts the foe with spells and the knights ride up the flank and hammer the enemies' sides e1 e2 sewage river Entity-Destination so far this year, the city has dumped sewage into the river more than 500 times e1 e2 block parking structure Component-Whole_reversed the northern half of the block includes a parking structure with five levels e1 e2 report events Message-Topic a family report on hope's website gave details of the morning's events e1 e2 occupants property Entity-Origin the owner returns the amount paid by way of guarantee deposit, within 31 days after the occupants' departure from the property e1 e2 ticking fibers Entity-Origin most ticking is made of synthetic fibers like polyester, or acrylic e1 e2 pizza cardboard box Content-Container the pizza was contained in a large, recyclable cardboard box, and the sugar was packaged in a recyclable paper bag e1 e2 entrance supermarket Component-Whole one of the guards at the entrance of the supermarket said it had been the same scenario on saturday with a long queue for sugar being the order of the day e1 e2 painting trunk Content-Container the painting was in a trunk next to the bed e1 e2 battery tests Member-Collection_reversed thus, the interpretation of a battery of psychological tests depends on who does the interpreting e1 e2 strategy issues Message-Topic in this strategy we set out the main issues, priorities and tasks e1 e2 fire overheating Cause-Effect_reversed the fire is caused by overheating of connections, which is cause by its turn by poor ohmic contact e1 e2 subject foot Component-Whole_reversed the subject first moves a foot in order to take a step e1 e2 delays policy Cause-Effect_reversed figure 9 shows the average delays obtained with this policy as compared with those of the previous subsection e1 e2 bench bishops Member-Collection_reversed by the end of 1559 the whole bench of catholic bishops had been replaced e1 e2 trip goats Other the trip of two mountain goats to was also a subject for discussion e1 e2 explosion comet Cause-Effect_reversed space shuttle science shows how 1908 tunguska explosion was caused by a comet e1 e2 melee influences Member-Collection_reversed the result is an exciting melee of influences, all bound together by the unswerving class and charisma of kinny's persona e1 e2 fume sensitization Cause-Effect cobalt metal fume and dust cause upper respiratory tract irritation, chronic interstitial pneumonitis, and skin sensitization e1 e2 barchan barchan Entity-Origin the leeward barchan runs away from the windward barchan because of the inverse relationship between velocity and height e1 e2 intoxication drug use Cause-Effect_reversed every child and young person seen at starship with intoxication from alcohol or illicit drug use had a social work assessment before leaving the hospital e1 e2 coffees species Entity-Origin paradise coffee is one producer that offers several coffees produced by different species of beans e1 e2 pack clothing Content-Container_reversed accompained by two seneca indians, he set out on snow shoes with a forty pound pack of clothing and books to traverse that long and perilous trail e1 e2 sound announcements Entity-Destination we inserted some sound into the blackboard announcements e1 e2 ambush tigers Member-Collection_reversed only then did i notice an ambush of tigers pacing us on the far shore e1 e2 radionuclides stainless steel Entity-Destination thus, during long-term operation of a reactor with a sodium coolant, the radionuclides migrated into stainless steel up to a depth of i00-ii0 ~m e1 e2 title myth Entity-Origin the title originates from an ohioan urban myth e1 e2 photos events Entity-Origin the photos from past events were printed and on display in the fellowship hall for several weeks during the 60th anniversary celebration in sept 2006 e1 e2 santur bark Other the original santur was made with tree bark, stones and stringed with goat intestines e1 e2 accident shows Message-Topic_reversed the second accident was reported on radio and television morning shows e1 e2 place desk Other his place was in the desk in front of me e1 e2 boat mainsail Component-Whole_reversed a sailing boat has the large mainsail, a smaller foresail and perhaps a large balloon-like spinnaker at the very front e1 e2 chief executive corporation Other some time in 2002, the chief executive of this corporation sought and received board approval to construct a modern training school for its staff e1 e2 bottle water Content-Container_reversed i gave him a bottle with very cold water in it yesterday because it was so hot out when i took him for a walk e1 e2 study flowering plants Message-Topic the new study provides insight into how the first flowering plants evolved from pre-existing genetic programs found in gymnosperms e1 e2 victim perpetrators Entity-Origin the victim ran away from the perpetrators so quickly, he ran out of his shoes e1 e2 people language Instrument-Agency_reversed after this preliminary identification of the hittite people and their language, we had more confidently approach the story of their rise to fame e1 e2 group facility Entity-Origin upon completion of the activity, the employee supervises the exit of the group from the facility e1 e2 train truck Entity-Destination a train ran into a truck, leaving 14 dead e1 e2 muscles body Component-Whole muscles are the parts of the body that allow us to move in positions such as sit, stand, walk, run, bend, and reach e1 e2 tool artists Instrument-Agency this website is the best tool for artists, labels and fans alike e1 e2 hook crane Component-Whole the mobile crane can be used for demolition or earthmoving as the hook at the end of the crane can be changed to a ball or wrecking bucket, dependent on the crane hire job e1 e2 room shower Component-Whole_reversed the room includes a queen bed, shower and tub and sitting room with sofa bed e1 e2 leader machine Other over much of the past decade, the leader has methodically fashioned the party into a re-election machine e1 e2 trash bag money Content-Container_reversed oh, so this was all about a trash bag with money in it e1 e2 coins sack Entity-Destination i went to a bank and got $100 worth of pennies in those rolls, emptied them out, then put all the loose coins in a sack, and delivered them to mr. giles's office at the league headquarters in carew tower e1 e2 ship harbour Entity-Origin as the ship drew from the harbour more, the helmsman turned 'round easily e1 e2 films man Message-Topic the most successful action films were about a man called "rambo" e1 e2 pollution buring Cause-Effect_reversed with the pollution caused by the buring of coal, the light-colored tree trunks became darker due to soot e1 e2 dish sardines Other he stirred the oil, garlic and cumin seeds together in a dish large enough to hold the sardines in a single layer e1 e2 media artery Component-Whole the media is the middle part of the artery, made up of a layer of muscle and elastic tissue e1 e2 exposure convulsions Cause-Effect continued exposure to higher concentrations of the gas cause disorientation, convulsions, unconsciousness and death e1 e2 bed clams Member-Collection_reversed i was hoping to find yet another bed of clams, but no luck e1 e2 refuges region Entity-Destination the war refuges migrated into the southern region to avoid battles e1 e2 swarm ants Member-Collection_reversed a swarm of ants in the search for food shows the remarkable capability of finding shortest paths between a found food source and the anthill e1 e2 money cancer research Entity-Destination the scientists poured money into pint cancer research e1 e2 programme adventures Message-Topic the programme depicts the adventures of a mysterious, humanoid alien e1 e2 studies proof Cause-Effect these chemical studies were directed toward proof of structure of the indole components of the seeds e1 e2 riot clergy Cause-Effect_reversed the riot was instigated by the clergy of the church of england with the active support and collaboration of the magistrates e1 e2 scene movie Component-Whole the skydiving scene was the best part of the movie e1 e2 farm forestry Other the farm is participant in forestry and there have already been planted around eight thousand plants e1 e2 discomfort ointment Cause-Effect_reversed but the discomfort caused by the ointment and the duration of treatment often result in non-compliance e1 e2 menopause anxiety Cause-Effect menopause and pms cause stress and anxiety even without imbalanced hormones e1 e2 arrest weeks Other the arrest completes a dismal past five weeks for the 25-year-old e1 e2 shuffle bureaucrats Member-Collection_reversed along with the terracotta army, comes a shuffle of terracotta bureaucrats: identified by the knives hanging from their belts, which would have been used to correct mistakes written on strips of bamboo e1 e2 killings firing Cause-Effect the killings resulted in indiscriminate firing by unknown people in garden area of the city e1 e2 publication violations Message-Topic it is an online publication dedicated to informing the world about the numerous state violations of citizens' rights e1 e2 cow sound Cause-Effect_reversed the cow makes a sound called lowing, also known as mooing e1 e2 letter pocket notebook Content-Container finally, they found out that the letter was placed inside a pocket notebook that donna owned e1 e2 plan study committee Product-Producer the dissolution plan has been presented by the special study committee that was responsible for producing it e1 e2 flashes tugging Cause-Effect_reversed flashes are caused by the vitreous gel tugging on the retina e1 e2 country plant Product-Producer_reversed the country has constructed a thermal plant in takoradi to supplement its power supply needs e1 e2 screw magnet Component-Whole next, i adjusted the screw of the lifter magnet to be about 20mm above the top surface of the adjustable arm e1 e2 single bin Content-Container the scorpio single was in a bin with around 6 zillion 45s e1 e2 son temples Entity-Destination he took his son to the ancient temples in cambodia e1 e2 wing planes Member-Collection_reversed the first fighter wing of these planes is already in service e1 e2 illness bacteria Cause-Effect_reversed information about salmonellosis, an illness caused by a bacteria found in raw food, soil, or water e1 e2 book gentleman Other in the book, a distinguished country gentleman becomes a knight after reading too many chivalric novels e1 e2 disease hardening Cause-Effect natural liver cirrhosis treatment liver cirrhosis is a degenerative inflammatory disease that results in hardening and scarring of liver cells e1 e2 designer tool Instrument-Agency_reversed the game designer also uses a very specific tool for his work e1 e2 money basket Entity-Destination many investors' funds are pooled together and the fund managers invest all the money in a diversified basket of investments e1 e2 vase flowers Content-Container_reversed the brochure shows, in one embodiment, a vase with flowers inside a "cut flower" sleeve with the sleeve tied with a ribbon about the neck of the vase e1 e2 design monkey Product-Producer the sun displayed a design by a macaque monkey e1 e2 name box Content-Container each person's name was in a box e1 e2 baby intensive care Other the day-old baby was taken into intensive care e1 e2 trucks parts Component-Whole_reversed the trucks are comprised of smaller parts, including axles, bushings and kingpins e1 e2 student river Entity-Destination an american student fell drunkenly into the city's main river e1 e2 gases evaporation Cause-Effect and these gases cause evaporation of water from sea and soil e1 e2 jewels casket Entity-Destination she put her jewels back in the casket, and dressed herself in the plain black gown e1 e2 gyrus hippocampus Component-Whole the dentate gyrus is a part of the hippocampus, the main memory structure, and has been shown to play a role in the forming of new memories e1 e2 bolus ports Entity-Destination bolus was injected into ports above the filter set e1 e2 concrete cement Entity-Origin concrete is made from cement, aggregates (gravel and crush- ed stones) and water e1 e2 clergy denominations Other congregational clergy of various denominations were surveyed to assess their understanding and experience of trauma e1 e2 spring hammer Component-Whole the small spring of the percussion hammer then forces the latter downward into the head of the striker, thus firing the mine e1 e2 medication tingling Cause-Effect i am currently taking a medication which causes tingling in my hands and feet, but i also have vitamin d deficiency r/t hyperparathyroidism and my calcium is up and down e1 e2 investment markets Entity-Destination investment flows into emerging markets e1 e2 dust regions Entity-Destination the mechanism transported dust into shadowed regions e1 e2 bratpack teenagers Member-Collection_reversed both are driven to play a leading role in the five-strong bratpack of teenagers who have the game's future in their hands e1 e2 plight dwellers Entity-Destination squeezed growers have put plight to the city dwellers e1 e2 buckling earthquake Cause-Effect_reversed but by far the most frequent tsunami-maker is the buckling of the seafloor caused by an undersea earthquake e1 e2 person vinegar Instrument-Agency_reversed to use it, a person applies the vinegar to a cotton ball and then swabs the vinegar on the affected area e1 e2 blog politics Message-Topic a political blog is a common type of blog that comments on politics e1 e2 mouth person Component-Whole so, it is quite possible for "nonviolence" and "grave violence" to slip back and forth in the mouth of the same person e1 e2 pain stroke Cause-Effect_reversed a magnetic bracelet helps the pain from stroke in your arm e1 e2 humiliation trial Cause-Effect_reversed dalindyebo r900-million and the tribe a further r80-billion in compensation for the humiliation caused by the monarch's criminal trial e1 e2 war devolution Message-Topic a war of words erupts between sinn fein and the dup over the devolution of policing and justice powers to northern ireland e1 e2 applicant country Entity-Origin the duration of the visa is estimated from the first exit of the applicant from the country after issuance of the visa e1 e2 hatch mayflies Member-Collection_reversed a few crappie on tuesday (june 24) were found among flooded willow trees, presumably feeding on the recent hatch of mayflies (willow flies) that occurred on sunday and monday e1 e2 string pearls Component-Whole_reversed her bathing suit was pulled off her shoulders and her back, a ruddy, orange brown, set off by a string of creamy pearls, shone in the sun e1 e2 order clergy Member-Collection_reversed by tacit approval, an order of preaching heretics who deny the infallibility of the bible, an order of drunken and adulterous clergy, are permitted, and are at this moment holding benefices and preaching in the church of england e1 e2 pig snout Component-Whole_reversed the pig rooted around in the dirt with its snout e1 e2 coterie advisers Member-Collection_reversed the government spent nearly 10m euro of taxpayers' money this year to cover the salaries of the ever-increasing coterie of special advisers e1 e2 constellation satellites Member-Collection_reversed india plans to build a constellation of seven geo-stationary satellites at a cost of rs 1,600 crore to meet the navigational system requirements in cars, trains and aircraft e1 e2 cycle months Other the sales cycle has shortened from several months to weeks e1 e2 blade haft Component-Whole alexandros caught blade by the haft as it fell e1 e2 study paper Other the study on which this paper is based was prompted by concerns about marking standards e1 e2 phone operator Instrument-Agency before heading down the phone operator career path, you need to examine whether you possess the skills for this type of position e1 e2 employee trust Other also, every employee who is a participant in the trust automatically has a beneficial interest in the ownership of the agency e1 e2 glass water Content-Container_reversed ken put a thermometer in a glass filled with hot water e1 e2 bottles substance Content-Container_reversed the bottles contained a substance authorities believe is human fat e1 e2 detector module laboratory oven Content-Container the detector module including a preamplifier was inside a laboratory oven e1 e2 session conference Component-Whole the mentor session was the best part of the conference e1 e2 windscreen nozzles Component-Whole_reversed the concept car acura tl features a wiperless windscreen using a series of jet nozzles in the cowl to blow pressurized air onto the windscreen e1 e2 popcorn kettle Content-Container stirring the hot popcorn around in a kettle drizzled with sugar, salt and oil evenly coats the popcorn e1 e2 anchor boat Component-Whole after arriving on the bottom at the wreck site, the first team of divers must check the anchor of the boat for security e1 e2 tiller stonebow Component-Whole the tiller of the stonebow is curved downward between the latch and the prod e1 e2 configuration enzymes Component-Whole_reversed however, the exact active site configuration of enzymes in vivo is very difficult to address for two reasons e1 e2 subculture violence Other part of the task which the authors set themselves is the delineation and validation of the idea that a subculture of violence exists e1 e2 rootball crate Content-Container the rootball was in a crate the size of a refrigerator, and some of the arms were over 12 feet tall e1 e2 author name Other the author's name gives her work a brand image that informs consumers' choices of literary and artistic works e1 e2 newborn world Entity-Destination the newborn arrived into this world with gifts and talents e1 e2 ventricle rotation Other in the healthy heart, the left ventricle performs a systolic wringing motion, with a counterclockwise rotation at the apex e1 e2 radiation burst supernova remnant Entity-Origin the radiation burst was coming from a supernova remnant known as n49 in the galaxy known as the large magellanic cloud e1 e2 novels black comedy Message-Topic his novels and stories often have to do with black comedy, parody, satire, and zen buddhism e1 e2 water erosion Cause-Effect water erosion is the detachment and removal of soil material by water e1 e2 fish pound Entity-Destination two days later, the salt water fish was put into a fresh water pound e1 e2 lesions hemiplegia Cause-Effect lesions involving the medial part of the premotor cortex, the supplementary motor area (sma) and the rear portion of the medial part of the precentral gyrus caused a contralateral, severe leg-predominant hemiplegia, distally predominant and a less severe proximal weakness of the arm e1 e2 pins socket Component-Whole the pins of this socket are as thick as the pins of an ic e1 e2 rasher book Content-Container a rasher of bacon was found in a returned book by a worthing librarian e1 e2 ratpack photographers Member-Collection_reversed the frenetic jostling for elbow room among the ratpack of photographers is more usually the case e1 e2 marriage conversation Message-Topic_reversed their marriage became the topic of conversation in all circles of society e1 e2 disruption mobility Cause-Effect_reversed examining the disruption caused by pupil mobility e1 e2 brothers airplane Product-Producer_reversed these brothers were the first to invent a working airplane e1 e2 piano hammer Component-Whole_reversed the hardness of a piano hammer has a great deal of influence on the resulting piano sound e1 e2 injury collision Cause-Effect_reversed the second injury also started from the aforementioned collision, but has only recently re-surfaced e1 e2 production sensitivity Cause-Effect_reversed production and investigation of such a detector arose from an inadequate sensitivity of a commercial p-type si detector e1 e2 workmen blowlamp Instrument-Agency_reversed the workmen applied a blowlamp to the pipes which were lagged with felt e1 e2 group device Product-Producer_reversed the group has thrown together a neat prototype device that could possibly be the future of casinos e1 e2 director logic Other the director, robert connolly, who co-wrote the script with david williamson, assembles the pieces with great methodical logic e1 e2 white eye Component-Whole they looked very closely at the white of the eye, and saw lines that look like tiny pink threads e1 e2 overcharge customers Entity-Destination illegal overcharge was passed on to the customers e1 e2 layout site Other however, apart from visual design elements, one also gets creative with the layout of the site e1 e2 students system Instrument-Agency_reversed this is completed by students using the online system e1 e2 probes orbit Entity-Destination a few space probes have been placed into orbit around other bodies e1 e2 statement website Entity-Origin the statement below comes from the morristown humane society website e1 e2 ways proposal Component-Whole_reversed a longer probationary period for new teachers, placing experienced teachers on probation following several years of unsatisfactory evaluations, and new alternative ways for certification are parts of the proposal e1 e2 artwork creator Product-Producer art, a concept separate from both artwork and creator, thus exists as the source for them both e1 e2 discovery seeing Other discovery consists of seeing what everybody else has seen and thinking what nobody else has thought e1 e2 locker robe Content-Container_reversed the locker contained a big fluffy robe for me to change into e1 e2 crowd capital Entity-Origin the crowd departs from the capital after the swearining of president barack obama e1 e2 show conversation Message-Topic this show studies the artist's conversation between and untamed subject and a highly domesticated setting e1 e2 inflammation growth Cause-Effect_reversed the inflammation is caused by the growth of unusual bacteria, which usually results from antibiotic use e1 e2 exhibition revolution Cause-Effect the exhibition the art of the motorcycle caused a revolution on the museum scene with its presentation of the motorcycle as a metaphor of the 20th century e1 e2 art periods Entity-Origin students review art from different periods throughout history e1 e2 pressures stress Cause-Effect pressures occur throughout life and those pressures cause stress e1 e2 products supermarket Content-Container a full quarter of the products in the supermarket have some form of corn in them e1 e2 goddess sword Instrument-Agency_reversed the other shows the goddess of justice as blindfolded, with a sword by her side e1 e2 points water Other one of the best vantage points of the boston skyline is from the water, in a boat heading toward the boston harbor islands e1 e2 shell scripting Other with iterpipes, python is ready to replace the bash shell for scripting e1 e2 machine software Component-Whole_reversed the slot machine contains computer software known as random number generator e1 e2 jumper daughter Product-Producer but here is a jumper sewn by a daughter (antoinette) for her mother e1 e2 data database Entity-Destination now, you have imported the data into the region database e1 e2 coterie haters Member-Collection_reversed it took the great ronald reagan years to develop his vast coterie of left wing haters e1 e2 drugs unconsciousness Cause-Effect the drugs cause unconsciousness and cardiac arrest separately e1 e2 consignment port Entity-Destination the consignment was brought into a port in sagunto e1 e2 ship fleet Member-Collection the three ship fleet of columbus consisted of two ships known as caravels (pinta and nina) and a larger ship which served as columbus's flag ship e1 e2 parade elephants Member-Collection_reversed thousands of drummers and dancers perform in the streets of kandy accompanied by a parade of ornamented elephants e1 e2 artwork stamps Message-Topic_reversed this article lists people whose artwork has been featured on stamps of the united states e1 e2 group cameras Instrument-Agency_reversed focusing on chronic dumping areas the group began enforcement action with surveillance cameras and day and night patrols e1 e2 maker additives Product-Producer_reversed the maker of additives for engine oils and industrial lubricants posted significantly higher profit in its last quarter despite continued volume declines e1 e2 book way Other this is an absorbing book, diminished by the choppy way ackerman balances antonina's account with the larger story of the warsaw holocaust e1 e2 reader wallet Content-Container the credit card-sized reader sits in my wallet, so that i can carry it with myself wherever i go e1 e2 fireplaces cottage Component-Whole the three fireplaces in the cottage are constructed of random stones with mortar joints raised and rounded e1 e2 textile factory Product-Producer when guang yang worked in a textile factory in her hometown of beijing, she would sing to pass the time e1 e2 clutch chicks Member-Collection_reversed bruce had fallen out of favour and koro and cleo settled into a more conventional relationship, producing another clutch of chicks e1 e2 shark fins Component-Whole_reversed among the highlights were an epaulette shark that walks on its fins, a praying mantis-like shrimp and scores of reef-building corals e1 e2 electrolysis reduction Cause-Effect electrolysis of the resulting mixture caused the reduction of the aluminum ions in the al2o3 e1 e2 billions nanotechnology Entity-Destination governments and industries in nations around the world are pouring billions into nanotechnology e1 e2 president bank Other the president of the bank has told us that most of the state banks exist by its forbearance e1 e2 stories cultural norms Message-Topic the stories also explore cultural norms, social norms, and other aspects of vietnamese society e1 e2 residents home Entity-Destination the new residents have been moved into their brand new home e1 e2 paper model Message-Topic the aim of this paper is to present a model for the determination of the monetary values e1 e2 power client countries Entity-Destination the president seeks to hand over power for aids program to client countries e1 e2 scientists brain Other last month, scientists sliced the brain into 2401 paper-thin sections, part of a project to create an open-access digital atlas e1 e2 cup cup Entity-Destination the white plastic cup was put inside a large cup and 100 formosan subterranean termites were released inside the large cup e1 e2 earth foxes Member-Collection_reversed there was an ancient-looking small shrine there in the ground, and they found an earth of foxes under its floor e1 e2 gamers ties Instrument-Agency_reversed real gamers use keys neck ties e1 e2 speech support Message-Topic later in his speech, obama declared his support for iranian nuclear power and opposition to iranian nuclear weapons e1 e2 work life experiences Other chin creates his work based on his life experiences and observations e1 e2 camaraderie smokers Other these include the tapping of the package, the way one holds their cigarette, the oral gratification, and the easy social camaraderie of smokers on a break e1 e2 questions dangers Message-Topic a number of questions had been tabled relating to the dangers of the new vaccine e1 e2 jewelry cabinet Content-Container the jewelry was in a cabinet in the same room e1 e2 meeting friends Other this meeting of devoted friends and lovers served as the foundation of the names project aids memorial quilt e1 e2 spider bite Product-Producer_reversed a spider bite is an injury resulting from a spider's forced interaction with other than prey organisms that can lead to medically significant complications e1 e2 priest fingers Component-Whole_reversed usman was made to dig one place for a foot or so, while the priest searched the earth with his fingers: the charm did not appear e1 e2 self-assemblage networks Other self-organization become apparent in evolution as self-assemblage of the gene networks and cascades e1 e2 protozoa poisoning Cause-Effect many different bacteria, protozoa and viruses cause food poisoning, but most cases are the result of just a few species of bacteria e1 e2 light switch cover Other the boy learned how to protect the socket for making a picture light switch cover in this free home decorating video e1 e2 dispute question Message-Topic it was a dispute discussing the question whether the language of the greek people (dimotiki) or a cultivated imitation of ancient greek (katharevousa) should be the official language of the greek nation e1 e2 database images Content-Container_reversed the database's contents comprise more than 150000 images covering the early 1970s to 1994 e1 e2 document violence Message-Topic he also released a similar document investigating violence against women e1 e2 psychoanalysis films Other the concepts of psychoanalysis have been applied to films in various ways e1 e2 weight gain antidepressants Cause-Effect_reversed one sad (excuse the pun) consequence is that a winter of suffering from sad adds to the weight gain caused by the antidepressants e1 e2 fortress bastions Component-Whole_reversed the fortress has 6 bastions and 4 gates e1 e2 developer software Product-Producer_reversed ward cunningham, the developer of the first wiki software, wikiwikiweb, originally described it as "the simplest online database that could possibly work. e1 e2 organization conspiracy parody Message-Topic_reversed the organization has also been the subject of much conspiracy parody e1 e2 workers depression Other the poor management pushed the workers into depression e1 e2 stings wasps Product-Producer stings or bites are caused by midges, horseflies, bees, wasps, ants, some spiders, fleas, lice, etc e1 e2 conscripts galleons Entity-Origin conscripts on spanish galleons escaped by jumping ship in new orleans and in acapulco, mexico e1 e2 shoulder blade Component-Whole_reversed in the shoulder joint, the humerus (upper arm bone) fits into the socket of the shoulder blade e1 e2 charm finches Member-Collection_reversed the beach was empty except for a charm of yellow finches e1 e2 tumour bag Content-Container the ovarian tumour was put inside a plastic bag before retrieval e1 e2 meeting jobs Message-Topic a stormont meeting on jobs with a delegation from the north west was 'constructive' e1 e2 institutions thesaurus Instrument-Agency of the three institutions using a thesaurus as a tool for managing indexing vocabulary, one stated that the material covered was of a general nature e1 e2 municipality corporation Member-Collection every municipality in ontario is a member of the corporation e1 e2 pilgrimage tenet Other pilgrimage to mecca is a basic tenet of islam e1 e2 unit interceptor Component-Whole_reversed the unit consists of a mobile launcher, an interceptor and a command and control battle management and communication (c2bmc) system e1 e2 reciter sword Instrument-Agency_reversed the reciter stirs the water with a double-edged sword, a khanda, which he holds in his right hand e1 e2 deficit tax cuts Cause-Effect_reversed the structural deficit has been caused by the series of tax cuts, not the recession or defense needs e1 e2 hypermenorrhea treatment Other the hypermenorrhea was made worse by treatment e1 e2 poet despair Other after facing the hopelessness of the future, the poet sank into despair e1 e2 perpetrator gun Instrument-Agency_reversed the perpetrator killed the victim with a gun e1 e2 brigade volunteers Member-Collection_reversed he has arranged a new brigade of irish volunteers e1 e2 rules consideration Other the final rules are under consideration and are expected by june 30 e1 e2 string beads Component-Whole_reversed i remembered about a string of rosary beads my mother purchase for me from a young priest and i pulled them out of the nightstand, (where they had been for about 15 years) e1 e2 rail bed Component-Whole on the bedroom chair and along the rail of the bed were scattered the garments, the only garments so far as he knew, and the bandages of their guest e1 e2 drink can Content-Container plus the drink machine was out so my drink was in a can and they had no ice as well e1 e2 skull safe Entity-Destination at that time, the skull was already locked in a safe along with some other longish bones e1 e2 issue value Message-Topic in this issue, we focus on the value of wild trees and the varied products they provide e1 e2 haft knife Component-Whole the backside of the haft of the gebel el arak knife is decorated with the images of a number of of a number of animals presided over by an old man in mesopotamian dress e1 e2 group bombs Instrument-Agency_reversed in july 2004, the group struck again with bombs at the u.s. and israeli embassies e1 e2 writing editor Product-Producer this is effective public relations writing from the mind of a retired editor with a dose of "stickiness" e1 e2 manager male Other the manager saw a black male fire two shots while beside his car in the parking lot e1 e2 emperor gathering Other however, the emperor took advantage of the gathering to determine the order and organization of the church e1 e2 locusts sector Entity-Destination strong warm winds from the northwest and north have carried locusts into the closest sector e1 e2 cat dresser drawer Entity-Destination my brother joe put the cat in a dresser drawer and shut it e1 e2 community citizens Member-Collection_reversed the community of senior citizens already has great electoral power e1 e2 water development Entity-Origin the storm water is going away from the development e1 e2 plan piracy Message-Topic in july last year, six of the uk's biggest net providers agreed and announced a plan to tackle online piracy e1 e2 product engine Component-Whole_reversed music label is a very mature product that uses a powerful database engine e1 e2 salesman scene Entity-Origin there is this really funny scene where the tie salesman runs away from the crime scene e1 e2 equipment charity Entity-Destination the italian donated equipment to the charity e1 e2 probe outer space Entity-Destination nasa has dumped the probe into the deep outer space e1 e2 damage crisis Cause-Effect_reversed it took a long time to undo the damage that has been caused by the crisis of confidence, damage whose effects are just now beginning to make themselves felt in a slow, glacial collapse e1 e2 club residents Member-Collection_reversed our club consists of fun-loving residents, both retired and working from a wide range of businesses e1 e2 student association Member-Collection the young student is part of the environmental association indyact e1 e2 oatmeal cookies Entity-Origin_reversed these oatmeal cookies are very moist with a good flavor e1 e2 loopholes fortress Component-Whole these are the loopholes of the fortress, at which, either at top or bottom, the self-immuned spider is usually to be seen watching e1 e2 sewer pipes Component-Whole_reversed pressure sewer pipes are manufactured to astm d3754 also in 20 and 40 foot lengths and in standard pressure classes from 50 psi up to 250 psi e1 e2 pigment breakdown Other the immediate origin of the pigment in circulation is from the breakdown of endodermal tissue e1 e2 vegetable stew Entity-Origin_reversed vegetable stew is a delicious, low calorie and healthy meal to enjoy on a cold winter night e1 e2 bratpack authors Member-Collection_reversed ellis was one of the so called bratpack of american authors of the 1980's along with jay mcinerney and tama janowitz e1 e2 identifier cookie Content-Container only the session identifier is stored in a cookie whether database is used or not e1 e2 car appeal Other this car definitely has snob appeal with its good looks and saloon functionality e1 e2 document safe Content-Container the document was locked in a safe at scotland yard and only sent to the coroner in 2003 e1 e2 book author Product-Producer one downside of the book was that some points in the book the author expanded the book with knowledge that made it a little less interesting e1 e2 courses term Entity-Origin but i am more or less set on 2 continued courses from last term and financial derivatives for this term e1 e2 records box Content-Container they advised me that their records for 1993 were in a box of files in a warehouse e1 e2 supplies families Entity-Destination essential supplies are being delivered to conflict-affected families in yemen e1 e2 mummy box Content-Container the mummy, ensconced in material, was inside a box bearing the words "sacred to the memory of our little hawaiian home across the sea. e1 e2 level chapter Message-Topic_reversed this level of experience has already been mentioned in the previous chapter e1 e2 cup soil Content-Container_reversed to the right of that is a cup with soil inside e1 e2 electromagnets use Other electromagnets have come into use e1 e2 princess land Entity-Origin when the princess left her native land and traveled west to her bridegroom, she carried, smuggled in her headdress, silkworm cocoons and the seeds of the mulberry tree on which they feed e1 e2 saint letter Product-Producer_reversed a typical passage on these themes is found in the saint's letter to the christians in the city of magnesia e1 e2 term article Entity-Origin the term originates from an article published 14 february, 1807 by journalist william cobbett in the polemical weekly political register e1 e2 treaty force Other the lisbon treaty has come into force e1 e2 drug capsule Entity-Destination the drug was put inside a capsule for a reason e1 e2 website sides Message-Topic this website sets out both sides of the argument e1 e2 local legend mausoleum Message-Topic the local legend is about a mausoleum that was also the final resting place of king robert the bruce, adding spin to the earl's noble connections e1 e2 tribes navigation tools Instrument-Agency_reversed amazonian tribes reclaim the rain forest with the help of gps navigation tools e1 e2 fire collision Cause-Effect_reversed the rescue teams found 17 of the 25 crew thrown into the sea when the tanker caught fire after the collision e1 e2 advertising podcast Entity-Destination the user inserted an advertising into the podcast e1 e2 post events Entity-Destination the entire post was placed into the upcoming events e1 e2 anecdotes principles Message-Topic along the way she presents anecdotes illustrating basic business principles e1 e2 kids help Other the kids liberate the ponies with the help of a sympathetic groom e1 e2 chicken stew Entity-Origin_reversed because of its low cost of preparation and reputation as a local comfort food, chicken stew is often served at large social gatherings such as church fellowships, family reunions and community fundraisers e1 e2 farm animals Other approximately 1,000 farm animals receive health and medical care each year in our farm animal hospital e1 e2 trauma nosebleeds Cause-Effect trauma to the face and nasal area causes nosebleeds, such as getting punched or violently slapped e1 e2 photographer filter Instrument-Agency_reversed when the photographer took pictures with the filter attached the images looked flat with a glare that covered the entire image e1 e2 novel ghosts Message-Topic in this affecting, perceptive debut novel, rachel kadish reflects on the ghosts of the past, the tensions of war, and the difficult bonds of family e1 e2 musician themes Product-Producer_reversed besides acting, directing and producing, eastwood is also a musician who has composed the themes to nine of his films e1 e2 boy mud Instrument-Agency_reversed the boy sculpts a pony out of mud and takes care of it as if it were real e1 e2 woman windscreen Entity-Destination the man pushed the woman into the windscreen e1 e2 erst bees Member-Collection_reversed pakistan captain younis khan was on thursday forced to skip a pre-scheduled media discussion session in the city after being bitten by an erst of honey bees outside his home e1 e2 towns literature Entity-Origin lots of people responded positively to my recent post about favorite fictional towns from children's literature e1 e2 rye beer Entity-Origin_reversed in many ways, the flavor of rye beer is reminiscent of wheat beers e1 e2 show current events Message-Topic it is a satirical show on quebec television that comments on current events by the favour of the show's main character e1 e2 conference safety Message-Topic conference deals with nuclear safety, environmental issues e1 e2 frustration system Cause-Effect_reversed some comments from readers highlight the frustration and inconvenience caused by the 3-pin system e1 e2 helix auricle Component-Whole the patient denies any symptoms associated with this pointed lesion, located on the edge of the helix of the auricle, which has been present since infancy e1 e2 observations space Other visual observations from space reveal a number of fascinating natural phenomena of interest to meteorologists and aeronomists, such as aurorae, airglow, aerosol layers, lightning, and atmospheric refraction effects e1 e2 armature coil Component-Whole_reversed the armature has a coil of wire wrapped around an iron core e1 e2 teacher chalk Instrument-Agency_reversed a teacher is writing vocabulary words on a green chalk board with yellow chalk in mid-afternoon e1 e2 stick pinwheel Component-Whole the stick of the pinwheel is as simple as a pencil or as intricate as a carved stick or metal rod e1 e2 kangaroos stomach Component-Whole_reversed all kangaroos have a chambered stomach similar to cattle and sheep e1 e2 records maritime history Message-Topic the museum also has a subject gateway that contains over 2,500 records relevant to maritime history e1 e2 maker guidelines Product-Producer_reversed the maker's guidelines were clear but not really necessary as it was so simple to use e1 e2 helicopter rotors Component-Whole_reversed ground resonance occurs while the helicopter is on the ground with rotors turning; it will not happen in flight e1 e2 speech steps Other the speech was delivered from the steps of lincoln memorial on august 28, 1963 as part of his famous march on washington e1 e2 cleats boat Component-Whole they come up from under the thwart, through the traveler and out through the eyestrap to the clam cleats located on either side of the boat e1 e2 combo hamburgers Component-Whole_reversed just a few months earlier, burger king had launched its burger buddies combo of two hamburgers for 89 cents and, later, launched breakfast buddies, a 59-cent breakfast sandwich that came with a disposable razor blade e1 e2 report work Message-Topic the report gives an account of the silvicultural work done in africa, asia, australia, south american and the caribbean e1 e2 teacher screwdriver Instrument-Agency_reversed they continued in conversation when the teacher tapped him on the head with a screwdriver e1 e2 loans foreclosures Other the city accuses wells fargo of engaging in illegal "reverse redlining" - targeting black neighborhoods for bad loans that resulted in mass foreclosures e1 e2 bees propolis Product-Producer_reversed based in cambridge, new zealand, the company's bees produce manuka honey, rewarewa honey, bee pollen and propolis e1 e2 friend college Entity-Origin in new york, i had dinner with a friend who graduated from a prominent evangelical college; he was active in a pro israel student organization e1 e2 armada ships Member-Collection_reversed players are tasked with building an armada of ships and a base from which to deploy them e1 e2 stepmother swans Product-Producer_reversed sorcha, the seventh daughter of a seventh son, had to save her brothers from their stepmother, who turned them into swans for many years e1 e2 cookies recipe Other she once took a tin of her delicious cookies made from the following old recipe e1 e2 stars movies Entity-Origin jessica simpson's "a public affair" video features a group of stars from movies and tv e1 e2 newsroom developments Other our newsroom contains the latest developments in uk foreign policy and news on the work of the british embassy and consulates around the us e1 e2 inflammation irritants Cause-Effect_reversed pneumonia is an inflammation of the lungs caused by bacteria, viruses, or chemical irritants e1 e2 book programmers Instrument-Agency this is the best book for programmers needing algorithms not theory e1 e2 dashboard truck Component-Whole in addition to a speedometer, a flickering digital meter mounted on the dashboard of the truck tells you how much energy is being drawn from the batteries e1 e2 blockages fatty plaque Cause-Effect_reversed the blockages are caused by a build-up of fatty plaque along the artery walls e1 e2 settlers north Entity-Origin the report refers to the arrival of the first somali settlers from the north in three waves e1 e2 digressions footnotes Entity-Destination the student moved his digressions into footnotes e1 e2 wheel pins Component-Whole_reversed this wheel with its snout-engaging pins is exposed so that the worker can thrust the snout thereagainst e1 e2 statute matter Message-Topic the statute covering the matter specified in detail when and where the fair was to be held e1 e2 attention study Other considerable attention has been directed toward the study of the motility of the stomach and its regulation by the extrinsic nerves e1 e2 demise commerce Cause-Effect_reversed the demise of the bees has been caused by the globalization of commerce e1 e2 bomb car Content-Container the first bomb to explode in the main northwest city of peshawar on saturday was hidden in a car and devastated a street busy with traffic, shoppers and worshippers heading to mosques to pray e1 e2 trucks batteries Component-Whole_reversed both trucks run on lead-acid batteries, common in most vehicles e1 e2 scientists desert Entity-Destination the governments sent scientists to the desert for surveying climate changes e1 e2 letter woman Entity-Origin the letter was from a woman who explained to me every single detail of a three month affair she had with my husband e1 e2 food poisoning eating Cause-Effect_reversed staphylococcal food poisoning is caused by eating food contaminated with staphylococcus aureus e1 e2 veteran tribute Product-Producer_reversed the decorated vietnam veteran posts a weekly tribute to service members killed in iraq and afghanistan e1 e2 student phrase Instrument-Agency_reversed the student formed a paragraph using a phrase from an original source e1 e2 billionaire developer Other doc's former lover, the erstwhile hippie shasta, has become entangled with a married, billionaire developer, marty wolfmann e1 e2 rabble alleys Other british, were engaged, at great odds, with the swarming rabble of the alleys e1 e2 binder box Content-Container the binder was in a box labeled "vegetable oil" e1 e2 feed scuttle Content-Container each feeding unit contains sensor for measure of remaining feed in a scuttle e1 e2 crush candidates Member-Collection_reversed reporters commented on the crush of candidates compared to the crowd of supporters e1 e2 properties amphibolites Cause-Effect properties of the soils developed from the amphibolites of santiago-ponte ulla, spain e1 e2 girlfriend sweater Product-Producer_reversed speaking of nerdy sweaters, my girlfriend knit me a mugatu sweater for xmas a few years back e1 e2 text cessation Message-Topic nearly all transcribed interview text was on the subject of smoking cessation e1 e2 strategies causes Other the declaration urged that such strategies address the root causes and risk factors of crime and victimization e1 e2 canaille letters Member-Collection_reversed behind him crouch canaille of minor letters sins, venial sycophantic hacks with shady past e1 e2 film director Product-Producer d. g. phalke's raja harishchandra is the earliest indian fiction film made by an indian director e1 e2 author statement Product-Producer_reversed the author has published a statement on a website calling the diagnosis "an embuggerance" e1 e2 wealth communities Entity-Destination wealth is migrating into communities in verde valley/sedona e1 e2 builder institutions Product-Producer_reversed he was a maker of things, a builder of institutions, a harvester and disseminator and progenitor of ideas and the means whereby those ideas were made flesh e1 e2 ministers conference Entity-Origin the ministers went away from the december conference e1 e2 applications shops Entity-Destination our company has released five computer applications to the apple's online shops e1 e2 equipment engine Component-Whole_reversed this farm equipment adopts the air-cooled diesel engine, which is very suitable to the place where lacks of water or is difficult to fetch water e1 e2 rubber products Entity-Origin_reversed natural rubber latex or synthetic rubber is the main ingredient used for making rubber latex dipped products e1 e2 flyers boxes Entity-Destination bogus water collectors have dropped flyers into people's letter boxes e1 e2 million mobile Entity-Destination eu is pouring a million into next, next generation mobile e1 e2 radiation sun Cause-Effect_reversed solar disturbances such as flares, prominences, and sunspots increase the amount of radiation from the sun e1 e2 crank engine Component-Whole we pulled the engine out to fix the main oil gasket on the crank of the engine e1 e2 comment critic Product-Producer a vivid comment was made by the german critic, walter benjamin e1 e2 stress resources Cause-Effect_reversed the results support the theoretical model conceptualizing alcohol use and misuse as being the product of stress caused by constraints and resources brought to bear simultaneously by agent personality, structures of daily life, and macro social structures e1 e2 negotiations protocol Message-Topic negotiations between the european community and greenland on a fourth protocol concerning the implementation of the agreement, were concluded at 13 september 2000 e1 e2 actions interview Message-Topic_reversed taylor reflected on his actions in a 2003 interview e1 e2 rope swing Component-Whole the rope of the swing makes an angle of 10 with the downward vertical e1 e2 garbage discussion Message-Topic_reversed garbage is rapidly becoming the topic of discussion in business meetings, political conventions, and even at the dinner table e1 e2 union masses Other when the great union of the popular masses of france opposed the great union of the adherents of the monarchy and the victory of 'political reform' had been attained, many countries followed the french example and undertook all sorts of 'political reforms' e1 e2 million product Entity-Destination the company invested a million into a new product for potential profit e1 e2 cancers papillomavirus Cause-Effect_reversed a significant portion of head and neck cancers, anal cancers, and cancer of the larynx are caused by the human papillomavirus e1 e2 light particles Component-Whole_reversed light is composed of particles or corpuscles, which are refracted by accelerating into a denser medium e1 e2 overpopulation tension Cause-Effect overpopulation and poverty cause tension not only within communities and countries, but throughout the world e1 e2 accomplice hanger Instrument-Agency_reversed taylor's accomplice killed the victim with a coat hanger e1 e2 resume transition Other a great resume is the best tool for a successful career transition e1 e2 thermocouple box Content-Container the thermocouple was in a box (to prevent it from being sprayed with liquid nitrogen) and in a small block of thermal insulation (to reduce excessive cycling) e1 e2 light screen Cause-Effect_reversed the only light in the house was radiating from the tv screen e1 e2 cocoon caterpillars Product-Producer under a giant silk cocoon created by an army of caterpillars, the shape of a honda is just about visible e1 e2 kitten room Entity-Origin in other news, a young and deadly kitten has absconded from an interrogation room at about 3:00 am this morning e1 e2 catastrophe spill Cause-Effect_reversed in economic terms, the ecological catastrophe caused by the prestige oil spill is comparable with that caused by the exxon valdez e1 e2 file icon folder Entity-Destination he drags and drops the file icon into a folder e1 e2 head fish Component-Whole in this article most of the photos are taken with the fish oriented with the head of the fish pointing away from you and and turned upside down e1 e2 quality time Other tense is a temporal linguistic quality expressing the time e1 e2 axe haft Component-Whole_reversed slowly, with a shaking hand, he reached out and grasped the axe by the haft e1 e2 team guns Instrument-Agency_reversed the team stapled the plastic along the joists with heavy duty staple guns to hold it in place e1 e2 car manufacturer Product-Producer however, legal experts expressed surprise at the car manufacturer's stance e1 e2 outside store Other the beautiful outside of the store is complementary to the local surroundings and is designed to be a store of the community e1 e2 chapters book Component-Whole the qualitative chapters appear earlier in the book and focus on the issue of political legitimacy. re the "core" of this fundamental handbook on heterogeneous catalysis e1 e2 enamel erosion Other an important aim concerning enamel and dentin erosion is to identify agents that might protect the tooth surface from demineralization e1 e2 officer corporation Other a representative is a technical guarantor, a partner or an officer of an enterprise who is a member of the corporation and who is designated as a representative for the enterprise in accordance with sections 79 and 80 of the regulation respecting the internal management of the corporation of master electricians of quebec e1 e2 recipe lady Entity-Origin i learned my recipe from a cuban lady e1 e2 man work Product-Producer_reversed the man has written his most high-profile work yet, a poem to be broadcast on television to mark the fifth anniversary of the world trade center attacks e1 e2 layer beaker Entity-Destination when the layers have separated, the lower layer drained into a beaker; this phase is thrown away e1 e2 radiation computers Cause-Effect_reversed biomagnetic research, in arizona, makes a range of devices for neutralizing radiation from computers and other sources e1 e2 joy dogs Cause-Effect_reversed the family members also get great joy from dogs doing tricks and great for family activities e1 e2 father party Member-Collection_reversed her father also was a member of the new party and supported abraham lincoln e1 e2 maker cars Product-Producer_reversed a maker of electric cars plans to use old gm plant in delaware e1 e2 astrophysicists explanation Product-Producer_reversed astrophysicists have discovered a new explanation for the early composition of our solar system e1 e2 population region Entity-Origin the immigrant population comes from the pacific region e1 e2 natron color Other natron is an ingredient for making a distinct color called egyptian blue e1 e2 handle stick Component-Whole the handle of the stick was covered with plastic material for more durability (figure - 3) e1 e2 bag crate Entity-Destination once outside, the python was placed in a bag, which was put inside a dog crate e1 e2 band competition Entity-Origin the current band arrived from the lafayette competition e1 e2 builders concrete Instrument-Agency_reversed this course teaches home builders when to use concrete for a paving or floor project e1 e2 flight swallows Member-Collection_reversed the residents of capistrano need to wash their cars after the annual flight of swallows returns e1 e2 damage typhoon Cause-Effect_reversed the us forces have withdrawn due to the damage caused by the eruption and the typhoon e1 e2 riot deaths Cause-Effect the riot resulted in the deaths of 196 people, and led to a major reform in the country's economic policy favouring the malays e1 e2 flour pan Entity-Destination she poured flour into a flat metal pan e1 e2 goods buyer Entity-Destination the goods have been delivered to the buyer e1 e2 flea infestation Cause-Effect canine flea infestation is caused by fleas, which are small, wingless blood-sucking insects e1 e2 bag sand Content-Container_reversed it turned out that the bag was full of sand and had been inadvertently left behind by jansport, a company that makes backpacks e1 e2 combination factors Other in this case report we describe a young female with bcs, which was the result of a combination of risk factors, including the recently discovered g20210a e1 e2 production lake Other he went up to oxford during the war to read english and, after war service in india, codirected the tempest with neville coghill in an outdoor production by the worcester college lake e1 e2 convocation clergy Other he founded the emmaus program, an annual convocation of diocesan clergy for their continuing education and spiritual formation, in 1983 e1 e2 tomb follower Product-Producer over the entrance to the left circular chapel is the tomb of pius ii (1475) finished by a follower of the andrea bregno e1 e2 money technology Entity-Destination money for communication is invested into ethernet technology e1 e2 burn spilling Cause-Effect_reversed stella liebeck is the woman who sued mcdonalds after she suffered a serious burn after the spilling of a cup of coffee on her lap e1 e2 bending fracture Cause-Effect the bending caused a fracture on the tension side of the test specimen, but the uhmp fiber ribbon held the fractured parts together e1 e2 harm floods Cause-Effect_reversed following a decision made by the typhoon committee in cooperation with united nations agencies and the league of red crescent societies, escap compiles every year region-wide statistics and reports on the harm caused by tropical cyclones, floods, droughts and other severe weather events e1 e2 tools team Product-Producer using the analytical tools developed by the mit team for this study was the first step in the detailed analysis e1 e2 preview features Message-Topic our preview below highlights some of the features from lesser known artists e1 e2 fish gill Component-Whole_reversed the fish gill is arguably one of the most complex transport epithelia in the biological world e1 e2 rotors compressor Component-Whole in contrast, the rotors of the screw compressor and quite a few others rotate in opposite directions e1 e2 panic attacks Other panic attacks linked to heart disease and heart attacks e1 e2 groups people Other however in addition to maori, other population groups need specific recognition in the bill, including people with disabilities e1 e2 vibe current century Entity-Destination these musicians have transported the vibe into the current century e1 e2 clothing eras Entity-Origin hand-stitched with fabric and clothing from different eras of her life, this quilt is imbued with meaning and memory e1 e2 emails recipients Entity-Destination he was sending emails to undisclosed recipients frequently e1 e2 sleuth bears Member-Collection_reversed there is great diversity of collective nouns associated with animals, from a sleuth of bears to a murder of crows e1 e2 influx drain Cause-Effect the influx caused a further drain on the country's already scanty resources e1 e2 paper topics Message-Topic the examination paper was based on topics which previously had been treated in prerequisite modules in isolation e1 e2 handgrip arm Component-Whole from the operating area, when the operator moves the handgrip of the master arm, the motion gets reproduced on the tong of the slave arm in the remote area e1 e2 parts local issues Message-Topic we are only interested in the parts of the proposals that pertain to local issues e1 e2 record quartet Product-Producer let it be, the third full-length record by the now long-defunct minnesota quartet, was released at the tail end of 1984 e1 e2 committee member Member-Collection_reversed louise is a director, audit chair and finance committee member of a public health board, and was a director of afaanz for 3 years e1 e2 cane sugar Entity-Origin_reversed higher cane sugar prices are unlikely to have any impact on the price of soft drinks e1 e2 article history Message-Topic this article charts the history of the city from its settlement by the insubres around 600 bc e1 e2 dancer foot Component-Whole_reversed the teacher set up an activity where each time the dancer performed a tendu with a fully stretched foot she received a tag e1 e2 flapper valve Component-Whole the flapper of the valve opens and oxygen from the hose enters e1 e2 tail shark Component-Whole the tail of the shark continued to swish back and forth a few feet away e1 e2 rifle case Content-Container the rifle was enclosed in a case, which, in turn, was enclosed in a box e1 e2 alizarin roots Entity-Origin the alizarin was extracted from the roots of rubia tinctorium and rubia peregrina which grew wild in the mediterranean region e1 e2 jungle cities Other today most of the world's unreached people live in the jungle of big cities and no longer in the real jungle e1 e2 gas metal Entity-Origin because pressure is low in the vacuum or inert gas, the gas leaves the metal e1 e2 collective musicians Member-Collection_reversed mobilizing a collective of musicians, artists, models and collaborators n.i.c.e. built a temporary community 60 miles outside the san francisco city limits e1 e2 chorus angels Member-Collection_reversed even in its harshest moments, the guitars sound like a chorus of fuzzed-out angels e1 e2 timer oven Component-Whole when he want for a run, he checked the timer on the oven, and again when he returned e1 e2 damage sun Cause-Effect_reversed this ingredient also repairs the damage that has been caused by the sun e1 e2 pie crust Component-Whole_reversed the cheddar cheese in the pie crust of this apple pie is a stroke of genius e1 e2 musician music Product-Producer_reversed the musician performed music in venues around the united states e1 e2 pin plug Component-Whole preferably, the fuse is foreseen between the pin of the plug which projects to the outside and the inner connector of the plug e1 e2 issues life Other mark patterson discusses the issues affecting daily life in the north-west e1 e2 dealer plate Instrument-Agency_reversed a car dealer attaches a license plate to a minivan sold at a eugene dealership e1 e2 safflower belly fat Other i picked up the latest issue of woman's world magazine a few days ago because it had a head line about the effect of safflower on belly fat e1 e2 truths world Entity-Destination real-world truths were imported into the fictional world e1 e2 ensemble musicians Member-Collection_reversed bella strings is a professional string ensemble of passionate musicians performing in the greater orlando area and across central florida e1 e2 unit drawer Entity-Destination the collapsing funnel compressed to a fraction of its extended size, and the unit was moved to a kitchen drawer e1 e2 casemate howitzer Content-Container_reversed the new armored casemate fitted on the hull enclosed a 15 cm howitzer e1 e2 assembly pipe Component-Whole_reversed the electrical connector assembly is further comprising a circulating pipe for providing the airflow passage by the mini-motor to at least one of the clearance and the gap e1 e2 damage water Cause-Effect_reversed apparently, beyond the damage caused by the smoke and the water, the structure of the store itself it was not overly damaged e1 e2 man monument Product-Producer_reversed a local man put up a monument at the site, and in 1997 a community group put up a welcoming sign for visitors e1 e2 disorder loss Cause-Effect individuals with this change, or with similar mutations in the ush2a gene, develop moderate to severe hearing loss and retinitis pigmentosa, a disorder that results in loss of vision e1 e2 crabs archives Entity-Destination rare crabs have arrived into the historical archives e1 e2 faction conspirators Member-Collection_reversed the guardianship lay in the hands of his pious mother, the empress agnes, until april 1063, however, when a faction of conspirators, led by archbishop anno ii of cologne, abducted the young king, who tried to safe himself by jumping into the rhine e1 e2 government statement Product-Producer_reversed at 5.55pm the government issues a statement saying a ministry of defence official has come forward and admitted meeting bbc defence correspondent andrew gilligan on may 22 e1 e2 cat whiskers Component-Whole_reversed your cat uses these whiskers to judge the size of an opening e1 e2 plans meltdown Other barber's olympic bobsleigh plans go into meltdown e1 e2 sword hilt Component-Whole_reversed the sword appears in the photograph with the hilt at 10 o'clock and the blade tip at 5 o'clock e1 e2 stack boxes Member-Collection_reversed yet in judd's stack of galvanized-iron boxes, all of the units are identical; they are set on the wall and separated, so that none is subordinated to another's weight (and also so that the space around them plays a role in the work equivalent to theirs); and their regular climb -- each of the twelve boxes is nine inches high, and they rest nine inches apart -- suggests an infinitely extensible series, denying the possibility of a crowning summit e1 e2 statement chancellor Product-Producer today's statement by the chancellor was a responsible one e1 e2 ship keel Component-Whole_reversed under-keel clearances in the panama canal (pc) and the sls were calculated for ship transits by comparison of elevations of the ship's keel and channel bottom e1 e2 memoir commentator Product-Producer a food memoir written by a commentator on race and politics - it doesn't sound that appetising e1 e2 array dipoles Member-Collection_reversed a system for attaining an impedance match uses an array of collinear dipoles e1 e2 deck bridge Component-Whole this reconstruction involved track removals, conversion of each deck (lower and upper) to one-way motor vehicle traffic, and the lowering of the lower deck of the bridge by 16 inches through the yerba buena tunnel e1 e2 piano strings Component-Whole_reversed with a concert coming up in only 4 hours, you are working feverishly to perfect the tune of the piano 's strings e1 e2 gun safe Content-Container although there was ammunition scattered over the apartment, the gun itself was locked in a safe, and not loaded e1 e2 shaving cream box Content-Container the shaving cream was contained in a box with plywood sides and plastic faces e1 e2 fraternity sections Member-Collection_reversed there is an urgent need for a fraternity of various sections of the people to fight for the rights of the tribals and against the increasing atrocities on them e1 e2 sled dogs wilds Entity-Destination albion students took the sled dogs into the canadian wilds e1 e2 show work Message-Topic sky cops is a british reality tv show revealing the work of the air police e1 e2 man passion Other whitaker had what it took to play the terrifying ugandan dictator - but the other man convinced him with his passion for the part e1 e2 movie monkey Product-Producer the biggest news at the festival was not my receiving the prestigious aleksandar lifka award for cinematography, but that the first screening was held of a movie made entirely by a monkey e1 e2 maize liquor Entity-Origin_reversed the indians drink so much maize liquor that it makes them drunk e1 e2 documentary career Message-Topic a new documentary investigates the short career of gm's electric vehicle, the ev1 e1 e2 burglar rings Other the burglar forgot to log out before leaving the home with two diamond rings e1 e2 migrations destruction Cause-Effect_reversed the germanic migrations of the fifth century were triggered by the destruction of the gothic kingdoms by the huns in 372-375 e1 e2 stand fireweed Member-Collection_reversed brown and white butterflies flip-flopped over a stand of fireweed e1 e2 country turmoil Other the country is sinking into turmoil e1 e2 road builder Product-Producer this established his reputation as a road builder as other engineers had believed it could not be done e1 e2 war internet Other in the run-up to this match, a new war of words has erupted on the internet in yet another twist to the long-simmering saga e1 e2 bondholders plan Product-Producer_reversed senior bondholders who drafted the reorganization plan for bankrupt six flags revealed their investments e1 e2 magnet facility Entity-Destination a low temperature superconducting magnet has been delivered to ad astra's houston facility e1 e2 package series Component-Whole_reversed the package includes the bbc "fight for life" series of videos, which chronicles the difficulties experienced in the lives of women giving birth in developing countries e1 e2 charger system Component-Whole_reversed fuji electric has developed a quick battery charger that copes with the regulations using a choke input system e1 e2 heater thermostats Component-Whole_reversed specifications of electric heater thermostats include temperature ranging from 50 degrees f to 80 degrees f, current ranging from 19 a to 22 a, & voltage ranging from 120 v to 277 v e1 e2 painter works Product-Producer_reversed it was an elegant book that treats the painter's life and works with reverence e1 e2 thesis research social structure Other the purpose of this thesis research was to examine social structure, culture, and gender as potential sources of variation in the seriousness of punishment recommended for everyday acts of wrongdoing e1 e2 songs sex Message-Topic their songs are about sex, drugs, drinking, fighting, and rock & roll e1 e2 celebrity set Entity-Origin another celebrity has bailed out of the costa rican jungle set of "i'm a celebrity... get me out of here e1 e2 carafe water Content-Container_reversed we dissolved the contents of one packet in a carafe of water and ran the brew cycle e1 e2 periscope roof Entity-Origin on entering the water the esprit's wheels turned inwards to reveal four lateral fins and a periscope popped out of the roof e1 e2 system defense mechanism Component-Whole the complement system is important as part of the body's defense mechanism against infection (fig. 8.2) e1 e2 questions exhibition Message-Topic_reversed these are just some of the questions tackled in the exhibition e1 e2 signal photomultiplier Cause-Effect_reversed the reference signal was generated from an auxiliary photomultiplier (rca 1p28) with a quantum counter e1 e2 congress deals Other rodrigues, who is also the governor of punjab has been accused by the congress of various murky deals worth billions of rupees e1 e2 body pathologists Member-Collection_reversed as evidenced from the detailed histories and clinicopathological summaries insome reports, there is a body of pathologists who are committed to performing at a high level, and answering all the questions raised by a death e1 e2 sink desk Component-Whole the sink was in the desk and i had to wedge myself into the bathroom e1 e2 professor dungeon Entity-Origin the professor was released from the dungeon right in front of my eyes e1 e2 colony vultures Member-Collection_reversed a little ringed plover flew over the water at the bottom of the colony of vultures e1 e2 radiation sun Cause-Effect_reversed the electromagnetic (em) radiation from the sun arrives mostly in the form of visible and infrared wavelengths e1 e2 holes basket Component-Whole the juice passes through the tiny holes in a strainer basket and is collected in a container at the bottom e1 e2 oratorio century Entity-Origin as a form, the oratorio originated in seventeenth century e1 e2 structure base Component-Whole_reversed a lamp holder structure of the present invention is comprised of: a cup-shaped base; a circuit board and two elastic conducting devices mounted inside the cup-shaped base; and at least one light-emitting device mounted on the circuit board e1 e2 charts musical genre Message-Topic some charts are specific to a particular musical genre and most to a particular geographical location e1 e2 fight scenes script Message-Topic_reversed the fight scenes were barely described in the script e1 e2 recipe book Entity-Origin just like consulting a cookbook, starting out by using a recipe from a book or website is great e1 e2 tree roots Component-Whole_reversed tree roots that grow on the surface are difficult to mow or walk over and can effect the growth and health of nearby grass and groundcovers e1 e2 light telephone Component-Whole the red indicator light on my telephone continues to blink after i have checked and emptied my mailbox e1 e2 pseudolesion drainage Cause-Effect_reversed the pseudolesion was caused by drainage of the paraumbilical vein e1 e2 cocktail fan Entity-Destination the young man's cocktail flew into the running ceiling fan e1 e2 giraffe tongue Component-Whole_reversed a giraffe 's tongue is purplish-black and can extend almost twenty inches e1 e2 owner information Instrument-Agency_reversed the owner uses your information solely in order to process your credit card payment e1 e2 angels pieces Product-Producer_reversed then after that the angels chopped him into millions of pieces, but still he glittered and hummed e1 e2 blood vessels circulatory system Component-Whole heart, blood vessels, blood are parts of the circulatory system e1 e2 infection bacteria Cause-Effect_reversed user-edited article about salmonellosis, the infection caused by salmonella bacteria, leading to diarrhea, fever, vomiting, and abdominal cramps e1 e2 damage eruption Cause-Effect_reversed this paper presents the results of a survey of the building damage caused by the ash fall from the cataclysmic eruption of mount pinatubo e1 e2 farm gardenhouse Component-Whole_reversed at the entrance to the farm is the gardenhouse, the heart of the community supported garden at genesis farm e1 e2 population farmers Member-Collection_reversed the major population constitutes of farmers and agriculture related business men and merchants e1 e2 wave surfers Member-Collection_reversed a new computer aimed at people aged over 60 aims to inspire a whole new wave of silver surfers e1 e2 gun safe box Content-Container the 18-year-old apparently took her life with her father's service gun, which was locked in a safe box e1 e2 radio tuner Other streema is an online radio tuner to listen, discover and share radios with your friends e1 e2 companies liquidation Other the companies have gone into liquidation e1 e2 fire airconditioners Other investigations had indicated the fire started from the airconditioners because on arrival that was the area engulfed e1 e2 essays volume Member-Collection there is a certain dissonance among the essays collected in this volume e1 e2 welcome speech conference Component-Whole the welcome speech of the conference was referred by the president of vse prof. ing. richard hindls, csc e1 e2 plane runway Entity-Origin the plane went away from the runway and burst into flames e1 e2 castle towers Component-Whole_reversed the castle has two big concentric towers, corresponding to a three-story building with two smaller towers at its exterior angles e1 e2 earthquake failures Cause-Effect the earthquake caused the failures of the electric power system, the water supply system, the sewer system, the telephone and telegraph systems e1 e2 guy fight Cause-Effect the guy put up a fight, so the mugger takes out a gun and shoots him, point blank e1 e2 novels woman Product-Producer these are vampire novels with little blood shed and a strong moral message, written by a woman with a robust mormon faith who does not like horror books e1 e2 rope halter Component-Whole a man living nearby brought a lantern, and i found the rope of the horse's halter tied tightly round the waist of the almost naked body of a boy e1 e2 scum tripes Other they are hedging bets on hosting the terror scum of different tripes e1 e2 radicalisation machine Other it is the oil that allows the radicalisation machine's many cogs to turn e1 e2 humanity space Entity-Destination the humanity has migrated into space to settle in an outer solar system e1 e2 stream hawks Member-Collection_reversed unlike most fall days now, few bird watchers were present to witness the spectacular stream of migrating hawks passing over e1 e2 book editor Other a third book was requested by the editor, e.l. doctorow but he changed jobs before the manuscript was completed e1 e2 doors church Component-Whole in a moment more the crowd began to gush forth from the doors of the church e1 e2 law slaves Message-Topic it is notable because it was the first nationwide law dealing with runaway slaves under the 1787 constitution e1 e2 boils infections Cause-Effect_reversed boils or furuncles are caused by staphylococcal bacterial infections of the hair follicles e1 e2 method reduction Component-Whole_reversed this method increases the ship's efficiency through drag reduction while also protecting the ocean from biocides that may leak e1 e2 assemblies cask Content-Container typically, the maximum heat generated from 24 fuel assemblies stored in a cask is less than that given off by a typical home heating system in an hour e1 e2 system robot Component-Whole the safety control system of the cooperative robot has size limitations, and all power is derived from onboard batteries e1 e2 village paintings Message-Topic_reversed the village also appears in numerous paintings e1 e2 painter tape Instrument-Agency_reversed the painter's tape has to be removed e1 e2 cheek bone Component-Whole_reversed my concern is that the skin around my eyes extending to my cheek bone and on the lids are wrinkled - profoundly so e1 e2 perpetrators bomb Instrument-Agency_reversed the perpetrators carried out the karachi blast through a planted bomb e1 e2 stations shows Other other stations (and cable channels) have spawned imitation shows e1 e2 description section Message-Topic_reversed another mathematical system description is presented in the next section e1 e2 necklaces cradle Entity-Destination causing many night-glowing rubies to be strung on red silken thread, he put the necklaces in the cradle e1 e2 coin operator Other i'm the coin-operated machine supplier a.k.a. the coin operator e1 e2 base seedpod Content-Container_reversed the base of the shrine encloses a lone datura seedpod e1 e2 ship port Entity-Destination the ship is arriving into the port now e1 e2 cancer infection Cause-Effect_reversed cervical cancer is caused by infection with the human papillomavirus (hpv) and is one of the most common cancers in women in developing countries e1 e2 creation students Product-Producer a gingerbread house creation by the culinary art students of wake tech was auctioned off at the umstead hotel in cary e1 e2 property bedrooms Component-Whole_reversed the property comprises of three bedrooms, kitchen, lounge / diner and both a shower room and bathroom e1 e2 cargo factory Entity-Destination the company shipped the cargo to the factory in china e1 e2 stomach acid fluid Content-Container_reversed the stomach contained a small amount of bile-stained acid fluid e1 e2 cancers radiation exposures Cause-Effect_reversed notwithstanding problems associated with screening, many of those cancers were caused by radiation exposures shortly after the accident e1 e2 guava sauce Entity-Origin_reversed one of my girlfriends ordered the lomo de puerco which was their pork chop in some guava sauce e1 e2 cavvy mounts Member-Collection_reversed gorgol brought in your cavvy of mounts four days ago, took his bag, and rode off e1 e2 commitment scholarship Other these corporate leaders have inherited woodrow wilson's commitment to scholarship e1 e2 email marketing spam folders Entity-Destination the email marketing is landing into the spam folders decreasing the roi for these programs e1 e2 infection bacterium Cause-Effect_reversed this year's nobel laureates in physiology or medicine made the remarkable and unexpected discovery that inflammation in the stomach (gastritis) as well as ulceration of the stomach or duodenum (peptic ulcer disease) is the result of an infection of the stomach caused by the bacterium helicobacter pylori e1 e2 theory computational tasks Message-Topic this theory focuses on computational tasks, and considers automated procedures (i.e., computing devices and algorithms) that may solve such tasks e1 e2 installer reveal Other the siding installer erroneously installed the siding with a 6" reveal, rather than a 7" reveal as required e1 e2 stocks retirement account Content-Container i hold the stocks in an individual retirement account e1 e2 asterisk observation Other as usual, an asterisk denotes a censored observation e1 e2 counter shop Component-Whole there he received food, lodging (often sleeping under the counter in the shop itself), clothes, and instruction in the craft e1 e2 toothache jaw problem Cause-Effect_reversed a thorough oral examination, which includes dental x-rays, determines that the toothache is coming from a jaw problem e1 e2 federation dwellers Member-Collection_reversed the collaborative effort helped sa and its associate group baandhani, a federation of slum dwellers, build strong relationships with the local government e1 e2 star documentary Product-Producer_reversed the movie's child star, michael stephenson, made a documentary about the movie titled "best worst movie," released to critical success in 2009 e1 e2 theory youngster Product-Producer for a mathematician of minkowski's stature there was little glory to be had in dotting the i's on the theory discovered by a mathematically unsophisticated, unknown, unchaired youngster e1 e2 part consumer Entity-Destination only part of the food energy is passed on to another consumer e1 e2 convergence circulation Cause-Effect_reversed also, we note the convergence over the lakes caused by the land breeze circulation e1 e2 box desk drawer Content-Container we keep the box in a desk drawer and use the removable four-compartment tray to organize cash and valuables e1 e2 pair eggs Product-Producer_reversed i did have a mated pair of tiger oscars, a mated pair of green terrors, and a mated pair of jack dempseys, who all have spawned eggs and hatched fry e1 e2 bodies persons Member-Collection_reversed a statement of the boards, councils, committees and other bodies consisting of two or more persons constituted as its part or for the purpose of its advice, and as to whether meetings of those boards, councils, committees and other bodies are open to the public, or the minutes of such meetings are accessible for public e1 e2 debate need Other pam court added to the debate pointing out the need for investment in primary care as part of the long term strategy e1 e2 belly button Component-Whole_reversed our belly button heals over because there is nothing between it and our stomach except a few thin layers of skin e1 e2 holy water bottle Content-Container the holy water was in a bottle container in the form of the virgin mary e1 e2 lid sarcophagus Component-Whole the lid of the pink granite sarcophagus is decorated with isis and nephthys, which were meant to serve as guardians over the body e1 e2 relationships table Message-Topic_reversed the relationships are summarised in the table below e1 e2 striker keeper Other ji-sung finds jae-young, but the striker blasts over the bar with only the keeper to beat e1 e2 doctor x-rays Instrument-Agency_reversed a doctor uses x-rays for radiographic diagnostic purposes e1 e2 amino acid tumors Entity-Destination magnetic nanoworms and nanocrystals deliver the amino acid to the tumors e1 e2 amble walkers Member-Collection_reversed on a gorgeous autumn morning, the amble of walkers snaked down terrace road to the main entrance on the great eastern highway e1 e2 bridge admirals Member-Collection_reversed its ignominious failure, scattering a bridge of admirals sent to supervise its testing, became proverbial, even inspiring an episode of dad's army e1 e2 recession crisis Cause-Effect_reversed the severe recession triggered by the global crisis has bottomed out, thanks in part to a rebound in exports, although production remains the same e1 e2 pinots producer Product-Producer_reversed one of the most memorable pinots came from a tiny boutique swiss producer e1 e2 lodge beavers Member-Collection_reversed someone with a sense of humour decided to help a lodge of beavers in neighbouring renfrew organize their own campaign e1 e2 door truck Component-Whole he noticed a speck of blood on the man's thumb and what he thought were several corresponding drops on the driver's door of the truck e1 e2 paddle wheel boat Component-Whole a photo of a paddle wheel boat on the mississippi river at new orleans e1 e2 merchandise shop Content-Container as the plan became a reality, schwartz inventoried all the existing merchandise in the shop and prepared an excel spreadsheet to track sales e1 e2 drift hogs Member-Collection_reversed french people find truffles by taking a drift of hogs into the oak forests to locate and dig for them e1 e2 statue friend Product-Producer recently a statue of welles by his faithful friend was unveiled in split, croatia e1 e2 business flies Member-Collection_reversed it was a stinker of a day and we were accompanied by a bothersome business of flies e1 e2 flight crisis Cause-Effect in the 1998 crisis, capital flight caused a crisis on the currency markets, as the removal of funds from russia necessarily entailed the conversion of rubles to dollars e1 e2 headaches infections Cause-Effect_reversed i used to get terrible headaches from sinus and infections that resulted in taking antibiotics a few times a year e1 e2 manager resources Instrument-Agency_reversed profit centres are points in the structure where the manager uses resources in order to achieve profitability targets e1 e2 rabble butterflies Member-Collection_reversed the other group name, a rabble of butterflies, is a bit more obscure e1 e2 door bathroom Component-Whole the first door inside the bathroom is a linen cupboard e1 e2 cuisine chefs Product-Producer the gourmet cuisine seen throughout the film was prepared by chefs from the food network e1 e2 parents statement Product-Producer_reversed the parents of the american student said in a statement that they would immediately begin the process of appealing against her guilty verdict e1 e2 servewear dishwasher Entity-Destination the anoxidized servewear went into the dishwasher e1 e2 curbs roadway Other specially designed lampposts are spaced along the curbs of the roadway e1 e2 ship ocean Entity-Destination this remarkable research ship is vertically sinking into the deep ocean e1 e2 slug glass envelope Entity-Destination to prevent rust, etc., the slug c is enclosed in a glass envelope before being sealed into the tap e1 e2 spindle machine Component-Whole this attachment has a taper shank which is inserted in the spindle of the machine e1 e2 grief infertility Cause-Effect_reversed the grief from infertility is at times so overwhelming that no one person can provide all the comfort and support that his or her partner needs e1 e2 films world issues Message-Topic most of these films were tackling world issues or had a socio-political background e1 e2 species forest Other becker & castillo (1990) compared the root systems of three species of shrub or treelet with saplings of three tree species in the forest on barro colorado e1 e2 therapy vitamin Component-Whole_reversed the antioxidant therapy was comprised of vitamin e, vitamin c, beta carotene, and selenium e1 e2 program origins Message-Topic unwrapped is a television program on food network that reveals the origins of foods e1 e2 boy junk Instrument-Agency_reversed self-educated malawi boy builds windmills out of junk e1 e2 flight aircrafts Member-Collection_reversed after my arrival a flight of seven van's aircrafts came in together e1 e2 coils slots Entity-Destination the coils were inserted radially into the stator's open slots e1 e2 infections candida Cause-Effect_reversed monilia, candida or yeast infections are caused by various species of candida, especially candida albicans, and are very common in babies and young children e1 e2 bottle snakes Content-Container_reversed i pressed my nose against a bottle full of snakes, fermenting in their frozen grimaces e1 e2 dizziness dehydration Cause-Effect_reversed the elderly found it hard to cope with the high heat-humidity, which often causes nausea and dizziness from exhaustion and dehydration e1 e2 export company Other the government and some private companies hold stakes in this export company e1 e2 cowboy turn Other the cowboy swiftly adjusted the halter with a turn of chain between the jaws e1 e2 skin abdomen Component-Whole metastases from the ovary and the uterus are seen in the skin of the lower abdomen, the groin, or the upper thigh e1 e2 maze letters Other when they stood, he held out to them an endless scroll, filled with a maze of letters, words, the very stories they had been listening to e1 e2 puppeteer puppet Instrument-Agency_reversed america allows the media to manipulate society as easy a puppeteer manipulates a puppet e1 e2 query manager Product-Producer the strange query was coming from a 28-year-old african-american starbucks manager named crystal thompson e1 e2 host sparrows Member-Collection_reversed this painting depicts a swooping falcon with its claws bared pursuing a host of nine sparrows in frightened flight, the two forming an energetic arc enriched by the lifted right wing of the falcon and the panicked sparrows dispersed in all directions e1 e2 golden retriever crate Content-Container a golden retriever was in a crate in the back of the vehicle when it was stolen e1 e2 melatonin bloodstream Entity-Destination shortly, after the injection, the melatonin was released into the bloodstream e1 e2 boy force Instrument-Agency_reversed the boy pulls the rope with a force of 10.0 n; and the sled moves with constant velocity e1 e2 carbon plants Component-Whole in any forest, the carbon is stored in the plants and trees e1 e2 industry crap Product-Producer_reversed taking advantage of your seasonal obligation to buy stuff for people, the music industry unleashes its annual torrent of giftable crap e1 e2 curvature bowl Other the curvature of the piece was originally from a small bowl or cup e1 e2 convention prevention Message-Topic at first instance, this convention was concerned with prevention, reduction and control of pollution e1 e2 list safe Content-Container at police headquarters, the list of hidden initials was forgotten locked in a safe in the office of the squad's boss e1 e2 wine grapes Entity-Origin the first wine was pressed from cape grapes on february 2, 1659 e1 e2 solutions legislation Other solutions involving legislation, technical innovation and international cooperation have been examined e1 e2 letter symptoms Message-Topic the letter described the most common symptoms of breast, colorectal, lung, prostate and skin cancers e1 e2 material vial Entity-Destination the scientist enclosed a liquid material in a vial in three steps e1 e2 fraternity presences Member-Collection_reversed previous to and after the first dragon encounter, i had recall of several conversations with a fraternity of different presences e1 e2 conclusions document Message-Topic_reversed the working party's conclusions were set out in a document dated june 1951 e1 e2 deputy party Member-Collection a deputy from albania's ruling party assaulted a balkan insight editor when he was grilled over a fake law degree e1 e2 creation designer Product-Producer slighted authors submitted their books via write-in, but it was an unlikely cover that took home first prize, a creation by a designer named doogie horner e1 e2 bottle paper Content-Container_reversed i was walking on a beach today and found a plastic bottle with paper in it e1 e2 router information Instrument-Agency_reversed a router manipulates a packet's header information to influence the packet's direction e1 e2 earthquake avalanche Cause-Effect the earthquake caused a massive avalanche on the northern slope of mount huascar e1 e2 plant vehicle Product-Producer_reversed the plant builds two toyota models, the corolla sedan and tacoma pickup truck, and a small crossover vehicle for g.m e1 e2 report prisoners Product-Producer the attitude of the allies changed with receipt of the very detailed vrba-wetzler report, compiled by two jewish prisoners e1 e2 electrons approach Other they calculated the exit positions of the backscattered electrons from a single-scattering approach e1 e2 pile rocks Member-Collection_reversed he walked me over to an immense pile of rocks -- someone had broken down a stone wall -- and told me to move them to the back of the church courtyard across the street e1 e2 letter dinner Message-Topic an 1833 letter detailed a dinner that began with a very rich soup and continued with a saddle of mutton e1 e2 computer sleep Other there are several scripts to shut down windows, hibernate or put the computer to sleep e1 e2 president university Other the president of the university of the philippines is elected for a single six-year term by the university's twelve-member board of regents e1 e2 malfunction delays Cause-Effect the jfk baggage system malfunction caused delays for some flights and caused some passengers to simply travel without their things e1 e2 plane airfield Entity-Origin the plane took off from an airfield a mile away from where it crashed e1 e2 wings bat Component-Whole the wings of a bat are made of bones like those bones in our arms and hands e1 e2 particles scratches Cause-Effect small particles, grime and dirt cause friction and microscopic scratches that over time destroy the performance of equipment e1 e2 patriarch land Entity-Origin when the patriarch, abram, left his native land, god made him a tremendous promise e1 e2 ascension larks Member-Collection_reversed he resisted the urge to yank open at least a few bottles of 1787 chateau lafitte (as it was then spelled) and enjoy them with a brace of partridges or an ascension of larks or whatever the french were eating at the time e1 e2 tsunami earthquake Cause-Effect_reversed when a tsunami is generated by a strong offshore earthquake, its first waves would reach the outer coast minutes after the ground stops shaking e1 e2 apricot marmalade Entity-Origin_reversed apricot marmalade is delicious on toast first thing in the morning or on piping hot dinner biscuits e1 e2 cats claws Component-Whole_reversed cats, on the other hand, retract their claws when they walk or run e1 e2 corporal army Member-Collection he claimed to have witnessed terrible abuses in iraq as a corporal in the army e1 e2 people ship Entity-Origin he had been as concerned about the 400 people who had left the ship as about those who remained aboard e1 e2 globules action Other molten globules have moved into action e1 e2 weathering cementation Cause-Effect a deposit ages, soil formation, weathering, diagenetic processes, and earthquake shaking lead to consolidation and cementation of the sediment e1 e2 bun basket Other there were two smiling and waving individuals hanging under the bun in a wicker basket equipped with the big bunsen burner e1 e2 cast actors Member-Collection_reversed a great ensemble cast of likeable young actors makes this a joy to watch e1 e2 piece use Message-Topic this experimental piece explored the use of indigenous medicinal plants by modern urban cultures e1 e2 nut flour Entity-Origin_reversed the fermented cashew nut flour has the highest energy values while the boiled sample has the least e1 e2 present past Entity-Origin the present is constructed from the past e1 e2 labor moles Member-Collection_reversed my vegetable garden was destroyed by a labor of moles e1 e2 hobo morning Other when the hobo leaves the next morning, dick notices that on the gate is a picture of a knife e1 e2 murderer prison Entity-Origin a convicted murderer who escaped from an open prison has been found dead in a west african holiday resort, it was revealed today e1 e2 labour dispute arbitration Entity-Destination cn railway labour dispute goes into arbitration e1 e2 woman tale Product-Producer_reversed this science-fiction thriller by a seattle author is the story of jane charlotte, a young woman who tells her increasingly surreal tale of murder, kidnapping and an evil tribe of "bad monkeys" who are trying to control her actions to a skeptical psychiatrist e1 e2 paper behaviour Message-Topic this paper surveys the behaviour of the industry from its origins to the present in a perspective informed by current developments e1 e2 computer box Content-Container the computer was inside a water-proof box e1 e2 cupful shrimps Other another good salad calls for a cupful of shrimps, cut in small pieces; half a cupful of celery hearts diced small, and seasoning of pepper and salt e1 e2 hall lift Component-Whole_reversed the hall has a lift and full access for the disabled e1 e2 designer line Product-Producer_reversed games aren't the only geeky point of reference for the designer's new line e1 e2 audiophile forest Entity-Origin a little later the audiophile descended from the forest to announce cables could improve the sound of a hi fi system e1 e2 body oxygen Instrument-Agency_reversed the human body uses oxygen in order to transform glucose into energy e1 e2 sloth bears Member-Collection_reversed during play, i ingested a large sloth of gummi bears in my efforts to help ward off a potential jon lee "10-0" train e1 e2 screaming victory Cause-Effect_reversed the cheering and screaming after the victory had hardly died down when marilyn kelly proclaimed "party at my house!" e1 e2 screaming fight Cause-Effect_reversed you counted almost thirty-three honorable punches and kicks thrown in this clip of little kid screaming after the terrible fight e1 e2 mason plazas Product-Producer_reversed manuel neves, the spouse of idalina, is a mason who did work on the shopping plazas and at botti's maple avenue residence e1 e2 professor care Entity-Origin when the professor was released from medical care, he was able to fly home on a commercial flight, but required being accompanied by a medical assistant e1 e2 shoe laces Component-Whole_reversed old kook's makes super strong shoe laces, designed especially for skateboarding e1 e2 woman taxi Other the blind woman took the taxi driver to the equality tribunal e1 e2 test controversy Other poor umpiring pushed the test into controversy e1 e2 spam mail server Entity-Destination the spam already travels into the mail server e1 e2 clock button Component-Whole_reversed each side of the clock has a button that, when pressed, starts the other team's timer running e1 e2 detachment partisans Member-Collection_reversed a large detachment of soviet partisans was beginning operations in the area and so the upa company was forced right from the start to make manoeuvres in order to avoid a confrontation with the soviets e1 e2 implants jawbone Entity-Destination mdi implants were placed into the jawbone e1 e2 payment gateway Other there is several bulk sms software and the popular ones can be purchased online after making the payment through secured payment gateway e1 e2 bomb can Content-Container an unexploded bomb was discovered inside a powdered milk can two months ago e1 e2 remark author Product-Producer this is a disturbing remark from the author which indicates just how arrogant and distant the police have become e1 e2 countries recession Other other countries are also sinking into recession e1 e2 lesions leg weakness Cause-Effect lesions restricted to the rear portion of the medial part of the precentral gyrus caused a contralateral predominantly distal leg weakness e1 e2 battery barracudas Member-Collection_reversed a battery of barracudas relies on ambush e1 e2 operation arrest Cause-Effect one of the largest internet piracy rings in the world has been shut down in a police operation that resulted in the arrest of 181 people e1 e2 producer materials Product-Producer_reversed devices like that led to the company being converted to a producer of strategic materials for the axis powers during world war ii e1 e2 programme welcome speech Component-Whole_reversed the programme began with the welcome speech of the organisation's president mahabubul haider and was presided over by kranti's adviser dilip e1 e2 rice liquor Entity-Origin_reversed the taste, however, is mild, and like rice liquor gone right e1 e2 stare owls Member-Collection_reversed anyway, when he read that stacey had spent the night beneath the stare of more than 30 owls, his interest was piqued e1 e2 conditions magnitude Other these conditions have relation to such matters as the magnitude and importance of the company e1 e2 bubbles tubes Entity-Destination i have removed the bubbles into the glass tubes e1 e2 entertainer pick Instrument-Agency_reversed the entertainer defaced the soundman's vehicle with an ice pick e1 e2 results investigations Message-Topic_reversed jisc has recently released preliminary results of one of the largest investigations ever undertaken into the usage of e-books by students e1 e2 curriculum people Entity-Destination the cfa program curriculum is shipped to the people e1 e2 fortress walls Component-Whole_reversed the fortress has two layers of walls - the outer wall with the fortress gates, and the inner wall protecting the keep e1 e2 beef stew Entity-Origin_reversed it's a straightforward beef stew to which all sorts of root veg can be added e1 e2 film social factors Message-Topic of course the film also takes into account the social factors e1 e2 officer fork Instrument-Agency_reversed the officer merely calibrates the unit with a tuning fork, then points it at a moving object, which can be moving either toward or away from the gun e1 e2 incidents distress Cause-Effect dod/usaf/afrcc initiated federal sar response activities for incidents that result in aeronautical distress e1 e2 approximation assumption Entity-Origin the approximation is derived from an assumption that a is constant along the radial positions in the tube e1 e2 release presence Cause-Effect_reversed pavlov-like, looking at the picture aids "let-down," the release of milk normally triggered by the presence of the baby, its touch, its cry e1 e2 declaration statement Other a declarative sentence or declaration, the most common type, commonly makes a statement e1 e2 dispute pay Other workers at a devon hospital are due to strike on 5 january for two days in a dispute over sick pay e1 e2 bottle gasoline Content-Container_reversed the molotov cocktail is a bottle with gasoline in it that has a damp cloth in the top that acts as a wick e1 e2 brake cable Component-Whole_reversed brake cable anchor bolts are the most important fasteners on a bicycle e1 e2 winery gardens Component-Whole_reversed the winery includes gardens e1 e2 thumb hand Component-Whole he use the thumb of the hand holding the head to pull down the lower eye lid to create a pouch e1 e2 readers content Other readers focus on the content rather than struggling to see the words e1 e2 inspiration event Cause-Effect_reversed the inspiration for the multi-touch technology came from a decidedly non-digital event e1 e2 outer ear ear canal Component-Whole_reversed the outer ear also includes the ear canal, where wax is produced e1 e2 stem tree Component-Whole scratch the stem of this tree and a spicy-sweet aroma is revealed e1 e2 debate purpose Message-Topic public debate swirls over the purpose and goals of science e1 e2 people space Entity-Origin it was like playing people from outer space e1 e2 bottle liquid Content-Container_reversed a man picked us up at an airport on the west coast a short time ago, and on the floor of his car was a bottle with liquid in it e1 e2 lid tank Other the victim slipped off the gangway while attempting to close the lid of the tank trailer e1 e2 diffusion process Instrument-Agency a diffusion driven desalination process is driven by water vapor saturating low humidity air e1 e2 dinner village Entity-Origin our dinner was delivered from the local village e1 e2 reducers system Entity-Destination the company dragged the reducers into the hydrocarbon transportation system e1 e2 suspects house Entity-Origin after his alarm began to sound and the suspects had left the house, he went to the front door e1 e2 version diffing Component-Whole_reversed it's coming along really well; i've got a base version with diffing in it released in less than a couple of weeks e1 e2 protein pancreas Product-Producer insulin is a simple protein normally produced by the pancreas e1 e2 reconstruction tsunami Other now that recovery and reconstruction after the tsunami are getting under way, we want to see people move into their new homes, communities resume their livelihoods and children back into their rebuilt schools e1 e2 libertarianism essay Message-Topic_reversed libertarianism as discussed in this essay is a theory of political justice e1 e2 unit receivership Other the bond-insurance unit was placed into receivership e1 e2 cranberry syrup Entity-Origin_reversed the french toast was very tasty and the mango cranberry syrup was a nice touch e1 e2 wash water sump pump Entity-Destination draining your wash water into an open sump pump was a bad idea e1 e2 warren hares Member-Collection_reversed it was formerly known as how park, possibly through the early connexion of william de ow with the parish, and had its origin in the charter of 1200 granting william briwere the elder chase of hare, fox, cat and wolf through all the king's land (per totam terram nostram) and warren of hares, pheasants and partridges throughout all his own lands, as also licence to inclose two coppices, one of which was situated between king's somborne and stockbridge and the other was called how wood e1 e2 legion marksmen Member-Collection_reversed kurosawa hired a legion of marksmen to fire arrows at his lead actor e1 e2 method formation Component-Whole_reversed the method includes the formation of a two-layer semifmished product with a low-melting surface layer and simering combined with impregnation e1 e2 error quotas Other the european ombudsman, p. nikiforos diamandouros, has asked the european commission to correct an administrative error concerning fishing quotas in the west of scotland e1 e2 stone window Entity-Destination last night, someone threw a stone into our glass window e1 e2 rage reading Cause-Effect_reversed raj driven to rage after reading about yet another weirdly spelled web 2.0 company is struggling on techcrunch e1 e2 album public Other cent's hotly anticipated new album has been leaked on to the public e1 e2 minister conference Other foreign minister participated in a high level un conference on financing for development e1 e2 rug jar Entity-Origin as they watch, the jar breaks open and a dark man with a rolled-up rug climbs from inside the jar e1 e2 studies questions Other studies described in this article investigated two questions about forgiveness e1 e2 cells animals Entity-Destination scientists have injected human cells into lab animals e1 e2 crowd protesters Member-Collection_reversed condoleezza rice speaks amid a crowd of torture protesters e1 e2 flooding rainfall Cause-Effect_reversed the team prepared gis precipitation and contour maps of the area (approximately 777 square miles) depicting the landforms and identifying the flooding and landslides caused by the rainfall e1 e2 earthquake rupture Cause-Effect_reversed the 1906 san francisco earthquake was caused by a rupture on the san andreas fault, a continental transform fault that forms part of the boundary between the pacific plate and the north american plate e1 e2 instruments glacier Entity-Origin pioneering percussionist terje isungset plays instruments made from a 2500 year old glacier e1 e2 memorandum changes Message-Topic james p. gorman greeted his employees on tuesday with a memorandum that outlined the management changes at the firm e1 e2 lid toilet Component-Whole they posted a note on the back of the door and the lid of the toilet e1 e2 alarm circuits Component-Whole_reversed a two zone alarm means the alarm has two seperate 'detection' circuits and can identify which circuit was triggered e1 e2 relationship studies Other the relationship between funding source and study outcome was investigated in several other studies e1 e2 grains countries Entity-Destination australia exports grains to the neighboring countries e1 e2 object orbit Entity-Destination an object has been placed into orbit e1 e2 grief death Cause-Effect_reversed the grief from sudden death is completely different from expected death, when families have time to prepare and say goodbye e1 e2 book poet Other the book, compiled by the poet's daughter, includes memoirs by writers, poets, translators, critics, actors, and theater directors e1 e2 combustion flask Other schoniger's technique for combustion of organic compounds in a flask filled with oxygen is well known e1 e2 cabinet technocrats Member-Collection_reversed those who staged the coup appointed a civilian prime minister and a cabinet of civilian technocrats e1 e2 armor knights Instrument-Agency this is the best armor for knights e1 e2 beer maize Entity-Origin there is chicha, andian beer made with a maize called jora e1 e2 wounds thorns Cause-Effect_reversed the wounds caused by the scourging and the thorns are almost invisible e1 e2 creek ages Other a series of steps takes you to the top of the falls where you get a wide and spectacular view of the stone bowl that the creek has carved over the ages e1 e2 galleries occupation history Message-Topic the tunnel complex now hosts a series of galleries detailing the occupation history e1 e2 configurator parts Component-Whole_reversed the existing configurator i'm certain is built up of many parts expertly layered, probably mostly inside of this 'configed' program e1 e2 people designs Product-Producer_reversed myoats is a community where people create designs using an online drawing application e1 e2 war desires Cause-Effect_reversed the war was caused by the expansionist desires of hitler, mussolini and the japanese imperialists e1 e2 law office Product-Producer the official printed slip law is available from the government printing office e1 e2 project phases Component-Whole_reversed the project comprises several phases including 19 miles of highway expansion e1 e2 device stem Instrument-Agency_reversed the fixation device fixed the tibia proximally with a stem which was inserted into the medullary channel and connected to a rod e1 e2 narcs rock Other the narcs planted a rock of cocaine on me when they arrested my buddy with his stash e1 e2 osteoporosis decrease Cause-Effect_reversed osteoporosis is caused by a sharp decrease in estrogen levels that leads to an increased rate of bone remodeling e1 e2 subculture homosexuals Member-Collection_reversed bon vivants were a subculture of homosexuals who partied in the 50's e1 e2 tier towels Component-Whole_reversed the bottom tier was made with two bath towels, the third tier with one bath towel, the second tier with two hand towels e1 e2 girl trance Other a beautiful young girl is going into blissful trance e1 e2 coil rotor Component-Whole in the sketch at right, the electromagnet formed by the coil of the rotor is represented as a permanent magnet, and the same torque (north attracts south) is seen to be that acting to align the central magnet e1 e2 crime communities Entity-Destination they have exported serious crime to previously blissful communities e1 e2 background city Other in the background is a depiction of a city with angels that along a path that leads towards it e1 e2 design office Product-Producer the following monday, his bosses were so impressed they gave him a job as a draughtsman in the design office e1 e2 collapse consumers Cause-Effect_reversed the economic collapse was caused by consumers buying mortgages they couldn't afford and the housing collapse e1 e2 lizard tongue Component-Whole_reversed a lizard sticks its tongue out of its mouth e1 e2 fever vaccine Cause-Effect_reversed convulsions that occur after dtap are usually not caused directly by the vaccine, but by a fever, which in turn was triggered by the vaccine e1 e2 burrows birds Product-Producer burrows by birds are usually made in soft soils; some penguins and other pelagic seabirds are noted for such burrows e1 e2 appeal worker Product-Producer one of the most important ostraca found at mesad hashavyahu is a written appeal by a field worker to the fortress's governor e1 e2 journal papers Component-Whole_reversed it is a magazine style journal that publishes full-length research papers in all disciplines of science e1 e2 drug conjugates Entity-Origin the character of the drug release from the conjugates was different e1 e2 corps engineers Member-Collection_reversed the first civilization to have a dedicated force of military engineering specialists were the romans, whose army contained a dedicated corps of military engineers known as architecti e1 e2 bird container Content-Container we recommend keeping the bird in a container, not letting it loose in your house or car e1 e2 tank molasses Content-Container_reversed at the time of the incident the front tank was full of molasses, the middle two tanks were empty and the rear tank had just been emptied e1 e2 manakin sounds Cause-Effect_reversed to determine, once and for all, how the manakin was making its bizarre sounds, bostwick and colleagues decided to take feather samples e1 e2 scandal democrat Entity-Origin the biggest political sex scandal came from a democrat e1 e2 unit caisson Content-Container the motor unit is housed inside a caisson e1 e2 catheter stomach Entity-Destination a catheter was placed into the stomach through the same gastrostomy tract e1 e2 evening letter Message-Topic_reversed he painted the picture of a typical middle-class family evening in a letter to the editor e1 e2 alliance interests Member-Collection_reversed chess is a game that portrays the old power structures of feudal europe and recognizes the alliance of different authoritarian interests that kept the people of society under the yoke of service to the elite e1 e2 unit dye Instrument-Agency_reversed the assay sample preparation unit processes a specimen using a fluorescent dye e1 e2 book graduate Product-Producer in the book, the unc-chapel hill graduate explains how starbucks became a wall street favorite by making its customers feel environmentally aware, upwardly mobile, connected and cool e1 e2 angle resolution Other the opening angle of the cherenkov cone measures the velocity with a resolution of 0.2% e1 e2 manufacturer process Instrument-Agency_reversed the manufacturer guarantees the dimension by using the precise grind process e1 e2 biceps arm Component-Whole the stabilising effects on the glenohumeral joint of each of the rotator-cuff muscles and of the biceps were studied with the arm in abduction and external rotation in 13 cadaver shoulders e1 e2 data set Entity-Destination you have fetched character data into a standard result set e1 e2 flower buds Component-Whole_reversed the flower buds of forsythia require a relatively short rest period and will grow at the first sign of warm weather e1 e2 drove goats Member-Collection_reversed from time to time a drove of goats or donkeys passed by on its way to the jardin du luxembourg e1 e2 gun safe Content-Container i'm not a violent person and the gun was locked in a safe away from anyone e1 e2 plastics machine Other it damaged some components of espresso machines and the plastics inside the machine absorbed it and started to pass on odour and taste to the espresso e1 e2 mounds earthworms Product-Producer mounds in the lawn are caused by earthworms working in the top few inches of turf e1 e2 archaeologists trap Entity-Destination many archaeologists have fallen into a trap while working to solve the secret of this pyramid e1 e2 book writings Message-Topic it is a 2004 book criticizing the political and linguistic writings of noam chomsky e1 e2 knot frogs Member-Collection_reversed the knot of struggling frogs stays flopping in the same spot on the pond surface e1 e2 water receptacle Entity-Destination with the ramps and platform for off-ground vehicle washing, used water is collected in a receptacle below platform e1 e2 doctor mask Instrument-Agency_reversed in your issue of april 26 a photograph shows a woman doctor with a precautionary mask against sars infection, attending a patient e1 e2 recipe page Entity-Origin this page is based on the well working recipe from the pizza dough page e1 e2 implants function Other these implants were placed into function e1 e2 drive car Content-Container the hard drive was forgotten placed inside a car, which was ignited e1 e2 ballads politicians Message-Topic these ballads specialized in lampooning politicians and authority figures who encouraged irishmen to fight in foreign wars e1 e2 stallions stud Other we have three of the finest hanoverian stallions in england standing at stud e1 e2 directive discrimination Message-Topic the directive applied to discrimination on the basis of gender reassignment as well as discrimination on the basis of sex alone e1 e2 website maps Component-Whole_reversed this website gives you detailed maps and trails that are specifically in kent e1 e2 float crocodiles Member-Collection_reversed seth tends to devote his affections to his float of crocodiles that live in the tiny swampland on seabat isle e1 e2 slice dish Entity-Destination then, we placed a bread slice into the heatproof baking dish e1 e2 painter perch Instrument-Agency_reversed the painter uses a perch and a roller to apply the painting to the roof of a building e1 e2 sugar mix Entity-Destination in the next step, the chef added sugar into the mix e1 e2 marriage rituals Component-Whole_reversed the marriage combined the rituals of the mangalorean bride and the punjabi groom with the vows being exchanged according to south indian tradition while pre-wedding rituals like 'mehendi' and 'sangeet' conducted as per punjabi tradition e1 e2 criminal procedure legal process Other criminal procedure refers to the legal process for adjudicating claims that someone has violated criminal law e1 e2 apple tree Entity-Origin the apple went away from the apple tree e1 e2 unit memory Component-Whole_reversed the system unit is comprised of a central processing unit, memory, power supply, and an internal clock e1 e2 electrodes method Other the present invention relates to a method for producing battery electrodes, electrodes produced by this method, and batteries containing such electrodes e1 e2 women pump Instrument-Agency_reversed most women use a portable pump for this purpose e1 e2 cells carbon dioxide Product-Producer_reversed direct-formic acid fuel cells convert formic acid and oxygen into carbon dioxide and water to produce energy e1 e2 subtitles files Entity-Destination the user added subtitles into the mp4 files e1 e2 rennet animals Product-Producer the best cheeses use a rennet naturally produced by animals and unpasteurised milk from the neighbourhood farm with its bacteria and nutrients intact e1 e2 nobleman organization Product-Producer_reversed in 1890, the nobleman organized and founded a sports organization, union des societes francaises de sports athletiques (usfsa) e1 e2 corn starch Entity-Origin_reversed with corn starch as its source material, plantic's plastic is also cost-competitive e1 e2 revenues selling Cause-Effect_reversed licenses and permits are revenues from the selling of vendor and dog licenses and other items e1 e2 birds feathers Component-Whole_reversed birds take a lot of time caring for their feathers e1 e2 mathematician formula Product-Producer_reversed the first mathematician derived the new formula for the sum of the fourth power using a method that is readily general for determining the general formula for the sum of any integral powers e1 e2 light azimuth Entity-Origin oblique light is directed toward the specimen from any azimuth to achieve the best desired effect for a given specimen e1 e2 building man Other but none of this was really necessary, because you just head for the largest building ever created by man e1 e2 activity resources Other the following activity involves surveying the child health resources available in your group's community e1 e2 culture bacteria Other much of the work on continuous culture of bacteria has been carried out with aerobic bacteria, though little has been done with strict anaerobes e1 e2 entertainment comedy Component-Whole_reversed cabaret is a form of entertainment featuring comedy, song, dance, and theatre e1 e2 author articles Product-Producer_reversed michael barry is one of the most respected riders in the peloton and the author of two books and many fascinating articles e1 e2 cartilage backbone Other as you age, the bones and cartilage that make up your backbone and neck gradually deteriorate, sometimes forming irregular bony outgrowths called bone spurs e1 e2 grave fool Product-Producer when the guard happened upon a mass grave dug by this sick fool, a massive, horned, disgusting behemoth was digging itself out e1 e2 name verb Entity-Origin the name peerbot arose from the verb 'to peer' e1 e2 money producers Entity-Destination the government gave money to wind power producers e1 e2 crank fishing reel Component-Whole the user holded the handle with one hand and used the other hand to rotate the crank of the fishing reel e1 e2 round drinks Member-Collection_reversed i went with a few friends up to the sky pool bar area, proceeded to order a round of cocktail drinks and had to wait a considerable amount of time for them e1 e2 aerie eagles Member-Collection_reversed we saw an aerie of eleven eagles soaring majestically alongside us on the heights of monte espino e1 e2 inventor radio Product-Producer_reversed the veteran inventor best-known for creating the clockwork radio is planning to float his incubator company on the stock exchange e1 e2 cartload monkeys Member-Collection_reversed they're as artful as a cartload of monkeys when it comes to breaking the rules e1 e2 choice book Other a choice takes you forward by a more or less fixed number of pages at any given position in the book e1 e2 article testing Message-Topic an article has been prepared on patient self testing of oral anticoagulation e1 e2 flatware steel Entity-Origin_reversed heavy-gauge flatware is composed of polished stainless steel for good heft and balance e1 e2 compiler programmer Instrument-Agency the compiler assumes that the programmer passes an object to the method e1 e2 adjective noun Entity-Origin the adjective capitolinus was of course derived from the noun e1 e2 commodities cocoa Member-Collection_reversed there is need for "agreement between producers and consumers that established fair prices for commodities, including those such as cocoa, coffee, sugar and tropical timber" e1 e2 musicians instruments Instrument-Agency_reversed most musicians have developed a standard of their own for cleaning their instruments e1 e2 congressmen party Other only a few congressmen attended that first party in 1977 e1 e2 congregation birds Member-Collection_reversed chilika supports the largest congregation of migratory birds in the country during winter e1 e2 people body Entity-Origin they have talked to people who have come out of their body in surgery; they come out of their body after an accident e1 e2 coterie dogs Member-Collection_reversed the minnesota zoo's northern trail is home to a coterie of black-tailed prairie dogs e1 e2 bottle solution Content-Container_reversed the "rosewill lcd/plasma screen cleaner" came with a bottle full of solution and a cloth and a spray bottle to put the solution in e1 e2 barn farm Component-Whole the bull is grazing at the hay pen by the barn at a farm in the mennonite heritage village e1 e2 kennel hounds Member-Collection_reversed you needed a glamour cat to purr in this kennel of hungry hounds e1 e2 subculture beatniks Member-Collection_reversed in the 50s, as the postwar generation lived lives of "leave it to beaver," a subculture of beatniks and musicians was busy being "mischievous, irreverent, impulsive, drunken, and sex-obsessed," breaking the social mores that came along with ike and the baby boom e1 e2 laboratory magnets Product-Producer_reversed the laboratory made elementary mistakes in the production of the magnets and their anchors that made them insecure once the system was operational e1 e2 bank monitors Member-Collection_reversed the first thought we had was to set up the bank of monitors and simply feed a bright and unusual color to it, such as green, and then use the greenscreened monitors to later add video of our choosing e1 e2 escapee following Other a british prison escapee who taunted police over the internet has established a following of more than 32000 fans on facebook e1 e2 entrance tunnel Component-Whole unlike modern tunnels, the brothers placed their fan at the entrance of the tunnel e1 e2 injection vein Entity-Destination a new trial injection was inserted into a leg or an arm vein e1 e2 focus groups needs Other the purpose of the focus groups was to determine user needs, wants, and concerns early and progressively throughout the development of the prototype e1 e2 sentence disease Message-Topic the second sentence tells us about heart disease, which is an illness of late middle age and old age e1 e2 side light Other the port side of a vessel is indicated with a red navigation light at night e1 e2 pollutant rain Cause-Effect more than 4500 tons of nitrogen oxides annually -- a pollutant that causes smog, acid rain, and contributes to asthma attacks and other breathing problems e1 e2 section duties Message-Topic this section outlines the duties of the trust with respect to setting the bbc's editorial standards e1 e2 addiction neglect Cause-Effect addiction and poverty lead to neglect and abuse e1 e2 chap fiddle Instrument-Agency_reversed it includes acts such as a chap who plays jigs on the fiddle while balancing on a rope e1 e2 liver rats Component-Whole we also showed the presence of 22:6(n-3) in the liver and brain of weanling rats e1 e2 owls locations Entity-Destination the juvenile tawny owls were released into four woodland locations e1 e2 railing bridge Component-Whole ahead of her the young woman stops again and is leaning over the heavy iron railing of the bridge e1 e2 children spoon Instrument-Agency_reversed the children ate the cake with a spoon e1 e2 writers papers Product-Producer_reversed with medical ghostwriting, pharmaceutical companies pay both professional writers to produce papers and then pay other scientists or physicans to attach their names to these papers before they are published in a medical or scientific journals e1 e2 flush clubs Other i had three of the eights against a flush of clubs e1 e2 nation years Entity-Origin the nation emerged from president george w. bush's eight years in office more dependent on oil than ever before e1 e2 susceptibility cancers Other he has inherited susceptibility to certain cancers e1 e2 swelling smoking Cause-Effect_reversed the swelling of the vocal fold mucosa is caused by smoking e1 e2 incubation reduction Cause-Effect in conclusion, incubation of the aorta produces a specific reduction in agonist-evoked contraction e1 e2 turkey crock pot Content-Container making a slow cook turkey in the crock pot is pretty similar to making one in the oven e1 e2 celebrity party Other the celebrity arrived to crash the party e1 e2 meal chef Product-Producer everyone, including the chef, is a 'soldier first' and 'tradesman second', and troops find themselves eating a meal cooked by the same chef who supported them out on patrol or fired mortars in the same mission e1 e2 stories future Other his stories range from near future predictions to far future, far space improvisations e1 e2 riffraff characteristics Other we owe it to ourselves to separate the riffraff from riffraff of less unsavory characteristics e1 e2 particles vessel Content-Container in this study, we examined the suspension of solid particles in a vessel equipped with dual traditional impellers e1 e2 warmouth bin Content-Container the warmouth, for example, was in a bin next to some nearly translucent banded pygmy sunfish e1 e2 rim cockpit Component-Whole i quickly glanced around to see if the tow crew was near yet and then kissed the rim of the cockpit e1 e2 tourism sector poverty Other the tourism sector is sinking into deeper poverty e1 e2 chicken road Entity-Origin it was pushed on the road by another chicken, which went away from the road e1 e2 life alien worlds Entity-Destination such cosmic impacts also have spread life to alien worlds e1 e2 flowers garden Component-Whole it can be seen among the wild flowers growing in the lower garden of pavilion vi e1 e2 issue attention Other in recent years, the issue of experimentation upon nonhuman animals has become the subject of media attention e1 e2 piece fellow Product-Producer this is a brilliant piece of work by a fellow not one person in the music press would ever have tipped to write one of the great scottish albums of the last five years e1 e2 silver ring Other on the last day, in a small shop in the plaka, the oldest quarter in athens, i bought a silver ring with athena's image carved on it e1 e2 science fiction novel Other rama revealed (1993) is a science fiction novel by arthur c. clarke and gentry lee e1 e2 high humidity rainfall Cause-Effect_reversed the high humidity caused by the rainfall damaged the seed of pu already mature while the good soil moisture allowed the seed of so, to and oo to fill better e1 e2 president help Other additionally, the president won the democratic nomination with the help of the super delegates e1 e2 rye liquor Entity-Origin_reversed at its height, the whiskey rebellion involved thousands of pennsylvania farmers being taxed on rye liquor, their chief export e1 e2 location fortress Other the superb location of this fortress allows us a great view over the surrounding mountains e1 e2 trunk lid Component-Whole_reversed mount the antenna on the trunk lid, at least 3 inches from the front edge e1 e2 criticism context Message-Topic their moral criticism concerns the particular social and personal context in which they appear e1 e2 stand trees Member-Collection_reversed this was the thought until recently when a small stand of ginkgo trees were found growing in a remote valley in china e1 e2 phalanx storks Member-Collection_reversed in the autumnal season, a phalanx of storks, herons, or swans, mounts into the heavens, like an ascending pyramid, to migrate from the frigid to the torrid zone e1 e2 e-mail manager Product-Producer in a frantic midnight e-mail to colleagues, the bank's senior technology manager referred to the situation as an "unprecedented crisis. e1 e2 debris atmosphere Entity-Destination a giant asteroid, like the one shown in this artist's rendering, has thrown fiery debris into earth's atmosphere e1 e2 defendant witness Other the defendant, in order to prove his plea of justification, produced a witness named mary dillon e1 e2 virus disease Cause-Effect first, the h5n1 virus has caused by far the greatest number of human cases of very severe disease and the greatest number of deaths e1 e2 citizens boarder guards Entity-Destination the usa government handed over these detained foreign citizens to russian boarder guards e1 e2 guide interactions Message-Topic overall the guide speaks about creative and dynamic interactions e1 e2 lamp fitting Component-Whole_reversed this reflects much of the light back towards the lamp fitting e1 e2 manhole cover Component-Whole_reversed in the nineteenth century, modern manholes and the modern manhole cover were developed e1 e2 gardeners mulch Instrument-Agency_reversed some gardeners use a thick mulch for this purpose e1 e2 symptoms chemical changes Cause-Effect_reversed many symptoms of fight or flight are caused by chemical changes in the body, but these two symptoms of are caused by chronic, rapid, shallow breathing e1 e2 batter pan Entity-Destination following step 2 in making pancake, he poured the batter in the pan e1 e2 issue discussion Message-Topic_reversed the issue of the legitimacy of kosovo's declaration of independence is now under discussion by the international court of justice e1 e2 products charities Entity-Destination public brand products were donated to charities e1 e2 researchers ink Instrument-Agency_reversed the sensors being created inside the fiber are so tiny that the researchers mark their location with ink e1 e2 photo window Other i took this photo out of an airplane window e1 e2 owner grease Instrument-Agency_reversed the owner had installed the closed-end nuts with a generous dab of wheel bearing grease e1 e2 pack scripts Member-Collection_reversed the agency spent this week auctioning off a 12-pack of beer-commercial scripts on ebay e1 e2 urine adults Product-Producer the urine output of the normal adults was 1350ml e1 e2 clutter planes Member-Collection_reversed i was formerly a person who looked at the sky expecting only the usual clutter of planes, stars, and the occasional blinking satellite e1 e2 plane airport Entity-Destination this plane arrives into the international airport in melbourne e1 e2 mouse scroll wheel Component-Whole_reversed the mouse is a traditional ball mouse with 3 buttons and a scroll wheel e1 e2 musicians state Entity-Origin many excellent musicians emanated from ihe hoosier state e1 e2 hilt sword Component-Whole i had my hand on the hilt of the sword waiting for your signal to kill him e1 e2 congregation people Member-Collection_reversed we were a congregation of young people concerned about the religious education of our children as well as creating a good life in our community e1 e2 communities builder Product-Producer i visited other communities the builder had built e1 e2 box chest Content-Container that box was in a chest that had been locked since at least the early 1800s e1 e2 movie celebrations Message-Topic the 1983 movie "a christmas story" captured the nation's heart with a story about 1950s middle american celebrations during the christmas season e1 e2 factory padlock Product-Producer_reversed another product from the factory was the scandinavian padlock ("polhem locks", swedish: polhemslas) e1 e2 carpenter shaft Entity-Destination a carpenter fell into an elevator shaft e1 e2 teenagers ties Other homeless teenagers return home with the help of family ties e1 e2 assassination arrests Cause-Effect the assassination resulted in extensive arrests of governmental, security, and criminal figures e1 e2 rope pearls Component-Whole_reversed pearls are expensive and rare, many women prefer to buy a good-sized south sea pearl pendant, instead of opting for a rope of pearls e1 e2 suitcase clothing Content-Container_reversed a suitcase with some clothing in it had been left by my bed earlier in the week e1 e2 guy swab Instrument-Agency_reversed the guy cleaned the heads with a cotton swab soaked in flushing fluid, changed the pad, and then ran a head clean, the results were amazing e1 e2 director reportage Product-Producer_reversed during his early period, the director produced numerous documentaries, including an interview with aleksandr solzhenitsyn and a reportage about grigori kozintsev's flat in st petersburg e1 e2 paragraph purpose Message-Topic opening paragraph defines purpose of essay clearly and succinctly, allows the reader to predict what follows and establishes a clear theme for essay e1 e2 storm damage Cause-Effect the storm resulted in 31 deaths and 2.5 million dollars damage e1 e2 silver ring Other i bought a silver ring from a bass pro shops, a hunting/fishing chain store, for $53 e1 e2 idea story Entity-Origin the idea for the film came from a short story by ward greene entitled "happy dan e1 e2 pottery friend Entity-Origin the name of keith murray meant nothing to me until i was given some pottery by a friend who was leaving for america e1 e2 plane cemetery Entity-Destination the plane crashed and landed into a cemetery killing 17 children e1 e2 shooter bullets Instrument-Agency_reversed a sporting shooter in a nearby car killed her with three bullets from his gun e1 e2 portrait paintings Message-Topic_reversed his portrait appears in innumerable paintings in the national gallery, sometimes with his mother in a supporting role e1 e2 congress states Member-Collection_reversed the first involved representation in congress of different-sized states e1 e2 examination paper physical geography Message-Topic one examination paper was in physical geography, the other in political geography e1 e2 policies disaster Cause-Effect obama's economic policies are turning into a global disaster e1 e2 bottle water Content-Container_reversed the desert temperature at the time of her death was 110 degrees, but a bottle with water in it was found with her body, raising doubts on dehydration as a cause of death e1 e2 lover hand Component-Whole_reversed i found a lover with a slow hand e1 e2 suitcase cash Content-Container_reversed on his journeys around the world, yasser arafat was in the habit of taking a suitcase full of cash for "emergency" cases e1 e2 egg bottle Entity-Destination the egg was pushed into the bottle e1 e2 seat truck Component-Whole i had enough plywood left over from previous jobs to build the box, and there was a nylon tow strap stored behind the seat of the truck e1 e2 environmentalists economics Other environmentalists, utilities, and green businesses are turning to behavioral economics e1 e2 play trip Other the original play was inspired by a trip to europe made by murray burnett in 1938 e1 e2 bed post Component-Whole_reversed his big slouch hat even was cocked jauntily over the bed post e1 e2 class students Member-Collection_reversed in some cases, however, teachers have been given sole responsibility for a class of thirty students, with as many as ten having disabilities e1 e2 plane airport Entity-Origin the plane took off from an airport in duval county, florida on saturday e1 e2 automobile sheriff Instrument-Agency harry loper had provided the automobile that the sheriff used to get the two men out of harm's way e1 e2 dancer studio Entity-Destination the dancer has arrived into the studio e1 e2 eggs belly Content-Container scientists have discovered for the first time a dinosaur with shelled eggs inside her belly e1 e2 laptop manufacturer Product-Producer there has been abuzz in recent weeks about the arrival of a diminutive new laptop from a little-known hardware manufacturer e1 e2 servant spoon Instrument-Agency_reversed the servant who carves removes the fat with a spoon e1 e2 supreme court states Other the supreme court has applied the protections of this amendment to the states through the due process clause of the fourteenth amendment e1 e2 pizza dough bin Content-Container the pizza dough was in a bin on the floor e1 e2 species land Entity-Destination these species migrated into the fallow land e1 e2 system participants Instrument-Agency most importantly, the increase in bold activity in these regions was independent of the motor system that the participants used to express their decision e1 e2 miles sea Other in the end what was left of the city was miles from the sea, and many of the inhabitants left swampy lowland to live in the surrounding hills e1 e2 sailor musket Instrument-Agency_reversed in the foreground, the illustration shows a sailor with a musket standing on the shore e1 e2 kit pigeons Member-Collection_reversed each club member flew his flock or kit of twenty pigeons, to be judged for twenty minutes e1 e2 murders execution Cause-Effect thus, evaluating capital punishment as a form of retribution is reduced by sellin to merely estimating the proportion of capital murders that result in execution e1 e2 addiction information Message-Topic_reversed this website is dedicated to providing quality addiction related information and drug and alcohol treatment program listings e1 e2 opioids pain Other in recent years there have been many advances in the use of opioids for cancer pain e1 e2 clusters cosmology Other the authors propose galaxy clusters as a tool for cosmology e1 e2 dizziness injury Cause-Effect_reversed dizziness was caused by whiplash and head injury e1 e2 richness martens Member-Collection_reversed when fur coats were popular, a richness of martens were sacrificed to make one coat e1 e2 neighbors snow Other five neighbors used snow blowers to clear the road ahead while the other neighbors dug out the snow around the ambulance with snow shovels e1 e2 hull scratch Cause-Effect the hull caused a scratch on the eye and that is why it's not healing all the way e1 e2 e-mail request Message-Topic in one e-mail, climate scientist benjamin santer commented on a request for data and correspondence from science blogger stephen mcintyre e1 e2 massacre onslaught Cause-Effect the massacre resulted in a local and international onslaught e1 e2 knowledge descendants Other our ancestors have passed on knowledge to descendants e1 e2 necromancer power Instrument-Agency_reversed the necromancer wields the power of death itself, a power no enemy can stand against e1 e2 statement head Product-Producer this week, for example, brought a public statement by the head of now acknowledging that the fight to have women valued for their inner beauty is essentially a wash e1 e2 manager plane Entity-Origin pilot-money manager who bailed out of plane over shelby county says in letter he "snapped" e1 e2 cornucopia opportunities Other hell already offers a cornucopia of employment opportunities for anyone coming from a myriad of backgrounds, but they lack name recognition e1 e2 church obscurity Other the church is sinking into indolent obscurity e1 e2 colds inflammation Cause-Effect both colds and flu cause inflammation of the mucous membranes (found in the nose, throat and mouth) e1 e2 division musketeers Member-Collection_reversed at one point, for instance, attacking a large division of musketeers with a small group of lancer cavalry resulted in a massacre of the musketeers e1 e2 maker apps Product-Producer_reversed the suit accuses the maker of apps like "slideshow" for myspace and "superwall" for facebook of making its unencrypted customer data "available to even the least capable hacker. e1 e2 message mail application Entity-Destination another message is being delivered to another mail application e1 e2 woman closet Entity-Destination a japanese woman moved into the bloke's closet e1 e2 crush executions Other texas prepares for crush of executions e1 e2 constipation abdominal pain Cause-Effect constipation is the most common cause of abdominal pain in the pediatric population e1 e2 insects wings Component-Whole_reversed insects wings are very thin so the poor insect must beat (or flap) their wings very fast so that they can really take off to fly e1 e2 document proof Message-Topic it is an official document providing proof of ownership of a motor vehicle e1 e2 poverty administration Cause-Effect_reversed our country is resolving the war and poverty caused by the previous administration e1 e2 aurora polar bears Member-Collection_reversed i had to battle through an aurora of polar bears to get to the station, where all the trains were cancelled and the one that i finally got took 37 hours to get to london, where there is no snow and it is about 20c like a summer day e1 e2 ensembles festival Other 22 traditional dancing ensembles participated in the festival of razlog e1 e2 area cortex Component-Whole this area is part of the association cortex, regions of the brain responsible for incorporating and synthesizing information from multiple other brain regions e1 e2 piano framework Component-Whole_reversed secondly, the soundboard contributes much more to the timbre underneath the keyboard because it is less obscured by the piano 's framework and hammer mechanism e1 e2 daughter microwave Entity-Destination a man had a psychotic episode when he put his baby daughter in a microwave e1 e2 mitigation prescriptions Entity-Destination doctors have inserted ghg mitigation into the prescriptions e1 e2 key pouch Content-Container no one found the handcuff key, which was hidden in a small pouch in his gym shorts e1 e2 water plate Entity-Destination she just poured half a bottle of water into her lunch plate and all over the table e1 e2 mails servers Entity-Destination the incoming mails are sent to queue servers e1 e2 sisterhood dancers Member-Collection_reversed tina moeckel and gail coakley have been with the guild for 17 years, have sons and daughters who they have danced with onstage, worked with backstage, and belong to a sisterhood of women dancers, now lifelong friends e1 e2 property vessel Other for registration purposes, the property in a vessel is divided into 64 indivisible shares e1 e2 offense game Other the buffs once again lacked playmakers, the wide receivers couldn't get open, the offense went away from the running game early e1 e2 users content Product-Producer_reversed an emerging category is "podcasting", in which users generate content for widespread download on portable mp3 players e1 e2 script childhood Entity-Origin the script was drawn from his own childhood when he felt that his father couldn't understand his feelings and emotions e1 e2 treat towel Content-Container along with lots of padding, a treat wrapped inside a towel was put inside the seat of the stuntman's pants to entice the dog to bite the padded part e1 e2 energy coal Entity-Origin 38% of the world's generated electrical energy is gained from coal e1 e2 pain contraction Cause-Effect_reversed the pain was radiating from the contraction out to my hips and back and then down both my legs all the way to my toes e1 e2 corpses graves Entity-Destination they have placed corpses into shallow graves along with stone tools e1 e2 problems debate Message-Topic_reversed the problems of crime and the quality of justice have become central issues in public debate e1 e2 farmers implements Instrument-Agency_reversed farmers till their fields with implements which europeans know only from museums e1 e2 scum nationalities Other the citizens remained in their houses, and only vagabonds, the scum of various nationalities, and spies were about; women were not to be seen, or only such as belonged to the dregs of society e1 e2 straw stack Other hardcore country cats are happy to live in the shed or the chicken house, or a nest deep inside a straw stack e1 e2 seed oil Entity-Origin_reversed the study demonstrates that ultrasound is a reliable and great efficiency tool for the fast extraction of korean pine seed oil e1 e2 anger speech Cause-Effect_reversed the fresh muslim anger has been caused by the opening speech delivered by pope benedict xvi on september 12, 2006 e1 e2 evening drink Other i milked their evening drink for them and then found them asleep e1 e2 cold sores virus Cause-Effect_reversed cold sores or fever blisters are caused by the herpes simplex virus and are usually relatively easy to identify e1 e2 trainer end Instrument-Agency_reversed the trainer touched the scorpion lightly with the end of a straw and it lifted its tail up e1 e2 throng shoppers Member-Collection_reversed suddenly, they were in oxford street, amid a throng of shoppers e1 e2 head-phone system Component-Whole the head-phone of the ear pad system is provided with a head band which is formed into an approximately u-shape mounted on a head top portion of a user e1 e2 coat cassock Entity-Origin the coat was evolved from the cassock, a loose, knee-length coat with buttons all the way down the front e1 e2 companies countries Entity-Destination many japanese companies have been moving into developing countries for cheap labor e1 e2 parents fraud Other his parents have been dragged into his alleged life insurance fraud e1 e2 author book Product-Producer_reversed the canadian author's sixth book is a domestic tragicomedy about love, alcoholism and failed families e1 e2 projects social justice Message-Topic it creates projects having to do with social justice and environmental justice e1 e2 natural science study Other biology is the natural science concerned with the study of life and living organisms e1 e2 rug plans Entity-Origin sounds like the rug got pulled out from the original plans e1 e2 dough pie pan Entity-Destination she formed the dough into a round loaf and placed the dough in a greased nine-inch metal pie pan e1 e2 dynamic literature Message-Topic_reversed this predictable dynamic has recently been established in the research literature e1 e2 fish tidal action Other some of them breed in the rice-field, while other fish enter the field through tidal action e1 e2 plastic bottle meth lab Content-Container_reversed the plastic bottle contained a working "shake-n-bake" method meth lab e1 e2 editor newspaper Entity-Origin editor resigns from student newspaper after publication of controversial cartoon e1 e2 panel advocates Member-Collection_reversed in a staggering lapse of judgment, the national research council let its panel of hydrogen advocates publish a deeply flawed report trashing plug-in hybrids e1 e2 shepherds trebuchets Instrument-Agency_reversed real shepherds use trebuchets e1 e2 machine monitor Component-Whole_reversed this particular elliptical machine has a dual grip heart rate monitor so that when you get the power intensity ramp on full stride you can keep track of how your heart is reacting to your workout e1 e2 car camera Component-Whole_reversed that car had a number of gps sensors and lasers, a camera, and other equipment to help it make its way through the course e1 e2 elevator operator Instrument-Agency the elevator operator is a meditation on the simultaneous power and futility of hope e1 e2 blade hilt Component-Whole_reversed the gatotsu stance itself is done by holding the blade by the hilt in the left hand, and poising the right hand above the tip of the blade e1 e2 gunman leg Other a gunman pumped a bullet into his right leg and fled his northwest side convenience store with several hundred dollars e1 e2 bride pheras Entity-Origin for the zillionth time in a hindi film, a bride runs away from the pheras on her wedding day e1 e2 train station Entity-Origin as the little black train goes from station to station, driver zach picks up more and more silly passengers e1 e2 colloquia language Message-Topic this is facilitated through regular colloquia on the subject of language and society, as well as through a diverse curriculum of courses offered toward the clasp graduate certificate e1 e2 plants grain Product-Producer_reversed so when the plants came up and bore grain, then the weeds appeared also e1 e2 findings interactions Message-Topic overall, the findings on class work discourse point out invariant teacher-student interactions e1 e2 mob thugs Member-Collection_reversed an attorney of law and his two sons who are public prosecutors, accompanied by a mob of about 50 thugs attacked an historical roman orthodox church in rasheed, egypt e1 e2 inquiry safety issues Message-Topic the inquiry was confined to investigating marine safety issues e1 e2 son dish Product-Producer_reversed her son, trent, remade for his father the dish cooked at the school that day e1 e2 people world Entity-Destination in the past three to four years, many industry people have come into the venture world e1 e2 legs company Product-Producer and those are guys running on the exact same legs made by the same company e1 e2 quarrel money Cause-Effect_reversed the quarrel during the night of the crime was caused by money e1 e2 manuscript study Other the manuscript has been the object of intense study by many professional and amateur cryptographers e1 e2 list data structures Member-Collection_reversed shigang chen and liman wei, both of santa clara, calif., and partha bhattacharya of cupertino, calif., have developed a method for removing redundancies from a list of data structures e1 e2 concept car motor shows Component-Whole it was a concept car displayed by bmw in 2007 at several international motor shows e1 e2 skull authorities Entity-Destination infamous criminal's skull was handed over to the authorities e1 e2 sinusitis infection Cause-Effect_reversed sinusitis is the inflammation of the sinuses caused by a bacterial infection e1 e2 physics turmoil Other enigmatic discoveries of dark matter a few decades ago and of dark energy a few years ago have thrown physics into turmoil e1 e2 spring valve Component-Whole notwithstanding the use of special assembly techniques, it is currently quite common to find, downstream of the assembly line, known radiator caps with the small spring of the low-pressure valve imperfectly aligned with one of its necessary bearing surfaces and/or with the shutter, which leads to unpredictable operation of the radiator cap and consequent rejection of the product e1 e2 worker plank Instrument-Agency_reversed another worker with a long straight-edge plank screens over the wall to remove any bumps e1 e2 objects sand Entity-Destination because of the air pressure, the objects sank into the sand e1 e2 hookup vessels Other the current study demonstrates that angiogenesis occurs early following transplantation, resulting in a hookup of donor and recipient vessels e1 e2 blackberry jelly Entity-Origin_reversed the jar on the left has blackberry jelly, the middle jar is relish, and the jar on the right is blueberry jam e1 e2 subject card Other as the face of each card is displayed, the subject identifies the name associated with the card e1 e2 works parts Component-Whole_reversed of these one of the very first that occurred to me was, that there is seldom so much perfection in works composed of many separate parts, upon which different hands had been employed, as in those completed by a single master e1 e2 pin microcontroller Component-Whole this means that current flowed out of the pin of the microcontroller e1 e2 fire aftershock Cause-Effect_reversed during the great fire of the aftershock in tokyo in 1923 many ginkgo trees survived while other trees died e1 e2 people instructions Instrument-Agency_reversed dianetics appealed to a broad range of people who used instructions from the book and applied the method to each other, becoming practitioners themselves e1 e2 paragraph number Message-Topic the paragraph states that the number of rules is finite e1 e2 clique ladies Member-Collection_reversed the town's most popular sculpture, however, is the high-heeled clique of bost ladies created by malmo artist fred aberg e1 e2 dashboard area car Component-Whole he started with the dashboard area of the car, as that's where so much dust and dirt shows up e1 e2 product attack Cause-Effect_reversed the major product arose from an attack of aromatic compound e1 e2 crust planet Component-Whole the crust of the planet was flooded with melt and the crater tended to erase itself e1 e2 pleiad builders Member-Collection_reversed there are two important personalities among the pleiad of builders of bulgaria after the liberation, which are opposite to each other in their state-political views and activity e1 e2 cancer lymph nodes Entity-Destination cancer has spread into lymph nodes close to the tumour e1 e2 gas shell Entity-Origin in the known reciprocating hermetically sealed motor compressors, the refrigerant gas arrives vaporized from in the shell e1 e2 ensemble decision trees Member-Collection_reversed one approach is to have an ensemble of decision trees with each data site contributing its own local decision tree to the ensemble e1 e2 interpolation distortion Cause-Effect interpolation of the missing samples repairs the waveform with a minimum of distortion e1 e2 cell mass flask Content-Container the results were obtained after measuring the cell mass in a flask e1 e2 door locks Component-Whole_reversed nearly two-thirds of all burglaries involve forced entry, and they succeed partly because of flimsy door locks and mounting hardware e1 e2 fable difference Message-Topic the fable narrates a difference between prehistory and history that is beyond the comprehension of those on either side of the divide e1 e2 couple coffee Instrument-Agency_reversed a couple relaxes with a cup of coffee at one of alaska's fabulous bed and breakfasts e1 e2 grove pines Member-Collection_reversed we gathered kindling in a grove of tall pines near the cabin e1 e2 converter process Other the dc-dc converter was manufactured in a 130nm bulk cmos process e1 e2 house foreclosure Other the house is going into foreclosure e1 e2 rod damper Component-Whole the rod of the damper passes thru the main stem, so you need to have a top nut with a hole in it (part 110 in the drawing) e1 e2 bomb car Content-Container a planted bomb put inside a sedan car exploded in front of the fine arts institution at mansour neighborhood e1 e2 remarks results Message-Topic the following remarks have special reference to the results obtained in the human lung e1 e2 editor cum scientist reverence Other the editor cum scientist approached the pod with reverence, and a remote control device e1 e2 bark trunk Component-Whole the bark of this tree trunk presented an interesting pattern e1 e2 files folder Entity-Destination i chose the simplest option: i copied and stored the files in a specific folder, and used them from there e1 e2 devastation education Cause-Effect_reversed the worst devastation around us has been caused by the abject failure of religious education e1 e2 message box Content-Container the message was inside a box of post toasties e1 e2 player equipment Instrument-Agency_reversed whatever your choice, that horribly dated chick corea electric keyboard tone on the first cut sounds like the player bought his equipment at toys "r" us e1 e2 swarm eels Member-Collection_reversed in an effort to lighten the sexually intense atmosphere that surrounded us like a swarm of excited electric eels, i decided to try a bit of humor e1 e2 manufacturer response Product-Producer_reversed when a fan of ea's golf game pointed out a flaw that tiger woods could play a "jesus shot" from on water, the game manufacturer's response was this viral featuring the man himself e1 e2 order preachers Member-Collection_reversed the impossibility of attending with frequency congregations gathered in various parts of the kingdom, led before long to the employment of lay speakers; and these in turn gradually gave place to an established order of itinerant preachers; and later these again to ministers settled for a limited period, with superintending bishops e1 e2 ovens mechanism Component-Whole_reversed he purchases only microwave ovens that have a "fail safe" mechanism, which shuts off the power when the door is opened or prevents the door from opening when the oven is operating e1 e2 cerebellum brain Component-Whole in humans, the cerebellum comprises only about one-tenth of the total volume of the brain, but more than 50 percent of all its neurons are located in the structure e1 e2 farmhouse farm Component-Whole the farmhouse of the farm kronendal, built in 1800, is a natinal monument e1 e2 act contracts Message-Topic the act applies to contracts or agreements among competing manufacturers and distributors e1 e2 oil cask Content-Container extra virgin olive oil is in a cask e1 e2 wrangle ownership Other a judge has ordered a woman to hand over her daughter's pet sheep to a rescue centre after a legal wrangle over ownership of the animal e1 e2 vehicle photographer Instrument-Agency a good off road vehicle is the best tool for a photographer with a sense of adventure e1 e2 study professors Product-Producer they established that the russian president's academic credentials were based on a dissertation he had lifted in part verbatim from the russian translation of a management study written by two professors at the university of pittsburgh in 1978 e1 e2 culture discussion Message-Topic_reversed the culture of violence has become the topic of discussion among the people following the series of recent riots in java e1 e2 book librarian Other a rasher of bacon was found in a returned book by a worthing librarian e1 e2 model process Other in order to gather experimental data, researchers explicitly defined a model describing the process e1 e2 confederation modules Member-Collection_reversed the brain, to paraphrase dr. gazzaniga, is a confederation of various modules capped by the "normally dominant computational systems" of the left brain, that has the "capacity to interpret our multiple self. e1 e2 line data Other the dotted line refers to experimental and simulated data e1 e2 guinea hand Entity-Destination he put a guinea into the hand of the poor fellow e1 e2 special term Message-Topic uncle jay occasionally does a one-off special, dedicated to explaining a specific term or issue e1 e2 screw load frame Component-Whole quasi-static tensile tests were performed on the specimens using a screw driven instron load frame e1 e2 bank statement Product-Producer_reversed the bank issued a statement at around 2am in the uk confirming that it would buy lehman's north american investment banking and capital markets business e1 e2 drivers wheel Instrument-Agency_reversed my 92 rangers drivers wheel is clicking or grinding all the time going down the road e1 e2 books knitting Message-Topic most recent books on the topic of traditional knitting contain information on sanquhar knitting e1 e2 casket sarcophagus Content-Container remains from the viking ship were reburied in an aluminium casket put inside a five-ton stone sarcophagus e1 e2 idea teenager Product-Producer a bizarre idea springing from the mind of an original-thinking teenager in malta is put into a chat room and picked up by an interested schoolteacher in cleveland e1 e2 gases cows Product-Producer british scientists are fighting climate change by reducing the harmful greenhouse gases produced by flatulent cows e1 e2 clips tracks Entity-Destination often users have dragged midi clips into audio tracks e1 e2 convention rights Message-Topic a child is an individual with personal oppinions, feelings and needs, just as adults are, that is what the convention of children's rights says e1 e2 absorbent reactor Content-Container the absorbent was contained in a 3 litre reactor e1 e2 church aristocracy Product-Producer the church, is a stunning onion-domed, golden-filigreed, jewel of a building built (1903-1912) by the russian aristocracy e1 e2 woman casket Other man gets life sentence in kidnap, ransom case of woman he kept in makeshift casket e1 e2 depression suicide Cause-Effect but among the heroin addicts especially, there is frequently a very severe depression, and depression is one of the main causes of suicide e1 e2 tiding magpies Member-Collection_reversed the band's mascots are a tiding of black-billed magpies and a beanie baby skeleton called "death" e1 e2 essays book Member-Collection the essays collected in this book -- written by some of the leading experts in the field -- challenge this popular image right at its heart, taking as their starting point that science trades not only in truth, but in fiction, too e1 e2 e-mail receiver Entity-Destination your e-mail has been successfully delivered to the receiver e1 e2 network experts Member-Collection_reversed a second significant recent institutional development has been the establishment of an eu network of independent experts on fundamental rights e1 e2 memorabilia times Entity-Origin the trust strives to gather, protect and preserve aircraft and aviation memorabilia from bygone times especially material with a bay of plenty or new zealand connection e1 e2 people damnation Other his deeds have thrown thousands of people into eternal financial damnation e1 e2 products warehouse Entity-Destination your products have landed into our warehouse and you have been called to book in a delivery date e1 e2 meteorites space Entity-Origin i also incorporate meteorites from outer space and dinosaur bones e1 e2 report migration Message-Topic the report investigates migration in the context of demographic changes and trends in both growth and inequality e1 e2 bile liver Product-Producer the bile produced by the liver is collected in bile canaliculi, which merge to form bile ducts e1 e2 cars metro Component-Whole there was a time when the sound of an accordion playing in the cars of the metro brought commuters respite from "le stress. e1 e2 glut pears Other pear and ginger marmalade was made from a glut of corella pears e1 e2 multi-user dungeon builders Product-Producer however, the adminstrators of a multi-user dungeon - comprised primarily of two factions, builders and coders - are the backbone of mud creation e1 e2 alcohol chocolate ball Entity-Destination the baker put alcohol into the dark chocolate ball e1 e2 surveys report Entity-Destination we have entered successful surveys into report demonstrating secondary meaning e1 e2 bed pole Component-Whole_reversed this bed pole has a hook type handle, and fits under the mattress and provides a firm handle to assist with moving and positioning in bed e1 e2 elephants holes Product-Producer_reversed elephants have been observed digging holes to drink water and then ripping bark from a tree, chewing it into the shape of a ball, filling in the hole and covering over it with sand to avoid evaporation e1 e2 driver car Entity-Origin the driver was ejected from his small car e1 e2 nation people Member-Collection_reversed a nation is a group of people e1 e2 paleogene horizons basement blocks Entity-Destination the paleogene horizons have migrated into the upthrown basement blocks from adjacent sedimentary horizons e1 e2 lecturer tape Instrument-Agency_reversed the previous robotics lecturer had created an obstacle course with colored duct tape on the floor e1 e2 game bin Content-Container the aerosmith game was in a bin over on the other side of the store e1 e2 speech homophobia Message-Topic obama speech addresses homophobia, anti-semitism among black americans e1 e2 head coils Component-Whole_reversed the stereo cutter head has two coils which move in a magnetic field e1 e2 program difficulties Other the loan program is running into insurmountable difficulties e1 e2 bottle wine Content-Container_reversed people look at me as if i'm crazy talking to a bottle full of wine e1 e2 idea script Other what we saw was a promising idea sabotaged by a muddled and undernourished script e1 e2 violation memory Entity-Destination violation in the text associated concepts was brought into the working memory in an attempt to resolve the violation e1 e2 flows erosion Cause-Effect we minimized excessive flows that cause flooding, bank erosion, and habitat loss e1 e2 gods breath Instrument-Agency_reversed the gods conquer the asuras with the "breath within the mouth" e1 e2 reagent holding dam Content-Container the reagent was contained in a "holding dam" of melted paraffin wax approximately 2 inches in diameter e1 e2 stem verb Component-Whole the stem of the verb is the main building block when forming the present tense e1 e2 cry hounds Member-Collection_reversed hunt clubs often maintain a cry of hounds, trained to hunt foxes e1 e2 scientist inventor Other the final character was the brilliant scientist inventor and technology geek e1 e2 section findings Message-Topic the section concludes by giving a summary of findings e1 e2 core field Entity-Origin_reversed the outer core is the source of the geomagnetic field e1 e2 show beach theme Message-Topic the show centered around a beach theme e1 e2 journalist newspaper Entity-Origin at the end of 2004, a journalist from dnevnik newspaper, hristo hristov, submitted a request to the director of the national intelligence services(nis) e1 e2 measles rashes Cause-Effect for example, measles and chickenpox cause rashes along with other symptoms e1 e2 rod electroscope Component-Whole formerly it was usual to insulate the rod of the electroscope by passing it through a hole in a cork or mass of sulphur fixed in the top of the glass vessel within which the gold leaves were suspended e1 e2 proposal opposition Cause-Effect however, the planning proposal has generated opposition from locals who have voiced fears over health issues e1 e2 houses victims Entity-Destination the famous actor donated 100 houses to victims of last year's flood e1 e2 shot bunker Entity-Destination that club cost him as he put a shot into a bunker on hole 13 e1 e2 joy laughter Cause-Effect allaah decreed joy and sadness, because joy results in laughter and sadness leads to crying e1 e2 origin moon Entity-Origin_reversed however, in general the theory languished until 1984 when an international meeting was organized in kona, hawaii, about the origin of the moon e1 e2 viruses humans Entity-Destination some animal viruses have migrated into humans e1 e2 arbiter game Other the arbiter of the game begins the game and requests a move from the first player e1 e2 study mechanisms Message-Topic the focus of study is on psychological or mental mechanisms, also referred to as decision processes, information processes, or darwinian algorithms e1 e2 works quilters Product-Producer there's a new exhibition of works by the quilters of gee's bend, alabama, whose lives have been transformed by worldwide acclaim for their artistry e1 e2 fire area Other in the beginning, a fire started from the ring area of a crude oil storage tank(33000kl) e1 e2 surgeon robot Instrument-Agency_reversed with robotic surgery the surgeon manipulates a robot to do the operation through the small openings e1 e2 malaria parasite Cause-Effect_reversed malaria is caused by infection with a parasite called plasmodium that is transmitted by mosquitos e1 e2 actress movies Entity-Origin jennifer holt, a former actress from western movies, was "aunt judy," the only human in the cast e1 e2 book woman Product-Producer this book written by an american woman tells the story of her meeting the love of her life in venice e1 e2 transmitter axon Entity-Origin when the synaptic input to the axon was stimulated before eliciting an action potential in the axon, transmitter release from the axon was enhanced e1 e2 immigrants states Entity-Destination the elderly immigrants flow into warmer states such as california and florida e1 e2 hairdryer desk drawer Content-Container the hairdryer was in the desk drawer e1 e2 scenes movies Entity-Origin there are also dark american-inspired murals copying urban scenes from gangster movies and picturing gangsta rap heroes e1 e2 particles air Entity-Destination the particles were released into the air e1 e2 craftsman scene Product-Producer_reversed an italian craftsman has created the world's smallest nativity scene - on the head of a pin e1 e2 arrows students Other the arrows act as avatars of the students e1 e2 message error Message-Topic this error message indicates that an error has occurred e1 e2 book master Product-Producer this is, however, a decidedly intellectual book, penned by a clear master of language and intra-psychic evaluation e1 e2 locals monument Product-Producer_reversed the average year round temperature in denia is 18' centigrade, so the locals have put up a monument to the weather e1 e2 paper violation Message-Topic the second bodily privacy paper relates to violation of a person's bodily integrity e1 e2 release next month Entity-Destination the new product's release is postponed to next month e1 e2 mast ship Component-Whole a symbol of this mystery is the sail that hangs on the mast of the ship as though it were christ raised on the cross e1 e2 racer advice Other the banded racer needs advice on accommodation e1 e2 happiness members Other we catch happiness from friends and family members like an emotional virus e1 e2 page events Message-Topic this page describes the 1982 events only e1 e2 exhibition photographs Component-Whole_reversed the 1858 exhibition was the first exhibition of photographs to be held in any museum e1 e2 program tradition Entity-Origin the tm program is derived from an ancient indian tradition e1 e2 acorns cheeks Entity-Destination squirrel stuffed the acorns into his cheeks until they were puffed up like two furry balloons e1 e2 archer century Entity-Origin kevin kim is surprised by the arrival of an ancient korean archer from the 1st century e1 e2 criminal prison Entity-Origin a violent criminal who absconded from an open prison less than a third of the way through his sentence was recaptured today e1 e2 producer drums Product-Producer_reversed georgia was the leading producer of fiber cans and drums, followed by ohio, wisconsin, and north carolina e1 e2 shank fish hook Component-Whole we report a rather unusual case of severe ocular injury caused by the shank of a triplet fish hook e1 e2 maze canyons Other two years passed before i saw the ibex again, despite regular field trips to the area and the services of an ncwcd ranger who knew every bend in the maze of canyons e1 e2 inventor principle Product-Producer_reversed the device is sometimes known as a flettner rotor after the inventor of the basic principle e1 e2 cabal gangsters Member-Collection_reversed it pits dolph's nikolai cherenko - a stoic, wordless, physical threat - against a cabal of unsavoury russian gangsters e1 e2 monitor lid Content-Container the monitor was enclosed in the lid of the wire recorder case e1 e2 designer creations Product-Producer_reversed a powder blue suit and a silver chain mail vest were two of the designer's more subdued creations on sale e1 e2 train station Entity-Origin as the train left the station a cool spring rain pelted the windows e1 e2 cheese food banks Entity-Destination the government cheese is flowing into missouri food banks e1 e2 wheel truck Component-Whole she leant for a moment against the wheel of the truck and glanced about e1 e2 warmth fireplace Cause-Effect_reversed the warmth was radiating from the fireplace to all corners of the room e1 e2 bakeries area Other the bakeries in the supermarket area also reduce the prices on their goods as closing time approaches e1 e2 loss quake Cause-Effect_reversed the reports regarding the casualties has been announced and the loss that has been caused by the quake is being estimated e1 e2 dryer sensor Component-Whole_reversed this dryer has a sensor that is supposed to sense when the clothes are dry e1 e2 cartload groceries Other i bought a whole cartload of groceries, and spent a fraction of what i would at any regular grocery store e1 e2 pollution plants Cause-Effect_reversed air pollution from coal-fired power plants is large and varied and contributes to a significant number of negative environmental and health problems e1 e2 slowdown recession Cause-Effect_reversed former safety-service director rex katterheinrich estimated the city collecting $2.16 million in 2009, who took into account for the economic slowdown caused by the national recession e1 e2 statement representative Product-Producer china associates itself with the statement by the representative of south africa on behalf of the group of 77 and china, and now my delegation would like to make a few comments on the following issues e1 e2 guns school Entity-Destination a small number of students continue to bring guns to school e1 e2 government debts Instrument-Agency_reversed the government took advantage of independent tv's debts to the main gas company, gazprom, to engineer a takeover by government-friendly forces e1 e2 water oven Entity-Origin he poured all the water he got out from the oven and went tothe boyer e1 e2 cooperative farmers Member-Collection_reversed las nubes coffee is produced by a cooperative of small farmers in southern costa rica as part of the las nubes research and conservation program of the faculty of environmental studies of york university e1 e2 ear outer ear Component-Whole_reversed the ear is made up of three different sections: the outer ear, the middle ear, and the inner ear e1 e2 germ ulcer Cause-Effect dr. marshall is the discoverer of helicobacter (h. pylori), the germ that causes peptic ulcer e1 e2 bomb victims Entity-Destination the bomb was delivered to the unsuspected victims e1 e2 monk author Other the recipes are culled from various restaurant chefs, magazines and brother victor-antoine d'avila-latourrette, a monk and cookbook author e1 e2 spikes knights Instrument-Agency the best spikes for knights are hook + big weel and death strike + dragon divide e1 e2 cameras trains Entity-Destination security cameras have been installed in commuter trains to prevent groping e1 e2 cast ferrets Member-Collection_reversed jeanne carley has once again created a fun calendar with a cast of adorable ferrets e1 e2 dates cycles Other the dates for when the coral reefs had been living(125,000, 105,000, and 82,000 years ago) closely matched dates from milankovitch cycles for times when the ice sheets should have been melted and the seas at their highest(127,000, 106,000, and 82,000 years ago) e1 e2 management ship Entity-Origin management on massive salaries have already retired or bailed out of a sinking ship leaving the masses to endure the hardship caused by ignorance and mis-management e1 e2 suspects custody Other suspects were brought into custody for questions e1 e2 sadness divorce Cause-Effect_reversed the sadness from divorce meant more if you were aware she was married very briefly to choreographer/director michael bennett, who shaped her career, then created the "chorus line" character around her in 1975 e1 e2 ray fins Component-Whole_reversed the ray moves its fins in an s-shaped wave, up and down, from the head to the tail e1 e2 infection pathogens Cause-Effect_reversed ngu (nongonococcal urethritis) is an infection of the urethra caused by pathogens ( germs ) other than gonorrhea e1 e2 desk floor Entity-Destination my manager's desk has been moved up to the top floor e1 e2 water ears Entity-Destination the police has beaten him up, poured water into his ears and nose, and stuffed a shoe in his mouth e1 e2 walls oven Component-Whole most of the energy from preheating your oven goes to heating the inner walls of the oven itself, not the air inside e1 e2 composer works Product-Producer_reversed they shared a love of richard wagner and were regulars at the annual bayreuth festival held to celebrate the composer's works e1 e2 sections scientific method Message-Topic the sections of the text that explain the scientific method are interesting and could be applied to most areas of life e1 e2 suppliers association Member-Collection all key suppliers are part of toyota's supplier association e1 e2 design studio Product-Producer i work in a design studio and by chance it's a really good profession for me e1 e2 chimps rods Product-Producer_reversed the chimps first picked some stems from the marantaceae plant and plucked off the leaves in order to make their rods e1 e2 references scholars Product-Producer many other references were obtained from various scholars worldwide e1 e2 bottle soda Content-Container_reversed as with most american families i started bad eating habits at an early age, i still remember the times i was given a bottle with soda in it e1 e2 milk cup Content-Container the interesting problem with this is that the oatmeal was in a bowl and the milk was in a cup e1 e2 mom attitude Other mom of 5 succeeded with can-do attitude e1 e2 doctor alcohol Instrument-Agency_reversed the doctor injects the solution after disinfection with alcohol e1 e2 book psychoanalyst Product-Producer this slim, small, delightful book, a translation, comes from the pen of an italian psychoanalyst who believes in the magic of our mind, soul, and nature more than in our professional attempt to be scientific e1 e2 book author Product-Producer that's more or less how the book's author is viewing the situation e1 e2 films programmes Component-Whole since then his short films have been presented in retrospective programmes at film festivals worldwide e1 e2 microphone plug Component-Whole_reversed they presented passive brass piezo mono contact microphone with high quality 1/4" male output plug e1 e2 show issues Message-Topic the show tackled many serious issues e1 e2 crash gash Cause-Effect the crash caused a gash on the west side of the pentagon measuring 30 yards wide and 10 yards deep e1 e2 book impact Message-Topic the first book dealt with the tragic impact of the cultural revolution on a highly educated family of literary intellectuals e1 e2 fluids animals Other the scientists injected fluids into the animals e1 e2 school fish Member-Collection_reversed the school of fish mentioned in the title poem of this book live at the bottom of the sea, but are somehow addicted to light e1 e2 throng memories Member-Collection_reversed the first time we enter that interior court, the four sides of which each tell the history of a great period of architecture, we are dazzled by the throng of memories and ideas that start from these four great pages e1 e2 pellets plasmas Entity-Destination deuterium fueling pellets have been injected into diii-d plasmas from five different locations e1 e2 factory sugar Product-Producer_reversed the main product of the factory is white granulated sugar, which goes into industry with, for example, coca cola being one of the largest customers e1 e2 panels loved ones Product-Producer with panels designed and sewn by the loved ones of people who have died from aids, the entire quilt made its final public appearance on the washington mall in the summer of 1996 e1 e2 hookup stations Member-Collection_reversed the biggest broadcast was on election eve, when a hookup of twenty-six stations carried coolidge's speech e1 e2 wedges building Component-Whole the third through seventh phases of the program are the five wedges of the building from the first floor to the fifth floor e1 e2 solvent apparatus Entity-Origin the solvent was distilled from an all glass apparatus and the distillate collected when the boiling point became constant e1 e2 bottle water Content-Container_reversed two hours later, i had a bottle full of warm water e1 e2 nicotine increase Cause-Effect a stimulant, nicotine causes a temporary increase in alertness and a calm feeling e1 e2 walls veins Component-Whole this storing capacity is due to the elasticity (flexibility to expand) of the walls of the veins e1 e2 pain shingles Cause-Effect_reversed he treated the pain from shingles as it persisted for long periods of time e1 e2 velocity stack Other the addition of a velocity stack on the carb inlet helps stop some fuel spray coming out the carb when the engine is running e1 e2 structure speech Message-Topic_reversed cox examined the current financial regulatory structure and pointed towards its very immediate potential in a speech before the conference e1 e2 trunks forest Other his new research shows that the tree trunks in the forest act like hot water bottles e1 e2 matter legal action Other this matter became the subject of protracted legal action, from which the employer emerged victorious e1 e2 contract wages Message-Topic the union contract governs wages and hours and runs for three years e1 e2 powers sanctions Instrument-Agency_reversed world powers threaten iran with sanctions e1 e2 coalition hypocrites Member-Collection_reversed this double lie betrays what it is really all about in the coalition of the hypocrites: solidarity with the culprits e1 e2 claims nature Message-Topic this book largely seeks to refute the claims made by his contemporary john locke about the nature of human perception e1 e2 army gas Instrument-Agency_reversed the french army made use of a nerve gas obtained from prussic acid e1 e2 co-designer protocol Product-Producer_reversed vinton (vint) cerf, along with robert kahn, is co-designer of the tcp/ip internet network protocol e1 e2 researches history Other recent researches are making a valuable contribution to the history of logic in a period little known in the west e1 e2 text primary sources Entity-Origin most of the text was extracted verbatim from primary sources, which entails the presentation of far more information than is customary on the opera stage e1 e2 water seeds Entity-Destination the man poured water into the seeds e1 e2 tension headaches Cause-Effect there are many types and causes of headaches, from tension headaches due to stress to migraines triggered by certain foods e1 e2 sewer pipe Component-Whole_reversed tree roots are attracted to the water vapor leaving the pipe and they follow the vapor trail to the source of the moisture, which are usually cracks or loose joints in the sewer pipe e1 e2 males tubing Other males had their urethra and urachus ligated with a fine silastic tubing e1 e2 opinions town Message-Topic just a moment ago you were pronouncing such astonishingly correct opinions about our town, and now you're so silent e1 e2 cast cats Member-Collection_reversed the other stations responded by hiring a cast of precocious cats, ferrets, chimpanzees and marmosets e1 e2 pain disease Cause-Effect_reversed patients with adenomyosis experience pain from this disease in the early 30's e1 e2 strawberry jelly Entity-Origin_reversed that strawberry jelly was more like strawberry glue e1 e2 novel life Message-Topic the novel examined the life of larry weller, an "ordinary man made extraordinary" by his unique talent for creating labyrinths e1 e2 reports trailer Entity-Origin the reports arrived from an army trailer in a corner of camp victory in baghdad e1 e2 police chief Member-Collection_reversed new haven police chief james lewis left his post after his contract expired jan. 31 e1 e2 amenities kiosks Other including amenities such as kiosks create pedestrian-friendly spaces e1 e2 meetings next week Entity-Destination the auditor staff rescheduled the meetings to next week e1 e2 material trunk Content-Container the material was in a trunk in a basement and i knew i needed to get it e1 e2 dose crabs Member-Collection_reversed i caught a dose of crabs in phuket once e1 e2 answer mouth Entity-Origin the answer to the inquiry was solicited from his own mouth through the questioning of the lord, who then directed him to live in accordance with what he knew e1 e2 bottle juice Content-Container_reversed about 3% of 2-4 year olds show marked dental decay due to sleeping with a bottle full of juice or milk e1 e2 splints muscles Other shin splints are caused by the muscles on the front and sides of the leg e1 e2 mixture dish Component-Whole the ricotta mixture was the best part of this dish e1 e2 officer unveiling Other the chief safety officer announced the gwinnett-barrow-jackson enforcement wave with the unveiling of a replica of new traffic warning signs that have been posted along i-85 e1 e2 researchers simulator Product-Producer_reversed researchers at durham university have turned a video game into a fire drill simulator e1 e2 simulation correction Other automatic diagnosis has replaced simulation for the correction of simple design errors e1 e2 people climate action Other he moves people into climate action e1 e2 websites painters Instrument-Agency from the quotes by frederick law olmstead, to the philosophy of making art, this is one of the best websites for painters and artists out there e1 e2 daughter sack Product-Producer_reversed one daughter sewed four wide shirttails into a sack, which the men in the family filled with corn and sweet potatoes and hid in a ditch e1 e2 screen ink Component-Whole_reversed the screen works using ink, just like books and newspapers, but displays the ink particles electronically e1 e2 meth van Other the mobile meth was inside a van parked inside a storage unit at 4095 west kearns e1 e2 tests information Cause-Effect these tests establish baseline information on employees and help insure that they are appropriately matched to the physical demands of their jobs e1 e2 cortex neurons Component-Whole_reversed the cerebral cortex is composed of a sheet ofneurons that during evolution has increased by three orders of mag- nitude in surface area e1 e2 disorders enzymes Cause-Effect_reversed because the disorders are caused by defective lysosomal enzymes, with the result being lysosomal accumulation of pathway intermediates, these are often referred to as lysosomal storage diseases e1 e2 flour bowl Entity-Destination she poured flour into the bowl, and asked me to take out four eggs from the carton and carefully crack them into the bowl e1 e2 telephone calls payments Message-Topic they respond to more and more telephone calls demanding payments to cover costs in order to receive their prize e1 e2 speech strategies Message-Topic this speech makes explicitly crystal clear the strategies adopted by the imperialists to subjugate man e1 e2 syscalls virtual machine Entity-Destination finally, we injected syscalls into the virtual machine e1 e2 forests firewood Entity-Origin_reversed the region's forests also provide minor forest produce such as posts and poles, other hewn timber, firewood, wood chop blocks and specialty timbers e1 e2 network scientists Member-Collection_reversed there is a large network of social scientists studying agricultural systems, and interdisciplinary working groups have developed around themes such as the nature off traditional and modern agrucultural production and the energetic efficiencies of farminc systems e1 e2 festival competitions Component-Whole_reversed the festival involved two practical competitions and a lecture e1 e2 grove trees Member-Collection_reversed outside the walls of athens, the site of the academy was a sacred grove of olive trees, still recalled in the phrase "the groves of academe. e1 e2 crew member Member-Collection_reversed just as jack says, "on deck, you scabrous dogs," to the very left edge of the screen over jack's shoulder is a grip crew member with a tan cowboy hat, white short sleeve tee shirt and sunglasses, just standing there looking out to sea e1 e2 area basalts Entity-Origin_reversed the tuxtlas area is the source of the olivine-augite basalts e1 e2 economy recession Other the uk economy has come out of recession, after figures showed it had grown by a weaker-than-expected 0.1% in the last three months of 2009 e1 e2 car shop Entity-Destination the car has been delivered to the upholstery shop e1 e2 circuit precedent Entity-Origin in lotus, the 1st circuit departed from precedent, narrowing protection for developed software and giving crafty litigators a blank disk e1 e2 end bottle Entity-Destination i pulled the breather hose off of the airbox and placed the end in a nalgene bottle e1 e2 screen coil Entity-Destination when a metallic screen was placed inside the coil, so as to surround the needle, the demagnetization produced by the discharge was less e1 e2 people outer space Entity-Destination only few selected people journeyed into outer space e1 e2 crisis housing bubble Cause-Effect_reversed the current crisis was caused by the housing bubble, and the primary cause of the housing bubble was the federal reserve keeping interest rates at 1 percent e1 e2 photograph letter Component-Whole this photograph of an automobile training device was enclosed in a letter to edwin link e1 e2 strips chambers Entity-Destination the strips were placed into individual chambers for incubation e1 e2 clattering choughs Member-Collection_reversed over the sierras from los gazquez, passing the peaks of limestone, the cliffs where the peregrines battle for purchase, the clattering of choughs tumble to cave mouths e1 e2 guy mobs Other i read that interview you did with the guy who came up with flash mobs e1 e2 side start Other winners of four straight games, the side has constructed the program's best start since 1979-80 and the third-best opening in school history e1 e2 researchers luciferin Instrument-Agency_reversed some researchers watered the plant with luciferin e1 e2 blur bicyclists Other the tour of california raced through west marin on monday in a blur of speeding bicyclists and their caravan of support vehicles, once again sparking charges that it puts spectators in harm's way e1 e2 awards companies Entity-Destination international committees have bestowed industry awards to outstanding companies e1 e2 workshop derivatives Message-Topic the first workshop was convened on the topic of derivatives e1 e2 appendix transactions Message-Topic the appendix gives a summary of financing transactions e1 e2 song piano Other that song immediately segues into the maniacal "red & purple", a bewilderingly worded love song accompanied by a toy piano and fuzzy bass e1 e2 box icebox Content-Container the skinner box was inside a large wooden icebox e1 e2 mammal stone Instrument-Agency_reversed one marine mammal breaks open shellfish by hitting the shellfish with a stone e1 e2 scaffold platform Component-Whole_reversed the liftable scaffold 10 has a platform 12 including a frame 14 e1 e2 newsletter work Message-Topic it is an international newsletter designed to inform about work in progress, conferences, publications, etc e1 e2 fundus stomach Component-Whole the fundus of the stomach is that part dorsal to the cardiac ostium and refers to either its lumen or its wall e1 e2 pills headaches Cause-Effect both over-the-counter pain pills and prescription drugs cause medication-overuse headaches e1 e2 mews hawks Member-Collection_reversed the kennels of hounds and mews of hawks were a form of conspicuous consumption that only a noble could afford as so mark his status e1 e2 coin tankard Content-Container when recruits were paid a shilling for signing on to the royal navy, press gangs tricked men into committing themselves to service by passing them the coin in a tankard of beer e1 e2 mouse button Component-Whole_reversed she lightly clicked the mouse button with her index finger e1 e2 products class Other the protein products encoded by this class of resistance gene are located within the plant cell cytoplasm e1 e2 canaille letters Member-Collection_reversed instead of this set of grub street authors, the mere canaille of letters, this corporation of mendicity, this ragged regiment of genius suing at the corners of streets in forma pauperis, give me the gentleman and scholar, with a good house over his head and a handsome table 'with wine of attic taste' to ask his friends to, and where want and sorrow never come e1 e2 cup oak coffin Content-Container the cup was inside a 9ft oak coffin, carved from a single tree trunk e1 e2 rival pledge Product-Producer_reversed his rival won the nod with a pledge to spend $500000 of his own money on the race e1 e2 deaths poisoning Cause-Effect_reversed most deaths from the accident were caused by radiation poisoning e1 e2 prisoner custody Other the prisoner was taken into preventive custody this morning e1 e2 leftovers colon Entity-Destination the leftovers are pushed into the colon e1 e2 loss performance Cause-Effect_reversed bankers were assessing the loss caused by the poor performance of gartmore's 340m pounds ipo this week after it needed to be scaled down and its price slashed e1 e2 body chest freezer Content-Container his mother's body was in a chest freezer in the basement e1 e2 rhythm dance Entity-Destination the second dancer has added rhythm into his dance e1 e2 crane boom Component-Whole_reversed the crane has a five-section 51 m boom with megaform shaping for greater rigidity and grove's patented twin-lock boom pinning system e1 e2 jeans zippers Component-Whole_reversed i made two pairs of jeans with regular zippers, which both quickly tore out e1 e2 vegetable soup Entity-Origin_reversed a nice, big bowl of homemade vegetable soup is one of the best ways to get a lot of the veggies you need all in one dish e1 e2 researchers ear Product-Producer_reversed using the latest techniques of a science known as tissue engineering, researchers at the university of boston recently grew a human ear on the back of a mouse -- apparently with no adverse effects to the hybrid rodent e1 e2 conclusion importance Message-Topic such a conclusion highlights the importance of environmental concern in understanding and encouraging environmental behavior e1 e2 loot box Content-Container the balance of the loot was in a box in the garage e1 e2 door handle Component-Whole_reversed this door handle is in gold color and is installed on the front door e1 e2 phrase preface Other the phrase was related in a preface of a 1904 collection of drury's stories e1 e2 ring glass Content-Container the ring was in a glass of champagne, and all of hubby's family was present e1 e2 legend publication Entity-Origin the legend was derived from a much older publication e1 e2 babies mouths Component-Whole_reversed mothers transmit the cavity causing bacteria by kissing their babies mouths e1 e2 sun cluster Entity-Origin the death of a massive nearby star billions of years ago offers evidence the sun was born in a star cluster e1 e2 trash dumpster Entity-Destination throwing trash into the dumpster 70 feet away from the third story floor was very dangerous e1 e2 company lawsuit Other the company has been dragged into a lawsuit e1 e2 efficiency paragraph Message-Topic_reversed the calculated efficiency has already been defined in the preceding paragraph e1 e2 camaraderie tyrants Other state abandoned national socio-cultural imperatives and rushed in to join the scandalous community and the camaraderie of the tyrants e1 e2 pronouns parentheses Other the pronouns are indicated with parentheses and are given for example purposes e1 e2 ecophilosophy view Other the aim of ecophilosophy is a total or comprehensive view of our human and individual situation e1 e2 ax staff Entity-Destination zook took the ax to the coaching staff e1 e2 suitcase money Content-Container_reversed there is a suitcase full of money, which is being auctioned off e1 e2 jars cages Entity-Destination jars were then placed into three separate cages e1 e2 embassy opening Other u.s. embassy participated in opening of the unique exhibition about general pika e1 e2 purse money Content-Container_reversed an 11-year-old greensboro boy turned in a purse with money inside after he found it in a creek saturday e1 e2 meetings tomorrow Entity-Destination the committee meetings have been rescheduled to tomorrow, january 17 e1 e2 extensors tendon Other the origin of the superficial extensors is from a flattened common extensor tendon e1 e2 pod seals Member-Collection_reversed recently a national geographic video showed a pod of seals teasing a group of iguanas e1 e2 peasants donkeys Instrument-Agency_reversed the peasants used of donkeys for cart pulling which not only enables larger quantities of goods to be transported but also allows users to earn extra income e1 e2 method steps Component-Whole_reversed the method includes the steps of contacting a bacterial suspension with a single wavelength in the ultra-violet range e1 e2 breast tissue Component-Whole_reversed the remainder of the breast is composed of connective tissue (collagen and elastin), adipose tissue (fat), and cooper's ligaments e1 e2 mist air Entity-Destination the mist was carried into the air by bursting bubbles over the plating vats e1 e2 paper comments Message-Topic_reversed this paper received positive review comments from the senior editors of the journal and was accepted for december 2005 presentation e1 e2 comedy coach Message-Topic it is a comedy centered on a has-been coach who is given a shot at redemption when he's asked to run his local high school's girls basketball team e1 e2 combo sandwiches Component-Whole_reversed another favorite supper at my house is the classic combo of grilled cheese sandwiches and cream of tomato soup e1 e2 system design Other a first prototype of the new system is constructed from the preliminary design e1 e2 housing developer Product-Producer he works as an accounts manager for a luxury housing developer e1 e2 senator shuttle Instrument-Agency_reversed it runs past la guardia airport, where the senator took the shuttle to washington many times e1 e2 scientists letter Product-Producer_reversed we did not endorse a candidate unlike the ten scientists who wrote a letter in support of john kerry e1 e2 bills topics Message-Topic a number of bills and acts are under consideration concerning a variety of topics that relate to telemedicine, electronic medical record systems, research, prescriptions, task forces, commissions, and broadband adoption e1 e2 cracks earthquakes Cause-Effect_reversed gis revealed a relationship between cracks caused by earthquakes and paddy fields e1 e2 report case Message-Topic the purpose of this report is to present an unusual case of hepatic abscess due to infestation by endamoeba histolytica e1 e2 creation designer Product-Producer bollywood stunner koena mitra sashayed down the ramp in a stunning creation by the designer e1 e2 ballot box ballots Content-Container_reversed the election judges found in a ballot box some ballots that were not the kind properly belonging in it; they've put those ballots aside e1 e2 approach shock Other a reasonable approach was distilled from the initial shock at the conflicting data e1 e2 researcher mind Other the researcher approached the subjects and their experiences with an open mind e1 e2 infertility generations Entity-Destination the growing use of this technology passed on infertility to future generations e1 e2 heating compost Other they presented very extensive and detailed report on greenhouse heating with compost e1 e2 compiler programmer Instrument-Agency the second stage, referred to as the optimizer, optimizes the code according to the various switches on the compiler set by the programmer e1 e2 bacteria mortality Cause-Effect both bacteria cause mortality in target species via a lethal septicaemia as a result of spore germination e1 e2 router box Content-Container the second router was in a box under the overhang of the bathrooms at the top part of the map e1 e2 roof house Component-Whole but she had brought them up to the roof of the house, and hid them with the stalks of flax, which she had laid in order upon the roof e1 e2 building journal Message-Topic_reversed charles rennie mackintosh's unique building was enthusiastically described by the modern art journal, as 'one of the most complete and best equipped schools in the united kingdom' e1 e2 water region Entity-Destination a trillion gallons of water have been poured into an empty region of outer space heated by a star e1 e2 inflammation malfunction Cause-Effect_reversed pancreatitis is an inflammation of the pancreas caused by a malfunction involving the digestive enzymes that the pancreas makes e1 e2 machine pancakes Product-Producer_reversed this machine pops out pancakes at a rate of 200 pancakes per hour e1 e2 catastrophe earthquake Cause-Effect_reversed the direct catastrophe caused by the earthquake was estimated at 10.2 billion euro, clearly justifying european intervention e1 e2 money shop Entity-Origin the money was income from his small retail shop e1 e2 fish muscles Component-Whole_reversed fish use their muscles to move their bodies and fins e1 e2 damages fires Cause-Effect_reversed the damages caused by the fires that immediately broke out and raged for three days, were by far worse than those caused by the earthquake itself e1 e2 kilt outing Other gavin wears a kilt for the outing e1 e2 glands wax Product-Producer_reversed four sets of wax glands, situated inside the last four ventral segments of the abdomen, produce wax for comb construction e1 e2 books library Entity-Destination we have donated the books to the local library e1 e2 profit project Entity-Destination the new ceo has invested 10% of the profit from last year into a new project e1 e2 battalion crossbowmen Member-Collection_reversed icen yelled to his battalion of crossbowmen e1 e2 devices patient Entity-Destination the medical devices were inserted into a female teen patient e1 e2 catch scuttle Content-Container local fisherman heated some of their catch cooked over coals in a scuttle e1 e2 preparations company Product-Producer in 1991 the placental cell preparations developed by the company where entered into clinical tests by the health authorities e1 e2 glut startups Other as longtime publishers in the healthcare industry, we, too, are skeptical about the glut of startups in this area e1 e2 pump laser Component-Whole the photodeflection technique or mirage method consists in periodically heating a sample with a pump laser modulated by an optical chopper e1 e2 brotherhood counselors Member-Collection_reversed the story of the epic struggle between the islamic empire of the ottomans and the christian kingdoms of eastern europe is told from the perspective of a secret fraternity, the excubitors, a brotherhood of counselors to kings, sultans, head of churches, knights, scholars, financiers, and merchant adventurers who hold influential positions on both sides of the conflict e1 e2 designers megafunctions Instrument-Agency_reversed designers focus more time and energy on improving and differentiating their system-level product by using megafunctions e1 e2 line article Entity-Destination i have put an empty line into an article e1 e2 throttle cable Component-Whole_reversed the technitians discussed how to clean the throttle cable on a gas scooter e1 e2 citizenship parentheses Other the citizenship and connection to britain and italy is shown in parentheses e1 e2 ride library Entity-Origin a social ride departs from the cleveland library and heads for carbrook where it splits into 2 groups e1 e2 devision crossbowmen Member-Collection_reversed the forth devision of crossbowmen marched through the gate, dust hanging in stifling clouds above the column e1 e2 death wound Cause-Effect_reversed he testified that cause of death was massive bleeding into the blood sac of the heart caused by a stab wound on the left chest e1 e2 charcoal painters Instrument-Agency the woods that furnish the best charcoal for painters are the beech and vine e1 e2 slides earthquake Cause-Effect_reversed the scale of such landslides on natural slopes can be large enough to devastate entire villages or towns, such as the huascaran avalanche triggered by the peru earthquake (1970, mw = 7.8), or the complex slides caused by the alaska earthquake in 1964 (ms = 8.4) e1 e2 legion musketeers Member-Collection_reversed as part of his wicked plan, pete promotes mickey and his pals into the legion of musketeers and assigns them to guard minnie e1 e2 guava nectar Entity-Origin_reversed she made a face at him and slowly sipped her guava nectar, watching him over the rim of her glass e1 e2 invoice products Message-Topic an invoice is a commercial document indicating the products, quantities, and agreed prices for products or services the seller has provided the buyer e1 e2 animation e-post card Entity-Destination i have inserted animation into the e-post card e1 e2 blush boys Member-Collection_reversed donald rayfield, professor of russian and georgian at the university of london, presents us with a blush of boys who made the faustian bargain with stalin e1 e2 pineapple cake pan Entity-Destination he dumped the pineapple into the ungreased cake pan e1 e2 volume software Content-Container_reversed the chosen volume contains software which is newer than the software you are installing e1 e2 slope river Other a remote slope of nevado mismi, a 5316 m peak, is the ultimate source of the river e1 e2 composition invention Other the composition forming the subject of the present invention included one or more fillers as defined above e1 e2 whisky molasses Entity-Origin much indian whisky is distilled from fermented molasses, and as such would be considered a sort of rum outside of the indian subcontinen e1 e2 platelets marrow Product-Producer thrombopoietin is a glycoprotein hormone that regulates the production of platelets by the bone marrow e1 e2 study economist Product-Producer the study is the first major contribution to the global warming debate by an economist, rather than an environmental scientist e1 e2 tension headaches Cause-Effect chronic daily headaches are tension headaches or headaches which are caused by taking too many pain killers e1 e2 flights airport Entity-Destination only domestic flights are landing into this airport e1 e2 mixture container Content-Container we currently store the mixture in a covered container in the refrigerator and we will use it up within a couple of days e1 e2 army mound Product-Producer_reversed the israeli army erected a giant earth mound across a crucial agricultural road in the northern west bank e1 e2 body casket Content-Container a grieving family learned their 95-year-old great-grandmother had been cremated when they found a stranger's body in her casket e1 e2 train locomotive Component-Whole_reversed a train with a locomotive attached at each end is described as 'top and tailed', this practice typically being used when there are no reversing facilities available e1 e2 needs survey Message-Topic_reversed pilot information needs were investigated in a web-based survey e1 e2 impact lines Other the immediate, down-to-earth impact of the poem is established in the first two lines e1 e2 meal chef Product-Producer we feasted upon a meal sumptuously produced by our ever-wondrous chef (issy) and then the games commenced e1 e2 lumberjack thief Other as soon as the lumberjack saw the thief, the lumberjack thought that "if i kill him and bring his head to the authorities, i will get a reward. e1 e2 lumberjack saw Instrument-Agency_reversed i purchased the wen lumberjack saw a few years ago, and just broke the blade e1 e2 trend rising unemployment rate Cause-Effect_reversed a trend has been caused by the growing absolute numbers of young people on the planet, and by the rising unemployment rate e1 e2 star insight Other for some reason, the star was blinded from his own insight about the incommensurability of time e1 e2 auto plant Product-Producer it is the last auto plant operating in california and toyota's only plant represented by the united automobile workers e1 e2 birth defects drugs Cause-Effect_reversed birth defects are caused by drugs that the persons have been exposed to before birth e1 e2 principle certainty Other the precautionary principle insists on certainty that a technology is not harmful before it can be used e1 e2 controller system Component-Whole_reversed the controller regulates the superheat using a double loop system e1 e2 soils growing Other the soils used for the growing of irrigated cotton in the macquarie valley of n.s.w. are variable and each soil type has its own characteristics and problems e1 e2 acetonitrile phosphorus pentoxide Entity-Origin reagent-grade acetonitrile is distilled from phosphorus pentoxide immediately before use e1 e2 plane runway Entity-Origin this still images sequence shows a plane switching from runway 25l to 25r while on final approach in frankfurt airport e1 e2 capsule clip Component-Whole_reversed each omnidirectional mic capsule is fitted with a metal alligator clip which can be attached on either side of your head e1 e2 rainwater use Other rainwater falls into special use e1 e2 fever constipation Cause-Effect_reversed in these cases of fever from constipation there are no local signs except, perhaps, a varying amount of tenderness over the sigmoid flexure of the colon, but only appreciable where the distension of gut is extreme e1 e2 clip alarm Component-Whole you carry it in a purse or pocket or attach it to your belt using the clip on the back of the alarm e1 e2 film decision-making Message-Topic the film makes the point that decision-making is an important aspect of such an affair of the heart e1 e2 functionality tool Entity-Destination prevx has added functionality into its new tool e1 e2 koala church Entity-Destination a kid took a baby koala to church on sunday e1 e2 sulphur dioxides atmosphere Entity-Destination acid precipitation was caused when sulphur dioxides and oxides of nitrogen were released into the atmosphere e1 e2 computer student Instrument-Agency for other useful ideas on how to use e-texts to aide literary analysis the girls read robert harris's "the personal computer as a tool for student literary analysis" e1 e2 allegations behaviour Message-Topic allegations were made about galloway's personal and financial behaviour e1 e2 cleaner cistern Other when the cleaner was down in a cistern, the children enjoyed looking down into the cistern to see him work e1 e2 animals herd Member-Collection about 40 animals in a herd of 3050 swine herd (approximately 1.3%) contracted the virus e1 e2 restaurant outbreak Entity-Origin_reversed a popular local restaurant is the source of an outbreak linked to salmonella e1 e2 coil relay Component-Whole when thecoil of the relay is at rest (not energized), the common terminal (30) and the normally closed terminal (87a) have continuity e1 e2 tower giraffes Member-Collection_reversed the manor, with its tower of endangered rothschild's giraffes, also features an education center where kids can take guided walks through the surrounding primeval forest and learn about the rich local flora and fauna e1 e2 cell line cell culture Other the cell line was derived from a macrophage-enriched cell culture e1 e2 apartment dining room Component-Whole_reversed the apartment has a separate dining room, which can easily be converted into a third bedroom if need be e1 e2 congressman party Member-Collection campbell, from the congressman's own party, stepped into the fray, introducing a special bill that made an exception to the general rule in the particular case of the student, jesus apodaca e1 e2 wine cradle Entity-Destination when service time came, he carefully put the wine in a cradle that holded it at an angle e1 e2 toxoplasmosis parasite Cause-Effect_reversed toxoplasmosis is caused by infection with toxoplasma gondii, an obligate intracellular parasite e1 e2 economy prostitution Component-Whole_reversed the goods and services that make up this economy are sadly familiar: prostitution, slavery, drugs, arms, protection rackets, money laundering e1 e2 songs identity Message-Topic in several of her songs, marshall has reflected on her racial identity e1 e2 artist style Instrument-Agency_reversed the artist skilfully hand-carves the wood with a distinctive style which captures the beauty and the harmony of the nature e1 e2 shock attack Cause-Effect_reversed most importantly, the shock and anger caused by the surprise attack on pearl harbor united a divided nation and was translated into a wholehearted commitment to victory in world war ii e1 e2 message mailman Entity-Destination the message is being delivered to the mailman e1 e2 army wall Product-Producer_reversed over the next six years, the army built a wall 80 roman miles long (117km or 73 modern miles), some 5 metres (15 feet) high, east to west from wallsend to bowness e1 e2 neuroma pain Cause-Effect morton's neuroma is the most common cause of localized pain in the third interspace and these diagnostic tests produce good indications of the condition e1 e2 committee amendment Other the government of iraq has established a committee to consider a proposed amendment to the constitution of iraq e1 e2 government criticism Message-Topic_reversed the government has run into a criticism after quietly closing its grant programme for solar energy last week e1 e2 water cistern Content-Container water in a cistern is suitable for drinking water or bathing e1 e2 neurons reverse Other new experiences throw neurons into reverse e1 e2 philosopher books Product-Producer_reversed he had attended vollenhoven's lectures and read the philosopher's books, much of them available for years in mimeo editions in dutch e1 e2 cavalcade horsemen Member-Collection_reversed the parthenon frieze shows racing chariots ahead of the cavalcade of mounted horsemen e1 e2 town dogs Other i've never seen anything like it in my life: they have a whole town of prarie dogs e1 e2 ionization avalanche Cause-Effect furthermore, the substrate doping density at which impact ionization causes avalanche breakdown at the trench capacitor junction has been estimated e1 e2 man addiction Other the man is falling into a drug addiction and needs help e1 e2 cash desk drawer Content-Container while it is very easy to tuck the cash in a desk drawer or a closet shelf, it is not secure e1 e2 socialists room Entity-Origin the socialists had left the room to protest against wilm's speech on the taxi e1 e2 body suitcase Content-Container the body of sandra cantu was discovered inside a suitcase in an irrigation pond e1 e2 cyclone climate change Cause-Effect_reversed major disasters like cyclone, floods and the storm surges, drought are caused by climate change e1 e2 water kettle Content-Container when water in a kettle becomes acidic due to decomposing organic plant matter, it becomes a kettle bog or kettle peatland e1 e2 bottle snake oil Content-Container_reversed i gotta a bottle full of snake oil with a label made of rainbows e1 e2 soda cleaning Other i really got into using baking soda for cleaning, so i buy it in bulk e1 e2 charts popularity Message-Topic the billboard charts tabulate the relative weekly popularity of songs or albums in the united states e1 e2 jury member Member-Collection_reversed he has been a jury member at four olympic games, and chairman in 2004 and 2008 e1 e2 information storage Content-Container this information is part of the 'header' information in the file storage, and is required for proper display and analysis of the images e1 e2 steps ladder Component-Whole they were allowed to use the top two steps of the ladder e1 e2 injuries running Cause-Effect_reversed knee injuries from running are treated and prevented by following tips and performing stretches from runner's world.com e1 e2 zone icon Other each zone is denoted with an icon indicating how difficult the zone is expected to be to conquer e1 e2 pen point Component-Whole_reversed this paper discusses an on-line signature verification method based on angular direction of pen point movement (adpm) e1 e2 people combination Instrument-Agency_reversed spanish people successfully resolved the problem through a judicious combination of self-rule and shared rule e1 e2 thermostat refrigerator Component-Whole the thermostat of the refrigerator is fitted on the aluminium evaporator surface e1 e2 craziness virus Cause-Effect_reversed ita s hard for me to fathom the craziness that has been caused by the h1n1 virus e1 e2 girl country Entity-Origin he remembers their shared past - childhood, school, the war years and those which followed - until 1956 when the girl left her native country e1 e2 details discussion Message-Topic_reversed details of new contract were under discussion e1 e2 fit jacket Other the fit of this jacket is perfect, it is not bulky e1 e2 displacement atmospheric pressure Cause-Effect_reversed the displacement comes from low atmospheric pressure within the centre of the depression e1 e2 prescription bottle plastic pouch Content-Container the prescription bottle was inside a plastic pouch along with the newport cigarette box containing one of the crack pipes e1 e2 church portals Component-Whole_reversed the church comprises six portals, representing different architectural styles from gothic to renaissance style e1 e2 dynamite fishing Other blast fishing or dynamite fishing is the practice of using explosives to stun or kill fish e1 e2 players instrument Instrument-Agency_reversed this usage is uncommon among players of the instrument e1 e2 question extent Message-Topic the first question concerns the extent and nature of the shocks that buffet the system e1 e2 money funds Entity-Destination the trustees invested money directly into funds made available by newton investment e1 e2 eye retina Component-Whole_reversed the eye works using the retina as a lens e1 e2 furniture house Entity-Destination new furniture has been delivered to the house e1 e2 sergeant major army Member-Collection as sergeant major of the army, preston serves as the army chief of the staff's personal adviser on all enlisted-related matters, particularly in areas affecting soldier training and quality of life e1 e2 snake tongue Component-Whole_reversed a snake 's tongue looks like a long, sharp, slender forked finger e1 e2 team game Entity-Destination the team moved into the championship game e1 e2 undergraduate parts Instrument-Agency_reversed a 24-year-old undergraduate from nigeria is building helicopters out of old car and bike parts e1 e2 adventures films Message-Topic_reversed his adventures form the subject of my first two films e1 e2 reference mail Message-Topic_reversed they respond directly to these current vacancies mentioning the job code reference on the subject of the mail e1 e2 rabbit carafe Content-Container it is inherently no less silly to see a king in a pear (as all of france did) than to see a pear in a rabbit, a rabbit in a carafe, a carafe in a clock, and so on and so forth e1 e2 book man Product-Producer this self-help book, written by a man for the benefit of women, seems to be dividing reader opinion e1 e2 speech north Message-Topic salva kiir gave a speech criticising the north for the slow progress of the country's peace agreement e1 e2 news agencies murder Other in 1993, international news agencies reported the murder of a four-year- old english boy, james bulger e1 e2 dacryoadenitis infection Cause-Effect_reversed dacryoadenitis is caused by local infection of the lacrimal gland by bacteria or viruses e1 e2 fingers hands Component-Whole this page shows you how to hold your fingers and hands correctly, and addresses the most common problems e1 e2 cadre specialties Other first of all, it is a source of specialist cadre of various specialties, such as monument and art renovation, foreign language teachers, economists, chemists, lawyers and it specialists, just to name a few, who often stay in the city after graduating e1 e2 malfunction launch Cause-Effect shortly after takeoff, an apparent systems malfunction has caused the inadvertent launch of an aim-9 sidewinder missile e1 e2 evacuation eruption Cause-Effect_reversed after the war, as the midway was preparing for retirement, she was called upon one last time to the philippines to help with an evacuation after the eruption of mt. pinatubo e1 e2 palace lake Other the palace was built by the lake during the reign of the umayyad caliph al-walid i (705-715 ce) e1 e2 vibrations motion Cause-Effect the vibrations caused a violent twisting motion on the bridge e1 e2 spread mesophyll Entity-Destination mp shows spread into mesophyll rather than epidermal tissues during virus infection e1 e2 kids bus Instrument-Agency_reversed the kids took the bus to school before, so don't start taking them now that you have more free time e1 e2 terrorists systems Instrument-Agency_reversed just as the terrorists took advantage of our relatively open and porous educational, aviation, and immigration systems to plan and execute their attacks, they also likely took advantage of our financial systems e1 e2 scheme works Message-Topic_reversed brent, writing in 1952, accepted much of the classification scheme set out in earlier works e1 e2 round contestants Other the final round lets the last 2 contestants answer the question from a hint of a given qualification to find the last man standing e1 e2 headaches medication overuse Cause-Effect_reversed to help doctors to know and cure headaches from medication overuse a revised criteria was published by the international headache society e1 e2 flower wine Entity-Origin_reversed another variety of flower wine, called baekhwaju, is made from 100 varieties of flowers e1 e2 proposal consideration Other the debates proposal is still under consideration, although there are potential problems e1 e2 obedience subjects Other less obedience was extracted from subjects in this case e1 e2 bazaar guillemots Member-Collection_reversed a bazaar of fledgling guillemots braved a plunge from the flat this afternoon to raucous cheering from the crowd e1 e2 men paint Instrument-Agency_reversed in 2004 a two men, including a local parks commissioner, defaced the monument with white paint and were sentenced to jail time e1 e2 email customer Entity-Destination we saw that the email had been sent to the customer e1 e2 tools gardeners Instrument-Agency there are a variety of basic gardening tools that the all gardeners have e1 e2 coat artist Product-Producer a coat of arms was conjured from the fertile imagination of an artist e1 e2 machinists covers Product-Producer_reversed the struggle began in 1968 when machinists making seat covers for the car giant were paid less than men who swept floors e1 e2 pin connector Component-Whole another known connector uses the center conductor of the coaxial cable to push out the pin of the connector e1 e2 aircraft structure Entity-Origin they are arranged on the chart in accordance with their position relative to the aircraft's arrival from the en route structure e1 e2 satellite rotors Component-Whole_reversed for the satellite with rotors, one must include the effects of p as well; this modification, consistent with (2.2), is given in (4.3) e1 e2 debate theory Message-Topic debate continues to swirl around the theory of evolution charles darwin proposed 150 years ago in his groundbreaking book e1 e2 wallet passport Content-Container_reversed the wallet contained a driver's license, passport, a couple credit cards and $16 in cash e1 e2 injuries unconsciousness Cause-Effect head injuries are a common cause of unconsciousness and they occur in many sports like rugby and boxing e1 e2 pioneer scratch Other modern pioneer builds home from scratch e1 e2 family home Entity-Origin a family was evacuated from their home near the north canterbury township of waiau when the waiau river flooded overnight e1 e2 girlfriend trunk Other his girlfriend was in a trunk and they drove over a bridge e1 e2 tabernacle court Other the tabernacle was inside a rectangular court whose entrance faced the east e1 e2 colouration dye Cause-Effect_reversed the colouration has been caused by a blue dye e1 e2 peach jelly Entity-Origin_reversed small diced pieces of peach is found in the cheesecake and whats more, a thick slice of peach jelly is hidden in between the cheesecake e1 e2 hashish chessboard Content-Container a drug smuggler tried to secret more than 2 pounds of hashish into the country inside a wooden chessboard e1 e2 anger sky Other from the anger, sky was evolved, from the sky air was evolved, from the air fire was evolved and from the fire water was evolved e1 e2 cooperative producers Member-Collection_reversed angeles ortega's family became involved with yeni navan after hearing from the local priest about a cooperative of organic coffee producers that was forming in order to seek out new markets and better prices e1 e2 disk box Content-Container the disk and controller were in a box seven feet high and about 20 feet long and 3 feet wide e1 e2 poem diaries Entity-Origin the poem is from his posthumous diaries and collection, a river dies of thirst: the girl / the scream e1 e2 cheque casket Entity-Destination i've obediently banked in all his cash into my account and put a big fat cheque into his casket e1 e2 studentship bursary Component-Whole_reversed the studentship comprises of a tax free bursary of 15290 gbp pa plus the payment of fees for three years e1 e2 tag languages Component-Whole as a noun, a tag is a basic element of the languages used to create web pages ( html) and similar languages such as xml e1 e2 wheels train Component-Whole as zhivago (omar sharif) grabs her hand to help her aboard, she slips and seems to fall beneath the wheels of the train e1 e2 defendant glove Instrument-Agency_reversed the defendant battered the victim with a standard weighted workout glove containing sand in the palm area e1 e2 anxiety conflict Cause-Effect_reversed occasionally, a dream proffers no solution but portrays only the anxiety which is generated by the conflict e1 e2 diamond necklace Other when the merchant was ready to come home, he had bought a diamond necklace for his first daughter e1 e2 troop monkeys Member-Collection_reversed scarcely had we reached the edge of the wood when turk darted past us, barking furiously at a troop of monkeys, who were gambolling on the turf e1 e2 omelette bread Entity-Destination their omelette was put inside the bread and was served on their plates e1 e2 cousin train station Entity-Destination my cousin was arriving at the train station in boston and i went for pickup e1 e2 machine register Component-Whole_reversed this amazing machine contained a shift register made out of a motor and a rotor as well as a keyboard rom consisting solely of levers and springs e1 e2 surpluses deficits Other your republican tax cut fetish has drained government surpluses into unprecedented deficits e1 e2 ship port Entity-Origin the ship sailed from the port of site, near marseilles, on july 11, 1947, with 4515 immigrants e1 e2 vaccine technology Other they ordered vaccine made with a 50-year-old egg technology rather than experimental methods e1 e2 corn whiskey Entity-Origin_reversed corn whiskey is an american liquor made from a mash made of at least 80 percent corn e1 e2 suitcase body parts Content-Container_reversed police investigating the discovery of a severed head on a british beach have found a suitcase full of body parts in a nearby harbour e1 e2 volume selection Component-Whole_reversed this volume contains a selection of japanese prose literature dating from the classical age e1 e2 maize spirits Other this was meant to represent the resting of the maize spirits until the next harvesting period came around e1 e2 casket mausoleum Entity-Destination the casket has been moved into the mausoleum e1 e2 scientist papers Product-Producer_reversed the index is based on the set of the scientist's most cited papers and the number of citations that they have received in other people's publications e1 e2 range mountains Member-Collection_reversed though the woods petered out further south, the ground became increasingly difficult down towards the coast, where it resembled a range of rocky mountains e1 e2 suit scene Other robert pattinson wears a suit for a cemetery scene on location e1 e2 researchers probe Instrument-Agency_reversed the researchers applied a vibration to monkeys' fingertips for half a second using a pencillike probe e1 e2 gasoline canister Entity-Destination white gasoline was put inside a metal canister with a smooth, flat base, and lit to heat up the metal e1 e2 disappointment speech Message-Topic hitler expressed his disappointment over the munich agreement in a speech on 9 october 1938 e1 e2 ball pellets Component-Whole_reversed for cricket, we use a ball with pellets inside it, which make a noise e1 e2 works civilization Message-Topic his works criticize agricultural civilization as inherently oppressive e1 e2 germs sore throat Cause-Effect using the product around the house killed germs that were causing flu, colds or sore throat e1 e2 pain book Message-Topic_reversed the pain of loneliness is another theme of the book e1 e2 subculture poets Member-Collection_reversed his tale of a subculture of poets, folk singers, and eccentrics who smoked marijuana and rejected conformist society was written in just three weeks e1 e2 items trust Entity-Destination the items are handed over into our trust e1 e2 team game Entity-Origin he also hinted that the team is going away from the running game far too soon e1 e2 building rooks Member-Collection_reversed two large ash trees dominate the back garden and offer shade and shelter in all weathers and home to a colony of bats and building of rooks e1 e2 offences trade Other police charge a carlisle man with eight offences in relation to the illegal trade of endangered tortoises e1 e2 seeds fields Entity-Destination the seeds have been blown into their fields by wind or deposited by birds e1 e2 awards individuals Entity-Destination on national day, the government bestowed awards to deserving individuals e1 e2 machine cabinet Content-Container the machine was in a cabinet very similar to the type 'a' machines, and weighed 95 pounds e1 e2 charger suitcase Content-Container the charger was in a suitcase that was (and still is!) lost by the airline e1 e2 electromagnet coil Component-Whole_reversed the electromagnet has a coil of insulated wire around it, which corresponds to the life energy currents which magnetise our body e1 e2 bicycle building Entity-Origin the bicycle was manufactured in a building leased from their former employer, the canadian typothetac company e1 e2 unit cult Other an iraqi unit is sent to battle the cult e1 e2 people country Entity-Destination those people from mexico have entered into this country illegally e1 e2 remark comments Message-Topic my remark pertained to your earlier comments e1 e2 body sack Content-Container the dead body of a british tourist was found tied in a sack with weights, stripped, and thrown into sea e1 e2 doctors procedure Instrument-Agency_reversed doctors treated the cancer with an experimental bone-marrow transplant procedure at berlin's charite hospital e1 e2 drawer cabinet Component-Whole we filled the second drawer from the bottom in a four-drawer filing cabinet before any of the others, to weight the bottom and to prevent it from tilting over e1 e2 canvases colors Component-Whole_reversed those canvases by mark rothko with luminous colors floating in space make me swoon e1 e2 woman insert Product-Producer_reversed here was a woman who invented a generic plastic pouring insert a few years ago - making the spout-to-cup distance less critical e1 e2 album folder Entity-Destination an album by the same artist has now been put into a folder e1 e2 boom sailboat Component-Whole a device for controlling the swinging of the boom of a sailboat comprises a line fixed at its opposite ends to opposite gunwales of the boat and passing intermediate its ends about a sheave carried by the boom e1 e2 card camera Entity-Destination i have put the memory card into the camera e1 e2 coins circulation Other in australia, fifty cent coins have been put into circulation e1 e2 covey partridges Member-Collection_reversed a covey of partridges nested in my pear grove e1 e2 frame photographs Content-Container_reversed this picture frame fits photographs measuring 9 x 13 cm, 3.5 x 5 inches e1 e2 film path Message-Topic the film details plastic's path over the last 100 years and provides a wealth of expert interviews on practical and cutting edge solutions to recycling e1 e2 solute beaker Entity-Destination finally, the solute was placed inside a beaker and 5 ml of the solvent was pipetted into a 25 ml glass flask for each trial e1 e2 cat scuttle Content-Container a sluggish cat named minnie sleeps in a scuttle beside the stove e1 e2 flotilla ships Member-Collection_reversed somali pirates simply shift their area of activity to avoid international flotilla of navy ships in the area e1 e2 series lives Message-Topic it is a reality series documenting the lives of teenagers e1 e2 grief death Cause-Effect_reversed this consensus paper describes the essential skills that clinicians need to help persons who are experiencing grief after the death of a loved one e1 e2 set principles Member-Collection_reversed this set of principles serves to offer a baseline for quality vocal leadership e1 e2 skin carafe Content-Container a chicken skin is cooked inside a carafe after having been stuffed with its own meat e1 e2 design worldview Other perhaps even more compelling, the design is rooted in an optimistic worldview e1 e2 cats garage Entity-Destination several cats ran into rob's garage e1 e2 trilogy transition Message-Topic the trilogy studies in depth the transition from war to peace in 1815, 1918 and 1945 e1 e2 impression rendition Cause-Effect_reversed after making an impression the crowd with an a capella rendition of their national anthem, the south african were immediately under pressure e1 e2 symposium dissemination Message-Topic the halsey institute has put together a symposium with intent to discuss the dissemination of difficult imagery e1 e2 umbrella maker Product-Producer her dad was an umbrella maker and spoke loudly about honor e1 e2 handgrip camera Component-Whole the memory compartment is placed in the handgrip of the camera e1 e2 concern climate change Other as delegates gather in copenhagen for the un climate summit, a new poll shows growing concern for climate change e1 e2 television screen Component-Whole_reversed the pan-and-scan area (lighter shaded) is what is shown when your television screen is full e1 e2 sniper death Other the washington sniper is put to death e1 e2 bottle cereal Content-Container_reversed a bottle with cereal in it contains more calories than the bottle alone so it can set your baby up for some overeating habits e1 e2 tea bags Content-Container the first tea bags were made from hand-sewn silk muslin bags e1 e2 jam horns Other on 16th avenue, throngs of cars crowded the street forming a huge traffic jam of honking horns with people hanging out of windows and sunroofs, slapping high-fives to all who passed e1 e2 companies recession Other after massive companies were bailed out of the recession earlier this year, an advantage to cardholders started to be there e1 e2 treatment therapy Component-Whole_reversed treatment consists of antifungal therapy, surgery, and supportive care e1 e2 hinge knee brace Component-Whole additionally, and particularly in the case of injured or weak knees, means must be provided in the hinge of the knee brace to control the extension of the knee joint and to stop the extension e1 e2 rain tears Member-Collection_reversed stripped even of reservation rights, the few survivors drifted between the four winds on their final journey into the bitter rain of tears e1 e2 heroin puppies Entity-Destination drug smugglers surgically implanted heroin into puppies e1 e2 series changes Message-Topic the series reflected on the changes that had taken place in ireland since the 1960s e1 e2 menage guitars Component-Whole_reversed mixing the best spirit of punk with a rock musician's technical ability, the 36 minutes blur past in a furious menage of soloing guitars, crunching rhythm and fantastic lead vocals e1 e2 orchestra box Other the orchestra was in a box above the stage e1 e2 posts chronological order Other he put the posts in chronological order e1 e2 bunch crybabies Member-Collection_reversed they are the biggest bunch of crybabies i have dealt with in my 30 years in washington e1 e2 cat box Content-Container_reversed because we made observations, we know the fate of the cat in the box e1 e2 door handle Component-Whole_reversed i removed and reinstalled my door handle just to see if it could be all be done external to the door e1 e2 companies technologies Product-Producer_reversed other companies compete with us by inventing their own technologies e1 e2 system facility Component-Whole_reversed tgmc is a public, non-profit integrated healthcare system consisting of a 299 licensed bed acute care facility complete with a range of services such as rehabilitation and skilled nursing units, an outpatient surgery center, emergency care services, primary care services and a community outreach center e1 e2 marketing spending revenue Cause-Effect recently, marketing spending translated into revenue e1 e2 intervention production Other a simple intervention in relation to local small-scale gold production was undertaken in the late 1980s e1 e2 constituency voters Member-Collection_reversed a large constituency of voters is concerned that america, an historic leader in innovation, is falling behind as it devotes less attention to developing what they perceive to be essential skills of the imagination and inovation than do other nations e1 e2 samples resin Entity-Origin the water samples eluded from the resin were collected and analyzed for mercury content e1 e2 drama ash Cause-Effect_reversed in reality, however, the drama has been caused by the erupting ash and smoke colliding with a lightning storm e1 e2 results cycles Entity-Origin some cycles depend on the results from previous cycles e1 e2 developer adventure Cause-Effect yet on the whole, given the constraints of sticking so closely to the original book, the developer has crafted a thoroughly pleasing puzzle adventure e1 e2 striker team Member-Collection the striker of the team dimcho belyakov became top goalscorer with his 21 goals scored during the season e1 e2 story flashback Other the story is narrated in flashback e1 e2 studies issue Message-Topic three large-scale controlled observational studies have been reported on this issue e1 e2 nest crocodiles Member-Collection_reversed they had stumbled upon a nest of saltwater crocodiles that had made their home deep into the swamp, near the coastline e1 e2 method team Product-Producer a method, discovered by a team of seven researchers, exploits a weakness in the md5 hash function to construct a rogue certificate authority e1 e2 surgeon suture Instrument-Agency_reversed the surgeon repairs the cartilage with a suture e1 e2 decline speech Message-Topic_reversed philip collins discusses the apparent decline in rhetoric in a speech given at radio 3 e1 e2 smuck jellyfish Member-Collection_reversed i'm still having a hard time imagining a smuck of glowing jellyfish 10x10 miles and 35 feet deep e1 e2 article province Message-Topic this article deals with a province in belgium e1 e2 manure sheds Content-Container the manure was stored in open sheds, though some stored it in closed sheds e1 e2 words dictionaries Entity-Destination new words are manually added into phone dictionaries e1 e2 subject custody Other the subject was taken into custody for trespassing e1 e2 organs body Component-Whole vestigial organs are parts of the body that once had a function but are now more-or-less useless e1 e2 ships space Entity-Origin "v" starts with the arrival of a couple of dozen ships from outer space, piloted by creatures who look like humans except a lot prettier e1 e2 girl closet Entity-Origin a little girl came out of the closet, her face swollen and red from crying e1 e2 products basket Content-Container so often the products in a gift basket look wonderful until you actually remove them from the basket e1 e2 bottle water Content-Container_reversed you find a bottle with pretty blue water in it in the bathroom e1 e2 anvil blacksmiths Instrument-Agency flamenco and bullfight cultural icons such as the ghostly bullhorns of the bullfight, or the anvil of the romani (gypsy) blacksmiths are used in these paintings to visually sing a seguiriyas e1 e2 malls towns Entity-Destination malls are spreading into smaller towns with few precedents to guide them e1 e2 tickets machines Entity-Origin he bought tickets for the local train from the ticket machines or staffed kiosks e1 e2 factory minibuses Product-Producer_reversed the factory produced several versions of the raf-2203 minibuses based on gaz-24 e1 e2 premier meeting Entity-Destination china sent the premier to the meeting on the climate change e1 e2 warren hares Member-Collection_reversed aldergrove airport in belfast was once renowned for the sight of a warren of 80 hares feeding between the runways e1 e2 poet pen Instrument-Agency_reversed beaulieu's predilection for the work of hugo was evident in the recurrent use of grotesque or architecturally fantastic pictorial material from the poet's pen and ink sketches, with the whale a recurrent figure e1 e2 aircraft hangar Entity-Destination the aircraft is moved into the hangar e1 e2 water fields Entity-Destination the factory owners have drained polluted water into their paddy fields e1 e2 oil harbor Entity-Destination a broken exxon pipeline leaked 567000 gallons of oil into the new york harbor e1 e2 tombs legions Product-Producer some tombs were laboriously piled up by legions of coolies, others dug into hills e1 e2 feet track Product-Producer_reversed hundreds of tramping feet have pressed the snow into a glacial track e1 e2 interviews researchers Instrument-Agency semi-structured interviews are used by researchers in order to acquire an agent-informed account of policy processes e1 e2 receipt air-mail Other after receipt of the invoice through the air-mail or the email, we send it the accounting department for payment procedures e1 e2 neighborhoods disrepair Other in a decade, neighborhoods are sinking into disrepair e1 e2 membrane lipids Other the plasma membrane is composed of a double layer (bilayer) of lipids, oily substances found in all cells (see figure 1) e1 e2 corruption crisis Cause-Effect corruption is one of the main causes of a global crisis that deprives more than a billion people of access to safe drinking water and more than 2.6 billion of access to sanitation systems e1 e2 group taxi Instrument-Agency_reversed and so i was in the group that took the taxi to the restaurant and then back again to the end of the race e1 e2 infrastructure hardware Component-Whole_reversed the infrastructure comprises the physical hardware and services that must be maintained and operated for the resource-sharing to occur e1 e2 fuel body Instrument-Agency the fuel or energy that the body uses, comes from the food and drink that we consume in our diet e1 e2 woman marriage Other when frances was 13, she read an article about a woman who escaped an unhappy marriage and went to kenya e1 e2 colorants rashes Cause-Effect many commercial soap, shower gel or cleanser products contain preservatives, colorants and chemicals that cause dryness, rashes, itchiness and roughness on the skin e1 e2 manifesto need Message-Topic created by bloc 8406, this manifesto declares the need for democratic reforms in vietnam e1 e2 forum firefighting Message-Topic this forum is particularly specialized in firefighting, ems, and rescue discussions e1 e2 presentation identity Other the presentation of the data is rooted in an identity in which a nation's saving is equal to domestic investment plus net foreign investment e1 e2 microphone suction cup Component-Whole_reversed this microphone is made with a medical grade grey silicone suction cup that can stay attached to slick smooth surfaces for long periods e1 e2 cream sauce Entity-Origin_reversed the big secret is that their white cream sauce is in fact the same ranch sauce they put on their salads and for dipping e1 e2 exhibition techniques Message-Topic naturally the exhibition studies the modern techniques of communication e1 e2 train observer Entity-Origin the pitch of a train's whistle that is lower when the train is going away from an observer e1 e2 holders floor Entity-Destination flag holders have been pushed into the floor to remove the bump on top of the flag e1 e2 joints body Component-Whole joints are parts of the body where bones meet, such as your knee e1 e2 chapter themes Message-Topic this introductory chapter sets out the main themes of the book e1 e2 parents factory Other both her parents wind up accompanying her to the factory, though her mother disapproves of violet's gum-chewing habit e1 e2 pain recession Cause-Effect_reversed for all the pain caused by the great recession, the job market still was not in as bad shape as it had been during the depths of the early 1980s recession, until now e1 e2 method step Component-Whole_reversed the method comprises a cleaning step of applying a cleaning fluid on the teats and/or the udder e1 e2 destruction hurricanes Cause-Effect_reversed landrieu where he saw firsthand the destruction caused by the hurricanes and the failure of the storm protection system e1 e2 breezes air Cause-Effect_reversed sea breezes are caused by cool and more dense air moving inland off the water e1 e2 stories press Entity-Origin here are some stories from the international press involving balkan sunflowers e1 e2 parts basket Entity-Destination mrs. bissell then gathered the parts in a clothes basket and took them back to a room above the store for assembly e1 e2 beads gasoline Entity-Destination i have dropped the beads into the gasoline e1 e2 heel bone Component-Whole_reversed the heel of a persons foot consists of the heel bone, a pad of fat which acts as a protective cushion and a layer of thickened skin e1 e2 client mechanism Instrument-Agency_reversed a client copes with replica failures using a simple retransmission mechanism e1 e2 sculpture series Member-Collection this sculpture is part of a shoes series i'm currently working on where i revisit some of my favorite classic sneakers silhouettes e1 e2 factory waste Product-Producer_reversed the factory's waste had still not been proven as the cause of minamata disease e1 e2 germs diarrhea Cause-Effect these germs cause several kinds of illnesses, such as diarrhea, meningitis or a cold e1 e2 description market segments Message-Topic the section provides a detailed description of the market segments within the communications service industries e1 e2 envelope powder Content-Container_reversed he found that the envelope contained a white powder, which you told him was anthrax e1 e2 coolant cylinder Entity-Destination a combustion chamber leak in the cylinder head or block leaks coolant into the cylinder e1 e2 coastal erosion Other waves and coastal erosion is a good general discussion of these subjects e1 e2 establishment soup-seller Product-Producer it was first applied to an eating establishment in around 1765 founded by a parisian soup-seller named boulanger e1 e2 workers cars Product-Producer_reversed ford's dagenham workers still produced more cars for less pay than any other plant in europe in the 1960s e1 e2 antifreeze containers Entity-Destination i have drained the antifreeze into the open containers e1 e2 movie review Message-Topic_reversed the movie received poor review from critics e1 e2 soda jobs Other baking soda safely tackles kitchen jobs above and beyond the legendary box at the back of the refrigerator e1 e2 role scrutiny Other but the role is also under scrutiny in this affair e1 e2 coalition forces Member-Collection_reversed the revolution of ayutla represented a broad coalition of forces e1 e2 exhibition literature Message-Topic this exhibition involves literature and ethics as well as science and history e1 e2 company collection Product-Producer_reversed the company has made available its collection of luxurious full black parts e1 e2 riders beams Entity-Destination the riders are moved into the beams until the pointer is balanced at the zero point e1 e2 sugar coffee Entity-Destination he put sugar into his coffee without even trying it e1 e2 teacher nap Other at the end of a long day, the teacher relaxed with a short nap on her sofa e1 e2 person country Entity-Origin a person has just arrived from an affected country and developed flu-like symptoms e1 e2 clew worms Member-Collection_reversed thomas once found a clew of slow worms (about 8) under a stone e1 e2 firm solicitors Member-Collection_reversed when i read that an irish firm of solicitors was named "argue and phibbs" i assumed that this was an urban legend e1 e2 department store Component-Whole he went to the kids department in the store, decorated one of the "little brown bags" and was entered to win prizes, including a $100 shopping spree e1 e2 soy oil Entity-Origin_reversed soy oil used in our handmade soy candles is renewable with each growing season, and is just one of the many uses of soybeans e1 e2 road intersection Other the road starts at an intersection with melrose avenue, east 165th street, brook avenue and park avenue in melrose e1 e2 groceries basket Content-Container the weight of the groceries in a shopping basket and the number of items in a shopping basket are discrete quantities e1 e2 artist laugh Other the artist hid the convulsion with a forced laugh and finished the performance, but went immediately to bed e1 e2 organisation child labour Other the organisation campaigns against such things as child labour e1 e2 herds stallion Member-Collection_reversed herds with one stallion were organized in many stud farms, and a large number of separate lines were recognized e1 e2 couple area Entity-Origin the couple got out safely from the area e1 e2 filters streams Entity-Destination the filters are going into people's blood streams e1 e2 brown areas drought Cause-Effect_reversed the brown areas are caused by drought, brown patch, take-all-patch, chinch bugs or grubs e1 e2 restaurant products Instrument-Agency_reversed the restaurant creates dishes using farm fresh products and organic products found from local farms like meadow mountains and haystack e1 e2 rupture southeast end Other but in 2004 the rupture started at the southeast end of the segment and ran northwestward, the opposite direction from those that struck in '34 and '66 e1 e2 community teachers Member-Collection_reversed in doing this we recognize that english language teaching comprises a global community of teachers and learners in a range of social contexts e1 e2 wave cavity Entity-Origin the tsunami wave was generated by a 100 kilometer radius cavity, 3000 meters deep e1 e2 scurry squirrels Member-Collection_reversed their dash raised a flock of morning doves and caused a scurry of ground squirrels into their holes e1 e2 laws registries Other the other countries passed their own laws to establish local slave registries e1 e2 millions research Entity-Destination millions of dollars are poured into research for the innermost recesses of the atom e1 e2 bail pendant Component-Whole the bail of the pendant is created in dimensional lattice weave e1 e2 scars acne breakouts Cause-Effect_reversed many adults retain scars from acne breakouts during their teen years and feel marked for life e1 e2 skulk foxes Member-Collection_reversed it has been nearly 40 years since former u.s. president lyndon johnson convened the skulk of veteran foxes for the fateful consultation on november 2, 1967, on the issue of the vietnam war e1 e2 provisions article Message-Topic_reversed similar provisions are established in the same article e1 e2 array events Other northern michigan towns hosts an array of yuletide events e1 e2 book cover Component-Whole_reversed i judged the book by the cover e1 e2 government facts Instrument-Agency_reversed at the same time, the government carefully chose the facts that it gave to the newspapers e1 e2 suffocation shock Cause-Effect the slow suffocation of the cells swiftly cause unconsciousness and shock, soon followed by death e1 e2 granules magnetic force Other the granules and the pebbles are caused by a magnetic force to collide with one another, thereby resulting in liberation of the oxygen molecules contained in the granules and the pebbles e1 e2 results article Message-Topic_reversed the results of al shabab ksa in the 2007-2008 season are shown in this article e1 e2 metacorpora isthmus Entity-Destination the metacorpora ware misplaced into the isthmus e1 e2 document incidents Message-Topic the document makes reference to three similar incidents e1 e2 governor causeway Product-Producer_reversed the governor piled up all the mud into another causeway, in the style of bai causeway e1 e2 pottery potters Product-Producer his site shows some pottery by well known potters e1 e2 newspaper headline Component-Whole_reversed a reservation newspaper captured the mood with a headline: "wilma mankiller, cecelia babykiller. e1 e2 competition dressers Other description stylesearch is a competition to establish the uk's most ethical dressers e1 e2 family region Entity-Origin his family was originally from the baltic region e1 e2 information institutions Message-Topic the catalog of norwegian research institutes and laboratories is a database containing information on more than 110 r&d performing institutions in the norwegian institute sector e1 e2 speech experience Message-Topic in his speech, he related his trishaw journey experience to the residents who kept giving him loud applause e1 e2 ear mouse Component-Whole the ear of the mouse was used in this study e1 e2 revenue money Entity-Origin qualifying for the champions league, and earning the extra revenue from guaranteed television money, is a major goal of top european clubs e1 e2 scientist string Instrument-Agency_reversed in "prologue," the youthful scientist splits open a hailstone with a violin string, the only sharp edge available e1 e2 disappointment purchase Cause-Effect_reversed in these cases, the disappointment from the purchase is not forgotten over time, but rather accumulates e1 e2 troop cavalry Other in 1805 merchants of the city formed a troop of cavalry in montreal e1 e2 outfall curb Entity-Destination the operator drained the outfall into the curb e1 e2 saltpetre sticks Entity-Destination they packed saltpetre into thin-size bamboo sticks e1 e2 streaking penguins Other the streaking was from the penguins doing what all animals do in the forests and woods, etc e1 e2 deck cards Member-Collection_reversed solitaire generates its keystream using a deck of cards e1 e2 book author Product-Producer once upon a time, the remit of getting a first book published by an unknown author was that you had talent for prose and storytelling, along with promise e1 e2 novella lady Other the term "dung beetle" or mistkaefer is in fact used in the novella by the cleaning lady near the end of the story, but it is not used in the narration e1 e2 composer drawings Product-Producer_reversed in the festival hall's foyer, alongside videos of birtwistle cooking pasta, is an exhibition of the versatile composer's drawings e1 e2 machine semiconductor switch Component-Whole_reversed this machine has a high-speed semiconductor switch for quick interruption and restart e1 e2 products document Other other standards can apply to products covered by this document e1 e2 issue documents Message-Topic_reversed this issue has been covered in greater detail in many other documents about network abuse e1 e2 debt stress Cause-Effect unemployment, debt and poverty cause enormous stress e1 e2 faculty academicians Member-Collection_reversed the students are groomed by an expert faculty of respected academicians and proven management professionals, who bring the knowledge and experience of the corporate world to the classroom e1 e2 earthquake plate Cause-Effect_reversed the earthquake was caused by the anatolian plate and the eurasian plate moving past each other e1 e2 cortex brain Component-Whole the frontal cortex is a part of the brain that maintains very close ties with the limbic system e1 e2 petrol lawnmower Instrument-Agency there is an exhaust vent and a cable to start the engine, just like a petrol driven lawnmower e1 e2 synthesis work Entity-Origin the synthesis was developed from his own work and that of m. c. read in northern and northeastern ohio, g. k. gilbert and n. h. winchell in northwestern ohio, and edward orton in southwestern ohio e1 e2 liquidity banking system Entity-Destination we have injected liquidity into the banking system e1 e2 rookery egrets Member-Collection_reversed a large wading bird rookery of egrets, herons, ibis and anhinga is along the lake edge at the east side of the park e1 e2 player silicone case Content-Container the mp3 player was inside a silicone case that covered everything but the click wheel and the screen e1 e2 tsunami havoc Cause-Effect while it took only minutes for the pacific tsunami and earthquake to cause havoc to the south coast of samoa, the rebuilding and reconstruction efforts will take years e1 e2 lid vacuum chamber Component-Whole with the lid of the three-story vacuum chamber in place, a worker on top checks release of the cables e1 e2 devastation epidemic Cause-Effect_reversed many more resources are required in order to stem the devastation that has been caused by the epidemic throughout sub-saharan africa e1 e2 crank toy Component-Whole the red bead on the crank of the toy detaches, posing a choking hazard to young children e1 e2 carrier person Other the responsibility of the carrier commences from the moment he receives the merchandise, personally or through a person charged for the purpose e1 e2 cohort students Member-Collection_reversed everything's been done, all interventions applied and everyone has worked hard at motivating that cohort of underperforming students e1 e2 bid envelope Entity-Destination each bid was enclosed in a sealed envelope bearing the title of the project e1 e2 bottle jug Entity-Destination she placed the bottle in a jug, filled this with freshly boiled water, and placed it on a low table for ease of access e1 e2 player orchestra Member-Collection as the story goes, whiteman went from being a string player in a symphony orchestra to becoming, after the first world war, the highest paid dance band in the country, achieving both fame and money e1 e2 electrician belt Instrument-Agency_reversed in the end the most important factor is how the electrician's tool belt fits e1 e2 waterjet gouge Cause-Effect in one case, the waterjet caused a large gouge on the bottom side of a a copper/ wood/copper piece e1 e2 threats stress Cause-Effect frustrations, threats, and conflicts cause stress e1 e2 maps representations Other this is an atlas of maps and graphic representations of the geographies of the new electronic territories of the internet, the world-wide web and other emerging cyberspaces e1 e2 experimenter peephole Instrument-Agency_reversed during each trial, the first experimenter observed the infant through the small peephole and recorded visual fixations to the left and right stimuli e1 e2 sample cup Content-Container the sample was contained in a brass sample cup e1 e2 blacksmith parts Product-Producer_reversed the blacksmith creates shoes for horses and oxen, hinges for doors, farm implements, metal parts for wagons, hooks for home use, cutting utensils and other similar devices e1 e2 city author Product-Producer there's the city that sprang from the imagination of the author of "the charterhouse of parma," and there's the real place e1 e2 author site Product-Producer_reversed the second author constructed the web site using a new open-source toolkit e1 e2 rivet strap Component-Whole he pushed the rivet of the cable strap back into the hole e1 e2 gas area Entity-Destination this pipeline has transported natural gas to the urban area e1 e2 interviews academic freedom Message-Topic recently, interviews were conduced on the topic of academic freedom e1 e2 argumentation speed Message-Topic there was also some argumentation between the co-pilot and the pilot and captain relating with the speed and flaps e1 e2 cohort professionals Member-Collection_reversed there was a whole cohort of young professionals working to establish themselves e1 e2 drug developer Product-Producer in those five years, a drug developer must make enough profit to recover costs and replenish its research budget e1 e2 damages tremors Cause-Effect_reversed the damages caused by mudslides, tremors, subsidence, superficial or underground water were verified, as well as swelling clay soils e1 e2 ancestors unknown world Entity-Destination our ancestors journeyed into an unknown world to find food e1 e2 cabinet maker Product-Producer it is currently a cabinet maker's workshop e1 e2 excerpt books Entity-Origin in an excerpt from upcoming books, andre agassi says he took what he believes to be speed e1 e2 cote doves Member-Collection_reversed several of the street's whores had wended their way through the crowd and now cooed like a cote of perfumed doves as they strove to press their exposed flesh to him e1 e2 rum glass Content-Container the real rum was in a glass on a nearby shelf e1 e2 insight origins Message-Topic uk researchers have offered new insight into the origins of rna e1 e2 man cutter Instrument-Agency_reversed the man delivers one more hard-charging book about the hellish demands of corporate law with the help of a well-used cookie cutter e1 e2 boat port Entity-Origin as the boat sailed away from the port, we had a perfect view of fira and the zigzag road we just traversed via our donkey rides e1 e2 polonium bismuth Entity-Origin polonium is distilled from bismuth under vacuum in a pot provided with a cover carrying a condenser which is positioned inside the pot e1 e2 machine sounds Cause-Effect the sound machine contained 10 sounds that his dog loved e1 e2 guard ceremony Other coast guard participates in veterans day observance ceremony in juneau e1 e2 battery tests Member-Collection_reversed in the present study, we adapted a battery of tests used to assess age-related cognitive decline in english speakers for use with older spanish speakers e1 e2 menu dishes Member-Collection_reversed its menu includes customary chinese dishes, such as sweet and sour pork and cashew chicken, but it also lists some uncommon choices such as lemongrass chicken and kung pao triple delight e1 e2 suitcase booze Content-Container_reversed police have appealed for help in catching a burglar who snatched a suitcase full of booze from a garden shed e1 e2 ring binders Component-Whole she saved up to 80% on ring binders, lever arch files, box files, folders, manilla wallets, suspension files, plastic wallets and plastic pockets e1 e2 films extraterrestrial life Message-Topic this is a list of films that feature extraterrestrial life e1 e2 array services Member-Collection_reversed mep center specialists provide an array of services to companies, from initial assessments prioritizing opportunities for improvement, to implementation projects guiding companies through process improvements, productivity increases, and growth e1 e2 debate transparency Message-Topic a second element of debate had to do with transparency e1 e2 module project Component-Whole this module is part of the virtual geography department project and has been prepared for the physical geography working group of the project e1 e2 series collections Member-Collection_reversed this series consists of edited collections of essays, some original and some previously published e1 e2 double sole padding Component-Whole_reversed these slippers have a double sole with padding inside e1 e2 jumbo squids waters Entity-Destination jumbo squids are migrating into new waters, and scientists wonder why e1 e2 jury peers Member-Collection_reversed a cornerstone of american jurisprudence is the right to be tried by a jury of ones peers e1 e2 umbrella frame Component-Whole_reversed highly durable, the umbrella frame and thatch tiles have been designed to withstand harsh conditions including: strong winds, driving rain and snow e1 e2 article movies Message-Topic the article also talks about some fascinating movies made by luis bunuel e1 e2 articles alarm management Message-Topic a variety of articles were written on the topic of alarm management e1 e2 description effect Message-Topic however, his detailed description made quite clear the effect of the drug e1 e2 box paper bag Content-Container the box was inside a plain brown paper bag with a heart drawn on the side e1 e2 system arm Component-Whole_reversed the system works using a spring loaded trem arm which when turned raises or lowers itself from a nut in the steel backplate e1 e2 steam backpressure Cause-Effect the steam caused a backpressure on the vtd, resulting in the rupture disc opening e1 e2 news tables Message-Topic such parodies are encouraged by the news that the british government's league tables for schools and health authorities contain basic flaws which render them practically useless e1 e2 initiative safer drinking Other the campaign coincides with a government initiative to promote safer drinking e1 e2 water jar Content-Container but solomon had arranged that the only water in the palace was in a jar by his bed e1 e2 congregation worshippers Member-Collection_reversed a decade later, with a growing congregation of several hundred worshippers, the mosque was ready to expand e1 e2 ice aircraft Entity-Origin the federal aviation administration is investigating the two latest cases under the theory that the ice fell from an aircraft e1 e2 glitter admirals Other there was the glitter of admirals and generals before the high altar, and the brighter colors of the representatives of powers and potentates e1 e2 brood chickens Member-Collection_reversed as per traditional indian thinking, seeing a brood of chickens along with a hen is a bad omen e1 e2 treatment eosinophilia Other furthermore, the present invention includes a composition for treatment of disorders associated with or enhanced by an eosinophilia e1 e2 death abandonment Cause-Effect his death during one of the portuguese raids caused the abandonment of the settlement e1 e2 journals biomedical research Message-Topic furthermore, many journals publishing biomedical research demand formal ethical clearance e1 e2 jaw bone Component-Whole_reversed my son (9 years old) has been complaining of pain on his jaw bone for a few weeks now e1 e2 ceremony building Other by choosing to hold the ceremony in a public building and inviting guests you are recognizing both that your new life affects the lives of many other people e1 e2 engineers trick Instrument-Agency_reversed engineers turn co2 into methane with the help of a novel cellular trick e1 e2 company perfumes Product-Producer_reversed by 1906, the company was making over 3000 different soaps, perfumes and other products e1 e2 author family Entity-Origin the author was born in a loving family, with all the privileges of an upper middle class lifestyle, and in fact was an accomplished athlete in high school and writer in his adult life e1 e2 logs months Entity-Origin these are archived boat logs from previous months sampling beginning in february 2002 e1 e2 passion correspondence Message-Topic_reversed their passion was reflected in the correspondence they kept e1 e2 lungs lobes Component-Whole_reversed the lungs are divided into lobes e1 e2 queen eggs Product-Producer_reversed in general, the old queen starts laying eggs into queen cups when conditions are right for swarming or supersedure e1 e2 networks towns Entity-Destination two attributes have carried meraki networks into amazonian towns e1 e2 knitwear concept Other ku's sculpture-like knitwear was inspired by the concept of 'sculpture. e1 e2 hacker computer Instrument-Agency_reversed a hacker uses a home computer that can be linked to other computers by a modem that allows the user to send and receive information over telephone lines e1 e2 disease dogs Entity-Destination this activity spreads disease to our dogs e1 e2 jungle aid escape kit Content-Container the aviator's jungle aid was contained in a sealed escape kit along with maps of the territory and a dictionary of phrases and words in local dialect e1 e2 eight-year-old boy safe Other the eight-year-old boy was locked in a safe for a prank but had to be rescued when his air ran short e1 e2 stem plant Component-Whole thus the leaves situated in the middle part of the stem of the sunflower plant show the highest amounts of endogenous cytokinin-like substances e1 e2 paper storage Message-Topic the paper inquires into energy storage examining electrical energy storage devices, especially supercapacitors e1 e2 tooth eye Entity-Destination a 60-year-old us grandmother, blind for nearly a decade, has recovered her sight after surgeons implanted a tooth in her eye as a base to hold a tiny plastic lens e1 e2 train terminal Entity-Origin you catched the train from the terminal, direct non-stop to rome termini station e1 e2 cete badgers Member-Collection_reversed forests are benefited by harboring a cete of badgers, who burrow in the soil, thereby aerating it, which helps root systems to grow through the soil e1 e2 upholsterer gizmo Instrument-Agency_reversed i watched with utter amazement as the upholsterer attached the pieces with a hook-and-eye gizmo e1 e2 lid coffeemaker Other finally, this entire assembly is covered by a lid attached to the rear of the coffeemaker and latches in front e1 e2 exposure watering Cause-Effect exposure to vapor causes intense watering and irritation to eyes e1 e2 tutorial methods Message-Topic this two-day tutorial introduced astronomers to modern methods in nonparametric statistics e1 e2 coin machine Entity-Destination the boy inserted a coin into the machine and then took the ticket e1 e2 hill beans Other biting into the grill-charred, bronze-fleshed copper river salmon fillet perched on a hill of crisp-tender green beans and roasted fingerling potatoes -- a dribble of mustard vinaigrette around the plate rim the only sauce it wanted -- i was back in san francisco again e1 e2 folder shell Entity-Origin once unregistered, the folder went away from the shell e1 e2 photograph member Product-Producer each weekday one photograph by a member of the utata flickr group is chosen to be featured on the utata blog e1 e2 notebook astronomers Instrument-Agency this is an online notebook for astronomers and space scientists wanting to become involved in science education e1 e2 suitcase clothes Content-Container_reversed i always carry a suitcase with my clothes in it e1 e2 propellor blade Component-Whole_reversed she lost a propellor blade going through the bay of biscay and was taken in tow arriving gibraltar 2pm 6th march e1 e2 democrats problem Other democrats are running into one problem after another trying to pass the health care bill in the senate e1 e2 warship owner Entity-Destination the royal navy's newest 1bn gbp warship has been handed over to the new owner in a formal ceremony e1 e2 toy rings Component-Whole_reversed designed for light chewers, this colorful toy is made with little vine rings that slide between wood balls joined together with wooden craft sticks e1 e2 tick cats Entity-Destination it only spreads tick to other cats e1 e2 stem tree Component-Whole the stem of this tree is carved all around with names and dates, many of them grown into mere scars on the bark e1 e2 company line Product-Producer_reversed the company has also targeted the premium sector with the pringles gourmet line e1 e2 cameras concert Entity-Destination he took the cameras to the concert e1 e2 worker eye Component-Whole_reversed fine workmanship is the result almost entirely of the worker's accurate eye and deft hand e1 e2 printer paper Instrument-Agency_reversed the printer covers the plate with a sheet of paper and runs both through a press under light pressure e1 e2 lid portable computer Component-Whole close the lid of the portable computer, disconnect the computer from the power source, and then reopen the lid e1 e2 resources organisations Instrument-Agency marketing communications resources are used by organisations in order to communicate with their target audiences e1 e2 disease person Entity-Destination the disease is passed on to another person by skin e1 e2 scandals celebs Cause-Effect_reversed the scandals are caused by the young female celebs who 'inadvertently' reveal glimpses of their naked faces as they get out of limousines e1 e2 historical events music Message-Topic_reversed many historical events have been described through music and song e1 e2 infection chopsticks Cause-Effect_reversed the infection was caused by the contaminated chopsticks used by the parent to feed her child e1 e2 boy desk Other "any time," he told her before turning to the boy who was in the desk next to him e1 e2 caravan pilgrims Member-Collection_reversed one caravan trail developed into the silk road. during the height of caravan travel, which lasted until the 19th century, a single caravan of muslim pilgrims journeying from cairo and damascus to mecca might employ as many as 10,000 camels e1 e2 author book Product-Producer_reversed this author has just completed the first book on the topic: gis in hospital and healthcare emergency management e1 e2 customer podcasting Instrument-Agency_reversed a customer picks and chooses the level of information by using podcasting e1 e2 works questions Message-Topic jordan's recent works are concerned with questions of truth, beauty and the human condition e1 e2 remarks call Message-Topic in his remarks, he described his call to bush while the u.s. president was giving a speech in philadelphia e1 e2 advice baseball team Entity-Destination smith passed on his advice to the naples high baseball team e1 e2 jam women Member-Collection_reversed as we left, three liberated frenchmen drove up in a car they had captured a few minutes before and tried to make their way through the jam of jabbering women e1 e2 copy page Entity-Origin in order to evaluate monotouch, i've got an evaluation copy with the debugger from the evaluation page e1 e2 convention discharges Other the convention took into account discharges of harmful substances from ships e1 e2 industry foods Product-Producer_reversed the modern industry fabricates foods from non-traditional ingredients and additives to look like a familiar product e1 e2 actor voice Other grint shows he's becoming a delightful comic actor with a highly flexible voice e1 e2 alien frog eco-system Other an unknown source brought an alien frog into our eco-system e1 e2 flexibility basket Other they achieved the maximum possible flexibility in a crockery basket for receiving a plurality of different items of crockery e1 e2 coffeemaker valve Component-Whole_reversed another important part of the coffeemaker is the one-way valve e1 e2 bindings books Component-Whole the paint on the metal spiral bindings of the address books and journals contains excessive levels of lead, which violates the federal lead paint ban e1 e2 debate value Message-Topic the debate considers cultural value, social relevance, sustainability and other abstract topics as possible measures to drive a decision e1 e2 man elevator Instrument-Agency_reversed a man in a mechanic's jumpsuit took the elevator to the eighteenth floor and shook hands with a smiling agent e1 e2 protesters group Entity-Origin eight to 10 protesters broke away from a larger group of demonstrators and darted into the street in front of palin's car just after the first police motorcycles in her motorcade had passed e1 e2 members rope Instrument-Agency_reversed parsley, french, koomjian and two other members of the group scaled the tree with a rope e1 e2 subject discussion Message-Topic_reversed this subject has over the years become the topic for much discussion e1 e2 parameters epochs Entity-Origin parameters were obtained from eeg epochs of 30s e1 e2 emails broadcasting Other internal emails have been leaked to the public broadcasting e1 e2 reports examination Other these latter reports were subjected to intensive examination e1 e2 story board story Message-Topic lucy, ali and beth produced a photo story board to tell the story of the legend of the drift e1 e2 commercial piracy Message-Topic he also appeared in a television commercial against internet movie piracy e1 e2 configuration electrons Component-Whole_reversed this is the most stable configuration of electrons - adding or subtracting an electron requires too much energy and so it does not really happen in nature e1 e2 rats chamber Entity-Destination they placed the rats in a chamber which would give their feet an electrical shock e1 e2 aircraft pilot Other the aircraft accommodated a pilot and copilot sitting side-by-side in a framed canopy e1 e2 parameter value Entity-Origin our procedure is applicable to a wide variety of problems in which an order parameter departs spontaneously from an unstable initial value e1 e2 smack jellyfish Member-Collection_reversed a large smack of translucent jellyfish mechanically undulates in and around the frothy pacific shoreline, cast against the sharp backdrop of a 35 million year old canyon that takes my breath away e1 e2 spirit vessel Entity-Origin the spirit was distilled from a capacious glass vessel, and the vapour allowed to pass into a long glass tube about three inches in diameter e1 e2 oil gas tank Entity-Destination he accidental put oil into the gas tank e1 e2 fallout unemployment Cause-Effect_reversed a university of michigan study of 756 recently unemployed job seekers has found that medical and emotional fallout, including depression, from unemployment continued even after two years, when 71 percent were re-employed e1 e2 silver necklace Other before leaving peter bought a silver star necklace for tina e1 e2 accolade discussion Cause-Effect_reversed the accolade was decided upon after an intense discussion between about 200 members e1 e2 example functions Message-Topic the second example was about memory allocation functions e1 e2 teacher case Other the infamous teacher has been dragged into another child abuse case e1 e2 poisoning abdominal pain Cause-Effect food poisoning is perhaps the commonest cause of abdominal pain, especially in the young dog or the scavenger type e1 e2 direction north Other the first days were frustrating as the winds were blowing for large sails, but the direction was from the north, and the bay was at low tide e1 e2 combo elements Component-Whole_reversed the trailer is a combo of the movies comedy and horror elements whilst also selling the potential for megan fox to be mostly naked e1 e2 alkali nickel crucible Content-Container the alkali was contained in a nickel crucible with a loose lid having openings for the stirrer and for the passage of nitrogen e1 e2 lawsuit violation Message-Topic the lawsuit alleged the release of the records was a violation of the video privacy protection act e1 e2 skegs kayak Component-Whole rudders and skegs improve the control over your kayak e1 e2 essential oil peel Entity-Origin formerly, the essential oil was distilled from the peel for use in perfumery e1 e2 scenes newspapers Message-Topic_reversed the harrowing scenes were reported over several weeks in national newspapers e1 e2 pants waists Component-Whole_reversed i make all of my skirts and pants with elastic waists e1 e2 design panel Other the model was approved by as the top design by a professional panel; however, it was later exhibited for the public e1 e2 speech narrator Product-Producer the ending consists of a long speech by the narrator informing us that "there was no monster. e1 e2 defendant probation Entity-Origin the defendant had absconded from his probation e1 e2 tablet patients Entity-Destination a tablet was given to patients to relieve extreme conditions of discomfort e1 e2 surgeon group Member-Collection this surgeon is part of the study group e1 e2 candles coating Component-Whole_reversed we are able to wax any of our wicks with either a paraffin coating or for natural candles a 100% natural wax coating e1 e2 paragraph attitude Message-Topic the rest of the paragraph talks about attitude rather than syntax e1 e2 goddess crane Product-Producer_reversed the wrathful goddess turned her into a crane and proclaimed that her bird descendants should wage eternal war on the pygmy folk e1 e2 mansion museum Component-Whole_reversed the mansion has a small museum with exhibits linked to the building's history, including antique singer sewing machines e1 e2 funds candidate Entity-Destination many local shops donated funds to the candidate e1 e2 stem tree Component-Whole the stem of this tree was completely eaten by termites e1 e2 phone cradle Entity-Destination i took everything out and immediately placed the phone in the cradle to charge the battery e1 e2 success celebration Cause-Effect instead, the success of the revolution is the reason for the celebration e1 e2 fever exhaustion Cause-Effect_reversed i got a fever from exhaustion and it seems like i'm better but basically my body is suffering from major exhaustion so i'm always tired e1 e2 species forest Other this is one of the most abundant tree species in the whole forest, and with a maximum height of 14 m. the dominant tree species of the first canopy layer e1 e2 cartload chimpanzees Other the trio, the penguins, and a cartload of chimpanzees use the newly-fixed plane (which looks more like a helicopter) to come to the rescue e1 e2 heart dog Entity-Destination this heart was put inside a dog after its own heart had been removed e1 e2 issues freedom Other the author examines some issues connected to religious freedom e1 e2 student textbooks Instrument-Agency_reversed these are the most typical student edition textbooks e1 e2 hinge crack Cause-Effect the hinge caused a crack on the left side of my kindle, and amazon has been horrible about helping with this issue e1 e2 injury radiation Cause-Effect_reversed injury of patients of the bikini accident has been caused by the radiation of the fallout in contrast to the atomic bomb injury at hiroshima and nagasaki e1 e2 distention worms Cause-Effect_reversed the abdominal distention caused by the worms was slightly asymmetrical when compared with the normal fright-induced swelling e1 e2 questions proposals Message-Topic the candidates then answered questions from other mps on their proposals for reform of parliament e1 e2 disaster rains Cause-Effect_reversed more than thirty people lost their lives in june, in the disaster caused by torrential rains in hiroshima prefecture, and in september more than thirty people lost their lives in the damage caused by the typhoon that swept through various regions, centering on kumamoto prefecture e1 e2 diamond ring Other i've sold a diamond ring that i bought at zales for about $500 for $200 on craigslist e1 e2 executive video Product-Producer_reversed in september, an executive worked with goofy boi to create this video to support a current promotion e1 e2 concerns boardrooms Entity-Destination the concerns over security has moved into the boardrooms e1 e2 charge bag Content-Container an explosive charge was discovered inside a bag at the entrance to the shalom theater in moscow e1 e2 driver seat Instrument-Agency_reversed putting a first time learner in the driver's seat of a car is a scary proposition e1 e2 text literature Other this introductory text makes a threefold contribution to the undergraduate literature e1 e2 body wall Content-Container a body was discovered inside a wall in the yale university building at 10 amistad street e1 e2 limits offices Other term limits apply to many offices at both the federal and state level in the united states e1 e2 soldier sign Instrument-Agency_reversed a german soldier attaches a eufor sign to a vehicle e1 e2 essay inventories Message-Topic the essay makes the point that inventories are legally required e1 e2 good practice film clips Message-Topic_reversed samples of good practice were highlighted through film clips presented to the audience e1 e2 sample silver crucible Content-Container the sample was contained in a tightly sealed silver crucible e1 e2 ideas gambles Other liberal ideas insist on large gambles and conservatives rely on incremental small changes e1 e2 staysail schooner Component-Whole a staysail schooner has no foresail, but instead carries a main staysail between the masts in addition to the fore staysail ahead of the foremast e1 e2 reports troops Message-Topic other reports talk about the former government troops that are holding out in other regions of sierra leone, particularly the town of makeni e1 e2 message warning Component-Whole often the message includes a warning regarding a problem related to related to the recipient's account e1 e2 chefs press Instrument-Agency_reversed you saw professional chefs using a garlic press e1 e2 vancomycin cement Entity-Origin the relative proportion of the vancomycin release from the bone cement was lower, although its initial quantity was four times higher e1 e2 damage addiction Cause-Effect_reversed learning about the dynamics of addiction starts from repairing the damage that has been caused by the addiction e1 e2 wool industry Product-Producer the thriving wool industry led to the development in tregaron of one of the first welsh banks, the bank of the black sheep e1 e2 roots teeth Component-Whole the roots of your teeth are fixed into a socket in your jawbone e1 e2 ossicles fracture Other the first is that the ossicles are caused by an avulsion fracture 1,5 and the second is that the ossicles occur as a result of accessory ossification e1 e2 company drums Product-Producer_reversed with operations in scandinavia, the company manufactures plastic drums, jerricans and pails e1 e2 brain cells dish Other american scientists have discovered a way of creating new brain cells in a dish e1 e2 accommodation hall Component-Whole_reversed the accommodation comprises hall, dining room, extended lounge, kitchen, two double bedrooms, single bedroom, shower room e1 e2 turbinates birds Component-Whole specific viral rna and antigen were detected by reverse-transcription pcr and immunohistochemical evaluation, respectively, in nasal turbinates of birds e1 e2 farmers market Other farmers till now have negotiated with the market as individuals e1 e2 regulator inquiry Other the corporate regulator has been dragged into undertaker's inquiry e1 e2 convulsion fever Cause-Effect_reversed a febrile seizure is a convulsion in a child triggered by a fever e1 e2 contraband suitcase Content-Container the contraband was in a suitcase in the unclaimed luggage room at the airport e1 e2 castle gatehouses Component-Whole_reversed beyond its guardtowers, the castle had two gatehouses, a barbican and a tall tower in the castle's inner ward e1 e2 work model Entity-Destination in recent years much work has been invested into a new model of computers e1 e2 cards pin Other the merchant facilitates attacks using fake or modified terminals, towards tapping both the financial data stored on the cards as well as the pin of the cardsholders e1 e2 study farms Message-Topic the study considered dairy farms, sheep and beef farms, vineyards and orchards in hawkes e1 e2 case study route Message-Topic the presented case study charts the route taken by north kesteven e1 e2 quizmaster riddle Product-Producer_reversed in one of the early years, a quizmaster thought up an abstruse riddle based on an arcane area of study - then checked the only two books relating to it out of the library e1 e2 angel throneroom Entity-Origin the angel was sent from the throneroom of god e1 e2 peach nectar Entity-Origin_reversed bellini was not very good though, like they used peach nectar instead of fresh peaches e1 e2 house door Component-Whole_reversed this house has a false front door facing the river and a real entrance on wilmington street e1 e2 researchers experiment Instrument-Agency_reversed the researchers took advantage of a natural experiment to compare school performance with varying degrees of competition e1 e2 slide beaker Content-Container he removed the glass slide precleaned in piranha solution that was placed upright in a beaker e1 e2 letters family Product-Producer i am prepared to accept what was going on in the family from letters written by your family e1 e2 city darkness Other the disruption of electricity and telecommunication lines have thrown the city into darkness e1 e2 journals birding Message-Topic the following is a list of journals and magazines relating to birding and ornithology, arranged by place of publication e1 e2 device company Product-Producer the device established the company as a leading player in the digital decade e1 e2 community minds Member-Collection_reversed entering a community of minds is conceptualized as a theoretical framework for understanding social cognitive development during the preschool years e1 e2 movement community Cause-Effect_reversed recently, there is a movement afoot, instigated by the heterodox section of the community, as well as by the followers of the gatha alone cultists to proselytise others to become "zarthushtis" e1 e2 point house Message-Topic the first point of his statement has relation to the house e1 e2 experiments properties Other the experiments reported in this article investigated two specific properties of the location probability effect e1 e2 cornucopia foods Other yet a recent tour of the handful of year-round farmers' markets in town turned up a cornucopia of fresh foods, from staples to rarities, sweets to meats e1 e2 interference direction Entity-Origin the interference arrives from a direction near endfire since this is the direction where the interelement propagation delay for the interference is largest e1 e2 roof nasal cavity Component-Whole the ethmoid forms the medial portions of the orbits and the roof of the nasal cavity e1 e2 birth certificate Message-Topic_reversed he has released a photocopy of his original birth certificate e1 e2 sadness divorce Cause-Effect_reversed regardless i got my life back, sadness from divorce is gone i am thrilled i am not bleeding, dont need red shorts to walk my daughter to the park e1 e2 acids spot Other after some time, the acids caused a white spot on the tooth where they dissolved some of the enamel e1 e2 group people Member-Collection_reversed she is the village bank president for a village bank loan group consisting of eight people e1 e2 carnage fight Cause-Effect_reversed he is personally responsible for the carnage that has been caused by the fight e1 e2 issues abilities Other he has highlighted some important issues with regard to the abilities of firefighters e1 e2 issues animal welfare Other he has been used to promote many issues to do with animal welfare and has also helped raise funds for many of the service charities e1 e2 island explorer Other hundreds of years ago the island was almost discovered by an explorer called marco polo e1 e2 liquid container Entity-Destination we drained the liquid into the container e1 e2 form options Message-Topic this add on uses an intermediate form to declare the latex/pdflatex rendering options e1 e2 decline arguments Other the decline of the old ideologies has made many of the old left-right arguments redundant e1 e2 protein nucleus Entity-Origin they found that after the protein was manufactured in the nucleus, it traveled outward through the cell's many branching dendrites and eventually settled in e1 e2 size amount Other the size of the issue was increased from its initial amount of us$750 million following strong market interest e1 e2 pain accident Cause-Effect_reversed peters's pain and symptoms were caused by the automobile accident e1 e2 acts principles Message-Topic these acts declared principles and established policies in the only way it has ever been successfully done e1 e2 dinner fiance Product-Producer the dinner, cooked by his gorgeous fiance, was beautiful e1 e2 set tombs Member-Collection_reversed egyptian archaeologists discovered a new set of tombs belonging to the workers who built the great pyramids, shedding light on how the labourers lived and ate more than 4,000 years ago e1 e2 epidemic areas Entity-Destination the epidemic is spreading into areas and countries where, until recently, there was little or no hiv present e1 e2 pleiad warriors Member-Collection_reversed he was the muster-spirit of that glorious pleiad of warriors and sailors who at that epoch used to swarm the indian seas e1 e2 reconstruction tsunami Other provention has supported the development of a series of ifrc studies on rebuilding and reconstruction after the tsunami to identify lessons learned in promoting and strengthening community roles in the rebuilding process e1 e2 jaw joints Component-Whole_reversed the temporomandibular joints are the two jaw joints, one at each side of the face e1 e2 excerpt times Message-Topic the excerpt was speaking about the average processing times of social security disability decisions by these aforementioned offices e1 e2 city section Other last week the city had patched up the offending section of roadway e1 e2 word thwong Entity-Origin the origin of the word "thong" is from the old english thwong e1 e2 challenges industry Other it is the oldest and largest international research consortium aimed at understanding the challenges facing the global automotive industry e1 e2 backflap suitcase Content-Container the backflap was in a suitcase in the trunk of the car e1 e2 clip holder Component-Whole the clip on the back of the little plastic puck like holder is handy for clipping onto your belt, backpack, arm band or lady's bag strap e1 e2 smallholders associations Member-Collection a growing number of smallholders have formed themselves into associations to sell tea, sugar, cotton and nuts to processors e1 e2 passages footnotes Message-Topic_reversed difficult passages have been explained in footnotes e1 e2 wolf teeth Component-Whole_reversed the higher ranking wolf on the right shows his dominance by baring his teeth and growling e1 e2 families immigrants Entity-Origin colonial families of the united states descended from the immigrants who arrived before 1700 e1 e2 wunch bankers Member-Collection_reversed watching that 'apology' from the wunch of senior bankers was vomit inducing e1 e2 spores air Entity-Destination the spores were blown into the air and a spark caused them to give off an enormous flash e1 e2 engine refrigerator Component-Whole the top half of the network belongs to the engine of the refrigerator e1 e2 project technologies Other the goal of the project was to introduce environmentally efficient production technologies e1 e2 eggs body Entity-Origin eggs come out of the female's body through the ovipositor e1 e2 system beam Instrument-Agency_reversed lc repair is a special welding system that employs a high power yag laser beam e1 e2 rashes fleas Cause-Effect_reversed sensitive pets experience rashes and discomfort from ticks and fleas e1 e2 nausea pregnancy Cause-Effect_reversed "morning sickness" is a bit of a misnomer, as nausea from pregnancy; it can happen at any time of the day e1 e2 chauffeur limousine Instrument-Agency_reversed the stay at home dads in inverness put their feet up for a little while in a chauffeur driven limousine e1 e2 factory products Product-Producer_reversed his aim was to regain the previous high artistic level of the factory's products e1 e2 increase vaccine Cause-Effect_reversed some people took this as an indication that the increase was caused by the mmr vaccine e1 e2 goddess race Entity-Origin as an immortal goddess descended from a race of divine beings, she's probably all entitled e1 e2 bike wasps Member-Collection_reversed in general, i am not in favour of the television journalist, mr jeremy paxman, a gentleman who reads the news with the impatience of a man astride a bike of wasps, but i must confess i have been warming to him in recent weeks e1 e2 letters government Entity-Destination twenty physicists sent letters to the government as an act of protest e1 e2 prisoner captivity Other the prisoner has departed into captivity e1 e2 danger fuel Entity-Origin the real danger comes from fossil fuel firms that, like big tobacco corporations decades ago, know full well the lethal potential of their products e1 e2 chief executive company Other moreover, it is beyond the power of the state to compel the syme family to retain their shares or, more importantly, to oblige mr macdonald to remain the chief executive of this company e1 e2 dollars winner Entity-Destination two million dollars are given to the winner of the contest e1 e2 observers trial Entity-Destination germany sent observers to the 9/11 trial e1 e2 hill beans Member-Collection_reversed with each visit, the lamb shank gets better, tender and lemon-scented beside a hill of cannellini beans seasoned with oven-intensified tomatoes e1 e2 hilt smallsword Component-Whole the exhibition shows the hilt of the 18th century smallsword used by captain john paul schott in the american revolutionary war e1 e2 wind corkscrew Cause-Effect the wind caused a neat effect on the smoke clouds though, causing a corkscrew in the otherwise straight line e1 e2 authors work Product-Producer_reversed with the end of his task, gibbon felt that ambiguous elation known to all authors who have completed a weighty work e1 e2 coolant tank Content-Container the coolant was contained in a special tank divided by a flexible membrane onto a coolant storage and an air-pressurization chamber e1 e2 fear cockroaches Cause-Effect_reversed a women fear from darkness, insects, cockroaches, mice, lizards, spiders and more and more e1 e2 handgrip gun Component-Whole each airsoft pistol has a separate magazine for the bbs which is normally stored in the handgrip of the gun (just like the real thing) e1 e2 book intellectual Product-Producer a sensible, rational person reads a book written by a show-offy irrational intellectual and doesn't like the book e1 e2 artisans footwear Product-Producer_reversed artisans created unique footwear for rich patrons, and new styles developed e1 e2 manhole cover Component-Whole_reversed these tough, stainless steel bolts have a pentagonal head designed for fastening a manhole cover in place e1 e2 people sugar Product-Producer_reversed pre-contact native peoples, living in the northeastern part of north america, were the first people who have produced maple syrup and maple sugar e1 e2 house moment Other the house was packed from that moment to past midnight e1 e2 workman hoe Instrument-Agency_reversed the workman stirs the ore with a hoe or an iron rake, back and forward across the hearth, moving it from the bridge toward the flue and back e1 e2 toy factory Product-Producer jane works all day in the toy factory e1 e2 prospectors cars Other prospectors have arrived in midland cars e1 e2 snout pipefishes Component-Whole the model accurately predicted the snout lengths of a number of pipefishes e1 e2 book reporter Product-Producer this book is another eloquent triumph from the pen of the world's bravest and most beautiful war reporter e1 e2 debris pustules Cause-Effect bacteria and comedonal debris cause acne pimples or pustules (inflammatory lesions) e1 e2 skirt fabric Entity-Origin this atalanta running skirt is made of beefier dry-flex fabric, which will help smooth your curves but also stretch to let you move e1 e2 wine vine Product-Producer_reversed it produces a wine descended from a local vine, galbena de odobesti, a light white wine, little aromatic but appreciated for its freshness and its balance e1 e2 instruments player Instrument-Agency other keyed string instruments, small enough to be held by a strolling player, include the plucked autoharp, the bowed nyckelharpa, and the hurdy gurdy, which is played by cranking a rosined wheel e1 e2 men jet Instrument-Agency_reversed three of the men flew to miami on a private jet, and the fourth traveled to honduras on a false u.s. passport e1 e2 ball bin Content-Container today i was there and i bought a ball that was in a bin with a ton of things placed on top of it e1 e2 chimps food Other the chimps had tasted cooked food before, which may have influenced the outcome e1 e2 blood clot Other autologous blood clot is useful to occlude and repair perforations in small side branches of the coronary artery without myocardial damage e1 e2 piazza building Component-Whole the steep slopes of the rooftop's hills draw cool air into the open piazza at the center of the building e1 e2 slope speed Other the slope on a distance-time graph represents the speed of an object e1 e2 section format Other the illustrators section has been brought into the new web format e1 e2 families poverty Other families are being thrown into poverty by our corrupt health care system e1 e2 sorority lesbians Member-Collection_reversed in these ancient religions the clergymen were women, the monks were a sorority of lesbians, who were a subculture that lived near the ordinary local people, but were not really part of the community e1 e2 meat can Content-Container that big piece of meat was in a can of bush's baked beans that we had for lunch today e1 e2 network markets Member-Collection_reversed in particular, the main target of the bombing in tigray was the network of rural markets in tplf-controlled areas e1 e2 birds heads Component-Whole_reversed birds with eyes on the sides of their heads have a wide visual field, while birds with eyes on the front of their heads, such as owls, have binocular vision e1 e2 church messengers Other since the earliest period of its history, the church made use of messengers, called "cursores," in order to communicate with the entire world e1 e2 spill collision Cause-Effect_reversed an oil spill caused by a collision between a ship and a barge closed the ship channel servicing the nation's second largest port e1 e2 dynamite creation Other in america, one of dynamite's first use was in the creation of trenches for irrigation systems e1 e2 fear heart attack Cause-Effect excessive anxiety, worry or fear are among the causes of heart attack e1 e2 paintings women Message-Topic a vibrant collection of oil paintings depicting women at various stages in life is on display through mid-december e1 e2 builder land Other the builder who has mortgaged the land to raise money will have to spell this out in all advertisements and brochures e1 e2 outfielder glove Instrument-Agency_reversed the outfielder needs a glove that is large enough e1 e2 subculture folksingers Member-Collection_reversed his work presented a new, spontaneous, unpolished style, which appealed to a subculture of folksingers, hipsters, mystics, and writers of 50s cold war america where conformity and witchhunts sought to impose straitjacket freedom e1 e2 crane boom Component-Whole_reversed this crane has a telescopic boom that is mounted on a movable platform e1 e2 corporal army Member-Collection he was a corporal in the army of sierra leone, a wedding photographer and cameraman for the state television e1 e2 plastic bag cocaine Content-Container_reversed inside, they found a plastic bag with cocaine inside under the driver's seat e1 e2 documents finance Message-Topic these are documents to do with finance e1 e2 nest twigs Component-Whole_reversed mockingbirds build a nest of twigs, plant stems, mosses, cloth, string, and dry leaves e1 e2 bills bankruptcies Cause-Effect medical bills make up half of bankruptcies e1 e2 cavalry town Other stuart's cavalry observed the passing through the town e1 e2 sisterhood patriots Member-Collection_reversed there is also, an organization for moms as a mom.org, a sisterhood of patriots, it is helping like minded women to meet, come together and realize we are not alone in our thinking e1 e2 rafters turkeys Member-Collection_reversed large rafters of turkeys have drown by standing out in the rain, looking up at it, with their mouths open e1 e2 acne bacteria Cause-Effect_reversed in reality, acne is caused by bacteria and oil on the skin e1 e2 contaminants groundwater Entity-Destination these tanks have leaked contaminants into the groundwater e1 e2 ratpack architects Member-Collection_reversed a veritable ratpack of architects are turning up the style in sin city, writes thomas lane - and they're not all playing it straight e1 e2 child petition Product-Producer_reversed the child collected names on a petition and wrote to the premier e1 e2 clutches dishwasher Other while he was freeing himself from the clutches of the dishwasher, he ripped off some of his skin, revealing his bionic arm e1 e2 water lake Entity-Origin the water starts in an underground lake a mile away, arrives in an intricately-ptterned moss pool and falls over a small cliff face e1 e2 keys vehicles Other a locksmith copies and repairs car keys for modern vehicles at a lower cost e1 e2 traveller blind Other when the traveller drew up the blind the next morning, the sea opened before him joyously under the broad august sunlight e1 e2 changes spaces Entity-Destination infinitesimal changes between a large serial of different sub-functions are running into different graphical spaces or dimensions e1 e2 absinthe glasses Entity-Destination we watched as a barman poured alcohol on to the bar, poured absinthe into a couple of shot glasses, then lit the lot e1 e2 suffering exhaustion Cause-Effect_reversed the 77-year-old is suffering from exhaustion and he will undergo medical tests e1 e2 screw press Component-Whole pierre stood, breathing heavily, as the screw of the press caught at her hair and dragged her in e1 e2 treatment liquid Other a substrate treating apparatus for treatment of substrates with a treating liquid includes a treating tank having an inner tank for storing the treating liquid e1 e2 clip grenade Component-Whole second, the user removes the safety clip from the grenade e1 e2 soot face Entity-Destination someone has blown soot into my face e1 e2 honey bees warmer areas Entity-Destination honey bees have migrated into warmer areas e1 e2 driver torque Instrument-Agency_reversed an experienced driver "feathers" the brakes so as to stop the vehicle with only just enough torque in the brakes to hold the vehicle stationary on any gradient e1 e2 plane runway Entity-Origin it is an exceptional location to see lake tenkiller and private plane takeoffs from runway e1 e2 table leg Entity-Origin_reversed a woman accused of throwing a table leg through the window of her home after her boyfriend refused to buy more beer faces a felony charge e1 e2 symbols structure Other they are symbols that indicate the structure and organization of written language e1 e2 mother tribe Entity-Origin genghis khan's mother hailed from a tribe which later became part of the kazakh people e1 e2 vaccine plant Entity-Origin the new vaccine was manufactured in a tobacco plant using plant viruses engineered to produce high levels of virus-like particles e1 e2 substance chamber Entity-Origin the exit of such a substance from the anterior chamber is equal to the transfer constant for the loss of fluid e1 e2 company mobile software applications Other the company has moved into mobile software applications, which connect to enterprise databases e1 e2 students programs Other many students participated in the tutoring programs funded by the legislation, but the controversial element was not the options for public schools or the tutoring program (both of which where never challenged) e1 e2 suitcase bills Content-Container_reversed the liberian national offered a suitcase full of purported bills e1 e2 team member Member-Collection_reversed he has been a core team member for the various research publications and resource person for policy documents of the rbi e1 e2 scientists transistor Product-Producer_reversed scientists have succeeded in creating the first transistor made from a single molecule e1 e2 receptor subunits Component-Whole_reversed the receptor comprises four subunits, which are chemically identical but, surprisingly, are folded differently (see picture) e1 e2 president power Instrument-Agency_reversed we now live in a country in which the president wields the power to send the entire nation into war on his own initiative e1 e2 assembly knob Component-Whole_reversed a damper assembly is further comprising a control knob coupled to said rod, said knob extending radially about said axis e1 e2 aims chapter Message-Topic_reversed the early aims and objectives of cooperatives have been considered in the first chapter of this book e1 e2 galls larvae Product-Producer the galls are caused by the larvae of a small gnat-like midge, dasyneura communis felt e1 e2 orders countries Other the orders are shipped to foreign countries using us postal service delivery e1 e2 damage construction Cause-Effect_reversed we began to reverse the damage to one of the greatest rivers in the state caused by the construction of a dam nearly 70 years ago e1 e2 weyr dragons Member-Collection_reversed as the bus climbed steadily throughrich terraced fields of grain towards the qilian shan, layersof mountains enfolded like a weyr of dragons e1 e2 peasants majority Member-Collection until the 1960s, rural laborers and peasants composed the majority of brazil's population and yet most scholars have downplayed their influence on the country's history e1 e2 gelding nuzzle Component-Whole_reversed typhoon was a dapple-gray gelding with small splashes of brown around his nuzzle and his hind end e1 e2 fruit oil Entity-Origin_reversed this item is orange fruit oil and is used in the creation and/or manufacturing of fragrance and flavor concentrates of all types e1 e2 charter body Product-Producer the charter was a joint creation by the local authorities co-ordinating body, the trading standards institute, the market operators association and industry groups representing copyright and trademark owners e1 e2 loop light Cause-Effect a loop emiting short flashes of light is projected onto volunteer members of the audience e1 e2 file desk Content-Container the file was in the desk of a researcher employed by kenny macaskill and tricia marwick who had been dismissed earlier in the month e1 e2 earthquakes movement Cause-Effect_reversed earthquakes are caused by movement of the earth's crust along this fault e1 e2 villain machine-gun Instrument-Agency_reversed the villain sweeps the ceiling with a machine-gun, perforating milla jovovich, who is hiding in the ceiling duct e1 e2 device beaker Content-Container i like how the device is crammed into a beaker; i view this gizmo as a metaphor for a mad scientist's brain e1 e2 writer folktales Product-Producer_reversed this is a classic book by the famous writer of folktales e1 e2 song love Message-Topic it is a dark song reflecting on potential love with deep electronic tones and soft beats e1 e2 antenna medium Content-Container i saw that the antenna was placed inside the two-dimensional labyrinth-based left-handed medium e1 e2 envelope sheet Content-Container_reversed the envelope contained a single sheet of paper, describing an attempt to set the record for the world's longest running chain letter e1 e2 universe epoch Other we see that the universe starts at an initial epoch t0 e1 e2 drilling fluids Other rice university and houston-based mi swaco, the world's largest producer of drilling fluids for the petrochemical industry, aim to develop a graphene additive e1 e2 trials matters Message-Topic such trials were concerned with matters of national importance such as treason e1 e2 crime fiction crimes Message-Topic crime fiction is the genre of fiction that deals with crimes, their detection, criminals and their motives e1 e2 fish shoal Member-Collection thousands of multicoloured fish populate the lagoon and the fallings of the passes; the large barracudas are scouting dangerously, and their cousins the "becunes" fish gather in immense shoal, like the"carangues"playing in the sun, as squadrons driving out of their territory the too daring small sharks e1 e2 boy family Entity-Destination she delivered a healthy boy to this family e1 e2 drama reactions Message-Topic it is a 1956 crime drama examining the reactions of parents, police, and the public to a kidnapping e1 e2 jobs government Entity-Destination the jobs migrated into the government e1 e2 feed kitchen Entity-Origin the feed was derived from a commercial mink feed kitchen e1 e2 landslide earthquake Cause-Effect_reversed the tsunami was generated by an undersea landslide, which was triggered by the earthquake e1 e2 plenitude graces Other the greatest plenitude of graces was conferred on him as man, and from him, as he was our head, derived to all the members of his church e1 e2 chapter canons Member-Collection_reversed with the conquest of jerusalem in 1099, geoffrey de bouillon established a chapter of secular canons in the basilica of the holy sepulcher to offer the sacred liturgy according to the latin rite e1 e2 chief executive republic Other in the presence of cuba's favorite son, estrada palma, who is to enjoy the honor of being the first chief executive of this republic e1 e2 itinerary suitcase Content-Container my itinerary was in a suitcase, among stacks of teaching materials so i asked the delta ticket agent to look up my outgoing flight number e1 e2 writer mixture Instrument-Agency_reversed a new york times food writer fries the potatoes in a mixture of peanut oil and duck fat with bacon added e1 e2 faction extremists Member-Collection_reversed his administration is moderate, but it contains a faction of extremists. e1 e2 window door Entity-Destination the passenger side front window has fallen into the door, both front and back need new window regulators e1 e2 unit grenadiers Member-Collection_reversed unfortunately on the right flank a unit of dismounted grenadiers were spotted by a tau piranha team supported by kroot e1 e2 saint prayer Product-Producer_reversed at the saint's prayer, the statue comes to life, and drops of milk, a metaphor for the gift of life, fall from the virgin's breast onto bernard's lips e1 e2 laws workers Other welch shows how laws composed to incorporate rural workers in a controlled way became platforms for unexpected protest and political mobilization culminating in the 1963 rural laborer statute (etr) e1 e2 band coyotes Member-Collection_reversed melvin hancock was one of the residents to spot the about 85 pound full-grown coyote and other residents have seen a band of coyotes with a litter of pups e1 e2 meeting road Other the decision to take the meeting on the road gave groups around the world the opportunity to host future keele meetings e1 e2 chairman college Other dr. k.p. kumar is the chairman of the college that strives to impart value education to students and guide them for excellent prospects in career making e1 e2 judge questions Product-Producer_reversed the judge put two questions to the jury e1 e2 rapper message Product-Producer_reversed the 22-year-old rapper posted a message on his twitter page just after midnight admitting he was driving his "lambo," or lamborghini, while sloshed -- or "tispy," as he misspelled "tipsy. e1 e2 duo stir Cause-Effect the dancing duo caused a stir on the 2008 series of the show with their infusion of classic michael jackson songs and dance moves mixed with bangra e1 e2 report public Entity-Destination the investigator has released his report on this case to the public e1 e2 aluminium ingots Entity-Destination we poured the molten aluminium into ingots, which was very dangerous e1 e2 frog tree Other this pacific chorus frog was found in a christmas tree being sold in anchorage, alaska e1 e2 liver hormone Product-Producer_reversed the liver synthesizes angiotensinogen, a hormone that is responsible for raising the blood pressure when activated by renin e1 e2 country turmoil Other the spreading riots threw the country into turmoil e1 e2 steps stairs Component-Whole the upper and lower steps of the stairs inside university buildings are clearly marked and are all equipped with at least one handrail e1 e2 blower vase Product-Producer_reversed this picture shows a glass blower in one of hebron's blown glass factories molding the hot glass paste into the bottom of a vase e1 e2 contractors templates Instrument-Agency_reversed contractors quickly generate documents that are shared via fax, email, or text message, by using templates e1 e2 religion society Entity-Destination this new religion was spread to the society e1 e2 production partnership Other dutch national ballet's new production, by the creative partnership of rachel beaujean and ricardo bustamante, is based on the original ballet by jean coralli and jules perrot e1 e2 clues employees Entity-Origin of course, the biggest clues leaked from former blizzard employees in korea who hinted that the game was going totally 3d e1 e2 contents liposomes Entity-Origin the contents release from the copolymer-modified liposomes was strongly accelerated around the lcst of the copolymer e1 e2 writer jail Entity-Origin on this day in 1897, writer oscar wilde is released from jail after two years of hard labor e1 e2 illumination candle Other this was performed by illumination of the urethra with a candle e1 e2 people orbit Entity-Destination since 1982, people have travelled into low-earth orbit aboard the workhorse of nasa's space program e1 e2 people hanging Message-Topic_reversed elegant people walking in an early eighteenth-century garden are depicted in this beautiful embroidered wall hanging e1 e2 companions eternity Other our companions have departed into eternity e1 e2 horses stud Other this is the second italian championship won by woody with horses bred in his stud e1 e2 blog ambassador Product-Producer the most telling critique of this delusional foreign policy comes in regular instalments in the form of a blog by the former british ambassador to poland e1 e2 currents heat Cause-Effect_reversed the deeper currents are caused by heat from the sun e1 e2 cheese landlord Product-Producer the author of the letter, francis pawlett, wrote of a delicious cheese produced by cooper thornhill, the well-known landlord of the bull inn e1 e2 plant system Component-Whole_reversed the wastewater treatment plant processes the influent using a ultra-violet light system to kill the bacteria prior to outflow e1 e2 name word Entity-Origin the name is derived from a dutch or flemish word e1 e2 valves veins Component-Whole varicose veins result from weakening of the valves of the veins so that blood pools in the legs or another dependent area e1 e2 skirt waistband Component-Whole_reversed the pictorial demonstration below shows how to put your skirt waistband on after you have sewn your zipper and how to join and serge the skirt side seams e1 e2 novel view Other but this is a very dark novel, driven by an unsparing view of human nature and a clear-eyed analysis of the idea of human perfectibility e1 e2 democracy countries Entity-Destination americans have exported democracy to many countries e1 e2 employee issues Other since arriving in cairns, co-workers have thrown the new employee into local issues e1 e2 water pipe Entity-Destination the water is running into the overflow pipe e1 e2 workers product Product-Producer_reversed highly specialized workers situated alongside a series of rolling ramps built up a product such as (in ford's case) an automobile e1 e2 flour can Content-Container the flour was in a can marked "sugar" and the tea was in a box marked "salt. e1 e2 suitcase props Content-Container_reversed ten years ago i started bringing a suitcase full of odd props to schools and libraries all over the world e1 e2 kangaroo legs Component-Whole_reversed the kangaroo moves by hopping on its hind legs using its tail for steering and balancing while hopping at speed up to 40mph/60kmh e1 e2 stadium teams Product-Producer the 82500-seat stadium was built privately by the teams, the first constructed to serve as the host of two nfl teams e1 e2 quote interview Entity-Origin the quote above, about how he wants to build magma into the biggest business of its kind in the world, is from an interview that he gave almost a year ago e1 e2 discomfort injury Cause-Effect_reversed an alert victim with a broken neck or severely torn ligament has enough discomfort from the injury and muscle spasm to force him to hold his neck still e1 e2 boat harbour Entity-Origin the boat departs from the harbour at approximately 08:30 to arrive in the channel 30 minutes later e1 e2 cottage kitchen Component-Whole_reversed the cottage kitchen is on the first floor and is fully fitted with fridge, dishwasher, microwave and all the standard self catering facilities e1 e2 team area Entity-Destination the team journeyed into an uncharted area e1 e2 commission selling Cause-Effect_reversed the affiliate classroom promotes the direct sales and gets commission from the selling of products e1 e2 anxiety thought Cause-Effect_reversed the act of repeated hand washing is the compulsive behavior performed in an attempt to remove the anxiety caused by the obsessive thought e1 e2 infusion syringe Content-Container the infusion was contained in a 6 ml plastic disposable syringe e1 e2 beers wall Other it's basically just a shack with a fridge and some fosters beers stacked up the back wall e1 e2 ziggurat emperor Product-Producer in fact, this is not so far removed from the famous ziggurat, the huge building erected by the emperor to communicate with the god marduk e1 e2 declaration chairman Product-Producer the draft ministerial declaration developed by the council chairman was untenable and caused the meeting to be still-born e1 e2 printer internet Other that's right boys and girls you read that correctly, you just shared a printer over the internet e1 e2 gold bracelet Other she bought a gold bracelet for her sister e1 e2 conversation privacy Message-Topic the conversation centers around privacy, contextualization and other issues surrounding our increasingly digital lives e1 e2 musician violin Instrument-Agency_reversed as a term, "fiddle" better indicates the style of music the musician plays on the violin e1 e2 tendency obesity Other people have inherited a tendency to obesity e1 e2 whiteness swans Other i stood at the great central window, which was wide open, and watched the whiteness of the swans moving vaguely over the surface of the canal in the oncoming twilight e1 e2 tubes industry Product-Producer fiber cans, tubes, and similar products are, by far, the largest category of products produced by this industry, accounting for $1.76 billion of the industry value of shipments in 2001 e1 e2 investments light rail Entity-Destination investments have gone into the light rail e1 e2 padlock flat Component-Whole the resident, who had gone out for a short while when the thieves struck, found the padlock of the flat broken and all the household articles strewn around e1 e2 scripts story Message-Topic students wrote scripts to narrate their story e1 e2 acid species Product-Producer chenodeoxycholic acid is made by many species, and is quite a functional bile acid e1 e2 catastrophe rains Cause-Effect_reversed in relation to the catastrophe caused by the rains of recent days in the sierra and coastal zones of chiapas e1 e2 bananas countries Entity-Destination fair trade bananas have been imported into a few countries in europe for decades e1 e2 extra credit student Entity-Destination the instructor gave extra credit to an outstanding student e1 e2 set site Other the second primer set was derived from a specific variant surface glycoprotein(vsg) expression site where the sra gene is expressed(r-es) e1 e2 maze skulls Other when the police raid the catacombs, shannyn's character hits her head while fleeing only to wake up alone in the maze of skulls and bones e1 e2 groups chimpanzees Entity-Origin the red colobus groups went away from the chimpanzees when they were alone and no potential association partner was around e1 e2 island radius Other the magnetic island grows from the resonant radius until the so-called mixing radius rmix and full reconnection are reached e1 e2 company oil Product-Producer_reversed our company converts waste plastics into crude oil e1 e2 bag buttons Content-Container_reversed so with my little bag full of buttons, i faced the cold, blustery day to carry out some of these lovely ideas e1 e2 code phone Other i have blocked out the pin code of the phone (please do not give this code to the customer) e1 e2 cancer areas Entity-Destination however, the 5-year survival rate falls steadily as the cancer spreads into other areas e1 e2 craftsman hat Product-Producer_reversed a big thanks goes out to the expert craftsman who did such a good job building my sailing hat e1 e2 stranger bat Instrument-Agency_reversed upon emerging from the car, the stranger battered the man to death with a baseball bat e1 e2 drivers wheel Instrument-Agency_reversed more than 10 percent of drivers admit to having fallen asleep at the wheel e1 e2 bristles brush Component-Whole she used her fingertips to scrub into the bristles of the brush, getting between crevices where food can often get stuck e1 e2 research meeting Other the research, performed at the kyoto prefectural university of medicine, has been presented at a medical meeting in japan e1 e2 robber hammer Instrument-Agency_reversed masked robber threatens worker with claw hammer e1 e2 machine button Component-Whole_reversed this pavoni machine has continuous brewing espresso coffee machine with push button, power indicator light and electro valve e1 e2 termites cup Entity-Destination the white plastic cup was put inside a large cup and 100 formosan subterranean termites were released inside the large cup e1 e2 nest rabbits Member-Collection_reversed there is a nest of rabbits up in the loft e1 e2 whirl herons Member-Collection_reversed this rather bizarre picture is of a whirl hedge of herons - for such is the collective noun for these birds e1 e2 housing bearing Other the housing encloses a double sealed ball bearing, with a lower lip seal for additional protection e1 e2 chin rockfish Component-Whole like the canary rockfish, the chin of the yelloweye rockfish is smooth e1 e2 law force Other the new law has been brought into force e1 e2 restaurant customers Other the restaurant was filled with customers, most of them children and mothers e1 e2 development clearance Cause-Effect the development of oil palm plantations is one of the biggest causes of rainforest clearance e1 e2 pliers electrician Instrument-Agency lineman's pliers are an essential item in the electrician's tool complement e1 e2 counselors techniques Instrument-Agency_reversed professional counselors use a number of techniques, including conflict management seminars, peer mediation teams, student mentoring, group guidance activities and rumor control e1 e2 terrorist bomb Other a terrorist has planted a bomb in a city centre and it is due to go off in one or two hours' time e1 e2 dogs teeth Component-Whole_reversed the second biggest problem for dogs and their teeth is that hard chews can break the teeth e1 e2 asthma swelling Cause-Effect asthma causes swelling and narrowing of the airways e1 e2 mothers items Instrument-Agency_reversed mothers brought all items required to dress the child - bandages, creams, gloves - all of which are ridiculously expensive here e1 e2 camera operator Instrument-Agency the camera operator is that person behind-the-scenes but very much a part of the final project e1 e2 puppet crate Content-Container the purple puppet was in a crate being shipped from the uk to australia e1 e2 hailstorm atoms Member-Collection_reversed the hailstorm of atoms triggers nano-avalanches on the slopes e1 e2 billions economies Entity-Destination the governments have injected billions into their economies e1 e2 water cover Entity-Destination my wife mistakenly poured water into the valve cover of her 1999 sebring when it began overheating e1 e2 study report genetic structure Message-Topic the study report compares the genetic structure of two vastly different flowering plants to see whether differences exist in the set of circuits that create each species' flower e1 e2 snowstorm delays Cause-Effect the weekend snowstorm caused delays that had some passengers still stuck in washington, dc on monday night e1 e2 rain area Other the heaviest rain fell from an area from roane and clay counties northeastward across braxton, gilmer and lewis counties and into southern harrison county e1 e2 tests book Message-Topic_reversed these tests are a major theme of the book, so it is worth investigating them e1 e2 country war Entity-Origin the country emerged from the war as clearly the greatest power in the world as well as the creditor nation of the world e1 e2 magnesium ribbon tongs Other we hold the magnesium ribbon in tongs, and place one end in a bunsen burner flame e1 e2 walk entry Other the walk starts at an entry to mealmore forest e1 e2 man office Other the71-year-old man has already converted a room in the basement into an office e1 e2 pollution cars Cause-Effect_reversed global warming pollution from cars, light trucks and suv's is the single largest source of global warming pollution generated in maine e1 e2 drugs plants Entity-Origin pharmacognosy is the study of crude drugs obtained from plants, animals and mineral kingdom e1 e2 oils capsule Content-Container the swelling continued so it was time to try the oils in a capsule e1 e2 bungalow bar Component-Whole_reversed the bungalow has a full bar and offers a wide selection of draft and bottled beer and wine e1 e2 sisterhood survivors Member-Collection_reversed a woman diagnosed with breast cancer today joins a huge sisterhood of cancer survivors ready to help her along the way to recovery e1 e2 professional tests Instrument-Agency_reversed a qualified medical professional uses a variety of diagnostic tests e1 e2 insert column Other the insert starts in the left column and only spans the left column e1 e2 tension poor sleeping Cause-Effect_reversed cervical strain results from the physical stresses of everyday life, including poor posture, muscle tension from psychologic stress or poor sleeping e1 e2 signal source Cause-Effect_reversed the reference clock signal originates from an internal clock source e1 e2 symposium attendees Other the morning session of the symposium ends with a reunion lunch for the attendees e1 e2 timber vessel Entity-Origin the timber fell from the russian registered vessel the sinegorsk in the channel on monday, 14 miles off of new haven, sussex e1 e2 software developer Product-Producer rather more fun is book-crossing, started in the us by a software developer to encourage the release of books into the wild so they can be enjoyed by others e1 e2 mast ship Component-Whole the mast of the ship, part of a waterfront memorial in portland, had fallen into disrepair, tarnishing the image of the once-proud ship e1 e2 resources archives Entity-Destination researchers have thrown a lot of resources into the archives without checking e1 e2 skateboard deck Component-Whole_reversed the primary parts of a skateboard are the deck, the trucks, the wheels and bearings, the hardware and the grip tape e1 e2 author note Product-Producer_reversed in the author's note to this work he writes about the importance of the play's "threnodic essence. e1 e2 papers laboratory Entity-Origin a number of papers have emanated from this laboratory on the chemistry of dl-pinonic acid(i,) and dl-pinolic acid(ii.a) e1 e2 bottle rum Content-Container_reversed be careful, because just one little clove imparts a terrific amount of spice to a bottle full of rum e1 e2 mah-jongg set trunk Content-Container the mah-jongg set was in a trunk in the attic all through my childhood, then the trunk was in the garage for ten years e1 e2 crush delegates Member-Collection_reversed hotels and restaurants downtown are prepared to handle the crush of delegates e1 e2 slides box Entity-Destination then after the concert, he stuffed the slides into a box under his bed where they remained for 40 years e1 e2 field trip next month Entity-Destination the school has rescheduled the field trip to next month e1 e2 shelf refrigerator Component-Whole white and rose wines are served slightly chilled (around 10 c or 50 f) - one hour on the shelf of the refrigerator brings them to the right temperature e1 e2 billions companies Entity-Destination billions have sunk into devastating companies e1 e2 character reviews Message-Topic_reversed throughout the series run, the character has received positive reviews e1 e2 stethoscope doctor Instrument-Agency the stethoscope gives the doctor clues as to the presence or absence of pathology e1 e2 reaction affect Cause-Effect the chemical reaction in the water caused a bubbling affect on the surface e1 e2 video complex Entity-Origin i remember there being an uproar because the video got out from an apartment complex and wasn't suppsoed to e1 e2 virus species Entity-Origin although most scientists suspected that the virus descended from a primate species, only three chimpanzees infected with viruses e1 e2 research paper Other the research has been published in a paper by the scottish records association e1 e2 book exercises Component-Whole_reversed the book is rich in exercises, most with answers e1 e2 bird building Entity-Destination a bird has flown into the building and is flying around the atrium e1 e2 results charts Component-Whole_reversed the results are often displayed in charts or written as narratives e1 e2 test results logbook Entity-Destination the test results are entered into the electronic logbook e1 e2 actors background Entity-Origin all the actors came from a theater background e1 e2 conflict refusal Cause-Effect_reversed the conflict is rooted in an ongoing refusal by the palestinians and the arab world to recognize the right of the jewish people e1 e2 population people Member-Collection_reversed universal design makes stand-alone courseware, web-based e-learning systems, and other content more accessible to a larger population, including people with disabilities e1 e2 name saying Entity-Origin the name of the method comes from an arabic saying e1 e2 legend village Message-Topic the urban legend was that the whole village had moved from italy to south wales e1 e2 forms students Instrument-Agency choreographed fighting forms are used by students in order to develop an understanding of the offense, defense, distance, reaction, speed, and so forth e1 e2 fire embers Cause-Effect_reversed a spot fire is caused by burning embers being blown away by high winds that occur during bushfires e1 e2 smoke stack Other stack gummy savers with a little frosting in between to make a smoke stack on the engine e1 e2 litter kittens Member-Collection_reversed kind-hearted market traders have stepped in to rescue a litter of kittens which were abandoned under one of their stalls e1 e2 subjects conference Message-Topic_reversed these subjects were thoroughly investigated at the conference during the three seminars each of high specialist content e1 e2 rock accident Cause-Effect a rock in the road caused an accident by breaking the rear wheel on the wagon e1 e2 sheets carton Component-Whole the number of sheets in a carton varies for large printing sheets e1 e2 schwannoma cells Entity-Origin the origin of the schwannoma is from the normally-existing schwann cells in the tentorium e1 e2 man kidnapping Cause-Effect ditto for his funny turn as a man who instigates the kidnapping of his own wife in e niwas's love ke liye kuch bhi karega e1 e2 book author Product-Producer this is the first book by this author that i have read and i thoroughly enjoyed it e1 e2 father lunch-group Member-Collection my father is in a lunch-group of old-timey political people called the sacramento seminar e1 e2 questions chapter Message-Topic_reversed related questions form the subject of the next chapter e1 e2 explosion gas leak Cause-Effect the explosion caused a gas leak on the pipeline near the village of pouce coupe, south of dawson creek e1 e2 picture photo Entity-Origin the picture of the orb was then extracted from the photo and inverted and this is what was found to be inside of this tiny looking orb e1 e2 glass water Content-Container_reversed the tube was placed in an inclined position with the end in a glass filled with water that was kept boiling e1 e2 factory vodka Product-Producer_reversed the factory's main products are brandy (armenian cognac), wine and vodka e1 e2 wall intestines Component-Whole the absorbed nutrients move through the wall of the intestines and into blood vessels that take them throughout the body e1 e2 fish barrel Entity-Destination they then placed the fish in a wooden barrel filled with water and fired at the fish with a 9 mm pistol e1 e2 news execution Message-Topic the news that there was an execution in lydgate's house had got to lowick by the evening e1 e2 pie poisoning Cause-Effect a spaghetti pie served at a church dinner had caused the poisoning of one hundred people e1 e2 boat port Entity-Origin one of the nicest ways to spend an afternoon anywhere is to take a boat from the port of ouchy on the lakefront of lausanne e1 e2 prospectors trail Other prospectors seeking their fortune in the colorado gold fields traveled to denver on the smoky hill trail from kansas and points east e1 e2 instructions funds Message-Topic the instructions were concerning funds for benevolent purposes e1 e2 pasta method Other most commercial pasta is made by this method e1 e2 happiness affair Other many marriages do not recover from affairs at all, but at least one-third do find some way to rebuild trust and happiness after an affair e1 e2 fever allergies Cause-Effect_reversed my dog has a fever from allergies he was given clavamox and a shot e1 e2 diamond ring Other we sold a diamond ring on consignment through a jeweller who also dealt in second hand jewellery e1 e2 saplings sprouts Product-Producer the saplings put up new sprouts by the end of the monsoon e1 e2 symposium current state Message-Topic in january 2003 a symposium was held to discuss the current state of progress and future challenges e1 e2 photographs survivors Message-Topic these photographs show the survivors of a time that the truly nostalgic fondly remember and the rest of us can't believe existed at all e1 e2 parent child Other it is also when a parent manipulates a child e1 e2 exoskeleton company Product-Producer the us army is in the early stages of testing an aluminium exoskeleton made by a company called sarcos e1 e2 centerboard yacht Component-Whole issues are presented concerning the importance of annually inspecting the centerboard on a yacht e1 e2 lid eye Component-Whole usually only the bottom lid of one eye is involved, but the top eyelid also can twitch e1 e2 shooting argument Cause-Effect_reversed the shooting stemmed from an argument the two students had "in the community" over the weekend e1 e2 cocaine crate Content-Container they had been alerted that the cocaine was in a crate of turkeys, but they didn't see any e1 e2 chemicals reclamation Other the chemicals used for screen reclamation are some of the most hazardous products in a screen printing facility e1 e2 ideas software engineering Entity-Destination such ideas and technologies from the functional language community are migrating into mainstream software engineering e1 e2 query servers Entity-Destination we sent a query to two servers at a time e1 e2 flour paper Entity-Destination the seniors poured flour into wax paper and threw the items as projectiles on freshmen during a morning pep rally e1 e2 ladder electrician Instrument-Agency the ladder is designed for the specific needs of the electrician e1 e2 plan weekly benefit Component-Whole_reversed options that are core components of the plan include: a benefit period, an elimination period, a maximum benefit percentage of salary and a maximum weekly benefit e1 e2 poetry magazines Component-Whole his poetry and fiction have been published in literary magazines around the world e1 e2 resort hotel Component-Whole_reversed the resort comprises a central hotel and free-standing villas in the forest e1 e2 men underworld Other the four men are being dragged into the criminal underworld e1 e2 bowls ceramicist Product-Producer next we stopped by a pine table where an arrangement of cobalt blue "knitted" bowls by a south african ceramicist complemented a neat stack of chic indigo denim trousers by london's made in heaven e1 e2 undulation dunes Other while the curved shape resembles the gentle undulation of sand dunes, two raised starfish accent the border e1 e2 keyboard cable Component-Whole_reversed when a key is pressed and the circuit is completed, the code generated is sent to the computer either via a keyboard cable (using on-off electrical pulses to represent bits) or over a wireless connection e1 e2 structure pointer Component-Whole_reversed an open file is described in the linux kernel by a struct file item; the structure encloses a pointer to the inode representing the file e1 e2 apple wine Entity-Origin_reversed rabbi was cured of a severe disorder of the bowels by drinking apple wine seventy years old, a gentile having stored away 300 casks of it ('ab. zarah 40b) e1 e2 problem law Cause-Effect_reversed part of the problem is rooted in an ill-conceived state law e1 e2 books sociometrics Message-Topic in the 1950s, several books were published on the topic of sociometrics e1 e2 insecurity war Cause-Effect_reversed an important challenge for the new administration was to address the insecurity and poverty caused by civil war e1 e2 wake vultures Member-Collection_reversed two days ago, adept garazo sighted a wake of ash vultures circling over the foothills of the redimeres e1 e2 man stare Other the old man fixed the children with a firm stare e1 e2 people torture Other an afghan handed over innocent people into torture e1 e2 factory success Other his good taste for good cheese leads to the factory's commercial success e1 e2 masts nausea Cause-Effect phone masts for the high-tech third generation mobile phones cause headaches and nausea e1 e2 probe area Entity-Destination nasa successfully dropped a probe into the designated area e1 e2 clodronate dialysate Entity-Destination injected clodronate was removed into dialysate e1 e2 mother belly Component-Whole_reversed the joey is blind at birth, and must instinctively ascend their mother's belly and crawl into the nurturing pouch e1 e2 mountain ocean Entity-Origin from the fires of inner earth, a mountain was formed that grew from the depths of the ocean e1 e2 home group Product-Producer tribble's one-story, wood-frame home is the 34th that the group has constructed in the county e1 e2 article newspaper Entity-Destination this article is included into australia's most well respected newspaper e1 e2 envoy government Entity-Destination the us government sent an envoy to the north korean government e1 e2 ants habitats Entity-Destination ants are spreading into new habitats e1 e2 radio tuner Other claiming to have better fm reception than the previous model, this radio tuner works with both windows and mac systems e1 e2 sculptor statue Product-Producer_reversed the sculptor has carved a statue of brad pitt and angelina jolie, naked and embracing one another and placed it inside an oklahoma city home e1 e2 diapir dome Other a diapir uprises from the upward-convex silicone dome, intruding within the sand e1 e2 pistol safe Content-Container a "talented student" who kept a pistol locked in a safe at his wolverhampton home has been sent to a young offenders institution e1 e2 instrumental signature Other this acoustic instrumental (which has always been one of my favorites), makes an abrupt departure from the band's signature and dark-sounding metal riffs e1 e2 monitor circuitry Component-Whole_reversed the monitor comprises the display device, circuitry, and an enclosure e1 e2 laptop desk Other the laptop was in the desk e1 e2 description swings Message-Topic the description reveals that mass psychology swings from pessimism to optimism and back in a natural sequence e1 e2 findings testing Other the findings were from two years of dna testing and ct scans on 16 mummies, including those of tutankhamun and his family, the team that carried out the study said in an article to be published wednesday in the journal of the american medical association e1 e2 pool water sanitary sewer Entity-Destination the man is draining the pool water into the sanitary sewer e1 e2 hive ideas Other the immediate post-war years were a hive of ideas at glyndebourne, some worked and others did not e1 e2 league tribes Member-Collection_reversed goguryeo developed from a league of various yemaek tribes to an early state and rapidly expanded its power from their original basin of control in the hun river drainage e1 e2 seconds gloves Instrument-Agency_reversed the harper brothers were blindfolded, and swung most of their punches into the air as seconds punched them with gloves attached to long poles e1 e2 inmates gloves Instrument-Agency_reversed the inmates successfully scaled the barbed wire fence by using heavy-duty work gloves e1 e2 soldier army Member-Collection ultimately, a soldier joins the army and trains to fight e1 e2 statement lawyers Product-Producer following is a statement released by the lawyers acting on behalf of humayra abedin e1 e2 money bag Content-Container the money was contained in a bag of chamois leather, of respectable dimensions, which my banker had given me e1 e2 flour hand Entity-Destination at one point in desperation, i poured flour into my great aunt's hand and measured how much it could hold e1 e2 dog forepaw Component-Whole_reversed the dog scratched at the door with its forepaw e1 e2 plug antenna Component-Whole when he clicked on the plug of the antenna and it automatically attached to the wires of the bulb socket e1 e2 fish gills Component-Whole_reversed fish gills are multifunctional organs e1 e2 piano benefactor Entity-Origin this suspicion is further fueled by the arrival of a piano for jane from a mysterious anonymous benefactor e1 e2 students computers Instrument-Agency_reversed students learn at their own pace by using computers e1 e2 suitcase gifts Content-Container_reversed every bride was given a suitcase with gifts in it e1 e2 suitcase things Content-Container_reversed a suitcase with his things in it was on the doorstep e1 e2 arsenic groundwater Entity-Destination the bacteria released arsenic into the groundwater e1 e2 cast story Product-Producer_reversed from here, the cast improvised an elaborate story of teenage vampire romance, centering on actress chelsea gilman e1 e2 kids castle Entity-Origin the kids got tuckered out from the bouncy castle e1 e2 integration networks Entity-Destination a number of vendors, including salesforce.com and rightnow, have released integration into social networks e1 e2 disturbances acne Cause-Effect various hormonal, bacterial and inflammatory disturbances cause acne e1 e2 car future Entity-Origin from the front, it looks like some sort of car from the future in a 50's sci-fi movie e1 e2 fable fox Message-Topic this famous chinese fable describes a fox, who visits chickens and brings presents e1 e2 profit company Entity-Destination thanks to the new product, a large profit is brought into the company e1 e2 sownder swans Member-Collection_reversed there is a wedge or a sownder of swans flying north for the spring breeding season e1 e2 potato stew Entity-Origin_reversed coconut rice and potato stew was a sunday lunch on a day when i wanted to spend as less time as possible in the kitchen e1 e2 chapter palliative care Message-Topic the purpose of the chapter is to create a picture of palliative care today by presenting its definition, history, philosophy. objectives, and standards of care e1 e2 computer numbers Other the gateway dx-4822-01 computer makes a convincing pitch with the performance numbers and features to earn its place in your home e1 e2 paralysis imbalances Cause-Effect_reversed paralysis or convulsions are caused by hormone deficiencies and imbalances e1 e2 music composer Product-Producer tamkin is interested in musique concrete, a form of music that emanated from the french composer and theorist pierre schaeffer, in which emphasis is placed on finding new sounds that aren't traditionally regarded as music to create a new aesthetic e1 e2 sand seashores Entity-Destination the dust storm in libya blew sand into seashores in the mediterranean e1 e2 company country side Entity-Destination the whole company migrated into the country side e1 e2 laws lengths Message-Topic laws often refer to blade lengths and styles to define tools with useful purposes e1 e2 motion conference Message-Topic_reversed the doctors, who are behind the motion being discussed at the conference, are unhappy about the guidance that has been issued e1 e2 herbs garden Component-Whole they learned that some herbs and flowers planted in the garden help to control pests e1 e2 artist assistant Other "suzy" probably refers to the artist's assistant, suzanne miller e1 e2 depictions artist Product-Producer traditionally in china, such depictions of nature come from the mind of the artist, and are idealized representations of the natural world e1 e2 flotilla icebergs Member-Collection_reversed the current flotilla of icebergs that split off antarctic ice shelves is slowly drifting in the direction of new zealand e1 e2 hair eyebrow Entity-Origin it removes the hair to the precise contour of a perfectly shaped eyebrow e1 e2 blouse sleeves Component-Whole_reversed this blouse puts a unique twist on the classic blouse with bat-wing sleeves e1 e2 bag sack Content-Container the bag was stored in a sack e1 e2 rim dorsal angle Other a sharp marginal rim starts at the anterior dorsal angle and continues around the anterior and ventral margins to the posterior-ventral angle e1 e2 car casette player Component-Whole_reversed this car even has the original casette player and cd changer, which is fully functional e1 e2 estate downturn Other real estate builds itself out of downturn e1 e2 reservoir coffeemaker Component-Whole fill the reservoir of the coffeemaker with white vinegar e1 e2 component parts Other a detailed estimate is built up of many component parts which may result in cumulative errors e1 e2 conflict collapse Cause-Effect conflict had caused the collapse of the somali republic e1 e2 carbon emitter Entity-Destination the carbon sank into the emitter e1 e2 pocket trousers Component-Whole i kept my mobile (cellphone) in the same pocket in my trousers (pants) e1 e2 style designs Entity-Origin it doesn't hurt either that the understated style is a satisfying departure from the faux french imperial designs e1 e2 word paperboy Entity-Origin when the word got out from the paperboy, the town cheered e1 e2 cane sugar Entity-Origin_reversed cane sugar engineering and technology texts currently used are out of date and do not include most of the developments in technolog e1 e2 chocolate cake Entity-Origin_reversed chocolate cake is a dessert popularized at the end of the 19th century and popular internationally e1 e2 species toys Product-Producer_reversed common ravens are one of only a few species who make their own toys e1 e2 dole turkeys Member-Collection_reversed here is a dole of female wild turkeys e1 e2 cracks earthquakes Product-Producer gis analysis did show a relationship between cracks caused by the earthquakes and paddy fields and ponds with or without water e1 e2 society plan Product-Producer_reversed having done this, the society of agents has constructed a valid plan to deliver the set of initial orders and has reached a state of equilibrium in the sense of (ste90) e1 e2 superfluity words Other a concise, comprehensive style is- a great ornament in narration; and a superfluity of unnecessary words, altogether improper e1 e2 theories geodesist Product-Producer most of the relevant theories were derived by the geodesist in his famous books "die mathematischen und physikalischen theorien der hoeheren geodaesie" (1880) e1 e2 tree forest Member-Collection winter is here, and the little fir tree stands lonely in the forest e1 e2 author composition Instrument-Agency_reversed the author carefully chose the composition so that the desired molecular machines and the relationship between them are clearly revealed e1 e2 costs consumers Entity-Destination manufacturers passed on the costs to the consumers e1 e2 particles clouds Entity-Destination the particles were dropped into the clouds before the storm occurred e1 e2 roof house Component-Whole branches overhang the roof of this house e1 e2 defendant weapon Instrument-Agency_reversed however, the trial court also found, within the same aggravating factor, that the defendant killed the victim with a deadly weapon e1 e2 words press Product-Producer tad wilkes wrote a note titled "kind words from the local press" e1 e2 information memory Content-Container the information was stored in the memory of a second-hand photo camera e1 e2 aluminum nitride crucible Content-Container in the first series of tests, the aluminum was contained in a vacuum-sealed, pyrolytic boron nitride crucible e1 e2 sculptor work Product-Producer_reversed mark coreth, 48, a troop leader with 4 troop, b squadron the blues and royals during the conflict, and now a sculptor who has recently completed a memorial work featuring three flying albatrosses, spoke after the service e1 e2 pancreas rabbit Component-Whole the experiments indicated that the insulin content of the pancreas of the normal rabbit averaged one-half unit of "lilly" insulin e1 e2 vowel length acute accent Other the vowel length was denoted by the acute accent e1 e2 claw animals Component-Whole the deformity is similar to the claw of lower animals, and perhaps its cause is atavistic e1 e2 message dangers Message-Topic reverend stafford carson focused almost all of his message on the dangers of abusing alcohol e1 e2 group plan Product-Producer_reversed the islamist group which provoked outrage with its plan to march through wootton bassett was banned e1 e2 aerie sparrow-hawks Member-Collection_reversed in these woods they had an aerie of sparrow-hawks and merlins, and the right to bees, honey and millstones and turf, bracken and heather for themselves and their tenants e1 e2 mistake quarrel Cause-Effect the fatal mistake caused a quarrel between different companies e1 e2 drift sheep Member-Collection_reversed one drift of the sheep was marked with a red cross, and the other drift with a black patch e1 e2 disorders vomiting Cause-Effect many disorders of the stomach and intestines cause nausea and vomiting e1 e2 statue temple Entity-Destination the statue of an aztec god is carried into a temple e1 e2 paralysis toxin Cause-Effect_reversed these are all symptoms of the muscle paralysis caused by the bacterial toxin e1 e2 bed mussels Member-Collection_reversed the structure of the benthic boundary layer over a bed of mussels (mytilus edulis) was investigated in a large racetrack flume e1 e2 button calculator Component-Whole first, he pressed the start button of the calculator to see what happens, then tried to vary the parameters e1 e2 artist touches Other a makeup artist applies the finishing touches to marquesa lawrence before the taping of a segment of "the scholar. e1 e2 resources development Message-Topic these resources discuss the development of photography through the 20th century e1 e2 system bulbs Component-Whole_reversed this led system contains 5 colored led bulbs meant to calm the mind and provide a truly memorable bathing experience e1 e2 cartons plastic bags Content-Container 4 g of sodium metabisulfite were spread between sheets of greaseproof paper at the bottom of 40 x 30 x 10 cm cartons which were enclosed in plastic bags e1 e2 casing refrigerator Component-Whole the metal casing of the refrigerator made it impossible to access them e1 e2 fishes mouth Component-Whole_reversed he has simply taken the hook of the fishes mouth because the point of the hook did not stick out e1 e2 shelter bottles Component-Whole_reversed the solar-powered bus shelter was composed of recycled bottles e1 e2 lady church Product-Producer_reversed a pious lady having built a church under the invocation of the blessed virgin, on the high road to bethlehem, longinus refused her request that his pupil should undertake the charge of it e1 e2 dog crate Content-Container my first dog was in a crate until about a year old e1 e2 form century Entity-Origin the form originated in sixteenth century as a kind of parody of tales of chivalric adventures e1 e2 dissidents plans Product-Producer_reversed dissidents have drawn up plans to kill policemen in milltown in west belfast e1 e2 president helicopter Instrument-Agency_reversed on a clear fall night, the president had traveled to dover on a 40-minute helicopter ride from the white house e1 e2 backpage newspaper Component-Whole the article appears on the backpage of the newspaper, in the "endzone" section, and makes viola the first known njcu athlete to ever appear on a cover of the ncaa news e1 e2 families weeks Other gaza families recover from three weeks of war e1 e2 modification polymers Other we detect defect sites by chemical modification of the sites with polymers e1 e2 shift plant Other it was drizzling lightly in late october when the midnight shift started at the owls head water pollution control plant e1 e2 destruction collapse Cause-Effect it was the destruction of the gold standard by the government that caused the unprecedented collapse in the world economy e1 e2 coughing asthma Cause-Effect_reversed coughing from asthma is worse at night or early in the morning, making it hard to sleep e1 e2 corn beer Entity-Origin_reversed day two in the sacred valley began with a trip to a local chicha (corn beer) brewery, but there was more there than just beer e1 e2 soldier army Member-Collection during this period of time, when a soldier joins the army, he has to buy his own war horse and weapons e1 e2 migration article Message-Topic_reversed the migration as defined in this article was the expansion of the turkic peoples across most of central asia into europe and the middle east e1 e2 equipment drawers Content-Container they saw that the equipment was put inside rollout drawers, which looked aesthetically more pleasing and tidy e1 e2 herd bulls Member-Collection_reversed in addition, herd bulls supply half of the genetics to all the calves he sires; therefore, bull selection can be the most powerful method of genetic improvement in the herd e1 e2 lists jar Entity-Destination ms. sendler made lists of these children and placed the lists in a jar that she buried in a garden e1 e2 clay canister Other 5 lbs of clay made into a canister hold a 5 lb bag of flour e1 e2 antibiotics growth Cause-Effect the obama administration supports ending the use of antibiotics for growth and feed efficiency in food animals e1 e2 bank circuits Component-Whole_reversed in each bank of circuits, one side of each of all 8 circuits thereof is commonly connected e1 e2 composer piece Product-Producer_reversed jazz represented a break from western musical traditions, where the composer wrote a piece of music on paper and the musicians then tried their best to play exactly what was in the score e1 e2 beer monasteries Product-Producer by the 7th century ad, beer was also being produced by european monasteries e1 e2 generation workforce Entity-Origin younger workers demand more perks due to the exit of the much larger boomer generation from the workforce e1 e2 concerns taxes Other the concerns were related to property taxes, sewage systems, property values, and control of school districts e1 e2 vinyl sleeve Entity-Destination the album was stored in a protective poly jacket and the vinyl was stored in an anti-static sleeve e1 e2 machine confirmation Other the machine needs user confirmation each time the camera is turned on e1 e2 beam gun Cause-Effect_reversed the primary electron beam was generated by an electrostatically focused electron gun, with a rhenium strip cathode e1 e2 instrument players Instrument-Agency violin-family string instrument players are also occasionally instructed to strike the string with the side of the bow, a technique called col legno e1 e2 pictures taverns Message-Topic in 1672 he opened a tavern in leiden and many of his pictures represent taverns and festive gatherings e1 e2 qualifications care Other cache designs qualifications in the care and education of children and young people e1 e2 author book Product-Producer_reversed the author wrote a book, moneyball, that drove baseball's clubby traditionalists crazy e1 e2 piece modernist Product-Producer as must concerto ph, a piece this modernist composed for the brussels fair using amplified burning charcoal as his single sound source e1 e2 cocaine mortality Cause-Effect higher doses of cocaine cause convulsions, severe maternal weight loss and increased maternal mortality e1 e2 droxyapatite gaps Entity-Destination droxyapatite were implanted into facial osteotomy gaps e1 e2 bunch flowers Member-Collection_reversed i'm going with some girls to get a bunch of flowers e1 e2 dog crash Cause-Effect a dog loose on the carriageway caused a five-vehicle crash on the m25 on wednesday morning e1 e2 microprocessor cluster applications Other the microprocessor cluster has been migrated into high-end embedded applications e1 e2 cakes oven Entity-Origin they were ready to bake the best darn cakes that ever popped out of an oven e1 e2 demonstrators vehicles Entity-Origin the demonstrators descended from the vehicles and marched five kilometers e1 e2 interview files Content-Container his interview for colonel james critchfield of the cia's gehlen organization that runs to nearly a thousand pages was hidden in the cia's files for years e1 e2 corn liquor Entity-Origin_reversed once all the corn liquor is collected, you have to proof it down e1 e2 navigator sextant Instrument-Agency_reversed the navigator did his job then with a plath sextant and a chronograph e1 e2 bathroom wash basin Component-Whole_reversed the bathroom comprises bath tub with electric shower, wash basin and wc e1 e2 system filter Component-Whole_reversed the system uses a filter to clean the air that the central vacuum has taken in e1 e2 regulations refunds Message-Topic the following regulations govern refunds available upon withdrawal from the university or when other changes of status take place e1 e2 skills workshops Message-Topic_reversed we teach conflict resolution skills to young people through workshops in schools and youth centres e1 e2 pollution fuels Cause-Effect_reversed in economic terms, pollution from fossil fuels is regarded as a negative externality and should be taxed e1 e2 pollution fuels Cause-Effect_reversed third, air and water pollution from fossil fuels are a huge problem in china e1 e2 axe helve Component-Whole_reversed once he dangled his axe by the helve to sight along the tree trunk e1 e2 corn flour Entity-Origin_reversed the ca content in the corn flour has also a strong dependence on the pericarp thickness (gutierrez et al., 2007) e1 e2 suitcase clothes Content-Container_reversed the suitcase was full of smart new clothes e1 e2 oestrogens body Product-Producer there are three different oestrogens made by your body e1 e2 flock turkeys Member-Collection_reversed the pandemic h1n1 flu virus was confirmed in a flock of breeder turkeys in virginia e1 e2 goddess fish Other murmur of water, kuttimuratov's other piece i photographed for you, shows the zoroastrian goddess of water with a fish e1 e2 typhoon destruction Cause-Effect in 1880, there was a strong typhoon and an earthquake that lead to the destruction of the instrument e1 e2 yarn bins Content-Container in the beginning, the yarn was stored in plastic ikea bins e1 e2 team final Other two extra-time goals sent the team into the carling final e1 e2 politicians closet Entity-Origin buoyed by liberal attitudes such as those, politicians across western europe are stepping out of the closet e1 e2 writer essay Product-Producer_reversed it took sonu shamdasani, the primary translator and the writer of a 33-page introductory essay, two years to persuade jung's family to let him start working on a colour copy of the original book e1 e2 rye whiskey Entity-Origin_reversed still, wondrich, a onetime history professor who is now the drinks correspondent for esquire magazine, was the man who made me see the light about rye whiskey e1 e2 company market Other the foreign company has entered into the insurance market in china e1 e2 tourists hotel Entity-Origin well rested from our relaxing day pool side, the tourists had an early departure from the hotel e1 e2 divorce newspaper Message-Topic_reversed he learnt about their divorce from a newspaper e1 e2 author information Other also included is our commission authorization form, which collects the author's contact information and authorizes us to retain our standard 5% commission e1 e2 constellation windows Member-Collection_reversed far below and a universe away, a constellation of windows darkened e1 e2 faction dragons Member-Collection_reversed one faction of netherwing dragons, named the netherwing, were attacked by the dragonmaw orcs of shadowmoon valley and many were enslaved by zuluhed, including the female karynaku (mate of neltharaku) who was leader of the brood e1 e2 rampart gangs Product-Producer the ditch was dug and the rampart piled up by gangs of men working in sections e1 e2 speeding accidents Cause-Effect speeding is one of the more obvious causes of pedestrian accidents e1 e2 values albums Message-Topic_reversed family values and meanings are narrated through family albums e1 e2 pecans dish Content-Container it was a jigsaw puzzle game of several spilled pecans in a dish e1 e2 axis wheel Component-Whole the axis of the drive wheel of the internal geneva drive haves a bearing only on one side e1 e2 programming political process Message-Topic even though the network's programming covers the political process, the network receives no funding from the government e1 e2 tea bag mug Content-Container the tea bag was in a mug, which made the whole process more straightforward e1 e2 alliance partners Member-Collection_reversed microsoft has announced an alliance of various industry partners whose goal is to fight the conficker worm e1 e2 images group Message-Topic the images show a group of men that detectives want to question e1 e2 detainee passport Instrument-Agency_reversed the detainee traveled to afghanistan on a forged passport e1 e2 man staff Instrument-Agency_reversed thorstein has no choice but to ride to the village of hof and deal with thord, the man who struck him with the staff e1 e2 treatises obligation Message-Topic numerous international treatises assert the obligation to give medical care without discrimination to all victims in a war zone e1 e2 lamentation swans Member-Collection_reversed a lamentation of swans is swimming on the lake, some are on the shore, and others are flying e1 e2 employee company Entity-Origin note that the relevant superannuation fund(s) must be notified of the employee's departure from the company e1 e2 films film festival Entity-Destination this year, many films from asian countries are entering into the film festival e1 e2 high temperature decomposition reaction Cause-Effect the high temperature caused a decomposition reaction, increased the inner pressure of the reactor, and resulted in a rupture e1 e2 brigade riflemen Member-Collection_reversed new zealand raised a force to fight in europe and sent a brigade of mounted riflemen and a brigade of infantry which after meeting up with the australians, was diverted to egypt e1 e2 body plane Component-Whole he hold the body of the plane loosely between two fingers with the nose of the plane pointing toward the floor e1 e2 scientists binoculars Instrument-Agency_reversed the scientists and monitored the depth while studying the narrows through binoculars e1 e2 animal food lake Entity-Destination these people dropped animal food into the lake e1 e2 space shuttle orbiters space Entity-Destination five space shuttle orbiters have flown into space on nasa's missions e1 e2 regiment musketeers Member-Collection_reversed athos, porthos and aramis were soldiers in the very prestigious regiment of the king's musketeers - something like king's guard- which main arm, in the battlefield was the musket, a very heavy gun that needed to be held on a fork e1 e2 access doorway Other access to two gateway center is gained from a doorway just inside the liberty avenue vehicle entrance e1 e2 solicitors administration building Entity-Destination branton bridge solicitors entered into the administration building e1 e2 barley whisky Entity-Origin_reversed it is a general rule of thumb that the tastier and more expensive a blended whisky is, the more single malt, i.e., barley whisky, has gone into its making e1 e2 school plans Product-Producer_reversed the school convinced jurors with plans for ground-breaking research programs, such as the karlsruhe school of optics and photonics e1 e2 deterioration recession Cause-Effect_reversed the deterioration has been caused by an apparently endless recession e1 e2 money education Entity-Destination the money was put into education and health e1 e2 water cookie pan Entity-Destination he poured water into a cookie pan, put the mold into the pan, and froze the two together e1 e2 apartment bedrooms Component-Whole_reversed the apartment comprises of two bedrooms with fitted wardrobes, two bathrooms with tub, a spacious kitchen and lounge/dining room.. e1 e2 button transmitter Component-Whole i pressed the button of the radio transmitter to be programmed 1x e1 e2 work composer Product-Producer here is another work from the pen of a vital american composer e1 e2 couple impalas Member-Collection_reversed after a short playing session they walked off on the trail of a couple of lone female impalas e1 e2 committee recommendations Product-Producer_reversed the committee came up with some interesting recommendations e1 e2 olive oil Entity-Origin_reversed the greatest exponent of monounsaturated fat is olive oil, and it is a prime component of the mediterranean diet e1 e2 money company Entity-Destination my father spent his money on his company e1 e2 wife coffee Product-Producer_reversed my wife quickly prepared scrambled eggs and black coffee and took them back to bed with her copy of "miss pettigrew lives for a day" e1 e2 door dryer Component-Whole i took a look at the way and in what direction the door of the dryer swings open since there was limited space in my laundry room e1 e2 elbow pain tendinitis Cause-Effect_reversed the scientific, yet understandable reasons of why the l*bo aid is so effective in eliminating and preventing elbow pain due to epicondylitis commonly referred to as "tennis elbow" and tendinitis e1 e2 baby bat nest Entity-Destination the baby bat was blown into the squirrel's treetop nest by a storm e1 e2 book reviewer Other the principal hazard facing the publisher with respect to reviews is getting panned by an honest book reviewer or scammed by a phony book reviewer e1 e2 comforter suitcase Content-Container the money-laced comforter was in a suitcase bound for the middle east aboard a commercial flight e1 e2 process inspiration Cause-Effect_reversed the process departs from an inspiration and idea generation phase based on challenges the company faces in the coming years e1 e2 paste curry Component-Whole shrimp paste is a key ingredient used for making thai curry and it is also used in many spicy soups, salads, sauces and stir-fries e1 e2 decline immigration Cause-Effect_reversed the decline has been caused by the immigration of lower ability immigrants e1 e2 birdhouse wood Entity-Origin the country lane charm birdhouse is made from antique salvaged barn wood e1 e2 factory output Product-Producer_reversed one factory's output or waste-product became the raw materials of another factory (preferably nearby) e1 e2 letter members Entity-Destination the following letter was sent to members of the u.s. senate e1 e2 machine suitcase Content-Container this machine was in a suitcase that was the size of a carry-on bag and weighed less than 10 pounds e1 e2 rear refrigerator Component-Whole simple plastic covered wire baskets with wheels on a rail, allows access to the rear of the refrigerator e1 e2 shop windows Component-Whole_reversed judging by the decorations in the shop windows, it is christmas time e1 e2 criminal law range Cause-Effect_reversed instead, criminal law is set out in a diverse range of statutes and court decisions e1 e2 coast lowlands Other here, the coast comprises coastal lowlands that receive the many small rivers flowing from the lake-studded plains of the island's western half e1 e2 conjunctivitis pinkeye Cause-Effect infectious conjunctivitis is the most common cause of pinkeye around the world e1 e2 work difficulties Message-Topic afterwards the work points out the great difficulties due to the measurement of those parameters and reports about some experimental investigations executed e1 e2 singing figure Cause-Effect_reversed the singing comes from the substantial figure of mole - paul smith in the normal world - who crams into his days a full-time job e1 e2 collective writers Member-Collection_reversed his poetry began enjoying increasing success, and in 1933 he was able to earn his living exclusively from his writings, joining the collective of young writers at the magazine ogonyok e1 e2 bible trunk Content-Container the bible was in a trunk that was sent to fort worth, texas e1 e2 author symbolism Instrument-Agency_reversed the author uses symbolism in order to show the importance of some ideals and main themes of the novel e1 e2 strawberry tea Entity-Origin_reversed strawberry tea tastes almost as delicious as the berry itself, with a mild and fruity flavor e1 e2 bacon butcher Other the bacon is home cured by our local butcher who also supplies the award winning sausages e1 e2 studios recordings Product-Producer_reversed these studios became veritable "hit factories" that produced many of the most successful pop recordings of the latter 20th century e1 e2 terraces philanthropist Product-Producer the 1886 terraces are of historic importance to geelong, having been built by the philanthropist elizabeth austin e1 e2 slider machine Entity-Destination finally, the slider was inserted up into the machine and used to trip the payout switch e1 e2 conference session Component-Whole_reversed the second day of the conference started with the fourth session on knowledge e1 e2 session contributions Component-Whole_reversed the morning session of the symposium comprises contributions from former group members and ends with a reunion lunch for the attendees e1 e2 female collar Component-Whole_reversed the adult female has a faint emerald green collar that is difficult to discern in the field e1 e2 novels story Message-Topic the demon princes is a five-book series of science fiction novels which cumulatively relate the story of kirth gersen e1 e2 damage earthquake Cause-Effect_reversed the damage in washington was so much less than the damage caused by the 1994 northridge earthquake, despite that their magnitudes were so similar-- 6.8 vs. 6.7 e1 e2 sculpture harbour Entity-Origin a specially built sculpture of the ship emerges from the harbour e1 e2 barley beer Entity-Origin_reversed the highland barley beer produced in tibet has been becoming increasingly popular among americans since the first batch of 11,340 boxes of such beer were shipped to the united states in may e1 e2 award trophy Component-Whole_reversed the award comprises a trophy and a certificate and is being run by the british cartographic society with the support of stanfords map shop e1 e2 violence talks Message-Topic_reversed the violence in indonesia's aceh province has been discussed at talks in jakarta between president wahid and the visiting malaysian prime minister, mahathir mohamad e1 e2 people caricatures Message-Topic_reversed aboriginal people have repeatedly been popularly described through coarse, even racist caricatures e1 e2 benefits consumers Entity-Destination the hotel sector passed on benefits to the consumers e1 e2 disc paper Content-Container it showed a photo of it being enclosed in a black plastic case and the disc was enclosed in paper e1 e2 friend cooker Instrument-Agency_reversed i even have a friend who cooks the cans in a pressure cooker because she can't be bothered cooking them on the stove for 3 hours e1 e2 picture pupils Product-Producer the picture of madonna and child in glory with st sebastian and st rocco on the far wall of the church of campello sul clitunno was completed by one of his pupils from a preparatory drawing by lo spagna e1 e2 population individuals Other here, we analysed changes in heterozygosity over time in an insular mouflon (ovis aries) population founded by two individuals in 1957 e1 e2 train depot Entity-Origin the train departs from the bryson city, nc train depot on its magical journey to the north pole e1 e2 windshield housing Content-Container_reversed the windshield encloses a parachute housing containing a parachute assembly e1 e2 activity earthquake Cause-Effect in early 2007 renewed a coal mining activity in the region triggered the earthquake, although earthquake activity has been present in the area at least since white settlement first occurred e1 e2 researchers silk Product-Producer_reversed in experiments so far the researchers have produced spider silk by inserting the gene into the genome of cows and hamsters e1 e2 jumper grandmother Product-Producer this little cutie was once a jumper knitted by my grandmother e1 e2 people debt Other since last year, many people are sinking into debt e1 e2 report need Message-Topic the report insisted on the need to guarantee income security independently of the variations in economic circumstances e1 e2 ashes jar Entity-Destination he placed the ashes in a jar and divided them equally into eight portions e1 e2 bacteria diarrhea Cause-Effect this bacteria causes skin infections, colds, or diarrhea e1 e2 money education Entity-Destination washington has fiddled while other states poured money into higher education e1 e2 troops jungle Entity-Destination the un has transported troops into the deep jungle of cambodia e1 e2 script situation Message-Topic a script was written describing the initial situation, with ongoing scenarios developed containing essential actions e1 e2 wall building Component-Whole he was all asshatty about the mural on the wall of the building and thus he did not spend much time in cities e1 e2 coughing dust Cause-Effect_reversed brushing the air with both hands and coughing from the dust, it settled on both vehicles e1 e2 universe explosion Entity-Origin but all these friedmann universes are very different from the kind of expansion one gets when the universe originated in an explosion e1 e2 clothing chest Content-Container storing clothing in a cedar chest protected the apparel from the damaging effects of moth larvae e1 e2 experts facilities Other experts said that the creation of such facilities contributes to strengthening the city's position as one of eastern cuba's major tourist destinations e1 e2 anger aggressions Cause-Effect anger leads to aggressions towards colleagues e1 e2 meals seniors Entity-Destination the organization delivered meals to homebound seniors e1 e2 emission excitation Cause-Effect_reversed the former emission arose from the primary collisional excitation e1 e2 perception vehicle Instrument-Agency we present a perception driven autonomous urban vehicle e1 e2 dates position Other a solar calendar is a calendar whose dates indicate the position of the earth on its revolution around the sun e1 e2 unit pikemen Member-Collection_reversed the regiment is composed of ten battalions of 400 heavy infantry and 50 light infantry each plus an extra unit of 1000 pikemen and 500 extra light infantry e1 e2 magazine list Product-Producer_reversed this magazine has thrown together a list of the top 100 albums between 2000 and 2009 e1 e2 dish herring Component-Whole_reversed traditionally the national dish of the island is 'spuds and herrin', boiled potatoes and herring e1 e2 tissue choroidal side Entity-Origin weights were added to the other side of the balance until tissue release from the choroidal side was achieved e1 e2 pneuroblasts dam Entity-Destination newly generated pneuroblasts are migrating into the dam e1 e2 mercury shell Entity-Destination shri pandit krishnapal sharma made approximately 1 tola of gold from 1 tola of mercury in front of us; the mercury was put inside a shell of reetha e1 e2 dish oven Entity-Destination i even placed the dish in a cold oven as directions state e1 e2 sorrow attack Cause-Effect_reversed this sweet satisfaction was only troubled by the sorrow caused by the horrible attack on the person of a representative of the nation e1 e2 railing balcony Component-Whole earl turned and leaned on the railing of the balcony e1 e2 reinstatement remedy Component-Whole in a similar context, this circuit has followed the rule that reinstatement is a basic element of the appropriate remedy in wrongful employee discharge cases e1 e2 combo salads Other i love the sweet and salty combo of the watermelon salads that have been all over the food world lately e1 e2 windsurfers control Other it is exciting to see the windsurfers conquer the water body with their impressive control and skills e1 e2 research male reproduction biology Message-Topic during the period of professor mikko niemi (1965-1996) the focus of research was in male reproduction biology e1 e2 coolant oil Entity-Destination the head gasket leaked coolant into the oil e1 e2 company pool Product-Producer a german company dug a pool on an outdoor running track and then covered it up e1 e2 quality bag Other it's the quality inside a fertilizer bag e1 e2 insomnia depression Cause-Effect_reversed many depression sufferers and their physicians revealed that insomnia was caused by depression e1 e2 education artistic performances Component-Whole_reversed education in early african societies included such things as artistic performances, ceremonies, games, festivals, dancing, singing, and drawing e1 e2 workers dormitory Entity-Destination some foreign workers moved into a converted dormitory at serangoon gardens estate on friday e1 e2 insulation walls Entity-Destination this company has put the insulation into the walls e1 e2 pleiad authors Member-Collection_reversed from 1958 to the present, he has cautiously undertaken a close collaboration with a pleiad of reputed authors in his cinematic endeavors e1 e2 artists piece Product-Producer_reversed artists have created a living piece of leather from mouse stem cells e1 e2 billions company Entity-Destination the taxpayers have dumped billions into this bankrupt company without noticing it e1 e2 brace ankle Other she wears a brace for her left ankle, has restricted use of her left hand, still has vision problems and continues with therapy e1 e2 tomato sauce Entity-Origin_reversed we had calamari appetizer which was no different then any other place, the lamb shank tasted like it was cooked in canned tomato sauce e1 e2 disease patient Entity-Destination the disease was transmitted on to another patient by skin e1 e2 bridges player Instrument-Agency the bridges of a koto, on the other hand, are moved by the player, in the course of a single piece of music e1 e2 liver biochemicals Product-Producer_reversed the liver is responsible for production of biochemicals necessary for digestion e1 e2 spending strain Cause-Effect the increased spending caused a strain on the state treasury as the sultan was spending increasing amounts of time in the harem rather than leading the people e1 e2 episode riots Message-Topic that episode also reflected on the 1992 los angeles riots e1 e2 interest internship Cause-Effect_reversed my earliest research interest stemmed from an internship at tall timbers e1 e2 loss running Cause-Effect_reversed here are some ways to avoid mindless eating and boost your weight loss from running e1 e2 boat jib Component-Whole_reversed adding a staysail gives a boat a small jib that can balance the boat in heavier wind and sea conditions e1 e2 statement resolution Message-Topic this statement pointed toward the resolution preferred by the bosnian serbs e1 e2 figures unemployment Other latest figures show unemployment in wales is rising again despite falls in the previous two months e1 e2 language community Entity-Origin when the anatolian language went away from the community, it continued its dialectal divisions e1 e2 tides sun Cause-Effect_reversed the tides caused by the sun follow the exact same methods as those by the moon e1 e2 organizers group Other the organizers of the retreat near lake placid threw together a group of people on a hunch e1 e2 study processing time Other this study aimed at assessing the processing time of a natural scene in a fast categorization task of its context or 'gist' e1 e2 chivalry dukes Other athens, in his time, was strictly a portion of feudal europe, and the chivalry of athenian dukes was familiar to those for whom he wrote, and wherever chivalry was in esteem; and when he described a fatal battle in the plain of thebes, the slaughter of knights, the despair of their ladies, he recalled a great catastrophe recent in men's memories e1 e2 elderberry wine Entity-Origin_reversed elderberry wine has a unique flavor that changes considerably over time e1 e2 campaigners group Member-Collection all that has changed after the arrival, last month, of a handful of socialist environmental campaigners from the group e1 e2 refrigerators companies Product-Producer in 1946, maytag began marketing a separate line of ranges and refrigerators made by other companies under the maytag name e1 e2 boobs outfit Entity-Origin maybe a few times my boobs have popped out of an outfit but that happens e1 e2 film date Other lionsgate has announced that they have pulled the film from its release date, but as of yet have not announced when we can expect to dee the movie in theaters e1 e2 keys memory Entity-Destination you have added keys into the memory on the remote systems e1 e2 debacle conversation Message-Topic_reversed the debacle was the topic of conversation for days e1 e2 steam alarm Cause-Effect i forgot to shut the bathroom door before showering and the steam set off the smoke alarm on the wall between the bathroom and my bedroom e1 e2 rice whisky Entity-Origin_reversed mekong is a 35 percent (70 proof) rice whisky famous in thailand as the drink of choice for the blue collar workforce e1 e2 buildings villains Product-Producer a katrina-like hurricane eventually collapses the slapdash apartment buildings the villains have constructed, killing the guilty and innocent alike e1 e2 article arguments Message-Topic this article introduces feminist and women's rights arguments e1 e2 spark beam Cause-Effect_reversed characteristics of a vacuum spark triggered by the transient hollowcathode discharge electron beam e1 e2 lemon cake Entity-Origin_reversed lemon cake is my husband's favorite e1 e2 boy windmill Product-Producer_reversed some of you remember the story of william kamkwamba, the boy who at 14 built a 12-watt windmill from improvised materials for his famine-stricken home in africa e1 e2 socket bulb Component-Whole she painted the socket of the bulb with black paint, using a cotton swab e1 e2 system hydrogen Product-Producer_reversed the fuel processor system of the invention generates hydrogen from a hydrocarbon compound or from mixtures of hydrocarbon compounds e1 e2 assembly panel Other the sliding bar assembly is attached to the removable panel and the bush is mounted to the panel's stationary support e1 e2 design architects Product-Producer the design unveiled yesterday by the architects is on a more human scale than the american and spanish projects e1 e2 machine timer Component-Whole_reversed this particular x-ray machine has a timer on it that they used for exposure time e1 e2 disparity dissertation Message-Topic_reversed the disparity became the topic for her doctoral dissertation e1 e2 friend countries Entity-Destination my friend travels into several countries in northern europe by himself e1 e2 document settings Message-Topic this document reflects the best browser settings for use with a macintosh system e1 e2 paste wrap Entity-Destination the paste was put inside a wrap which reminded me of a chinese mu-shu wrapper e1 e2 cycling football age Entity-Destination sky transfer has taken cycling into the football age e1 e2 electrician checks Other the electrician carries out audibility checks throughout the building during the drill e1 e2 burlap bucket Entity-Destination we placed the burlap into the bucket as lining e1 e2 recomendations article Entity-Origin that puts you a little above the recomendations from the article i linked, but not rediculously so e1 e2 leukocytes tissues Entity-Destination the leukocytes migrated into the body tissues to take up a permanent residence at that location rather than remaining in the blood e1 e2 dehydrator drying Other a dehydrator is best for the drying of high moisture herbs e1 e2 dagger wooden sheath Content-Container the dagger was inside a wooden sheath which is actually a walking stick e1 e2 ships current Instrument-Agency_reversed ships heading north and eastward across the north atlantic stayed in the current e1 e2 floor house Component-Whole jack and jill are lying on the floor inside the house dead e1 e2 system reference guides Component-Whole_reversed this revolutionary system contains dvd's reference guides, phone and online support and much more (it's like having your own personal weight loss coach 24/7) e1 e2 painters bucket Instrument-Agency_reversed professional painters use a 5-gallon bucket with a roller screen e1 e2 gas container Content-Container a gas is enclosed in a container fitted with a piston of cross-sectional area 0.10 mz e1 e2 suffocation breathing Cause-Effect_reversed each year, many infants and toddlers die due to suffocation from breathing small objects into their breathing passages and lungs e1 e2 flu shot children Entity-Destination the flu shot was given to young children, pregnant women, and elders first e1 e2 researchers approaches Instrument-Agency_reversed transient reduced electronic dynamics at low temperatures has been attempted by researchers using qdt approaches e1 e2 union provinces Member-Collection_reversed ultimately, this began to shake the confidence of people in the union of the provinces e1 e2 solutions appendix Message-Topic_reversed solutions to these exercises have been provided in the appendix e1 e2 suffering destruction Cause-Effect_reversed aware of the suffering caused by the destruction of life, i am committed to cultivating compassion and learning ways to protect the lives of people, animals, plants, and minerals e1 e2 story edition Component-Whole the story was related in the adevarul newspaper's online edition e1 e2 cocaine teddy bear Content-Container the cocaine was concealed inside a teddy bear e1 e2 fire earthquake Cause-Effect_reversed even way back in the san francisco earthquake, most of the damage was caused by fire after the earthquake e1 e2 piece artist Product-Producer these three-dimensional lithographs are similar to the paper constructions of red grooms and an impressive installation piece previously created by the artist e1 e2 fuel crankcase Entity-Destination the fuel is leaked into a crankcase e1 e2 management bearers Member-Collection_reversed the management of the club consists of thai office bearers and local expatriate volunteers e1 e2 village conquistadors Product-Producer the promotion of tourist attractions in baracoa, the first village founded by the spanish conquistadors in cuba, is the main goal of the tourist information center (infotur) in that eastern city e1 e2 student organisation Member-Collection a new student organisation is being established at uws from the beginning of 2009 e1 e2 bomb rubbish bin Content-Container the bomb was discovered placed inside a rubbish bin e1 e2 aircraft airport Entity-Origin the aircraft departed from the illegal airport of lefkoniko the following day e1 e2 company agreement Other the company has entered into a reseller agreement e1 e2 people poverty Other more people are falling into poverty, especially those already struggling to make ends meet e1 e2 decade crop Other the decade produced a bumper crop of great movies e1 e2 trail elevation Other the trail starts at an elevation of 5600' and steadily climbs to the top of a 6850' promontory overlooking pine and juniper canyons e1 e2 tv cabinet Content-Container the tv was in a cabinet that you can only see from the bed but not from the side because of the cabinet's door e1 e2 aisles supermarket Component-Whole the aisles in the supermarket are well-designed e1 e2 brewery beer Product-Producer_reversed a microbrewery, or craft brewery, is a modern brewery which produces a limited amount of beer e1 e2 barley ale Entity-Origin_reversed groups of them were gathered, drinking barley ale e1 e2 essay study Entity-Origin the present essay is derived from a more comprehensive study e1 e2 ambassador border Entity-Destination venezuela sent an ambassador to the palestine border e1 e2 smile face Other the smile runs away from the kid's face e1 e2 maps descriptions Other they are navigational maps based on realistic descriptions of harbours and coasts e1 e2 bottom casket Other the bottom is welded into each monoseal casket using a continuous weld aldong the entire seam e1 e2 pork defense Other he's stuffed pork into defense and homeland security e1 e2 intestines gastrointestinal system Component-Whole the intestines and appendix are part of the gastrointestinal system e1 e2 cancer virus Cause-Effect_reversed liver cancer caused by hbv virus is among the first three causes of death from cancer in men, and a major cause of cancer in women e1 e2 headaches caffeine withdrawal Cause-Effect_reversed a common side effect of strict elimination after extended periods of use is headaches from caffeine withdrawal, which is also a clear sign of the addiction e1 e2 war conquests Cause-Effect the war resulted in other collateral imperial conquests as well e1 e2 backpackers countries Entity-Destination backpackers are travelling to several countries in a short period of time e1 e2 flock sheep Member-Collection_reversed congenital renal disease was detected in a flock of sheep in the english midlands over 2 successive years (1982 and 1983) e1 e2 anthrax suitcase Content-Container the anthrax was in a suitcase, on its way to canada e1 e2 funds project Entity-Destination funds are moving into this new project e1 e2 personnel paint Instrument-Agency_reversed management unit personnel marked private lines with blue paint e1 e2 papers results Message-Topic published papers include results of original investigation, clinical reports, case history reports and review articles e1 e2 tablets canteen Entity-Destination water disinfection tablets were put into the canteen e1 e2 tea cup Content-Container the tea was in a cup and not as the menu suggested in a pot e1 e2 moths cocoon Entity-Origin with one exception, the moths emerged from the cocoon during hours of darkness e1 e2 huddle huts Member-Collection_reversed what passes for a town is a huddle of bubble-shaped huts, the movable homes of camel-thwacking nomads who somehow survive out here e1 e2 machine computer Component-Whole_reversed an mri machine measures the response with a computer e1 e2 chamber musician Other i hear it, too, in the lovely expansiveness of his work as a chamber musician e1 e2 injection pupils Other the teenager fell seriously ill after receiving the injection, along with thousands of other pupils across northern ireland last friday e1 e2 prophecies rise Message-Topic the most specific prophecies are on the topic of the rise and fall of leaders and organizations e1 e2 twins city Product-Producer_reversed when they became adults the twins established a city e1 e2 light sun Cause-Effect_reversed the light that is currently reaching the earth was generated in the sun approximately 100000 years ago e1 e2 population country Entity-Origin around 5% of the eu population was born in a third country and as many as one in 12 are living in a country different to the one in which they grew up e1 e2 panda park Entity-Destination a panda moved into the suburban darwin park e1 e2 prostitute program Instrument-Agency_reversed a former prostitute finds a professional job with the help of a training program e1 e2 applicability linearity Cause-Effect_reversed the bounded applicability of the perceptron arose from the linearity of its modifiable decision rule e1 e2 policeman department Member-Collection in addition to my passionate work with this firm and other moustache related activities i work as a policeman in trondheim police department e1 e2 wave explosive Cause-Effect_reversed the shock wave was generated by an explosive made from rdx e1 e2 building wall Other at that time there was also a renaissance building founded by the wall e1 e2 trattoria pair Product-Producer frankies 457 spuntino is a cozy tin-ceilinged trattoria founded by a pair of italian american pals from queens - both named frankie e1 e2 doctor hormones Instrument-Agency_reversed in that case, the doctor stops the bleeding with hormones e1 e2 violin strings Component-Whole_reversed the violin is a string instrument with four strings usually tuned in perfect fifths e1 e2 ethanol buffer Entity-Destination he added ethanol into the wash buffer e1 e2 beak chicken Component-Whole to enable the animal to perform this wide range of activities, the beak of the chicken has an extensive nerve supply with numerous mechanoreceptors, thermoreceptors, and nociceptors e1 e2 bale turtles Member-Collection_reversed it is okay to have a bale of turtles for pets, but they must be free of salmonella bacteria e1 e2 ginger wine Entity-Origin_reversed ginger wine is a fortified wine made from a fermented blend of ground ginger and raisins that was first produced in england e1 e2 pepper bottle Content-Container the pepper was in a bottle, and the roll of butter was made around it e1 e2 fuselage tank Component-Whole_reversed the fuselage accommodated a camera bay, flare bay and an additional fuel tank e1 e2 ferns allies Other lycophytes are vascular plants in the class lycopodiopsida, a division of vascular plants known as pteridophytes (the ferns and their allies) e1 e2 department reduction Other the department achieved the goal with a 75% reduction in accidents e1 e2 circle robbers Member-Collection_reversed ching survives by latching on to a prostitute, played by maggie cheung, while fung works his way in a circle of robbers e1 e2 vocabulary languages Entity-Origin the root vocabulary was generated from the world's six most widely spoken languages (chinese, hindi/urdu, english, spanish, arabic and russian) e1 e2 sounder boar Member-Collection_reversed we sit up for almost an hour before a sounder of boar enter the arena e1 e2 pistol battery slot Content-Container the 9-mm pistol was hidden in the battery slot of the laptop and could have been used in a possible hijacking attempt e1 e2 tumor death Cause-Effect in a literature review of 875 cases of merkel cell carcinoma, the tumor was the cause of death in 34% of these patients e1 e2 cabal assassins Member-Collection_reversed anyway, there's a cabal of ninja assassins who traverse the globe killing people for "100 pounds of gold", or the modern day equivalent e1 e2 pain yesterdays Entity-Origin for this moment with you gives me hope of happier tomorrows and eases the pain from sad yesterdays e1 e2 bug buddies jug Content-Container one of the soft baby toys were four bug buddies in a jug with a mesh-top lid e1 e2 instability perturbation Cause-Effect_reversed the instability grows from an perturbation whose initial amplitude is small e1 e2 praise concern Cause-Effect both praise and blame cause concern, for they bring people hope and fear e1 e2 apartment kitchen Component-Whole_reversed this apartment has a recently redone kitchen and bathroom and gets lots of light e1 e2 conditions health insurance Other this article is about pre-existing conditions with respect to health insurance e1 e2 azeotrope mixture Entity-Origin the azeotrope was distilled from an equimolar mixture e1 e2 ginger ale Entity-Origin_reversed the key to drinking ginger ale for an upset stomach is to make sure it actually has ginger in it e1 e2 den child-thieves Other the dreary tenement scene is architecturally reminiscent of the neighbourhood of fagin's den of child-thieves in oliver twist e1 e2 equations sections Component-Whole the exact equations are set out in later sections of this article e1 e2 skirt bin Content-Container this skirt was sitting in a bin in my garage e1 e2 doctor veil Instrument-Agency_reversed it shows a female doctor with a veil standing beside a female patient in bed, also wearing the veil e1 e2 files shared folder Entity-Destination she moved the files into a shared folder e1 e2 folks space Entity-Destination virgin galactic is determined to send folks into space e1 e2 spike election Cause-Effect_reversed a method of mitigating the effect of a market spike caused by the triggering and the election of a conditional order includes monitoring conditional orders e1 e2 bouquet pheasants Member-Collection_reversed it is a beautiful sight to watch a bouquet of pheasants fly from their nesting area, straight up into the sky e1 e2 researchers process Instrument-Agency_reversed researchers formed a mold using a silicon coating process e1 e2 bottle water Content-Container_reversed this video segment, adapted from zoom, demonstrates how to use a drinking straw and a bottle full of water to make low- and high-pitched sounds e1 e2 bed post Component-Whole_reversed this paralyzed him so much that when trying to lay back on the bed, he fell on his back and hit his head on the bed post e1 e2 friend relationship Other my friend has entered into a new relationship e1 e2 wall settlers Product-Producer the wall was built some 2000 years ago by the first settlers of new zealand, the waitahas, who were subsequently nearly exterminated by the maoris e1 e2 output body Product-Producer the associated extra output of co2 through the lungs acts as one of the principal buffering mechanisms of the body e1 e2 deaths terror Cause-Effect_reversed the deaths of israelis caused by terror are permanent and irreversible whereas the hardships faced by the palestinians are temporary and reversible e1 e2 actors movies Entity-Origin i notice that some indian actors from bollywood movies sometimes star in punjabi movies e1 e2 fruit chute Content-Container fruit is held in a chute or on pack or rotary tables prior to being loaded into a carton e1 e2 company actors Member-Collection_reversed in 1752, william hallam sent a company of twelve actors from britain to the colonies with his brother lewis as their manager e1 e2 micro-machine magnet Component-Whole_reversed the micro-machine was composed of a bulk magnet and a spiral structure e1 e2 parties headquarters Entity-Origin on each occasion the search parties departed from commissioner tyers's headquarters at eagle point overlooking lake king e1 e2 money box Content-Container the club's president saw the money that was inside a box e1 e2 outsiders pole Entity-Destination the outsiders are moving into the pole e1 e2 tract method Message-Topic this short tract, among other things, contains a description of the psychosomatic method e1 e2 insurance cost shipping price Entity-Destination the insurance cost has been added into the shipping price e1 e2 eyebrow hair Component-Whole most techniques to "thicken" the eyebrow hair are actually meant to give the appearance of thicker eyebrows, without really affecting the eyebrow hair growth itself e1 e2 job dissatisfaction stress Cause-Effect job dissatisfaction is one of the main causes of stress and stress is one of the main causes of illness e1 e2 hinge jaw Component-Whole there is a cluster of nerves that is located below each ear and at the hinge of the jaw e1 e2 money schools Entity-Destination the town poured money into schools, streetscapes and new buildings for city services e1 e2 stolen property trunk Content-Container this stolen property was in a trunk which was locked, and was in her room e1 e2 injection furrows Entity-Destination the doctor implanted an injection into three vertical glabellar furrows e1 e2 atlas mapmaker Product-Producer these maps are from an atlas made by the french mapmaker, guillaume de l'isle in about 1740 e1 e2 president message Product-Producer_reversed "know that you are in our thoughts and our prayers," the president said in a message released two days early because of christmas e1 e2 storm runoff creek Entity-Destination for the past hundred or so years, the culverts have drained storm runoff into san ramon creek e1 e2 vehicle premises Entity-Destination a vehicle has been delivered to the premises of eads e1 e2 delicacy birds Entity-Origin we recoil at the roman delicacy made by drowning tiny birds in wine before consuming them whole e1 e2 ideas topics Message-Topic students express their ideas and opinions on topics of interest, and illustrate their writings with drawings and photos e1 e2 book press Product-Producer and, even stranger, a book published by an academic press is made into a play e1 e2 cooperative consumers Member-Collection_reversed and a third option is a cooperative of water consumers under the cooperatives code of the philippines under ra 6938, with the consumers converted into shareholders, with voting rights after contributing equity to the enterprise e1 e2 stroke bout Cause-Effect_reversed the stroke, which was triggered by a bout of chicken pox, also weakened her arteries so much that doctors said she had the brain 'of an 80-year-old' e1 e2 travellers delays Other commuters and holiday travellers are running into heavy delays on route 128 in weston this morning e1 e2 citizen window Instrument-Agency_reversed the citizen observed the robbery through the store window and was assaulted by chaplin as he left the store e1 e2 confederacy factions Member-Collection_reversed hizb-e wahdat, a confederacy of various hazara mujahideen factions, was supported by iran during the anti-soviet resistance in the 1980s e1 e2 meat pig Entity-Origin referred to as "the other white meat," pork is a meat originating from the pig that comes in a variety of cuts, and can be cooked almost any way e1 e2 bottle liquid Content-Container_reversed a bottle full of liquid flew out of the stands and struck visiting keeper armando ribeiro just below the right eye e1 e2 explanation comments Entity-Destination he added the explanation to the comments e1 e2 marines port Entity-Destination the us marines have landed into the port this morning e1 e2 aerosol acid solution Other the aerosol was generated from an oxalic acid solution containing only the tracer e1 e2 music culture Component-Whole in particular, we missed the way music was a part of the everyday culture in holland e1 e2 farm produce Product-Producer_reversed ensuring a stable supply of farm produce is good news to most chinese people who spend much of their money on food e1 e2 bevy otters Member-Collection_reversed we are a small but brave bevy of otters located in eugene, oregon e1 e2 company statement Product-Producer_reversed however, his company, gordon ramsay holdings, issued a statement that appeared remarkably graceful at first glance e1 e2 delay applicants Cause-Effect_reversed the delay in the progression of these applications has been caused by the original applicants e1 e2 toxins sound Entity-Destination we have drained our toxins into puget sound e1 e2 gunman apartment building Other about two hours later, officers got an anonymous tip that the gunman was inside a nearby apartment building e1 e2 editions warehouse Entity-Destination the limited editions have arrived into our warehouse in time for the release date on thursday e1 e2 scholar exile Other the executioners have carried the scholar into exile e1 e2 fireball intersection Cause-Effect_reversed boslough and colleagues achieved fame more than a decade ago by accurately predicting that that the fireball caused by the intersection of the comet shoemaker-levy 9 with jupiter is observable from earth e1 e2 country recession Other declining oil revenues have dragged this poor country into even deeper recession e1 e2 crank handle Component-Whole side play of the spindle is prevented in one direction by the crank of the handle, and in other directions by a piece of brass tube e1 e2 song composer Product-Producer for example, during a chorus later in the song, the composer has interjected musical elements from the bridge e1 e2 funds road construction projects Entity-Destination spain, portugal and greece invested the eu funds into massive road construction projects e1 e2 money economy Entity-Destination the government has been dumping huge amount of money into the devastated economy e1 e2 python bag Entity-Destination once outside, the python was placed in a bag, which was put inside a dog crate e1 e2 oats ale Entity-Origin_reversed the current list includes pumpkin ale, local hops ale and an organic wheat and oats ale e1 e2 fireman building Entity-Destination the fireman ran into the burning building e1 e2 examples adjectives Message-Topic in this section there are examples comparing possessive adjectives and pronouns e1 e2 poisons veins Entity-Destination the poisons were poured into his veins e1 e2 ache vaccine Cause-Effect_reversed here are reside meningococcal bacilli in the vaccine and it is accessible to bolt the ache or become a carrier of the ache from the vaccine e1 e2 game date Entity-Origin the game was rescheduled from its original date of september 15 due to the events of september 11 e1 e2 book author Product-Producer the book's author is so historically significant that any of his or her written works may be considered notable e1 e2 light corpuscles Component-Whole_reversed light was composed of corpuscles (particles of matter) which were emitted in all directions from a source e1 e2 suitcase pajamas Content-Container_reversed when she had her last surgery in march, her grandma got her a suitcase with new pajamas in it e1 e2 student participation Other the student demonstrates his/her understanding through active participation in the learning process e1 e2 sea otters stone Instrument-Agency_reversed sea otters often swim with a stone on their stomachs, which they use to crack abalone e1 e2 tea harbor Entity-Destination the sailors threw tea into the boston harbor e1 e2 homepage sticker homepage inventory Entity-Destination a lovely bauble homepage sticker has arrived into your homepage inventory e1 e2 stern vessel Component-Whole the bridge tower of an mc80 was located towards the stern of the vessel e1 e2 lawyers scuffle Other hc lawyers entered into a scuffle over the division of ap e1 e2 slope house Other the slope is going away from the house e1 e2 water tank Entity-Destination his friend accidently poured water into the gas tank e1 e2 newsletter exhibitions Message-Topic the newsletter of the center informs about new exhibitions, congresses, seminars and conferences e1 e2 charts land masses Other there are charts for all land masses on earth, and long-distance charts for trans-oceanic travel e1 e2 bike ants Member-Collection_reversed so there's a great bike of ants outside, and in dealing with such i've managed to bring some inside with me e1 e2 digital channels weather Message-Topic that's because local stations are beginning to provide digital channels devoted entirely to weather e1 e2 lines artist Instrument-Agency there are guide lines under the paint that the artist used to create the pedestal in perfect perspective e1 e2 initiative energy consumption Other the initiative, called the big switch off, aims to reduce energy consumption by turning off lights and unused appliances e1 e2 fastener platform Component-Whole the fastener and delivery mechanism are core components of the endogastric solutions platform, which will continue to spawn a range of innovative products for nos e1 e2 sprayer alloy Instrument-Agency_reversed the tube former also cuts the tubes to length before a tube sprayer applies the brazing alloy to the tubes' od e1 e2 breeding concealing Cause-Effect good breeding consists of concealing how much we think of ourselves and how little we think of the other person e1 e2 files folder Entity-Destination i dragged the files into the file sharing folder e1 e2 key desk Content-Container as it was, the principal thing she thought of, after mr. wales and his wife had gone, was that the key was in the desk e1 e2 piper album Product-Producer_reversed the piper made many recordings, including an album called the king of the highland pipers e1 e2 listeners formats Instrument-Agency_reversed listeners receive wbai live over the internet (referred to as "streaming"), using one of the various audio formats below e1 e2 wheat spirits Entity-Origin_reversed the first legislation specifically forbidding the production of wheat spirits for anything other than medicinal purposes appeared in 1570 e1 e2 bruises fingertips Cause-Effect_reversed the bruises are caused by the attacker's fingertips pressing into the skin e1 e2 gang grave Product-Producer_reversed pressley was the member of the gang that dug the shallow grave for nicholas e1 e2 laws speech Message-Topic brazil is trying to change laws that limit political speech e1 e2 machine pins Component-Whole_reversed the "e" tank assembly on the anesthesia machine contains various pins whose position is peculiar for each gas e1 e2 statement campaign Product-Producer a statement from the campaign claimed that police knew quickly they had killed an innocent man e1 e2 book life Message-Topic a book titled heures de louis le grand that looks at the life and arts of the sun king is showcased at the exhibition e1 e2 fog disorientation Cause-Effect fog, rain, darkness, and or blowing snow lead to disorientation e1 e2 programme modules Component-Whole_reversed the programme is constructed from modules, and teaching consists of lectures, seminars on various themes, and project work e1 e2 sord mallards Member-Collection_reversed lake oswego was home to a sord of mallards who fled south during january and february, and returned in march for breeding e1 e2 novel observer Product-Producer this is a powerful novel, well and clearly written, by an experienced and compassionate observer e1 e2 contamination humidity Cause-Effect_reversed fungal growth and aflatoxin contamination are caused by the following factors: warm temperature, high humidity and poor soil condition e1 e2 tides gravitational force Cause-Effect_reversed the tides are caused by the gravitational force of the moon e1 e2 attendee concepts Other by now an seo-minded attendee has journeyed deep into advanced seo concepts e1 e2 royalties tax shelters Entity-Destination celebrity royalties flow into dutch tax shelters e1 e2 wallet quid Content-Container_reversed i found a wallet once with 30 quid in it, i handed in the wallet but took the money e1 e2 mind questions Content-Container_reversed anne grey's mind was filled with questions e1 e2 king key Entity-Origin_reversed then the king handed the key to the queen, telling her, "be warned that whoever lets the serpent escape will be hung" e1 e2 oxygen cell Entity-Destination like blood, the nanorobots deliver oxygen to each cell e1 e2 forum dropshipping Message-Topic this is a wholesale forum to discuss aspects of business such as dropshipping, wholesale buying and selling, reselling, etc e1 e2 harm war Cause-Effect_reversed reducing the harm caused by the war on drugs is a big task e1 e2 editor compiler Other i recently decided to work a bit outside of visual studio and configure a plain text editor to work with the c# compiler e1 e2 consonants slots Entity-Destination for example, consonants were misplaced into consonant slots e1 e2 rivet truck Component-Whole i solder a wire onto the rivet of the chassis ground truck, run it into the searchlight, and connect the other end of the wire to the rear of the lamp socket e1 e2 temples disrepair Other five ancient temples have fallen into disrepair e1 e2 singer timbre Other the request to alter the voice to a great extent has resulted in exaggerated deviations from the "normally" accepted opera singer's timbre e1 e2 government organization Entity-Origin a huge percentage of the united states government was from a greek organization along with many presidents being from greek organizations e1 e2 file settings Message-Topic the file contains a description of the settings that can be altered e1 e2 reindeer debut Other the reindeer made his television debut on nbc in 1964, when rankin/bass produced a stop-motion animated tv special e1 e2 phalanx umbrellas Member-Collection_reversed a phalanx of umbrellas followed the casket toward the gravesite e1 e2 discussion contrasts Message-Topic the discussion here has made extensive reference to the contrasts between systems e1 e2 diamond ring Other sotheby's yesterday in hong kong sold a diamond ring containing a 8.74 carat blue diamond for 3.5m pounds e1 e2 piece trunk Entity-Destination a small piece of rock landed into the trunk e1 e2 pocket jeans Component-Whole edmund produced a small, green spiral notebook from the back pocket of his jeans e1 e2 case studies refugees Message-Topic the case studies detail where refugees come from now and in the past e1 e2 ice box Content-Container the ice was contained in a 10 cm thick insulating foam-lined box e1 e2 set numbers Member-Collection_reversed the set of hyperreal numbers satisfies the same first order sentences as r e1 e2 jungle wagons Member-Collection_reversed that looked like an equally impenetrable city jungle of wagons, horses, small tents, and humanity e1 e2 toxins ocean Entity-Destination a greedy real estate developer has released toxins into the ocean e1 e2 request phone call Message-Topic_reversed mr clinton made the request in a twenty-minute phone call to the prime minister, john howard e1 e2 letter envelope Content-Container the letter was contained in a stamped envelope of the type sold in the south dakota state penitentiary commissary e1 e2 instructions step Message-Topic we have provided detailed instructions setting out each step you need to follow in order to carry out your own dna sample collection e1 e2 conception intellect Entity-Origin for the present, the religious conception uprises from the human intellect e1 e2 apartment lounge area Component-Whole_reversed this apartment has a lounge area with 1 sofa bed and a separate bedroom with 1 double bed (twin beds not available) e1 e2 poster fashion brand Message-Topic people walk past a poster advertising a luxury fashion brand on a main street in shanghai e1 e2 newspaper feminist issues Message-Topic the newspaper gave extensive coverage to a broad range of feminist issues e1 e2 sensors mobile phones Entity-Destination scientists have put sensors into mobile phones e1 e2 parable rewards Message-Topic the parable related the rewards for those who invested successfully and the punishment for those who did not e1 e2 ring beauties Member-Collection_reversed in the film, howell plays a cop who gets involved with a murder witness, only to find out that she's part of an international ring of sex-for-hire beauties e1 e2 pollution disease Cause-Effect when these fuels are burned, they create air pollution that contributes to global warming and causes smog, acid rain and respiratory disease e1 e2 car kit receiver Component-Whole_reversed the car kit has a gps receiver built in that is better than the iphone's e1 e2 moratorium months Other the financial regulator today amended the code of conduct of mortgage arrears by increasing the moratorium from six months to 12 months e1 e2 issue printer Entity-Destination this issue has been sent to the printer e1 e2 sample funnel Entity-Destination he put a sample into a funnel and, after giving it three years to settle, sealed everything in a glass jar e1 e2 remains epochs Entity-Origin remains from ancient epochs are discernible in the village vicinities - to the north of the village, in the location of "gradishteto", lie the ruins of a thracian and late antique fortresses, thracian mounds and objects, bearing witness to ancient metallurgy e1 e2 delegation government Entity-Destination norway sent a delegation to the madagascar government e1 e2 shrewdness apes Member-Collection_reversed today, on the way to work, i saw a shrewdness of pink apes being chased by a colony of noctiphobic bats e1 e2 questionnaire traits Other in psychology, eysenck personality questionnaire (epq) is a questionnaire to assess the personality traits of a person e1 e2 rash bite Cause-Effect_reversed my friend got a rash from a mosquito bite and westcort helped her but it left a scar so she also put on mederma after the rash went away e1 e2 abortion story Other it really underscores everything in the pro-life movement, that abortion is part of a very sad story for women e1 e2 engineers parts Product-Producer_reversed engineers manually manufacture parts in the areas of applied spray coatings, finishes, and other processes that cannot economically or practically be done by a machine e1 e2 car crate Content-Container second, the car was in a crate, so no one would have been able to climb into it even if he/she had found a way into the cargo hold e1 e2 telescope routine Other the floating zenith telescope has come into formal observatory routine since september e1 e2 handle mop Component-Whole she marked the handle of the mop used for washing with red duct tape to prevent mixing up mops when working e1 e2 center plan Product-Producer_reversed an elite u.s. army study center has devised a plan for enforcing a major israeli-palestinian peace accord that requires about 20000 well-armed troops e1 e2 sensors coffeemaker Component-Whole the various sensors and fuses of this coffeemaker lie in the white sheathing bridging the heating element e1 e2 flour tuba Entity-Destination he poured flour into the tuba of an orchestra collegue e1 e2 germs flu Cause-Effect these germs cause illnesses ranging from common ailments, like the cold and flu, to disabling e1 e2 dishwasher filter Component-Whole_reversed like the bosch, this dishwasher has a filter that must be manually emptied and does not include a built-in food disposal e1 e2 havoc tsunami Cause-Effect_reversed the greatest impact of the tsunami was generally in an east-west direction, so the havoc caused by the tsunami along the southwestern shores of sri lanka was not as severe as along the eastern coast e1 e2 toys children Entity-Destination operation homefront and partners delivered toys to military children e1 e2 publications phenomenon Message-Topic the term has been used by a number of publications discussing the phenomenon e1 e2 photographer camera Instrument-Agency_reversed diane daly, multi-talented photographer, creates magic with her camera and intuitive eye e1 e2 electroscope plate Component-Whole_reversed the top of the electroscope consists of a flat, smooth plate of lacquered brass on which another plate of brass rests, separated from it by three minute fragments of glass or shellac, or a film of shellac varnish e1 e2 strawberry tea Entity-Origin_reversed i have a strawberry tea addiction e1 e2 blisters moisture Other the blisters are caused by moisture that was actually trapped in between the layers of paint e1 e2 satisfaction feelings Other orientation is towards the future, and satisfaction is gained from feelings of progress e1 e2 handle bucket Component-Whole i grabbed the handle of the bucket and even this small 20 second interaction was enough to make me break out in a small rash e1 e2 book tales Component-Whole_reversed the book contains short tales, it is regarded as the first book of juvenile literature e1 e2 scleroderma hardening Cause-Effect scleroderma is a disease of the body's connective tissue that causes thickening and hardening of the skin e1 e2 spec scribe Product-Producer the studio picked up the sci-fi action spec by tyro scribe chad st. john, and set up the project with gianni nunnari (300) at his hollywood gang shingle e1 e2 slate officers Member-Collection_reversed you are on the committee to select a slate of officers for the next academic year e1 e2 bureaucracy being Other the developmental bureaucracy has come into being e1 e2 driver keys Entity-Origin_reversed the man took driver's keys until the arrival of police, thus preventing him from leaving e1 e2 player hammers Instrument-Agency_reversed another example is the hammered dulcimer, where the player holds the hammers e1 e2 campus buildings Component-Whole_reversed the campus comprises the most noteworthy buildings including the rector tower, the central library and the university olympic stadium used for the 1968 olympic games and the 1986 soccer world cup e1 e2 generation vipers Member-Collection_reversed this generation of unregenerated vipers was still perverse, stiff-necked, and hardened in their iniquity e1 e2 hood truck Component-Whole in one of the scenes when robert and francessca are talking in front of his truck, a reflection of one of the movie set lights is seen on the hood of the truck e1 e2 cramps anxiety reaction Cause-Effect_reversed the cramps are caused by the anxiety reaction but because the sufferer has high anxiety, they can be interpreted in other ways; fears grow and the anxiety worsens e1 e2 gift brother Entity-Origin a gift arrived from the politician's big brother e1 e2 subway stop Entity-Destination the subway is now approaching the stop at city hall e1 e2 debate patent Message-Topic a less well-known debate swirls about patent and antitrust law interactions e1 e2 invention servers Instrument-Agency_reversed the present invention processes a transaction using a plurality of servers e1 e2 statement mother Product-Producer i sent the daily family a moving statement made by the mother of michael kelly e1 e2 grants schools Entity-Destination the dissemination grants have been awarded to three idaho public charter schools this year e1 e2 photograph scene Entity-Origin the photograph was from the scene of the play's climax, where the character formerly known as shylock threatens antonio with a knife while demanding his "pound of coins" e1 e2 men season Other all 18 of the men assist that season e1 e2 newspaper co-operative Product-Producer prairie dog is a free newspaper produced by a saskatchewan worker co-operative e1 e2 cysteamine gastric juice Entity-Destination helicobacter pylori was released cysteamine into the gastric juice e1 e2 productions festivals Component-Whole their productions have been presented at drama festivals across the country e1 e2 results database Entity-Destination i am putting the results into a mysql database e1 e2 website dissemination Other the website is concerned with the dissemination and exchange of information about the encore project e1 e2 floor bus Component-Whole the chicken in a bag on the floor of the bus doesn't seem to appreciate the driver's hard breaking e1 e2 marbles method Other germany produced many of the bottle stopper marbles made by this method e1 e2 movies list Entity-Origin some of the movies got kicked out from the most recent list e1 e2 fuel leak delay Cause-Effect a fuel leak in one of the c-17s caused a delay on the morning of nov. 7 as the crew was preparing for departure for cairo, egypt e1 e2 pinworm infestation Cause-Effect pinworm infestation is very rarely fatal; death and morbidity are from secondary infection e1 e2 money stocks Entity-Destination the money was invested into stocks e1 e2 toxins sea Entity-Destination toxins are drained into the sea e1 e2 painter figures Product-Producer_reversed the painter's strange, anguished figures have enthralled artists and bewildered viewers for centuries e1 e2 sneak weasels Member-Collection_reversed so if you see a solitary dutch cyclist stopping at a red light while the others gallop on like a sneak of famished weasels, it's probably me e1 e2 lava bubbles Other the lava has been blown into great bubbles e1 e2 riffraff classes Other some accounts detail the routine and perfunctory nature of arrest and proceedings against the riffraff of the "criminal classes" (friedman and percival) e1 e2 visit staff Other an advance visit was made by staff to arrange the visits e1 e2 drugs death Cause-Effect the drugs he sold had caused the overdose death of matthew lessard, 19, of lowell e1 e2 jar hematoma Cause-Effect the jar from the fall had caused a subdural hematoma on the right front side of my brain that shows up in the ct e1 e2 police mud Instrument-Agency_reversed gazan police have rebuilt at least one of their stations out of mud and residents throughout the territory have used mud to build simple homes e1 e2 money trunk box Content-Container this money was in a trunk box as a family treasure and was deposited as consignment to avoid much demurrage from the security company e1 e2 interschool week Other the hip hop national interschool is rescheduled to the 1st week of july e1 e2 farmers plow Instrument-Agency_reversed instead of plowing the land with a single furrow plow, some large-scale farmers began to use a multiple share or bukker plow e1 e2 rim bucket Component-Whole i pulled the bags over the rim of the bucket and pulled the cord to tighten it e1 e2 claw bird Component-Whole a talon is the claw of abird of prey e1 e2 writer adaptations Other davies, the writer behind award-winning bbc adaptations of bleak house, little dorrit and pride and prejudice, blamed what he called a "new breed" of bbc executives e1 e2 news telegraph Other in february of 1885 the news reached the city by telegraph that indians and half breeds had massacred a number of white people at duck lake e1 e2 report experts Product-Producer a report by two independent medical experts has concluded that the rate of staph infections among nfl players is "low" e1 e2 quotes leads Entity-Origin some of the following quotes come from newspaper article leads e1 e2 cabinet names Other at his inauguration in november, he pledged a fresh start after an election marred by fraud and violence, but disappointed many by presenting a cabinet of familiar names e1 e2 fence farmer Product-Producer the three lionesses and two cubs were electrocuted by a crop protection fence put up by a farmer near dhari e1 e2 literature stabilization Message-Topic the adaptive control literature focuses primarily on adaptive stabilization, adaptive tracking, and model reference adaptive control e1 e2 exhibition ceramics Component-Whole_reversed the exhibition brings together rare chinese ceramics and paintings e1 e2 troops schools Entity-Destination an israeli minister sent troops into the schools to boost conscription e1 e2 beef soup Entity-Origin_reversed this southern-style homemade vegetable beef soup was my very first recipe i ever made e1 e2 form soup Entity-Origin following the first definition above, parasites evolved billions of years ago from the beginning when life form was evolved from the primordial organic soup e1 e2 earthquakes discharge Cause-Effect_reversed earthquakes are caused by the discharge of accumulated along geologic faults e1 e2 health data Message-Topic_reversed most health related data has been developed by using animal models e1 e2 students map Instrument-Agency_reversed the students labelled the 13 colonies using a map e1 e2 band statement Product-Producer_reversed the band themselves explained the decision with a following statement on their official website e1 e2 outdoor unit defrost Other the outdoor unit is going into defrost e1 e2 oscillation swinging Cause-Effect_reversed oscillation of the lever caused by the swinging of the pendulum e1 e2 interference process Cause-Effect_reversed method according to claim 1, characterized in that the time duration of the quality reduction is limited at least to the duration of the interference triggered by the switching process e1 e2 organisation woman Product-Producer the world's largest aid organisation founded by a woman celebrates 90th anniversary e1 e2 book store Entity-Destination the book was placed into every store within the past few days e1 e2 cloud grasshoppers Member-Collection_reversed just as we were sitting down to dinner one night, someone brushed the drapes and a cloud of baby grasshoppers erupted over the dining room table and into our dinner e1 e2 theory superconductivity Message-Topic the theory explained low-temperature superconductivity almost 50 years after its discovery e1 e2 protests revolution Cause-Effect student protests are turning into a twitter revolution in moldova e1 e2 landscapes earth Other glacial landscapes are parts of the earth that were covered by glaciers during the last ice age e1 e2 cooperation press Message-Topic_reversed that cooperation has been explicitly described in the press in recent days e1 e2 whiskers tiger Component-Whole a favourite amulet for demoniacal possession consists of the whiskers of the tiger or leopard mixed with nail parings, some sacred root or grass and red lead and hung on the troat or the upper arm e1 e2 medium news Other while twitter is a powerful social medium for spreading news and information, some government agencies fear it could also be used by terrorists as a tool for communication e1 e2 body suitcase Content-Container the body of her nephew was in a suitcase under the bed e1 e2 smoke bonfire Entity-Origin the drama unfolded shortly after 7pm last tuesday (december 22), when glyn saw that smoke was coming from a bonfire e1 e2 engineers chips Instrument-Agency_reversed prior to the 4004, engineers built computers either from collections of chips or from discrete components e1 e2 cluster workstations Member-Collection_reversed the effective utilization of a cluster of workstations for the implementation of a scientific application requires a highly flexible software environment e1 e2 player keyboard Instrument-Agency_reversed a player manipulates a keyboard, a mouse, or a joystick as a game scene is displayed on a video monitor, or the like e1 e2 tarps painters Instrument-Agency tarps plus has the best tarps for painters on the market e1 e2 dryness coughing Cause-Effect nasal dryness causes nosebleeds, coughing, wheezing, and other short-term respiratory problems e1 e2 building police Other the building was surrounded by police who arrested three people as they tried to gain access e1 e2 story orphanage Entity-Origin in this beautiful re-imagining, the story starts in an orphanage and moves to a magical land where the sweets have a sexual subtext e1 e2 genie lamp Entity-Origin parker dunlap was startled when a beautiful genie popped out of an old, beat-up lamp e1 e2 flu inflammation Cause-Effect colds and flu cause inflammation of the mucous membranes of the nose, throat and mouth e1 e2 confederation sects Member-Collection_reversed after 1646, however, the puritan emphasis upon individualism and the individual conscience made it impossible for the movement to form a national presbyterian church, and by 1662, when the anglican church was re-established, puritanism had become a loose confederation of various dissenting sects e1 e2 payoff cost Other the internal payoff is rooted in the psychological cost of preference falsification e1 e2 swarm locusts Member-Collection_reversed officials in the northern chinese province of inner mongolia have mobilized 33,000 people to stop a swarm of locusts 267 miles outside of beijing e1 e2 surgeon generation Member-Collection mehmet oz, a cardiovascular surgeon, is part of a new generation of doctors who are taking medicine to new technological and spiritual frontiers e1 e2 lead foxes Other the government has spended the following 18 months before the elections in a similar vein - shooting a whole lead of conservative foxes, to extend the metaphor - namely heathrow and royal mail privatisation e1 e2 secretary opener Instrument-Agency_reversed quickly, but neatly, the secretary tore the side open with a letter opener, pulling out yet another sheet of paper e1 e2 vibrator physician Product-Producer the first british steam powered vibrator dates back to the early 1880s, developed by an american physician e1 e2 tank canons Component-Whole_reversed i love the imperial logo at the end of the tank canons e1 e2 body teachers Member-Collection_reversed the efficiency of the body of teachers, taken as a whole, during the past seven years has at no time been better than it was during the past year e1 e2 magazine contemporary sculpture Message-Topic it is an international, monthly magazine dedicated to all forms of contemporary sculpture e1 e2 chapter techniques Message-Topic this chapter gives an introduction, and a brief overview of the most important optimization techniques e1 e2 noises dogs Cause-Effect defra identified the different noises made by dogs and the meanings behind them e1 e2 process field study Component-Whole_reversed the project process is comprised of a field study with istanbul inhabitants for 4 weeks and presentations to last 8 weeks e1 e2 message bottle Content-Container there are actual world records for the kookiest hat, the longest time a message was in a bottle at sea, and the tallest scarecrow e1 e2 legal procedure marriage Other annulment is a legal procedure for declaring a marriage null and void e1 e2 convocation eagles Member-Collection_reversed there is also a large convocation of bald eagles near the park entrance that provides excellent viewing opportunities e1 e2 goalkeeper team Member-Collection this past summer, the goalkeeper helped her team advance to the finals of the w-league tournament e1 e2 skein fowl Member-Collection_reversed the pilgrims rejoiced when they located a skein of wild fowl for their thanksgiving tables e1 e2 play person Message-Topic daborne's play is also about a historic person, the pirate ward, famous in england at the time of its writing e1 e2 wine temperature Other they stored the wine in a cool temperature e1 e2 company business Other the company moved into the music business e1 e2 pollution factories Cause-Effect_reversed the maryland department of the environment has already worked to reduce the amount of pollution from sources like cars and factories e1 e2 soya farming deforestation Cause-Effect soya farming is one of the main causes of tropical deforestation, which currently produces a fifth of global climate change e1 e2 leader comments Product-Producer_reversed the church leader made his comments as he flew to cameroon for the first leg of a six-day trip that will also see him travelling to angola e1 e2 darkness plague Cause-Effect_reversed the encroaching darkness has been caused by the twin horrors of war and a mysterious plague e1 e2 man ear Product-Producer_reversed the man who grew a human ear on the back of a mouse has made a breakthrough that brings the prospect of an artificial liver much closer e1 e2 wrestlers wedge Product-Producer_reversed like a scene from "lord of the rings", the wrestlers formed a wedge using a table as a shield and rushed the smark cluster en-masse e1 e2 alcohol bar Entity-Destination we watched as a barman poured alcohol on to the bar, poured absinthe into a couple of shot glasses, then lit the lot e1 e2 playwright names Instrument-Agency_reversed the playwright uses names as a device for wordplay at several points in the play e1 e2 complex stages Other since the complex was built in stages, discrepancies exist in completion dates due to differing opinions on "completion" e1 e2 mason edges Other a mason has removed the original left and right edges and in their place has prepared a simple moulding on each side e1 e2 section factors Message-Topic in the second section, the authors explore factors that are ostensibly unrelated to race but nonetheless contribute to racial inequality e1 e2 ratpack colonels Member-Collection_reversed in particular, a ratpack of colonels in arrested development are the worst possible people to handle relations with latin countries e1 e2 playlist portfolio Content-Container the playlist was enclosed in a small leather portfolio in which i keep important papers e1 e2 convicts weirs Instrument-Agency_reversed at the andaman islands fish are captured by the convicts by means of weirs fixed across the openings of creeks e1 e2 armada ships Member-Collection_reversed many joined the armada of sailing ships which sailed from belfast, dublin, cork, holyhead, liverpool and glasgow, all bound for the new world e1 e2 information sheet labour environment Message-Topic this information sheet summarises the labour environment in the uk e1 e2 necklace safe Content-Container the necklace was locked in a safe in their room at the victor hugo hotel e1 e2 term root Entity-Origin the term is derived from a root which can mean both 'to be effective" and 'to be bright. e1 e2 animal pelvic limbs Component-Whole_reversed the animal is lowered until its pelvic limbs touch the floor or a solid supporting surface e1 e2 factory furnace Component-Whole_reversed bob oblong's suggestions have been used as kindling for the factory's furnace e1 e2 laws play Message-Topic the laws apply to the play, officiating, equipment and procedures of the sport e1 e2 disorder memory loss Cause-Effect alzheimer's disease is a degenerative brain disorder that results in memory loss, impaired thinking, difficulty finding the right word when speaking, and personality changes (see "warning signs of alzheimer's disease," below) e1 e2 virus children Entity-Destination as the winter is coming, the virus is rapidly spreading into young children and elderly people e1 e2 animal crate Content-Container it wasn't long before the animal was in a crate on its way back to its farm, courtesy of the assistant, of course e1 e2 signal laser Cause-Effect_reversed the clock signal was generated from an external cavity semiconductor laser e1 e2 deadline industry Instrument-Agency this is a deadline driven industry e1 e2 minority physicians Other only a minority of armenian physicians felt well prepared to counsel patients to quit smoking e1 e2 team victory Other the team captured the provincial title with a convincing 6-1 victory over their adversaries, the pas huskies e1 e2 yuan reconstruction Entity-Destination 360 bln yuan have been invested into post-quake reconstruction e1 e2 constellation points Other a university of washington system named hubble looks for these black holes and maps them on a web site, providing an ever-changing constellation of the internet's weak points e1 e2 landslides aftershocks Cause-Effect_reversed the landslides caused by these earthquakes and aftershocks were concentrated along the mudstone and sandstone surfaces e1 e2 coffee glass cup Entity-Destination we carefully poured the hot coffee into a glass cup e1 e2 man thump Cause-Effect the desperate man who had clung to the stump had battered the rocks with a shuddering thump e1 e2 head staff Member-Collection butlers (sometimes known as a household managers) are respected as the head of the household staff e1 e2 document clarification Other this document makes a significant contribution into further clarification of the access to drinking water as a human right e1 e2 exchanger tank Entity-Destination the following day, the heat exchanger was installed in the fuel tank e1 e2 fume nausea Cause-Effect systemically, dust and fume cause irritation of the upper respiratory tract, metallic taste and nausea e1 e2 conjunction grammarians Member-Collection_reversed i awoke to find a conjunction of grammarians standing over me, observing my disposition with a look that would put a sneer of butlers to shame e1 e2 disc music box Content-Container the disc in a disc music box plays this function, with pins perpendicular to the plane surface e1 e2 skin orange Component-Whole the skin of the orange has multiple benefits you can take advantage of: its external skin contains flavonoids, a valuable component of vitamin c e1 e2 dust construction Cause-Effect_reversed the dust, noise, and sleep deprivation produced by the construction are intolerable e1 e2 tuxedo suitcase Content-Container my tuxedo for the banquet that night was in a suitcase in peter rickham's office e1 e2 parent report Product-Producer_reversed as an option for extra credit, i read it also and completed a parent's book report for the teacher e1 e2 party box Other the nrma's president, wendy machin, and the chief executive, tony stuart, were among members of the party which viewed the concert in a private box e1 e2 farmer plant Other the picture at the top shows a farmer with a genetically engineered cotton plant in south africa in 2003 e1 e2 production schemes crops Other integrated production schemes are spreading into various crops and may have relevance for sectors such as dairy production e1 e2 pocket coat Component-Whole with a pen procured from the pocket of his lab coat he jotted a quick note in the spiral, yelling, "driver! why in the fuck aren't you pumping any gas?!?" e1 e2 chassis truck Component-Whole the chassis of the truck has two wooden beams fixed to it, which carry the body framework; two monorails e1 e2 truck engine Component-Whole the throttle of the truck's engine was wide open now, and the roar of the engine, emitted through the vertical exhaust acting as a stack, was loud and strangely comforting e1 e2 effort research Entity-Destination much effort has been put into research of the phenomenon of voltage collapse e1 e2 article use Message-Topic this article is about the use of bench marks in surveying, for other uses see bench mark e1 e2 outfit pair Product-Producer it's called symform - a stealthy seattle outfit founded by a pair of ex-microsoft employees, praerit garg and bassam tabbara e1 e2 work researchers Product-Producer in this work the researchers, for the first time, attest that monopoles exist as emergent states of matter, i.e. they emerge from special arrangements of dipoles and are completely different from the constituents of the material e1 e2 transmitter signal Cause-Effect the transmitter sends a radio signal to the doorbell radio receiver inside the building e1 e2 statement group Product-Producer but in a statement put out by the group, it reiterated that it would be illegal to create a robot that used dead bodies as an energy source e1 e2 remuda geldings Member-Collection_reversed this classic huffman photograph pictures the cow hands on their way to set up camp with their remuda of geldings trailing behind e1 e2 echocardiography system clinical cardiology Entity-Destination a real-time three dimensional echocardiography system has arrived into our clinical cardiology, allowing noninvasive and repeatable spatial visualisation e1 e2 luggage vehicle Entity-Destination news of the broken engagement came three months after love hewitt was snapped sobbing as he packed luggage into the back of a vehicle outside her home e1 e2 complaints films Message-Topic_reversed germans complained bitterly in the rostrum newspapers, and these complaints were reflected in propaganda films regarding soldiers from the french colonial e1 e2 products firm Product-Producer the products manufactured by this firm still continue to be chiefly dyestuffs e1 e2 sketches composer Product-Producer the remainder was reconstructed by deryck cooke in 1964 from extensive sketches left by the composer e1 e2 consumers parameters Instrument-Agency_reversed specifying a command once, consumers execute it by using input parameters e1 e2 letter prediction Message-Topic the new letter reminds them of the broker's prediction about abc's stock and makes a new prediction about def's stock for the next month e1 e2 people destruction Cause-Effect they are all in on it and the same people who caused the destruction of the economy are still running the show so they can keep us down and buy up the country cheap e1 e2 technicians nuclear aircraft carriers Entity-Destination the nuclear qualified electronics technicians were sent to nuclear aircraft carriers e1 e2 player flashlight Instrument-Agency_reversed a player attaches a flashlight to a rifle which is later discarded e1 e2 record book Message-Topic_reversed additionally, his record as a vietnam veteran has been documented in a recent book e1 e2 miscarriages chord Cause-Effect_reversed in two of the cases reported in the media, an older woman's baby was stillborn because of an abnormal placeta, and one of the miscarriages was caused by the umbilical chord encircling the fetus e1 e2 convoy buses Member-Collection_reversed the plan for the day was for our group to join a convoy of buses, vans and coasters on a 3-hour drive across the bare egyptian desert to the distant city of abu simbel e1 e2 light flashlight Cause-Effect_reversed when it was closer she saw the light was coming from a flashlight being carried in the mouth of a large black scottie dog, its muzzle gray with age e1 e2 meeting welcome speech Component-Whole_reversed the meeting was opened by the welcome speech of the mayor of komotini, mr. dimitrios. kotsakis e1 e2 squabble seagulls Member-Collection_reversed having been won over by the slick downiness of a paddling of ducklings nibbling bread crumbs on the central pond, i was irritated to see their place taken by a squabble of seagulls e1 e2 building place Other the building leaked from every conceivable place e1 e2 horde barbarians Member-Collection_reversed such an uneasy state of affairs existed until the fifth century, when the empire's rhine barrier was breached, allowing a vast, mixed horde of barbarians to stream into italy, thereby laying the groundwork for the kingdoms that would eventually come to dominate the european continent e1 e2 users keyboard Instrument-Agency_reversed the users navigate on a bloomberg with a special color-coded keyboard e1 e2 floors cottage Component-Whole the fourteen paintings are presented in up to three levels of detail as you walk through the two floors of the cottage e1 e2 story trends Message-Topic on the eve of the olympics, the times online ran a story looking at disconcerting trends developing in the doping world e1 e2 faces templates Entity-Destination we inserted the faces into the provided templates e1 e2 keyboards keys Component-Whole_reversed the full featured keyboards had keys 4 times bigger than the traditional keyboard e1 e2 programme themes Message-Topic the programme of events has been organised around five main themes e1 e2 walls sultan Product-Producer defining the bounds of the old city are its massive walls having been built by the ottoman sultan sulieman the magnificent e1 e2 senatorships individuals Entity-Destination the princeton jaycees have bestowed senatorships to three individuals e1 e2 street furniture Other both goals were addressed, but the primary goal of the street furniture was to enhance the quality of life for people in phildaelphia and the secondary goal was to increase revenue for the city of philadelphia e1 e2 measures procedures Message-Topic the gaa's central council published measures with regard to disciplinary procedures e1 e2 covey partridges Member-Collection_reversed the young goshawks seemed a bit fazed by all the cover, and never really got onto the rabbits, so we moved out to the field and roy worked his pointer until we found a youngish covey of partridges e1 e2 official plans Product-Producer_reversed a senior un official sacked earlier this year had drawn up plans to depose afghanistan's president hamid karzai e1 e2 mortar company Product-Producer buy owner is a brick and mortar company with a long term knowledgeable staff dedicated to providing your property with the maximum amount of exposure e1 e2 deliberations air Other the jury's deliberations were reported weekly on air e1 e2 beer barley Entity-Origin space beer is made from barley grown in space e1 e2 vulvodynia vulval pain Cause-Effect vulvodynia is the cause of chronic vulval pain in the absence of skin disease and infection e1 e2 servo wallet Component-Whole this concept uses a servo embedded in a wallet, which rotates its arm from parallel to perpendicular to the wallet surface e1 e2 viewers confusion Other this movie has thrown viewers into confusion e1 e2 couch shop Component-Whole the old brick walls, the smell of paper and the big couch in the shop all help to create the image of a comfortable place where people would want to spend time e1 e2 mail account Entity-Destination i have already fetched the mail into my account via gmail e1 e2 student university Entity-Destination high test scores have placed the student into a top university e1 e2 blog writer Product-Producer the distance between a blog writer and an audience happens only if the audience never shows up e1 e2 damage flame Cause-Effect_reversed olympic chiefs are worried about the environmental damage caused by the olympic flame e1 e2 fire collision Cause-Effect_reversed the log truck caught fire after the collision, but the 35-year-old driver escaped before the cab became engulfed in flames e1 e2 aeroplane duty Other the aeroplane was withdrawn from that duty and confined to low-level flying, where it became a success e1 e2 seed jar Content-Container the seed was discovered inside a jar full of the discarded pits of dates during excavations of masada in the 1960s e1 e2 radiation computers Cause-Effect_reversed i have an additional concern about body exposure to any electromagnetic radiation, from computers and cell phones held next to the body e1 e2 suitcase clothing Content-Container_reversed a suitcase with clothing in it had escaped the flames, yet some of the clothing inside were ashes, while the rest remained intact e1 e2 spill leak Cause-Effect_reversed the spill was caused by a leak in a kuwaiti tanker carrying 160,000 tonnes of crude, after it collided with a dredger further south on december 14 e1 e2 lawyer team Member-Collection the lawyer was a member of the team e1 e2 boy camp Entity-Origin it was the whole world to a sun boy who was born in a refugee camp e1 e2 filmmaker cinema Product-Producer_reversed here is jose mojica marins, the popular coffin joe, a filmmaker who invented a cinema of total grossness e1 e2 pile bones Member-Collection_reversed in one place the sea had a sweep fifteen feet of the were upturned, and a big pile of human bones was exhumed e1 e2 museum pieces federal storage Entity-Destination the museum pieces are moved into federal storage at the famous washington museums e1 e2 bunch guys Member-Collection_reversed they are just a nice bunch of guys e1 e2 blood patient Entity-Destination his donating blood to an unknown patient was a good thing to do e1 e2 cells layers Entity-Destination the cells migrated into both upper layers e1 e2 movie infanticide Message-Topic "hakani" is a 30 minute movie alleging the occurrence of infanticide in tribal communities in brazil e1 e2 corps executives Member-Collection_reversed opm and others have regularly bemoaned the failure of the ses to produce a corps of generalist executives - and have regularly suggested the removal from the ses of executives with technical or professional skills and competencies e1 e2 crowd harassment Cause-Effect josie cormier, succumbed to peer pressure and now hangs out with the popular crowd that often instigates the harassment e1 e2 gold bracelet Other he had visited myer's during the afternoon and bought a gold bracelet for $300 e1 e2 fraternity chapters Member-Collection_reversed april, 1903 saw the first issue of the delta chi quarterly published for a fraternity of fourteen chapters and fewer than 3000 alumni e1 e2 limbs basket Entity-Destination an array of severed limbs are then thrown down, the magician returns to earth, collects the limbs in a covered basket and the boy magically reappears e1 e2 measures procedures Message-Topic the government's new measures to regulate cosmetic surgery procedures are a good move e1 e2 ax helve Component-Whole_reversed he was very careful to see that the bit of the ax comes in direct line with the helve e1 e2 machine drilling Other the saving from the introduction of a single machine for flange hole drilling was 15500 rubles e1 e2 body mat Content-Container one pottery vessel lay on her breast, and the body was enclosed in a reed mat e1 e2 elimination riot Cause-Effect her unexpected elimination caused a riot on the internet, and one blog site (sohh.com) referred to her elimination episode as the one where the show lost all credibility e1 e2 ceiling craftsman Product-Producer the gold leaf lobby ceiling was hand-finished by an italian craftsman e1 e2 files programs Entity-Destination i sent files to programs other than metax e1 e2 bottle attractant Content-Container_reversed vinegar flies are capable of living off alcohol fumes, alas, so it is enough toput out a bottle with attractant in it e1 e2 course theory Message-Topic the focus of any course is, however, art therapy theory e1 e2 rates review Other their standard variable rates are still under review e1 e2 images days Entity-Origin we are in advertising and yes, some of those images from past days are quite the find e1 e2 increase raisin bread Cause-Effect_reversed i changed the balance of the flavours through my selection of bread, and got an increase in the sweetness with a choice of raisin bread e1 e2 course initiative Message-Topic typically, employees attend a day-long course explaining the initiative e1 e2 material laboratory Product-Producer a superblack material made from microscopic carbon nanotubes is produced by a us laboratory e1 e2 suitcase clothing Content-Container_reversed he had a suitcase full of new clothing bought from new york and took a flight to india from heathrow e1 e2 order preachers Member-Collection_reversed in december, 1216, pope honorius iii (1216 - 1227), the successor of innocent iii, approved dominic's plan for an order of contemplative preachers exercising the priestly ministry and living in mendicant poverty e1 e2 backpack geeks Instrument-Agency mind you, a backpack is interpreted as a sign of geeks e1 e2 toddlers soup Product-Producer_reversed even the toddlers make a tasty mint pea soup at the kids' cooking school in bucktown that tax attorney elena marre gave up her law practice to open e1 e2 seed company Product-Producer throughout the past decade, monsanto has been re-making itself as a seed and biotech company, as opposed to one focused on agrochemicals e1 e2 children poverty Other children in rural southern areas fell into poverty faster than those in cities in 2008 e1 e2 news stock-index futures Message-Topic the news that the stock-index futures have been approved stimulated wednesday's market e1 e2 beetle armor Product-Producer_reversed a beetle protects itself by constructing armor made from excrement e1 e2 inquiry tip Cause-Effect_reversed our inquiry into the city's job creation funding came from a reader's tip e1 e2 sorrow loss Cause-Effect_reversed it is very natural and normal to feel grief and sorrow after the loss of a pet e1 e2 eagle beak Component-Whole_reversed an eagle hatches with both a beak and talons and these will continue to grow throughout the bird's life e1 e2 piece friend Product-Producer it is an opinion piece by a collegue and friend who is gravely concerned about the survival of israel as a unique jewish state e1 e2 army maneuver Instrument-Agency_reversed with the help of scots who spoke perfect french, the english army scaled the cliffs with a maneuver the french never considered e1 e2 sounds names Other the dog, owned by steve abbott, the singer's manager, is stranger to music and has reacted to the sounds made by any other of universal's top names e1 e2 crane operator Instrument-Agency licensing is different from a certification since it is a governmental requirement needed before a crane operator starts practicing his occupation e1 e2 film philosophers Message-Topic the film features eight influential contemporary philosophers walking around new york e1 e2 irritation chemicals Cause-Effect_reversed the irritation from the chemicals in the tobacco is considered to be the number one contributing factor e1 e2 runway stanchion Other the exit portion of the runway is cantilevered from the support stanchion e1 e2 smell tree Cause-Effect_reversed the smell was radiating from all directions, from every tree and branch e1 e2 friends town Product-Producer_reversed bob the builder and friends construct an ecologically friendly town e1 e2 single release album Entity-Origin the first single release from the album was "africa", a remake of the worldwide hit africa by toto e1 e2 birds aviary Other the town's population is approximately four, the school closed years ago and birds have turned the church into a poop-caked aviary e1 e2 foundry castings Product-Producer_reversed the foundry utilizes the best horizontal parted molding line for the manufacturing of street castings and features the best environmental control technology available e1 e2 knobs slots Entity-Origin twice when i was putting on the fully loaded atlas, the knobs popped out of the frame slots e1 e2 motor system Instrument-Agency_reversed the motor turns the panel with the help of the mechanical transmission system e1 e2 arm veterinarian Entity-Origin police in taiwan were forced to shoot a crocodile after it bit off the arm of the zoo veterinarian treating it e1 e2 party crazies Other the party has made the crazies into mainstream republicans e1 e2 lymphomas lymphomas Other the lymphomas are divided into two major categories: hodgkin lymphoma and all other lymphomas, called non-hodgkin lymphomas e1 e2 backpack papers Content-Container_reversed in the bushes near the door, investigators found a backpack with papers inside e1 e2 marriage downward spiral Other the children sent their marriage into a downward spiral e1 e2 story ugliness Message-Topic it is a fairy story depicting the incredible ugliness of human sin, misery, and futility, yet also the incredible and beautiful power of love e1 e2 car manufacturer Product-Producer bmw or bavarian motor works is a german car and motorcycle manufacturer e1 e2 back quilt Component-Whole leah day attached quilt binding to the back of a quilt using a sewing machine e1 e2 documentary increase Message-Topic bbc radio documentary spoke about an increase in the cases of black anorexic women in south africa e1 e2 government houses Product-Producer_reversed as part of a short-term strategy, the government has constructed 10300 houses, double than the fixed target of 5000 houses e1 e2 perspectives promotion Message-Topic their perspectives explain democracy promotion as an instrument of global capitalism e1 e2 novel writer Product-Producer the third novel by the well-known turkish writer recounts the life of a young italian christian taken captive at sea by the ottoman turks in the 17th century e1 e2 headaches caffeine withdrawal Cause-Effect_reversed thousands of women suffer headaches from caffeine withdrawal as a result of this study e1 e2 politician controversy Other once again, the infamous politician has landed into a nepotism controversy e1 e2 men potatoes Product-Producer_reversed gee's bend men and women grew cotton, peanuts, okra, corn, peas and potatoes e1 e2 computer company Product-Producer he also went on to found next inc., a computer company that built machines with futuristic designs e1 e2 knife blade Component-Whole_reversed with the knife at a 10- to 25-degree angle to the steel, he hold the steel rod steady and drew the knife blade down the steel e1 e2 system routings Instrument-Agency_reversed the system uses routings for the part number identified in the work order to determine workstation assignment and loading e1 e2 clergy vestments Instrument-Agency_reversed william durand' book on the clergy and their vestments was the topic of the discussion e1 e2 viruses illness Cause-Effect up to 85% of viruses that cause respiratory illness are identified by the technology e1 e2 attention medicine Other in recent years, considerable attention has been focused on regenerative medicine because of its applicability to a wide range of medical fields e1 e2 bridge pillars Component-Whole_reversed the bridge pillars, constructed with stone and lime mortar cores rather than wooden posts, rest on a large oak beam-grate that was built atop the gravel bed of the danube, at the bottom of the cofferdam e1 e2 man window Entity-Origin a man who leapt from a brothel window during an immigration raid filmed for reality television later died e1 e2 college electors Member-Collection_reversed the democrats are competing for positions in the college of electors e1 e2 components system Component-Whole the spring and damper components of the absorber system are provided by the plate of the absorber, which is a continuous mechanical system e1 e2 drugs blood Entity-Origin the health medical insurance coverage for allergy kits, abortificants, and prescription drugs produced from blood or blood products is discussed e1 e2 data simulation Entity-Origin the source data was generated from an ultrasound reflection mode simulation e1 e2 portraits amateurs Product-Producer it is typical of the distinguished portraits made by professionals and amateurs in the late 19th century e1 e2 mushroom soup Entity-Origin_reversed cream of mushroom soup was first made available in the 30s and became one of the most popular recipe helpers as a substitution for veloutes and bechamel sauces e1 e2 spamming legislation Message-Topic_reversed spamming has been the subject of legislation in many jurisdictions e1 e2 chapter history Message-Topic the first chapter gives an account of the ancient history of the country e1 e2 marketing stimulating Message-Topic marketing was focused on stimulating existing subscribers to use the telephone more often e1 e2 upload system Entity-Destination your upload has been added to the system e1 e2 consultant way Product-Producer_reversed in 1999, the british consultant thought up an innovative way of dealing with waste paper e1 e2 metals environment Entity-Destination metals were released into the environment e1 e2 bunch conclusions Member-Collection_reversed i saw his piece in the post this morning, and it is predicated on a bunch of erroneous conclusions e1 e2 factory condoms Product-Producer_reversed given the factory's primary product is condoms, the gay community's support is essential e1 e2 study levels Other the study is making a valuable contribution to determining the levels of sustainable tourism in this country e1 e2 settlers land Entity-Destination new settlers arrived into this harsh land to seek a new life e1 e2 photo frame Content-Container a digital photo frame (also called digital media frame) is a picture frame that displays digital photos without the need to print them or use a computer e1 e2 author novel Product-Producer_reversed the author's new novel, a staggeringly detailed and charged re-creation of the period between the end of the 19th century and the first world war, overflows with people attempting to define their responsibilities e1 e2 complaints door Entity-Destination csu stanislaus students take complaints to president's door e1 e2 clinker shipwrights Product-Producer any form of clinker hull, even the triple clinker of the late medieval english shipwrights, was totally unsuitable for such treatment e1 e2 flotilla vessels Member-Collection_reversed china has tested barack obama early in his presidency, with a flotilla of naval vessels surrounding and harassing a us spy ship in the south china sea e1 e2 honeysuckle syrup Entity-Origin_reversed however, since meat eating was a taboo in japan then, azuki bean paste sweetened with honeysuckle syrup, was used as a replacement filling e1 e2 lining jacket Component-Whole it was in the lining of this jacket that he had managed to secrete the valuables of several villagers e1 e2 chimps tools Product-Producer_reversed 4300 years ago chimps started making stone tools e1 e2 program population Other the recovery plan was the commencement of a captive breeding program from a small wild population e1 e2 detection dye air conditioning Entity-Destination we introduced leak detection dye into the air conditioning e1 e2 community assessors Member-Collection_reversed we evaluated the application of these guidelines, focusing on the opinions and experience of the global community of national assessors e1 e2 cocaine cities Entity-Destination caribbean criminal groups have been transporting cocaine into major cities in usa e1 e2 trimming finches Member-Collection_reversed first these hawks made a meal of a diving of teal, then a trimming of finches came last e1 e2 app priest Product-Producer the vatican's pontifical council for social communications has blessed an app developed by an italian priest e1 e2 battalion archers Member-Collection_reversed like a battalion of medieval archers, these plasma cells let fly their antibodies, which travel to their targets on the outer surface of harmful bacteria e1 e2 clause pension Message-Topic the second clause tells of the pension that is the equal of one service-fraction of final compensation e1 e2 disruption floods Cause-Effect_reversed the disruption has been caused by the freak storms and flash floods overnight e1 e2 grief death Cause-Effect_reversed an organization with the mission of allowing a safe haven for parents to share their grief after the death of a child e1 e2 author novel Product-Producer_reversed earlier this year, the author's latest novel, the complaints - his first since retiring rebus - became a number one bestseller e1 e2 theory answer Message-Topic our theory supplies the answer e1 e2 alarm switch Component-Whole_reversed the alarm has one magnetic switch and operates on a 12-volt battery e1 e2 disruption strike Cause-Effect_reversed i have been talking extensively here about the disruption that has been caused by the brazilian air traffic controllers white strike e1 e2 detectives case Other the detectives have been dragged into a mysterious case e1 e2 limits stem cell research Other legislators are considering new limits on stem cell research e1 e2 pollution coal Cause-Effect_reversed air pollution from coal fired sources is so serious we can not afford a policy that backslides in any way e1 e2 difficulties structure Entity-Origin the difficulties in developing vista stemmed from its monolithic structure and the need for 'backwards compatibility', i.e. ensuring that software used by customers on older versions of windows will work under vista e1 e2 satellite service Other the satellite has been placed into service e1 e2 batteries team Product-Producer the batteries developed by the team from tel aviv university (tau) work in a different way than conventional batteries e1 e2 picture frame Content-Container i had the picture frame in my office for couple of days, but like anybody else in the world i wanted to play with the device for a little longer e1 e2 regiment grenadiers Member-Collection_reversed initially, the infantry component of the guard consisted of one regiment of foot grenadiers and one of foot chasseurs, each with two march battalions and one training battalion e1 e2 temple sealer Other in these cases, marriages performed in the temple by a duly authorized temple sealer are recognized by the government e1 e2 architect masterplan Product-Producer_reversed they really saw the architect's expensively produced dongtan masterplan as a blueprint for a more sustainable future e1 e2 exeretonevra families Entity-Destination the workers have accidentally placed exeretonevra into several families e1 e2 protein cell Component-Whole one drug blocks the protein inside a cell and the other does the same on the cell's surface e1 e2 men joke Product-Producer_reversed another period of silence was broken by one of the men who told a joke e1 e2 whoop gorillas Member-Collection_reversed surviving a plane crash over micronesia as a baby that killed my adoptive parents, i was initially raised by a whoop of wild gorillas, then later by savage pygmies who idolised me as someone with special powers and christened me "mighty white man", shortened recently to dean wightman e1 e2 boxes users Entity-Destination all 1000 lemote boxes have been delivered to the users e1 e2 players pickup Instrument-Agency_reversed some players attach a pickup to their traditional string instrument to "electrify" it e1 e2 weather conversation Message-Topic_reversed the weather is a constant topic of conversation, especially of course when it comes to climate change e1 e2 infections rash Cause-Effect many viral infections that cause rash resolve within several days and require no medication e1 e2 bird tank Entity-Destination the bird was put in a fish tank, and a tube was run into the tank e1 e2 teacher knife Instrument-Agency_reversed after the heimlich maneuver fails, the teacher performs a cricothyrotomy with a kitchen knife and a drinking straw e1 e2 bagful lies Member-Collection_reversed blum turned whistle-blower after becoming morally nauseated at the bagful of lies that launched the country on its disastrous adventure in vietnam e1 e2 soda can Content-Container my soda came in a can e1 e2 handgrip firearm Component-Whole a laser sighting device for a firearm comprises a holder adapted to attach to the handgrip of the firearm such that the firearm may be held in a firing position e1 e2 text dialog box Component-Whole people did read the text in a dialog box e1 e2 products materials Entity-Origin the finished products ordered by the customer are manufactured using the raw materials purchased from suppliers e1 e2 song team Product-Producer the theme song was written by the songwriting team of jay livingston and ray evans e1 e2 chin patient Component-Whole after the family leaves, remove the towel from under the chin of the deceased patient e1 e2 murmuration starlings Member-Collection_reversed ws a murmuration of starlings enters a holly grove, it ruins the entire crop e1 e2 authors book Product-Producer_reversed angela works with authors who've completed a nonfiction book, and also with authors who are just in the planning stages e1 e2 chapters notion Message-Topic the preceding chapters have made little reference to the notion of film language e1 e2 manufacturers pyrometers Product-Producer_reversed the manufacturers of pyrometers put up an excellent show e1 e2 virtuoso instrument Instrument-Agency_reversed meurkens is one of those rare musicians who makes you listen to his instrument - the harmonica - as a virtuoso instrument e1 e2 composer composition Product-Producer_reversed in most non-percussion music, the instrument sounds are simply the tools with which the composer creates a composition e1 e2 haft axe Component-Whole the roaring chainsword bit into the haft of the axe, just below the massive blade e1 e2 bottle appendix Content-Container_reversed he also finds a bottle with joe's appendix in it e1 e2 sergeant army Member-Collection all they have on their side is the most artful sergeant in the army and a vampire with a lust for coffee e1 e2 money accounts Entity-Destination the money getting through from our own third-world bankrupt economy is drained into corrupt dictators' accounts e1 e2 bacteria breakouts Cause-Effect the kind of treatments necessary to kill the bacteria which cause acne breakouts must be prescribed or administered by a medical professional e1 e2 opposition leader hiding Other the opposition leader has gone into hiding e1 e2 idea child care Other i had another idea to do with child care that was stroller related e1 e2 manuscripts aspects Message-Topic the remaining three manuscripts concerned the psychological aspects of gender-confirming surgical treatment e1 e2 ball stick Content-Container lacrosse players carry the ball inside a stick e1 e2 gold ring Other i've just sold a gold ring, which was my last asset and now we have nothing left for a better life e1 e2 programs computers Entity-Destination a few have successfully imported programs into their own computers e1 e2 colony penguins Member-Collection_reversed when the pilots were flying over a colony of penguins, the birds were watching the planes, but instead of moving their bodies to follow the aircrafts they only moved their heads which lead them fall backwards over e1 e2 telegram executive Entity-Origin he was beginning to think he'd better find something else to do with his life when out of the blue a telegram arrived from an executive at ibm e1 e2 population citizens Member-Collection_reversed the report looks at past and future of booming population of senior citizens e1 e2 yogurt soup Entity-Origin_reversed yogurt soup is a popular comfort dish both in turkey and central asia e1 e2 book poet Product-Producer in this book, the coptic egyptian poet returns to his cultural roots and the legacy of strength so necessary to confront the hostilities against entire communities because of language, nationhood or religion e1 e2 train wagon Component-Whole_reversed drawings, backgrounds and decorations are placed over the complete height of the train wagon, but don't cover the entire width of the train wagon e1 e2 comments adherence Message-Topic the commission is accepting comments regarding the program's adherence to the accreditation standards e1 e2 blinking eyelids Cause-Effect_reversed blinking is caused by the eyelids sliding down over the positively charged cornea, whereas saccade potentials are caused by changes in the orientation of the corneoretinal dipole e1 e2 visit frenzy Cause-Effect the surprise visit caused a frenzy on the already chaotic trading floor e1 e2 organization corporation Member-Collection each organization that is a member of the corporation as provided in the constitution of the corporation is entitled to all the benefits of incorporation under this chapter e1 e2 story reports Message-Topic_reversed lina's incredible story was documented in contemporaneous reports by edmundo escomel e1 e2 number date Other but i am trying to get a week number from a given date e1 e2 copy packet Content-Container a copy of the survey was enclosed in the back-up materials packet e1 e2 distress bankers Cause-Effect_reversed an agenda of deeper reforms can boost public confidence even as it undoes a lot of the distress caused by the financiers and bankers e1 e2 event workshop Component-Whole_reversed as it did in 2004, the event combined the annual neural prosthesis workshop - now in its 36th year - and the dbs consortium e1 e2 mouse prison Content-Container the mouse was enclosed in a prison with no hope of escape e1 e2 fever dehydration Cause-Effect_reversed be sure to drink plenty of water to prevent running a fever from dehydration e1 e2 molecules synapse Component-Whole but researchers have now learnt how molecules at the site of the synapse behave to cement a memory e1 e2 flush mallards Member-Collection_reversed a flush of mallards splash and forage in melt-water on the parkland turf e1 e2 author study Product-Producer_reversed on the other, there's the man of letters jim, a stalwart of book festivals from edinburgh to richmond, the author of an acclaimed study on the progress of music, chairman of last year's man booker prize and the presenter of the long-running radio 4 series book club e1 e2 list cities Member-Collection_reversed the following is a list showing the 100 largest incorporated cities in the state of california ranked by population e1 e2 toothpaste jar Content-Container the first mass marketed toothpaste was in a jar from colgate with the tubes we know today coming into existence in 1896 e1 e2 blazer bin Content-Container i have no idea why this rather loud blazer from the gap was in a bin at my local dollar tree e1 e2 discussion need Message-Topic the concluding panel discussion pointed out a high need and interest on sharing a set of well defined same scenarios and use cases transparently described as well as modules and simulators e1 e2 plaform steel Entity-Origin this speed bag plaform is made of heavy duty powder coated steel that secures easily to a wood stud, brick or concrete e1 e2 activists cages Entity-Destination th animal rights activists have approached the open-air cages e1 e2 sighting distance Other our first sighting of the mighty mount kinabalu was from quite a distance and it was still extremely impressive e1 e2 textile mill Product-Producer a textile mill is a factory for making textiles e1 e2 gaze raccoons Member-Collection_reversed the gaze of raccoons seemingly form an orderly queue to accept snacks from the bus driver as he stops off outside the legion of honor museum in san francisco e1 e2 plot crises Message-Topic the melodramatic plot dealt with crises of human emotion e1 e2 report technician Product-Producer in october, the group reporters without borders, based in paris, released an astonishing report by a chinese internet technician writing under the pseudonym "mr. tao. e1 e2 bear swamps Entity-Destination a bear was dropped into petrified swamps devastated by the 2004 tsunami e1 e2 injuries bike-accident Cause-Effect_reversed the consequences of the injuries caused by the bike-accident in february, fractures in the area of head and neck, unfortunately have turned out to be still too severe e1 e2 agency supply Other the agency also provides a third of the region's power supply, drawn mostly from generators inside big dams e1 e2 melee rioters Member-Collection_reversed last month, police fired shots into the air at a soccer game in eastern congo, attempting to break up a melee of rioters who believed one of the players was a witch: 15 fans died from trampling e1 e2 rights benefits Other more people know and understand their rights on issues such as benefits, housing and employment e1 e2 sodium hypochlorite tooth Entity-Destination during a root canal, sodium hypochlorite was put into the tooth, and went through the tooth into the patient's sinuses e1 e2 book scribe Product-Producer even so, the labour involved in the meticulous copying of a text made a book produced by a professional scribe a comparatively expensive luxury e1 e2 lobby building Component-Whole the software made it easier for the team to explore rational ways of expanding the lobby using the geometry of the building e1 e2 clan berserkers Member-Collection_reversed in the age of myth, a clan of berserkers made war against a druidic order e1 e2 devices commotion Other the passenger set off the devices at detroit metropolitan airport, causing a commotion and some injuries e1 e2 author book Product-Producer_reversed the author of this book is believed to be nehemiah himself e1 e2 draft scientist-authors Product-Producer he noted that, before printing, key phrases had been deleted that had earlier been approved by the draft's several scientist-authors e1 e2 product online shopping malls Entity-Destination the new product has been released into the online shopping malls e1 e2 team advertisement Product-Producer_reversed the team put up an advertisement to fill 225 posts, we received over 6500 applications e1 e2 conversation investment Message-Topic conversation was centered more around investment in the consumer area rather than fb specific e1 e2 bottle liquid Content-Container_reversed the mechanism whereby air enters the skull could perhaps be compared to that in which air enters a bottle full of liquid e1 e2 sleeve shirt Component-Whole the right sleeve of this shirt features the harley-davidson bar & shield logo in orange, black and white e1 e2 association developments Other the association keeps teachers informed about current developments e1 e2 flat balcony Component-Whole_reversed the flat has a big balcony, a bathtub and there's also a lift if you don't want to walk up 2 flights of steps to the second floor e1 e2 anesthetics depression Cause-Effect the amide-linked local anesthetics, bupivacaine and ropivacaine, cause depression of cardiac contractility and dysrhythmias e1 e2 nuclei tube Entity-Destination two nuclei have migrated into the conjugation tube e1 e2 hold boat Component-Whole the engine operated three strands of rope fall, hoisting from the hold of the boat three tubs of iron ore at a time e1 e2 pillow bed Other from the transistor radio you listened to under the pillow of your bed to streamcasts on the net, fisher covers it all, and extremely well e1 e2 approach convergence Other the functionalist approach tries to explain the convergence of modern welfare states e1 e2 roots tree Component-Whole the ground has eroded away around the roots of this young pine tree e1 e2 circle souls Member-Collection_reversed it was a beautiful example of community forming - a circle of kindred souls who shared a vision and a dream e1 e2 suffering drinking Cause-Effect_reversed aware of the suffering caused by unmindful drinking, i am committed to cultivate good health, both physical and mental, for myself, my family, and my society e1 e2 book title Component-Whole_reversed she clicked on the book title to see a couple of illustrations from the book e1 e2 configuration dominoes Other this configuration of dominoes is called the layout, string, or line of play e1 e2 man pole Instrument-Agency_reversed a man in a boat pushes the shore with a pole and his boat gets clear of the shore e1 e2 scold jays Member-Collection_reversed often times i have watched a scold of blue jays band together to battle the crows e1 e2 applications prize draw Entity-Destination ten applications are automatically entered into a monthly prize draw e1 e2 brigade soldiers Member-Collection_reversed george clooney, ewan mcgregor, kevin spacey and jeff bridges are in top form in this uproarious tale about a top-secret brigade of psychic soldiers trained in new age warfare e1 e2 viruses labs Entity-Destination the viruses were sent to unsuspecting labs e1 e2 journal box Content-Container the journal was inside a box of items given to him and his wife by his stepfather, after his mother's passing, which they never sorted through but kept stored in a garage e1 e2 tie wardrobes Entity-Origin the tie is going away from men's wardrobes e1 e2 swing wicket Entity-Origin after the swing went away from the wicket he couldn't do anything e1 e2 child nose Component-Whole_reversed years later, and here i am, thirteen years old, the child with her nose pressed up against the window waving goodbye e1 e2 news blog Other milinkovich, executive director for life of the eclipse foundation (just kidding mike) broke the news today in his blog e1 e2 civilians areas Entity-Destination 77793 civilians have arrived into the government controlled areas within the last two days e1 e2 suitcase school supplies Content-Container_reversed on my trip, i brought with me a suitcase full of school supplies e1 e2 culprit data Entity-Origin surprisingly soon, a culprit popped out of the data e1 e2 troupe minstrels Member-Collection_reversed american warships, which, in addition to opening japan's borders with their show of military supremacy, brought along a troupe of blackface minstrels as entertainment e1 e2 hand bananas Member-Collection_reversed the reddish purple bracts of the flower roll back and split to expose a hand of bananas, usually at the rate of one per day e1 e2 photograph quilt Message-Topic annie mae young is looking at a photograph of a quilt she pieced together out of strips torn from well-worn cotton shirts and polyester pants e1 e2 irritation sun Cause-Effect_reversed oak root and chamomile provide a gentle astringent that helps reduce inflammation and calms skin irritation from the sun and environmental pollutants e1 e2 founders tv Entity-Destination skype founders have moved into a net tv e1 e2 workers structure Product-Producer_reversed but what is not seen in the television pictures, is the almost invisible army of 7000 migrant workers who built the iconic structure e1 e2 people homes Entity-Destination the older people have been moving into new homes e1 e2 colitis antibiotics Cause-Effect_reversed the colitis usually is caused by taking antibiotics e1 e2 notes state Message-Topic comprehensive notes survey the current state of the law, raise questions for class discussion, and address the continuing controversies in this field e1 e2 cents initiatives Entity-Destination 50 cents from every book sold are invested into sustainability initiatives e1 e2 debate mergers Message-Topic the panelists bring knowledge and experience to a debate focusing on mergers, acquisitions and joint ventures within the world's largest industry e1 e2 figurine chocolate egg Content-Container the figurine was inside a chocolate egg eaten by ten-year-old dixie, a dalmatian collie living in aberdeen e1 e2 structure dome Other this lowly structure is preserved and protected from decay by having built over it an outer structure surmounted by a great dome of glass e1 e2 information presidents Entity-Origin out current secretary is gathering information from past presidents and committee chairs e1 e2 stardust cycles Entity-Origin it is stardust that remains from previous cycles of evolution, cycles without a beginning or end e1 e2 protein molecule existence Other the protein molecule has come into existence by natural processes e1 e2 food company Product-Producer starting a food and beverage company from scratch requires a lot of planning and research e1 e2 cash towel Content-Container methamphetamine residue and a broken pipe used for consuming it were retrieved from a toilet, along with $7800 in cash that was hidden in a towel e1 e2 puppet records Product-Producer_reversed the puppet, who rose to fame through a children's tv show called the den, has recorded a string of hit records, including dustin unplucked e1 e2 profits inflation Cause-Effect_reversed the halting of easy profits from inflation brought on a banking crisis, which resulted in a complete restructuring of the industry during the late 1990s e1 e2 king decree Product-Producer_reversed then they came near, and spake before the king concerning the king's decree e1 e2 fire earthquake Cause-Effect_reversed overall, the fire after the earthquake burned out 7456 houses in over 530 localities e1 e2 hero strength Other the hero initially attempts to stop the train with his own strength, but fails miserably and doesn't slow the train down e1 e2 worker surface Entity-Origin the injured worker fell from an elevated work surface or was struck by an object falling from an elevated work surface e1 e2 scientist theories Product-Producer_reversed the scientist's theories about the mutants being extinct were proven false when hades and his surviving clan members stalked and brutally killed wilson e1 e2 settlers ditch Product-Producer_reversed the remaining settlers dug a 10 miles (16 km) ditch from the sevier's east fork into tropic valley e1 e2 commandos plant Entity-Destination the commandos were dropped into a french nuclear plant e1 e2 wares filmmakers Product-Producer film exhibition in north america, wrapped this past weekend, and paste was there to sample the latest wares from the world's filmmakers e1 e2 paragraph reasons Message-Topic students write a paragraph stating reasons for doing something, and then a paragraph about how to do something e1 e2 congress nations Member-Collection_reversed we have a congress of different nations and congress within nations and some sports congress e1 e2 subjects attenuator Instrument-Agency_reversed the subjects adjusted the signal level with a shop-built attenuator e1 e2 order events Other remaining under the same influence, it was in the natural order of events that john, a little later, recorded his awakening into the new life at a religious meeting at a quarter before nine o'clock on the evening of may 24th 1738 e1 e2 wave region Entity-Origin in this animation the incident wave is travelling from a high density region towards a low density (high wave speed) region e1 e2 swell storm Cause-Effect_reversed the northwest swell was generated by a powerful storm off japan on jan. 5 and gained strength last week e1 e2 slingshot hero Product-Producer having built a makeshift slingshot, the hero apparently flies through the ceiling of his shabby room and vanishes into space e1 e2 teeth wallet Content-Container a customer shopping at a walmart in falmouth found 10 human teeth in a wallet he was about to purchase e1 e2 procession bas-reliefs Message-Topic_reversed the procession formed the subject of the bas-reliefs which embellished the outside of the temple of the parthenon e1 e2 stress acne Cause-Effect in the same way that diet and stress effect facial acne they also effect body acne therefore the basic "clear skin rules" of cutting out greasy, fatty foods, and sugary foods as well as trying to reduce everyday stress apply to body acne as well e1 e2 woman office Entity-Origin when i got up there, a woman popped out of an office and introduced herself as the pm's secretary e1 e2 regiment hunters Member-Collection_reversed a western regiment was behind it, a regiment of hunters and marksmen e1 e2 director studio Product-Producer_reversed the museum's first director, who oversaw the museum for 50 years, converted the building into an art studio e1 e2 man pit Entity-Destination the man fell into a pit e1 e2 accounts basis Message-Topic the accounts have been prepared on a historical cost basis e1 e2 couple outback Entity-Destination a young couple travelled into the australian outback e1 e2 novels themes Message-Topic the discworld novels contain common themes and motifs that run through the series e1 e2 adventure wizards Other this latest adventure from the animation wizards at pixar is beautiful, masterly, inspired - and delivers a powerful ecological message e1 e2 hairdressing color Other hairdressing with color has become a common trend these days e1 e2 downflow times Other the height-time profiles revealed that the downflow started at times of the deceleration phase of the cme core e1 e2 rod piston Component-Whole the rod of the piston, which is connected to the nose steering spindle, causes it to pivot at point x e1 e2 thesaurus logs Entity-Origin the purpose of this paper is to present an on-going research that constructs a live thesaurus directly from search term logs of real-world search engines e1 e2 bike crate Content-Container the bike was in a crate on the back of a truck e1 e2 information surveys Entity-Origin the information presented here comes from a series of seasonal telephone surveys e1 e2 pack cd Content-Container_reversed the pack contained a cd which held a range of resource information sheets and some presentations that could be integrated into your training packages e1 e2 space shuttle space Entity-Destination a space shuttle travels into space e1 e2 peacekeepers region Entity-Destination the eu sent peacekeepers to the middle eastern region e1 e2 team regularity Other the team won the association's championship with some regularity e1 e2 exhibition works Component-Whole_reversed the exhibition comprises more than sixty works of art from international public and private collections e1 e2 enzyme strawberries Product-Producer_reversed the strawberry-maker enzyme, found in the roots of the plant, builds strawberries after being catalyzed by the digestive fluid of an earthworm e1 e2 root canals tooth Component-Whole microorganisms in your oral flora gain access to the pulp chamber and root canals in the affected tooth e1 e2 amber firkin Content-Container i was thrilled to see this delicious pennsylvania 7.5% amber in a firkin down there e1 e2 birds subway Entity-Destination all the birds have flown into the subway for the snowstorm e1 e2 galaxy figures Member-Collection_reversed a galaxy of legendary figures from the annals of western history comes to life in this stirring sequel to intellectuals and creators e1 e2 slaves bedcovers Product-Producer_reversed the quilting tradition in gee's bend goes back to the 1800s, when slaves fashioned bedcovers out of strips of cloth e1 e2 wire injury Cause-Effect the wire had caused a slight injury on the ventral side of the neck and at the base of horns e1 e2 barrister-cum-writer defender Product-Producer_reversed sir john mortimer, the barrister-cum-writer who created the old bailey's most famous fictional defender, has died at the age of 85 e1 e2 deliverables information Message-Topic the resulting deliverables provide richer, more detailed, and more helpful information for your clients e1 e2 company method Product-Producer_reversed today's story of patent insanity comes to us courtesy of wysong, a small natural pet foods company that came up with a method to put probiotics in foods in the early 80s e1 e2 melamine sample Other the industrial chemical melamine was found in a sample of infant formula made in the usa e1 e2 diamond colliers Other who buys all these glittering diamond colliers, rings, pendants, etc., eto., is. a mystery e1 e2 agency ads Other better&partners communications is an advertising agency specialized in tv ads, outdoors, media, marketing, consulting, press, etc.. e1 e2 droplets sneezing Other the spread is mainly airborne, via the virus-laden droplets produced by coughing and sneezing e1 e2 stress corrosion Cause-Effect special articles specifically on gas corrosion and stress corrosion are also available in the literature e1 e2 central nervous system brain Component-Whole_reversed the central nervous system comprises the brain and the spinal chord e1 e2 accidents drivers Cause-Effect_reversed recent traffic studies by the department show that a majority of the accidents are caused by drivers e1 e2 army bloggers Member-Collection_reversed in the past couple of days, a small army of bloggers and journalists have indicated that they're heading for ses chicago e1 e2 pain indigestion Cause-Effect_reversed chest pain from indigestion feels like an intense burning and is usually accompanied by regurgitation and gas e1 e2 skate shoes store Entity-Destination new skate shoes have arrived into the store e1 e2 suitcase marijuana Content-Container_reversed u.s. customs and border protection officers stopped a drug-smuggling attempt when they seized a suitcase full of marijuana e1 e2 course programme Component-Whole this course is part of the master of veterinary public health (mvph) programme at faculty of life sciences, university of copenhagen, denmark e1 e2 websites college Message-Topic the best online advices come from the websites that are specialized in college and nba leagues e1 e2 wetlands ditches Entity-Destination he has been draining the wetlands into federally owned ditches e1 e2 eyrar swans Member-Collection_reversed this time, however, another bird joined the eyrar of black swans, as dubai-owned subsidiary dubai world. oliver russ. argonaut capital partners e1 e2 presentations proceedings Component-Whole presentations and outputs of the conference have been provided in the conference proceedings e1 e2 currency buckets Content-Container a traffic stop for speeding tuesday afternoon in troup county led to the seizure of more than $540,000 in currency that was hidden in buckets of roofing tar e1 e2 timer cooker Component-Whole they set the timer on the cooker for three minutes e1 e2 tears pain Cause-Effect_reversed it was intermittently wet and dry, and almost always followed with a whine and often a few tears from the terrible pain e1 e2 burrows rashes Cause-Effect the mite's burrows, fecal matter, proteins and eggs cause itching, rashes and sensitivity e1 e2 victim screwdriver Entity-Origin_reversed marcus stabs one of the attackers with a screwdriver and we see the impact, as well as the victim painfully removing the screwdriver e1 e2 intranet training opportunities Other it also uses the intranet to inform staff about training opportunities or forthcoming staff events e1 e2 data system Entity-Destination externally derived data were leaked into the system e1 e2 question arrangements Message-Topic a question was raised in relation to the partnership arrangements in germany e1 e2 piano keyboard Component-Whole_reversed for a beginner, the layout of piano keys is hard to recognize on a piano keyboard e1 e2 convention teachers Other the kiosk was placed at a statewide convention of science teachers and in a high school science classroom e1 e2 devastation asteroid Cause-Effect_reversed thus previous scientific estimates had overstated the devastation caused by the asteroid, since topographic and ecologic factors contributing to the result had not been taken into account e1 e2 pieces place Entity-Destination the pieces are falling into place e1 e2 preamble purpose Message-Topic a preamble explains the document's purpose and underlying philosophy e1 e2 device termination Cause-Effect the analysis device instigates the termination of the connection e1 e2 letter agent Entity-Origin they took her address and two years later a letter arrived from an agent asking if she'd like a part in a big motion picture e1 e2 agencies country Entity-Origin the local industry was virtually demolished that year as other agencies bailed out of a country whose business practices were becoming increasingly corrupt and dangerous for foreign executives e1 e2 houses woods Other kids built forts and tree houses in the woods out of materials swiped from the construction sites that would eventually render those woods someone's back yard e1 e2 advertising campaign products Message-Topic the marketing strategy and advertising campaign of the company's products are dedicated to bringing back the old traditional glamorous image e1 e2 fear bugs Cause-Effect_reversed either we saw our mothers show fear from bugs /spiders/cockroaches and learned to fear them irrationally e1 e2 point pen Component-Whole the point of the pen is in good writing position if the tip is anywhere from a to b e1 e2 plane runway Entity-Origin this plane taxied back from runway 22r to business apron after aborted takeoff e1 e2 woman wound Other a woman was recovering from a bullet wound after she was caught in the cross-fire of a shootout e1 e2 mother young Product-Producer_reversed after birth, which usually takes place in shallow waters, the mother suckles her young for up to 18 months e1 e2 apricot marmalade Entity-Origin_reversed apricot marmalade is effective in treating emotional indigestion e1 e2 plants analysis Instrument-Agency_reversed plants obtain a significant reduction in water usage and costs by effectively using conductivity analysis e1 e2 earth cradle Other i was digging up the earth to throw into the cradle, when i turned up a lump of ore about the size of a small walnut, which i knew at once was a piece of gold e1 e2 soda drink Other so mary found a pocketknife in the compartment and a straw from her soda drink now spilled everywhere e1 e2 circus dreams Other these four superb performers - and at the end it's almost impossible to believe there have been so few of them - present a wordless show that is like a circus of human dreams and nightmares e1 e2 news sheep Message-Topic the breakthrough came after the news that a sheep named dolly was born as the first cloned mammal e1 e2 publication events Message-Topic it is an occasional publication reporting recent events and activities taking place at the institute for agriculture and trade policy e1 e2 luff sail Component-Whole the luff is the leading edge of a sail e1 e2 television screen Component-Whole_reversed blood looks very red on the colour television screen e1 e2 insights industry Entity-Destination nielsen released his insights into the online industry e1 e2 fever immunizations Cause-Effect_reversed it's common to get a slight fever from immunizations, which can make them uncomfortable e1 e2 shrinkage washing Cause-Effect_reversed they are intentionally sewn larger than the pillow to accommodate for shrinkage from washing e1 e2 committee factory Entity-Origin the first workers' committee was formed in yamit factory e1 e2 jungle cars Member-Collection_reversed my grandfather's backyard is an absolute jungle of old wrecked cars e1 e2 calculator engineers Instrument-Agency the 50g is hands-down, the absolute best calculator for engineers, surveyors, and hackers e1 e2 idea football team Message-Topic they planned a meeting where they discussed about this idea regarding the football team e1 e2 torso suitcase Content-Container neighbours and some parents saw the limbs and head were missing from the body, and its torso was in a suitcase e1 e2 trawl trove Other a trawl through ancient copies of the herts advertiser threw up a treasure trove of information about the early days of the city's first ever cinema e1 e2 liquidity firm Other this unwillingness to fund on a secured basis placed stress on the liquidity of the firm e1 e2 wheel panel Component-Whole the small wheel of the button panel is limited to the range of a button, so you don't have to worry that you turn into another function e1 e2 exhibition origins Message-Topic the exhibition considers tea's mythic origins in the hills of southern china e1 e2 thunderstorms cancellation Cause-Effect heavy thunderstorms caused cancellation of races later in the afternoon preventing the masters mens fours and masters womens and womens eights from racing e1 e2 belly fish Component-Whole but pradyumna did not die, even when he was digested in the belly of the fish e1 e2 gold ring Other she sold a gold ring she received as a gift from her company and her old '80s style chains e1 e2 soloist cadenza Product-Producer_reversed in fact, in the concerto form, the soloist often composed and performed a cadenza as a way to express their individual interpretation of the piece e1 e2 snowstorm losses Cause-Effect actually, the earthquake is largely from a global company that had interests insured in china, whereas the snowstorm losses are exclusively from a variety of chinese companies that we had relationships with for some year e1 e2 troops area Entity-Destination the us troops are going into a mountain area in pakistan e1 e2 scientists supercapacitors Product-Producer_reversed scientists have made batteries and supercapacitors with little more than ordinary office paper and some carbon and silver nanomaterials e1 e2 bomb truck Content-Container the bomb was contained in a large white truck and consisted of a fertilizer device wrapped with a detonation cord made from semtex e1 e2 cells turbinates Component-Whole the three types of bone cells in the nasal turbinates had characteristic ultrastructural features e1 e2 extractant chlorobenzene Entity-Destination the o-dichlorobenzene extractant was removed into chlorobenzene for the first step of rough separation e1 e2 tissue glass tubes Entity-Destination the tumorous tissue was sealed in pyrex glass tubes with a gas-oxygen flame and frozen by the procedure described previously e1 e2 licence wife Entity-Destination the porter passed on the licence to the wife and the daughter e1 e2 pollution air Entity-Destination the pollution is being spread to air rapidly e1 e2 answers computer Entity-Origin none of the answers just popped out of the computer e1 e2 deputy party Member-Collection pierre cardo, a deputy from chirac's party, explained that the most rebellious of "delinquents" are "often products of polygamous families. e1 e2 car speedometer Component-Whole_reversed the car already has a digital speedometer which tracks speed at, yes, precision of 1 kilometer - not 1.3, 1.6, but exactly 1 km e1 e2 reporters explanations Product-Producer_reversed the reporters on this project have constructed one of the most comprehensive explanations of how the price of this vital infrastructure has spiraled out of control e1 e2 germs sickness Cause-Effect by avoiding or limiting contact with trash the chance of contracting germs that lead to sickness or disease is decreased e1 e2 member organisation Member-Collection each member takes part in the activity of the whole organisation in the same way as the organisation is responsible for the revolutionary and political activity of each of its members, since they do not act in the political domain without consulting the organisation e1 e2 dialect language Other the dialect spoken in the south karelian region of finland is part of the south eastern dialects of the finnish language e1 e2 climate change day Other climate change is the topic of the day e1 e2 opener spiral Component-Whole_reversed the rabbit wine opener even automatically releases the cork from the spiral e1 e2 rope garlic Component-Whole_reversed a popular kitchen protection is a rope of garlic, onions or peppers e1 e2 peril suitor Other his promised bride was already in great peril from the twisted love of an insane suitor e1 e2 calamities subversion Cause-Effect_reversed in the years since the adm scandal of the 1990s, the calamities caused by the subversion of the food resources of masses of people to the private profit interests of a few has reached new heights e1 e2 bees honey Other worker bees eating ordinary honey live only four to six weeks e1 e2 vaccine temperature elevation Cause-Effect the living vaccine, caused a sharp temperature elevation on the day following the second injection e1 e2 sedge bitterns Member-Collection_reversed instead, i ran at them, whirling my arms and screeching as loud as a sedge of bitterns e1 e2 division infantrymen Member-Collection_reversed once more he is facing off against the malicious cobra, who has released a division of irresistible infantrymen with fierce battle talents e1 e2 committee president Member-Collection_reversed the executive committee is composed of the president, vice presidents from the 10 largest affiliates, and nine other vice presidents chosen in consultation e1 e2 inhabitants mainland Entity-Origin the philippines' aboriginal inhabitants arrived from the asian mainland around 25000 bc e1 e2 explosive condom Content-Container an explosive was hidden in a condom or condom-like bag just below his torso e1 e2 tension stress Cause-Effect_reversed in a person who already has some neck tension from stress, such an event can lead to a long-term increase of neck tension e1 e2 pasta territory Entity-Destination the spices took pasta into moroccan territory e1 e2 palpitations heart rhythm Cause-Effect_reversed the first order of business when a patient complains of palpitations is to check whether the palpitations are caused by a heart rhythm e1 e2 book shelf Entity-Destination the book was misplaced into the wrong shelf e1 e2 bridge location Entity-Origin the bridge was moved from its original location in an effort to save it e1 e2 obstruction ablation Other we report the second case of ureteropelvic junction obstruction after radiofrequency ablation that resulted in nephrectomy e1 e2 miscarriages genetic problems Cause-Effect_reversed the miscarriages are caused by one time, non-repeating genetic problems e1 e2 influx immigration Cause-Effect_reversed it found the net aggregate economic benefit to native-born americans from the enormous influx accidentally triggered by the 1965 immigration is nugatory-less than $10 billion a year, in an economy of $10 trillion e1 e2 forklift operator Instrument-Agency osha regulates that a forklift operator's training program have three parts e1 e2 backpack social security number Content-Container_reversed the backpack contained a social security number and other miscellaneous items e1 e2 grove oaks Member-Collection_reversed standing squarely in the way of progressive plans to fortify marseilles, that magic grove of dodonian oaks, holly oaks and alder just had to go e1 e2 joey pouch Entity-Origin the joey leaves the pouch for short periods in about nine months of age, but continues to be suckled until it is about 18 months of age e1 e2 engineers computers Instrument-Agency_reversed engineers use computers to solve a variety of problems ranging from the evaluation of a simple function to solving a system of nonlinear equations e1 e2 document journalist Entity-Destination someone leaked the secret document to a journalist e1 e2 list conversations Entity-Origin the list was distilled from conversations and presentations at ibm's emea analyst conference, analyst insights 07 e1 e2 workflow distribution Entity-Destination we did an integration of the git-based release workflow into the distribution e1 e2 mice trap Entity-Destination the mice fell into the trap e1 e2 head household Member-Collection this is the basic household return, filled in and signed by the head of the household e1 e2 teens snags Entity-Destination two other teens ran into snags e1 e2 movement sense Entity-Origin deeply chauvinistic, the movement is rooted in an atavistic sense of indian identity that harks back to a mystical time e1 e2 lighting shop Other the lighting in the shop was dim and the walls were covered with shelves which were covered with shoes e1 e2 caravan merchants Member-Collection_reversed just then a camel caravan of ishmaelite merchants came passing by, on their way to trade in egypt e1 e2 services call Entity-Destination these services are migrated into the call since they require booking facilities e1 e2 microwave button Component-Whole_reversed our microwave has a button for popcorn e1 e2 charm goldfinches Member-Collection_reversed a small charm of seven goldfinches bounced in front of the bus e1 e2 book trunk Content-Container the book was in a trunk full of documents handed over to the archive e1 e2 legs chairs Component-Whole the legs of the chairs were designed differently and they were continuously upgraded with new styles and designs e1 e2 people chaos Other this statement threw people into chaos e1 e2 department company Component-Whole the overseas department collaborates with the law department of the company to resolve any legal matters in the field of international trade e1 e2 composer aria Other the concert closes with the young composer's take on another aria from guilio cesare, the notoriously tricky al lampo dell'armi e1 e2 spotter lamp Instrument-Agency_reversed the spotter sweeps the surrounding countryside with a powerful hand-held lamp with a tightly focused beam e1 e2 cells patient Entity-Destination the clinical trials have implanted cells into the patient e1 e2 flour well Entity-Destination we had a flour bin, i poured flour into the well, and i stirred it with the bucket e1 e2 talent teaching Cause-Effect_reversed mcgee's talent stemmed from mother's teaching e1 e2 recipe restaurant Entity-Origin i make this all the time and replicated a similar recipe from a wonderful wonderful restaurant in paducah, ky e1 e2 case attack Cause-Effect_reversed harbor beach man pleads in case that stemmed from dog attack on tot e1 e2 antibodies cells Entity-Destination antibodies introduced into living cells by red cell ghosts are functionally stable in the cytoplasm of the cells e1 e2 leash greyhounds Member-Collection_reversed many people gamble away their rent and grocery money just to take a chance on a leash of greyhounds chasing a mechanical rabbit e1 e2 work realities Message-Topic ibsen's work examined the realities that lay behind many facades, possessing a revelatory nature that was disquieting to many contemporaries e1 e2 pandemonium monk parrots Member-Collection_reversed this morning while shoveling snow a commotion caused me to look up and see that a small pandemonium of monk parrots had chased away all the cardinals from our bird feeder e1 e2 astronauts orbit Entity-Destination nasa paid a private company which carried astronauts into orbit e1 e2 band song Product-Producer_reversed the band first reached the charts with the song "touch my light" in the late spring of 1993, receiving major airplay on mainstream radio stations e1 e2 female cuffs Other the younger female got out rather easily from the cuffs and massaged her wrists e1 e2 leopard wild Entity-Destination the animal control released a wild leopard into the wild e1 e2 sinusitis anxiety Cause-Effect sinusitis and tinnitus cause stress or anxiety e1 e2 lemon marmalade Entity-Origin_reversed la nicchia's lemon marmalade is a sublime addition to any vinaigrette or fish marinade e1 e2 millions projects Entity-Destination they have poured millions into these projects e1 e2 churn ice cream Other the hand-cranked churn produced smoother ice cream than the pot freezer and did it quicker e1 e2 components building Component-Whole as part of their class, titled "sustainable building design," the students analyze the components of the building that play a role in the structure's environmental impact, such as insulation, water usage and drainage, and the heating, ventilation and air conditioning (hvac) system e1 e2 scientists sperm Product-Producer_reversed british scientists have created human sperm using stem cells in a medical first that could revolutionise fertility treatment e1 e2 deliverance cycles Other it is the way of deliverance from vicious cycles of anger and insult e1 e2 congregation hippos Member-Collection_reversed lake st. lucia, africa's largest estuary, is home to the greatest congregation of hippos and crocodiles in south africa e1 e2 fog moisture Cause-Effect the cool fog of the summer morning had inundated the fabric of the blimp's coverings with excess moisture, adding additional weight to the aircraft e1 e2 soundtrack band Product-Producer the movie represents the only film soundtrack by the seminal los angeles punk rock band e1 e2 kids gusto Other the kids dug into the baked ziti with gusto e1 e2 campaign initiative Component-Whole the campaign is part of the european e-inclusion initiative, which seeks to build on all existing e-inclusion activities and identify synergies between them and improvements in overall e-inclusion impact e1 e2 perturbations currents Cause-Effect_reversed the perturbations caused by the substorm related field-aligned currents are most notable in the east-west deflections of the geosynchronous magnetic field e1 e2 house location Entity-Origin after 1890 the house was moved from its original location to the complex of outbuildings next to the present ross home e1 e2 battalion infantrymen Member-Collection_reversed in the process, they initiated the establishment of the tirailleurs senegalais, the first battalion of senegalese infantrymen in 1857 e1 e2 questionnaire coordinators Product-Producer in both course offerings, all except one student completed the questionnaire designed by the university coordinators e1 e2 clips television Entity-Origin the program featured clips from 1950's television and interviews with game show stars e1 e2 channel soccer Message-Topic goltv's unique offering positions it in the highly competitive us media market as the only tv channel devoted exclusively to soccer e1 e2 mechanic screwdriver Instrument-Agency_reversed it took the mechanic less than 10 seconds (no exaggeration) to fix the lock with a screwdriver e1 e2 debate series Message-Topic_reversed this public debate has been reflected in widely advertised series in the popular magazines and by numerous analysts e1 e2 chemicals anxiety Cause-Effect xanax works by changing brain chemicals that cause stress and anxiety e1 e2 handgun pocket Content-Container the handgun was discovered inside a sealed velcro pocket on the front driver's seat e1 e2 rings toy Component-Whole brightly colored honey dipper beads and chunky disk rings make up this all wood foot toy e1 e2 suitcase clothes Content-Container_reversed these children have given up everything - all they own now is a suitcase with clothes in it e1 e2 fungi mortality Cause-Effect however several species of fungi, insect, and bacteria cause mortality or reduced growth of the tree e1 e2 replies groups Entity-Destination the replies are posted to all groups e1 e2 cockpit crew Other the cockpit accommodated a crew of three, including pilot, radar operator, and sensor operator e1 e2 rye flour Entity-Origin_reversed rye flour was found to contain only one glutelin, which separated at 3 per cent of saturation with ammonium sulfate e1 e2 quote spot Entity-Destination pee dee academy girls basketball coach jerry coleman placed the quote in a spot where he was sure all of his players could see it e1 e2 livers ducks Component-Whole viral dna forms in the livers of ducks transfected with mutant genomes e1 e2 painter marks Product-Producer_reversed the painter's marks represent the story of a hunt or a great war; my symbols represent the story of a problem and its solution e1 e2 pleasure work Cause-Effect_reversed the author clearly got a great deal of pleasure from the work and did not allow his vast amount of material to force him into shallow generalizations e1 e2 infection bacteria Cause-Effect_reversed general information about the infection caused by the bacteria called salmonella, when food is eaten raw or undercooked e1 e2 profits books Cause-Effect_reversed all the profits from the books listed below are donated to the norman historic preservation program, inc. (nhpp) to be used toward the renovation of the old norman high school as a children's educational center and museum e1 e2 physical geography natural environment Other physical geography examines the natural environment and how the climate, vegetation & life, soil, water, and landforms are produced and interact e1 e2 code lines Instrument-Agency_reversed this code constructs a triangle from a set of three lines e1 e2 tree elements Component-Whole_reversed the target is semantically a tree that is constructed from elements of terminal and non-terminal nodes represented through lists and symbols e1 e2 home association Member-Collection my home is a part of homeowner's association e1 e2 man list Other recently the man was put into an interpol red flag list e1 e2 waste metal drums Content-Container in the 1940s and 50s the empty canal was used by a chemical and plastics company to dump nearly 20,000 tons (c.18,000 metric tons) of toxic waste; the waste was sealed in metal drums in a manner that has since been declared illegal e1 e2 film dangers Message-Topic young people from bridgend made this animated film to highlight the dangers of forest fires e1 e2 pouch marsupials Component-Whole the pouch is a distinguishing feature of female marsupials (and rarely in the males as in the water opossum and the extinct thylacine) e1 e2 surfeit skunks Member-Collection_reversed but nothing prepared her for the day when a surfeit of 10 baby skunks popped their heads out of the hole and began scurrying about with their mommy e1 e2 committee guidelines Product-Producer_reversed we started the scholarship and then formed a committee of employees who drafted the guidelines of what we wanted to do with it e1 e2 statements innocence Message-Topic despite previous statements asserting their innocence, both titus and ryan pleaded guilty to various charges on may 30 e1 e2 destruction invasion Cause-Effect_reversed gaza following the widespread destruction caused by the israeli invasion e1 e2 clutter cats Member-Collection_reversed the ragtag cast evinces as much harmony as a clutter of alley cats in your backyard e1 e2 resolution planets Message-Topic in 2006, the international astronomical union officially adopted a resolution defining planets within the solar system e1 e2 continent abyss Other the continent has sunk into deep economic abyss e1 e2 speech innovation Message-Topic meanwhile, the speech pointed out that the scientific innovation is the only way to develop e1 e2 adventurers depths Entity-Destination for years, adventurers from across the prime realms have journeyed into those dark depths seeking glory and wealth e1 e2 pants pocket Component-Whole_reversed fig. 1 is a front perspective view of a pants pocket showing my new design e1 e2 investigations identity Other investigations are under way to establish the identity of human remains found by police in woodland in surrey e1 e2 vote tomorrow Entity-Destination the house has postponed the vote to tomorrow e1 e2 tree roots Component-Whole_reversed the majority of tree feeder roots are located in the top four to eight inches of soil e1 e2 gas metal Entity-Destination the gas is blown into the molten metal through a gas blast nozzle in a refining furnace e1 e2 hole accumulation Cause-Effect_reversed the hole has been caused by the accumulation of dust into planets like earth e1 e2 photos iphone Other i managed to squeeze decent photos out of an iphone e1 e2 diverticulitis pain Cause-Effect sigmoid colon diverticulitis is the most common cause of acute pain in the left lower abdomen in older adults e1 e2 calm ceasefire Cause-Effect the relative calm produced by the shia ceasefire has coincided with what the cia is now calling the "near strategic defeat" of al-qaeda in iraq e1 e2 president joke Product-Producer_reversed the president surprised world leaders with a joke about his poor record on the environment as he left the g8 summit in japan e1 e2 hug teddy bears Member-Collection_reversed i am a semi-professional myself and i also have a small hug of teddy bears, but the photos that marc hoberman made of these bears are really fantastic e1 e2 auction hour Other the auction started at the ungodly hour of 10 am, which i'm guessing ensures no one will show up after hitting the bars and bid drunk e1 e2 acne hormonal imbalance Cause-Effect_reversed we are aware that acne or pimples are caused by hormonal imbalance, improper skin care or bad eating habits e1 e2 conference prevention Message-Topic in march 1997 a scientific conference was held on the topic of prevention and health promotion e1 e2 robot operator Instrument-Agency by contrast, the robot lets the operator just queue raw stock and walk away, returning later to pick up completed parts in the unload queue e1 e2 suitcase bomb Content-Container_reversed a suitcase with a bomb in it is carried around e1 e2 wrinkles sun Cause-Effect_reversed my grandmother is beautiful too but she has a lot of wrinkles from the sun e1 e2 buttonhole button Other originally, the buttonhole accommodated a button sewn to the underside of the opposite lapel, thus allowing a man to button all the way up in brisk weather e1 e2 brain skull Content-Container britain's oldest surviving human brain was discovered inside a decapitated skull placed in a small pit near york e1 e2 superfluity bachelors Other he established a new administrative system, sent a regiment of regular troops which quelled the lroquois, and then invested vast sums in economicdevelopment, establishing new industries such as lumbering and shipbuilding and subsidizing the immigration of skilled and unskilled labor, and marriageable girls for the superfluity of bachelors e1 e2 information variable Other you store the information in the variable in your source code e1 e2 serial dynasty Message-Topic the eight-part serial was a historical drama set in ancient egypt and charted the ruling dynasty of the cleopatras e1 e2 paddle switch Component-Whole the device operates as follows: the flowing medium presses against the paddle of the kobold flow switch e1 e2 slate candidates Member-Collection_reversed the republican party of pennsylvania has a strong slate of endorsed judicial candidates running for statewide office e1 e2 struggle drowning Cause-Effect the confrontation between martyn and liz earlier ended with a struggle that resulted in martyn's drowning e1 e2 scepticism liberal reforms Other his scepticism in regard to the liberal reforms of the sixties made him very unpopular among the more progressive writers of that time e1 e2 researcher slide Instrument-Agency_reversed the researcher started the slide show with a blue slide showing an overview of all episodes of the task and left the adolescent alone e1 e2 lid casing Component-Whole he noticed that this black substance was also on the lid of the cracked stone casing e1 e2 deaths invasion Cause-Effect_reversed the lancet study already demonstrated that, as of july 2006, the deaths caused by the u.s. invasion of iraq rivaled the death toll of the 1994 rwandan genocide e1 e2 characters comics Message-Topic_reversed characters native to the african continent have been depicted in comics since the beginnings of the modern comic strip e1 e2 pillars temple Component-Whole the two pillars of the temple reinforce the theme of polarity e1 e2 letter chest Content-Container the letter was in a chest downstairs in the kitchen area e1 e2 author reply Product-Producer_reversed this comment refers to the author's reply e1 e2 string webserver Entity-Destination we sent the string to the webserver e1 e2 burn spilling Cause-Effect_reversed a 3-year-old boy sustains a chemical burn after the spilling of bleach onto his lower extremities e1 e2 technique ozone Other in the fifties, they developed a technique for treating blood with ozone called 'major autohemotherapy' e1 e2 design city Product-Producer from 1972 through 2000, cassioli's design (or a slight modification) remained on the obverse with a custom design by the host city on the reverse e1 e2 romp otters Member-Collection_reversed here at flamingo gardens we are proud to have the most prolific romp of river otters in the world, and romp they do e1 e2 writer memoir Product-Producer_reversed a writer who lives in salt lake city has recently completed a memoir about her experiences as a mormon missionary e1 e2 troubling goldfish Member-Collection_reversed this "miller's dozen" as i'm calling our troubling of 11 goldfish was thought to have dwindled to only 5 or 6 by as soon as the first morning after their purchase e1 e2 raffle turkeys Member-Collection_reversed the farm takes on the raffle of turkeys in july, when they're just one day old, until they're slaughtered in december e1 e2 poem author Product-Producer in the poem, the author develops the metaphysical issues raised in a riddle and canto e1 e2 dizziness drinks Cause-Effect_reversed i get severe headaches and dizziness from colas and drinks with nutrasweet (aspartame) and splenda (sucralose) e1 e2 men sledgehammer Instrument-Agency_reversed the armed men tore down the rear wall using a sledgehammer and used a bolt cutter to destroy the detention locks e1 e2 mankind bondage Other they have thrown mankind into deeper bondage than ever e1 e2 hairs brush Component-Whole the longest hairs that make the tip of the brush all have the same length and stay evenly together e1 e2 messages members Entity-Destination voters passed on messages to members of the congress by email e1 e2 mango nectar Entity-Origin_reversed hermione just shook her head and drank her mango nectar, laughing a little e1 e2 universe scoundrels Member-Collection_reversed the plot evokes old-school space opera with its whirlwind pace, immense scope and twist ending, but cutting-edge extrapolation breathes vivid life into this universe of scoundrels, heroes and romantics e1 e2 kit saw Other before attacking the walthers kit with a razor saw, however, let's take care of some other important layout details e1 e2 copy e-mail address Entity-Destination a copy was sent to your e-mail address e1 e2 ship harbour Entity-Origin they were sailing the ship away from the harbour laughing and cheering e1 e2 homeowners equity Other at least 140000 homeowners have fallen into negative equity e1 e2 mechanic hose Instrument-Agency_reversed the whole thing was cleaned up by the mechanic with a high pressure hose e1 e2 parties confidence Other all parties were taken into confidence over swat offensive e1 e2 trillions ventures Entity-Destination approximately $2 trillions are invested into sri socially responsible investing ventures in the present day e1 e2 fish eggs Product-Producer_reversed fish eggs are collected by opening the outlet of the spawning pond leading to the egg-collection chamber e1 e2 wilderness monkeys Member-Collection_reversed canned vocally, caruso is worth a wilderness of wagner monkeys e1 e2 events music Other the cccb is an institution that organizes contemporary cultural events and exhibitions with regard to music, dance, debates and readings e1 e2 books artists Instrument-Agency without doubt, this is one of the best books for artists available e1 e2 government debate Message-Topic_reversed the government was criticised in a radio debate e1 e2 sorority sisters Member-Collection_reversed in her emotional acceptance speech, berry shook off the happy heaves and dedicated her prize to a sorority of splendid sisters: dorothy dandridge, lena horne, diahann carroll, jada pinkett, angela bassett, viveca fox and "every nameless, faceless woman of color that now has a chance because this door tonight has been opened. e1 e2 flies perforation Entity-Origin we are being cautious as the flies emerged from the perforation after a period of three days last week e1 e2 allegations corruption Message-Topic he made allegations of corruption against the administration e1 e2 directors series television Other since then, numerous independent feature directors have journeyed into series television e1 e2 surplus excess Cause-Effect_reversed for a few more years the surplus is generated by the excess of social security tax revenue over benefits paid to today's elderly and disabled e1 e2 gear case Content-Container the entire running gear of the engine was enclosed in a copper case e1 e2 decline influx Cause-Effect_reversed the decline in populations has been caused by the influx of industrial and resident waste water, sludge sedimentation, and land reclamation e1 e2 rose bud Component-Whole_reversed this rose bud waiting to open up for the world to see, was in the garden at the swan inn e1 e2 guide chronological order Message-Topic the guide depicts the chronological order of electronic music genres' appearance e1 e2 lamp light Cause-Effect a lamp emiting a strong white light is placed on an mobile block makes it possible to the scanner to sweep all the document e1 e2 oil reservoirs Entity-Origin oil produced from such reservoirs, especially nigeria and middle east, could have poor economical balance e1 e2 figures results Component-Whole_reversed the following figures summarise the results for the last financial year e1 e2 father land Entity-Origin thinking to better his chances in his chosen calling the father left his native land in 1817 and came to america, landing at st. john's, newfoundland e1 e2 heat princess Cause-Effect_reversed relena's head was bowed, though the heat was radiating from the young princess in waves e1 e2 questions cases Message-Topic it presents some questions connected to these cases e1 e2 disease virus Cause-Effect_reversed in many patients, the disease caused by the h5n1 virus follows an unusually aggressive clinical course, with rapid deterioration and high fatality e1 e2 bandmembers stage Entity-Origin after "lost!," the bandmembers descended from the stage, winding their way through the crowd on the floor e1 e2 allegations prisoner suffocation Message-Topic the first public allegations of prisoner suffocation in the containers appeared in a december 2001 new york times article e1 e2 grain beer Entity-Origin_reversed this week we take a look at instructions for all grain beer brewing using a single step infusion mash setup e1 e2 television screen Component-Whole_reversed television screen size is measured diagonally, so that's what the 19", 22", 24", 32" measurements on televisions are referencing e1 e2 statue boy Message-Topic the statue is an armless depiction of a young boy and was first acknowledged as an early work of michelangelo in 1997 e1 e2 peep chickens Member-Collection_reversed anybody who has a peep of chickens has an opportunity for some interesting observations and great omelet material e1 e2 automaton state Other the automaton starts in the initial state, reads input character by character and changes state according to the progra e1 e2 note alchemist Product-Producer lidenbrock translates the note, which is revealed to be a medieval note written by the icelandic alchemist arne saknussemm e1 e2 map safe Content-Container the map was locked in a safe in her office e1 e2 atom site Entity-Origin it was probable that the mn atom went away from an interstitial site neighboring on the substitutional pt atom after the dissociation of the pt.mn complex e1 e2 producer energy Cause-Effect agriculture has again become a producer of renewable domestic energy to offset supply disruption and stabilize fuel prices e1 e2 mother-in-law hospital Entity-Origin tiger woods' mother-in-law was released from the hospital tuesday, 11 hours after a pre-dawn emergency call was made from his florida mansion because she was suffering from stomach pains e1 e2 lawnmower swath Other the lawnmower cuts a swath of grass as it moves across the lawn e1 e2 shrinkage years Other the centre and right images show progressive shrinkage after two and four years e1 e2 discomfort beginning Other although harry noticed it during exercise, the change that was identified was the difference in muscular discomfort from the beginning of his training program (riding five miles per day) to his current status two months later e1 e2 surgeon hole Product-Producer_reversed during this procedure, the surgeon makes a small hole ("fenestration") in the baffle to help relieve the symptoms of the original heart disease e1 e2 flask powder Content-Container_reversed tim boyle (1846) checks a flask that contains the dried cathode precursor powder e1 e2 moat enemy Other a moat keeps the enemy at bay e1 e2 removal exposure Other his lung function remained stable after complete removal from exposure to metalworking fluids e1 e2 famine failure Cause-Effect_reversed losing land to new white settlers, non-payment, past broken treaties, plus food shortages and famine following crop failure led to great discontent among the dakota people e1 e2 patient hospital Other the patient is kept in the hospital one night for observation e1 e2 circumstances politicisation Cause-Effect_reversed some people voluntarily get involved with politicisation, while others become victims of circumstances created by the politicisation e1 e2 fulfillment vendors Other they're bringing in applications such as catalog management and order fulfillment from vendors, then laboriously developing and integrating those applications themselves e1 e2 extinction climate change Cause-Effect_reversed polar bears and hippos have joined the ranks of species threatened with extinction from climate change, unregulated hunting and other dangers created by humans e1 e2 bulbs house Component-Whole the bulbs in my house use 190 watts e1 e2 ceiling kitchen Component-Whole so i was looking at the ceiling in my kitchen yelling at god e1 e2 implant nanoparticles Component-Whole_reversed the implant contains nanoparticles which are designed to test for different substances, including metabolites such as glucose and oxygen that are associated with tumor growth e1 e2 excitement anticipation Cause-Effect_reversed most of the excitement came from the anticipation of winning a nice prize, all for the sum of one dollar e1 e2 envelope sheet Content-Container_reversed the contents of the envelope were a sheet of foreign note-paper, and a folded enclosure e1 e2 damage dawn Other their retreat was disorderly and confused and much like a flight, the pallantines hanging on their flanks and rear and doing great damage from early dawn till evening e1 e2 growth savagery Other these hebrew histories tell the story of a people's upward growth from savagery e1 e2 drunk lamppost Instrument-Agency_reversed a major government researcher once complained that his bosses used his scientific findings the way a drunk uses a lamppost: for support rather than illumination e1 e2 company machines Product-Producer_reversed eventually the company manufactured the machines e1 e2 progress competition Cause-Effect_reversed progress comes from constructive competition, and churches and religions can benefit greatly from it e1 e2 sidewalk heat Cause-Effect the concrete sidewalk radiated heat like a furnace, and there was no relief in the shade of a large crepe myrtle tree as they walked under it e1 e2 orator argument Product-Producer_reversed in cicero's speech for milo, the orator makes a valid argument e1 e2 cheese starter Other in a preliminary investigation, cheddar cheese was made with a lactococcal starter overproducing different peptidases e1 e2 fire explosion Cause-Effect_reversed the fire started with an explosion in the cargo hold and spread across the ship within 10 minutes e1 e2 opium exporter Other until last year, afghanistan was an opium exporter, not a major heroin producer e1 e2 car battery laptop computer Instrument-Agency a car battery powered a laptop computer connected to a small, portable satellite antenna e1 e2 forces political power Instrument-Agency_reversed anti-gun forces still wield a lot of political power e1 e2 logs design Other the logs sawed smoothly and accurately using either saw design e1 e2 terror gunfire Cause-Effect_reversed villagers live in constant terror of indiscriminate gunfire which fills the nights throughout chechnya e1 e2 liquid nitroglycerin bottle Content-Container he used a stable form of liquid nitroglycerin carried in a bottle labeled as contact lens solution, using cotton as a stabilizer e1 e2 carpeting bottles Entity-Origin the basement carpeting is made from recycled plastic pop bottles, and the underpad was once automobile tires e1 e2 audit secret Other but the contents of the audit were a closely held secret, and attempts to obtain other records were denied repeatedly e1 e2 kitchen trap door Component-Whole_reversed the kitchen contained one other interesting item, a trap door in the ceiling e1 e2 workshop discussion Component-Whole_reversed the contents of the workshop included a discussion on various documents in respect of exports, imports and documents relating to letters of credit e1 e2 tenant owner Other the tenant has farmed for this owner for several years and doesn't want to lose the ground, but also does not want to pay the large increase in rent e1 e2 feedback readers Product-Producer we're always looking for feedback from readers and articles to highlight e1 e2 outrage crusaders Cause-Effect_reversed there was an the outrage from the sexism crusaders e1 e2 hydrogen water Entity-Origin the hydrogen comes from water and electricity from any source can be used to electrolyze the water e1 e2 aching laughter Cause-Effect_reversed his highly original and topical act reaches from the top of the corporate ladder into blokes' sheds, leaving his audiences aching from laughter e1 e2 organ insulin Product-Producer_reversed the pancreas is the organ of the body that produces insulin e1 e2 ballet company Product-Producer nine-year-old chloe clark joined a ballet company on stage last monday e1 e2 weaver loom Instrument-Agency_reversed the weaver sits with a loom fixing the back strap, keeps her legs against the footrest, which is adjustable for keeping the loom in tension e1 e2 flask broth Content-Container_reversed the conventional way to grow bacteria is to inoculate a flask that contains a broth of nutrients e1 e2 toolkits framework Other the toolkits provide a secure framework where sensitive information remains private e1 e2 orienteering skill Other in a nutshell, orienteering combines a physical skill with a more cerebral element e1 e2 food kitchen Other the food is kept in the kitchen and guests help themselves as it is a self service e1 e2 deterioration exposure Cause-Effect_reversed videotape is a fragile medium subject to damage and deterioration from exposure to poor environmental conditions and inadequate handling practices e1 e2 challenges standpoint Other the challenges are being addressed from a manufacturing standpoint rather than ict solutions that could answer them e1 e2 kitchen stoves Component-Whole_reversed the kitchen contains various commercial equipment such as stoves, griddles, deep fryer, and an oven e1 e2 steam magma Cause-Effect_reversed most of the steam comes from a volcano's magma e1 e2 artist piano Instrument-Agency_reversed the artist played the piano with great precision e1 e2 car sound Cause-Effect when i start the engine the car makes a screaching sound e1 e2 keyboard typing Other touch sliding keyboard offers keyless typing e1 e2 acid tank Content-Container the acid is kept in a level-controlled tank (with a controller and an alarm in the event of low acid level) e1 e2 yeast manufacturer Product-Producer the yeast's manufacturer, lesaffre yeast corp. of milwaukee, did not return calls seeking comment e1 e2 community personality Cause-Effect the enclosed community produced the enclosed personality, and vice versa e1 e2 batteries good condition Other batteries kept in good condition have a 5 to 6 year service life e1 e2 tick action Cause-Effect_reversed in a clock, the 'tick' is produced by the action of the escapement e1 e2 students scheme Other non-uk students benefit from the bursary scheme e1 e2 castle contest Entity-Origin this is the winning sand castle from the castlemania contest e1 e2 sore throat intubation Cause-Effect_reversed the risks of this procedure include anesthesia complications, post-operative difficulty breathing, and sore throat from intubation e1 e2 cook stove Instrument-Agency_reversed an accompanying cd of light classic italian music helps to inspire the cook laboring over the stove or to create a romantic atmosphere at dinner e1 e2 victim hammer Instrument-Agency_reversed the victim, who was positioned underneath the conveyor, was using a hammer to adjust the return roller e1 e2 bulldozer area Other the bulldozer is kept in the area and is suspected of being used to create makeshift paths across the river e1 e2 stomach apple mash Content-Container_reversed the contents of the bear's stomach included apple mash, corn and blueberries e1 e2 bone marrow stem cells Product-Producer_reversed normally, the bone marrow produces stem cells (immature cells) that develop into mature blood cells e1 e2 marinade acid Other a marinade that contains acid, alcohol or salt has been used for a short time e1 e2 rowing oar Other to say that rowing is just pulling an oar is like saying golf is just swinging a club e1 e2 hypodermis body fat Other the main cell types are fibroblasts, macrophages and adipocytes (the hypodermis contains 50% of body fat) e1 e2 frustration exposure Cause-Effect_reversed whilst audio sampled at 8khz is sufficient for communication, such narrow-band speech does not sound natural, leading to user frustration after prolonged exposure, and making language learning difficult e1 e2 country gentleman Entity-Origin_reversed the country gentleman, lodging at the hotel de mayence, rue saint-honore, near the place vendome, one morning received a visit from a confidential agent of the ministry, who was an expert in 'winding up' business e1 e2 judges principles Other with these axioms, the judges cultivated the principles of judgment, and those principles could be used in gauging the restrictions on freedom that were justified or unjustified, in any domain of the law e1 e2 hunter spear Instrument-Agency_reversed it is noteworthy that peacham's emblem has a hunter chasing the ermine with a spear and dogs e1 e2 dollar peaks Entity-Origin the dollar fell from six-week peaks against major european currencies e1 e2 preservative mercury Other some inactivated influenza vaccine contains thimerosal, a preservative that contains mercury e1 e2 boost funding Cause-Effect_reversed initiated during the early 1990's national mineral resource assessment, this project received a major boost from funding provided through the 'data-at-risk' add-on funding received by the usgs through the 2004 fiscal year e1 e2 crane operator Instrument-Agency i worked as a crane operator in construction at that time e1 e2 floorboard bamboo Other a pop-up roll cage and active headrests aim to protect occupants during a rollover, and the floorboard is made from bamboo and aluminum e1 e2 hybrid gasoline engine Component-Whole_reversed in simplest terms, a hybrid combines a gasoline engine and an electric motor to provide adequate power with minimal fuel useage and low emissions e1 e2 energy separation field Cause-Effect the energy of emission produces the separation field e1 e2 batteries discharged state Other batteries stored in a discharged state are susceptible to freezing, sulfation and an increased rate of discharge e1 e2 marvels outback Entity-Origin from the diagrams of davinci to the latest photographic marvels retrieved from the remotest galactic outback, visualization of research has a long and literally illustrious history e1 e2 fulfillment teaching Cause-Effect_reversed i derive tremendous pleasure and fulfillment from teaching, particularly when i am able to help students understand a previously foreign concept or idea, aid them in seeing a familiar object or event from a new and unusual perspective, guide them with projects they are working on, or encourage the interests they have e1 e2 stove cook Instrument-Agency pot supports are used in the stove to protect the cook from the heat e1 e2 compiler code Product-Producer_reversed the guarantees so painfully obtained by formal verification of the source program are useless if the compiler generates wrong code e1 e2 vaccine maker Product-Producer the vaccine's maker, the irish drug company elan, has stopped giving the shots to its 360 volunteers while doctors determine what caused this serious side effect e1 e2 man hammer Instrument-Agency_reversed a man struck my video camera with a hammer while i accompanied a german film crew in clearwater e1 e2 blockage fear Cause-Effect_reversed sometimes the blockage comes from fear, as for a ceo who hates public speaking but must give frequent speeches e1 e2 evaluators generalization Instrument-Agency_reversed evaluators applied the statistically accurate generalization that men are usually taller than women to their estimates of the height of individuals who did not necessarily conform to the generalization e1 e2 passengers car Other it makes the drive more comfortable by intelligently seeking out what the passengers inside the car prefer in terms of temperature, music, lighting etc e1 e2 sounds serenade Other it is a family luxury villa with breeze-kissed balconies from which the sounds of the sea provide a sensuous nightly serenade e1 e2 patriots confidence Cause-Effect when they took the floor against a team favored to win the national championship, the patriots radiated carefree confidence e1 e2 jewel bag Entity-Destination while calvin is able to get the diamond, he's nearly caught by the police while making his getaway, and stashes the jewel in a bag carried by a passerby e1 e2 valve closed position Other the discharge valve is kept in the closed position at all times unless the dike is deliberately being drained e1 e2 company decision Product-Producer_reversed the company practically created the personal-home-computer industry, but the company made the fateful decision not to liberally license its software applications e1 e2 beach mouth Other the 3 km long beach extends from the mouth of the oro river in the west, to the cliffs of point caramonal to the southeast e1 e2 tests bank Other the tests are generated randomly from a bank of questions developed for each module e1 e2 nurse clothes Other suddenly a nurse takes off her familiar loose-fitting clothes, and dresses her in clothes, which fit her more closely e1 e2 segment anecdotes Component-Whole_reversed the global warming segment starts off with two, cute anecdotes about flowers blooming early and aardvarks moving north e1 e2 shell aluminum Other the outer shell is made from anodized aluminum e1 e2 coffee maker Product-Producer we cleaned the coffee maker, repeating this step again with a fresh vinegar and water mixture e1 e2 servant jewels Other the servant brought forth jewels of silver, and jewels of gold, and clothing, and gave them to rebekah e1 e2 device technology Instrument-Agency_reversed the device uses the newest personal antenna technology e1 e2 dressings fruit Other colorful, almost fat-free salad dressings start with fresh fruit e1 e2 company assertion Product-Producer_reversed the company uses a policy assertion to convey a condition under which they offer a web service e1 e2 fruit sugar Entity-Origin_reversed fruit juice has all the fruit sugar and none of the fruit fiber, and only some of the fruit nutrients e1 e2 box cardboard tubes Content-Container_reversed the box holds three stiff cardboard tubes, each wrapped in now decaying cellophane e1 e2 building grammar school Other until 1729 the building contained only the grammar school e1 e2 move mockery Other the move makes a mockery of china's long-standing opposition to such capabilities in the hands of other powers e1 e2 bag face Entity-Destination suddenly, a man approached me from nowhere and stuck a bag of candy in my face e1 e2 theory perspective Other he went on to examine the theory from a risk assessment perspective e1 e2 courts test Product-Producer_reversed the courts created the freeman-walter-abele test to determine whether an algorithm only represents an abstract idea e1 e2 president veto pen Instrument-Agency_reversed it was the only time the president has wielded the veto pen during his six years in office e1 e2 growth caterpillar Other kids love watching the stages of growth from caterpillar to cocoon to butterfly in this easy reliable kit e1 e2 mood car Other the mood inside the car was very quiet as the couple continued home and went to bed e1 e2 wine limelight Other television cooking shows and more advertising have put wine in the limelight e1 e2 villagers press Instrument-Agency_reversed currently, the villagers operate a ram oil press that is counter-intuitive to use and leads to sub-optimal oil extraction from groundnuts e1 e2 building furniture Content-Container_reversed the building contained a significant amount of furniture and equipment e1 e2 zinc growth Cause-Effect zinc is essential for growth and cell division e1 e2 peeler foods Other with its non-slip, ambidextrous grip, the peeler glides effortlessly through foods e1 e2 officer gun Instrument-Agency_reversed police officer uses a taser stun gun to subdue a glass-wielding six-year-old e1 e2 land wheat Entity-Origin_reversed the land surrounding the lakes is extensively farmed for wheat, while elsewhere in the national park the steppe is heavily grazed by domestic livestock e1 e2 vocals female Cause-Effect the backup vocals are from a rather talented female, stephanie eitel e1 e2 audio event Entity-Origin so you are not only sharing the speaker information, but you are also sharing the audio from the event quickly and easily e1 e2 contents plastique Content-Container_reversed the remaining contents of the package included four ounces of plastique filled with tiny metallic slivers e1 e2 newspaper box Content-Container the newspaper was being kept in a box e1 e2 activation end Other two years ago, president george w. bush ordered the activation by the end of 2004 of a system capable of defending the united states against a missile attack by a terrorist group or an unfriendly rogue state such as north korea e1 e2 tones mood Cause-Effect the soft brown and beige tones in the decoration provide a tranquil mood e1 e2 tram trip Other the tram makes the trip from the main university campus in less than 5 minutes, while driving can take 15 minutes or longer e1 e2 lodge colonial atmosphere Other a lodge combines a colonial atmosphere with the rustic beauty and history of africa e1 e2 rule sentences Product-Producer_reversed the simple rule produces sentences such as abab e1 e2 grease soap Entity-Origin tub drains clog up with hair and the grease from soap and must be cleaned out occasionally e1 e2 gas space Other you proved that a gas takes up space e1 e2 documentary maker Product-Producer alex's skills as an editor and a documentary maker allowed us to be able to shoot it and turn it in that short amount of time e1 e2 success ability Cause-Effect_reversed their success comes from their ability to quickly answer a growing surge of mid-size customer demands -- demands that *always* focus around ease of implementation and ease of administration/use e1 e2 country girl Entity-Origin_reversed orpheus falls in love with the country girl for no apparent reason save her name and beauty e1 e2 chair-leg plastic bag Content-Container harry stanley, 46, from hackney, east london, was shot and killed by metropolitan police officers who had mistaken a chair-leg being carried in a plastic bag for a firearm e1 e2 fertilizer package Content-Container you noticed the three numbers at the bottom of a fertilizer package e1 e2 box answer Content-Container_reversed the box holds the answer to how you got trapped e1 e2 turn signal indicator car Component-Whole the turn signal indicator inside the car was blinking erratically for the last month and someone recently explained that it meant the bulb had gone somewhere on the left e1 e2 filament light Cause-Effect the filament emits a yellowish-white light, and the walls have a strong yellow tint e1 e2 damage hurricanes Cause-Effect_reversed this program is an effective step to mitigate damage from hurricanes, but let us not forget this is a retroactive measure e1 e2 hairdresser scissors Instrument-Agency_reversed the hairdresser took his scissors and held up a coil of hair e1 e2 monitor report Product-Producer_reversed the monitor provides a quarterly report to the chapter (or nec) e1 e2 discoverer citation Product-Producer_reversed the discoverer writes a short citation explaining the reasons for assigning the name e1 e2 carpenter axe Instrument-Agency_reversed the carpenter carries an axe over his shoulder and a smaller one in his belt e1 e2 engine train Component-Whole a gasoline engine powers a hydraulic drive train that provides torque at all six wheels e1 e2 tokotoko gear lever Entity-Origin elizabeth smither's tokotoko was made with a gear lever e1 e2 choking laughter Cause-Effect_reversed it's not unlike an archeological dig through an attic, choking from laughter rather than dust, as familiar and forgotten memories are refreshed and taken for a satirical synaptic spin by a master humorist e1 e2 paper museum Other these are memorable words written on a piece of paper kept in a museum e1 e2 microscopes beam Instrument-Agency_reversed electron microscopes are scientific instruments that use a beam of highly energetic electrons to examine objects on a very fine scale e1 e2 axe carpenter Instrument-Agency_reversed but then one of them got hold of an axe belonging to the carpenter e1 e2 scissors ease Other quality forged pinking scissors cut with exceptional ease and efficiency e1 e2 almond butter Entity-Origin_reversed almond butter is available in many natural and whole food stores e1 e2 activation footsteps Cause-Effect_reversed six glowing disks await activation by the footsteps of desert wanderers e1 e2 tailor scissors Instrument-Agency_reversed the tailor brought his scissors and a newly made garment e1 e2 sewing machines stitch Instrument-Agency_reversed most sewing machines use a sturdier stitch known as the lock-stitch e1 e2 shrinkage cooling Cause-Effect_reversed significant reductions of these levels produce pastries with poor lift in the oven and with unacceptable shrinkage after cooling e1 e2 transmitter wave Cause-Effect the transmitter generates the electromagnetic wave, some of which will be incident on the receiver e1 e2 land years Other it is set in the most beautiful surroundings and the land has been biodynamically farmed for many years e1 e2 rain seawater Entity-Origin rain comes from evaporated seawater, transferring not just water but the solar energy that took it from the sea e1 e2 extinction lakes Other some plants and animals are facing extinction from alberta's lakes, rivers, mountains and prairies e1 e2 progress science Cause-Effect_reversed true progress comes from science, debate, inference, logic and reasoning e1 e2 quenches vortex-densities Cause-Effect preliminary experiments seemed to support this idea in that the quenches produced the predicted high vortex-densities e1 e2 deformation roundness Cause-Effect_reversed a tear or a crease changes the character of the surface more drastically than a mere deformation from roundness e1 e2 improvement measuring Cause-Effect_reversed continuous improvement starts with measuring process performance, and instigating a robust process for reviewing further changes logically and quickly e1 e2 shrinkage therapy Cause-Effect_reversed the period of tumor shrinkage after radiation therapy is often long and varied (mean 29 months) e1 e2 house granny flat Component-Whole_reversed you own a house that contains a granny flat e1 e2 driver car Instrument-Agency_reversed when the taxi driver stopped his car and got out, the two people ran up the street toward downtown potsdam e1 e2 emigrants lowlands Entity-Origin this appalachian region had been settled by emigrants from the lowlands e1 e2 house money Other arthur and franz are thieves, or they're trying to be thieves, and somehow learn that odile lives in a house that contains a large sum of money e1 e2 river grist mill Instrument-Agency the river once powered a grist mill e1 e2 firearm closet Entity-Origin the older child took the firearm from a closet and was handling it when he fired and struck eric, who was in the same room, investigators concluded e1 e2 sound surface Cause-Effect_reversed first, the sound radiated from a surface simulating a two-dimensional monopole is calculated using an unstructured mesh e1 e2 satisfaction exertion Cause-Effect_reversed i have always drawn satisfaction from exertion, straining my muscles to their limits e1 e2 media mistake Cause-Effect that happens when the media makes a mistake e1 e2 eyehole metal box Component-Whole the viewer looks through an eyehole in the metal box into the abyss, an infinite regression/progression of mirrors reflecting themselves e1 e2 death inhalation Cause-Effect_reversed sudden death from inhalation of petroleum distillates is well recognised in misuses of volatile substances e1 e2 box recipes Content-Container_reversed the box contained 126 recipes, mostly written in pen in neatly rounded script e1 e2 architect rowhouses Other the architect carefully designed the 15 rowhouses, reflecting the suburban ideal of the late 1800s e1 e2 scrapbooks pictures Member-Collection_reversed contents of the scrapbooks included pictures cut from magazines and newspapers, stories, poems and anecdotes as well as photographs e1 e2 teeth pliers Other the piglet's incisor teeth are cut off with pliers e1 e2 engine model Component-Whole the original engine powered a limited-production mustang model sold for two years e1 e2 producer oil Other intersense, inc., a market leader in precision motion technology, today announced that hydro, a leading offshore producer of oil and gas, has installed its tenth intersense is-900 precision motion tracking system as part of hydro's large scale immersive visualization rooms e1 e2 move access Other the move from binary access (yes or no) to fine-grained authorization betrays a shift in mindset: from a defensible perimeter to a qualifier that identifies who can access what room e1 e2 room billiard table Other on the courtyard there is a room that contains a billiard table, a big cinema screen with a sony dvc/cd player with over 300 titles and several sofas e1 e2 blueberry vodka Other she opened a fridge in the side of the door and got out a blueberry vodka e1 e2 batteries flashlights Component-Whole i reversed the position of the batteries stored in the flashlights to prevent them from accidentally switching on and losing power e1 e2 ground thorns Entity-Origin_reversed when man sinned, the occasion of his fall was a tree, and the ground cursed brought forth thorns e1 e2 fertilizer company Product-Producer showing a sample of a fertilizer package this fertilizer company shows what to look for on their label e1 e2 kitchen clues Other the kitchen holds little clues about how we tried to reinvent the past e1 e2 dividend treaty country Entity-Origin this is assuming that the dividend is received from a treaty country e1 e2 organ donor Entity-Origin patient survival one year after transplantation from a living-related donor is 95% and comparably high if the organ comes from a cadaveric donor e1 e2 terror landmines Cause-Effect_reversed we continue to see progress toward a world free of the daily terror of antipersonnel landmines e1 e2 micropump anisotropic etching Other the micropump is fabricated by the anisotropic etching, the boron diffusion and the metal evaporation e1 e2 pomegranate juice Entity-Origin_reversed pomegranate juice has anti-inflammatory effects and high levels of anti-oxidants, which are believed to protect the body from free-radical damage e1 e2 artist picture Product-Producer_reversed the artist made the picture when he was a fourth grade student in iowa city e1 e2 team discovery Other dr. aimee rose, a member of the team who made the discovery, predicts it will save many lives, both military and civilian e1 e2 control research Other furthermore, control over agricultural research, production, distribution and practice is shifting from public institutions to private corporations, which are profit driven and are not motivated by humanitarian concerns e1 e2 engineers regions Entity-Origin he described the meeting with her as an exception, since he normally has meetings directly with engineers from the regions e1 e2 heat boiler Cause-Effect_reversed in a conventional, steam turbine-only power plant, the heat required to produce the steam comes from a boiler e1 e2 list books Member-Collection_reversed the list contained books of various genres and reading and interest levels e1 e2 rig trampoline system Component-Whole_reversed a large rig combines a trampoline system with a bungee cord system e1 e2 dance company Product-Producer now in its 56th year, this unique folkloric dance company continues to collect, perform and preserve authentic traditional hungarian music and dance e1 e2 fuel gases Entity-Origin_reversed the burning fuel produces exhaust gases, which, when forced out the nozzle, produce thrust, moving the rocket in the other direction e1 e2 saw waste Other in converting a tree into thick planks, the saw causes a waste of a very small fractional part e1 e2 documents formats Other until recently patient record was represented by documents in paper kept in a variety of formats, different contents, and places e1 e2 bomb diplomacy Instrument-Agency the book is about how the bomb was used in diplomacy e1 e2 display table books Other the display table contained books and posters for visitors to browse e1 e2 inhibition movement Cause-Effect_reversed after several years of self-observation, alexander began to teach his method of conscious inhibition through manual facilitated movement e1 e2 spammer bot Product-Producer_reversed the spammer writes a simple bot that goes to your site and hits the registration page e1 e2 shape cavity Cause-Effect_reversed as the molten metal cools, it hardens and assumes the shape created by the mold's cavity e1 e2 signal beam Other in particular, we work on devices that take the signal that is carried in a beam of light going through an optical fiber and transfer that signal to another beam of light going through the same fiber e1 e2 knitting pin manufacture Other a knitting needle or knitting pin is a long stick or rod used as a tool in the manufacture of hand knitted fabric e1 e2 driving deprivation Other driving with sleep deprivation has similar effects as driving under the influence e1 e2 ecstasy repetition Cause-Effect_reversed we planetary citizens have a unique capacity for ecstasy from repetition - especially when it comes from drumming e1 e2 tailor scissors Instrument-Agency_reversed the tailor left his scissors on a wall below his balcony e1 e2 guy company Other as many as 18 products in your home come from this guy's company e1 e2 pathologists scalpel Instrument-Agency_reversed some pathologists do this with a scalpel, while others use scissors e1 e2 net fisherman Instrument-Agency the authors take us on an extraordinary journey, from the depths of the ocean to the net of a fisherman e1 e2 scintillator material visible light Cause-Effect the scintillator material produces visible light when transversed by the particle's radiated energy e1 e2 supplier invoice Product-Producer_reversed the supplier's invoice is payable within 30 days e1 e2 boxes phone cards Content-Container_reversed the contents of the boxes included phone cards, disposable cameras and razors, travel-size toiletries, snack food, and lots of candy e1 e2 photoheliograph photographs Product-Producer_reversed the photoheliograph produced the glass-plate photographs on display in this exhibition gallery e1 e2 spacecraft sound chamber Other the acoustic test is where we put the spacecraft in a sound chamber and blast it with over 140 decibels of noise for at least a full minute to simulate what it is going to experience during the launch e1 e2 evacuation accident Cause-Effect_reversed the evacuation after the chernobyl accident was poorly planned and chaotic e1 e2 box present Content-Container_reversed the contents of the box were a present and the box itself was as a present e1 e2 jimmy burglar Instrument-Agency commodities that sell and bear rents are also products, including the coils that help distill whiskey, the tatters of the beggar, the retorts of the adulterating druggist, the jimmy of the burglar and the brig of the pirate e1 e2 infection fever Other the typical flu infection starts with fever, muscular pains, headache and general fatigue e1 e2 money savings account Content-Container the goal of the study was to determine the percentage of adult americans who keep money in a regular savings account e1 e2 signal direction Entity-Origin the signal is received from a known direction e1 e2 batteries pockets Content-Container our water froze and batteries kept in pockets got cold e1 e2 headhunter company Other i had told this headhunter's company repeatedly that i was only interested in working in the philadelphia area e1 e2 blow chisel Other a single blow made with the chisel angled incorrectly cracks a block or break a delicate protrusion e1 e2 corbel face Component-Whole_reversed the corbel was carved with a contorted face e1 e2 committee protocol Product-Producer_reversed the steering committee developed the protocol and consent forms with the participating sites and guided the implementation of the trial e1 e2 stove manufacturer Product-Producer buyers of new stoves are sometimes encouraged to buy the optional fan that is offered by the stove's manufacturer e1 e2 faculty programs Product-Producer_reversed to that end the faculty collaboratively designed the credential, certificate, and degree programs to provide you with a sequence of coursework and field experiences that prepares you to not only act like teachers, counselors and administrators, but to think like them as well e1 e2 members party Member-Collection yet 14 members in the lebanese parliament are from the hezbollah party e1 e2 bees nectar Product-Producer_reversed the flavour and colour depend on the plants from which the bees manufactured the nectar e1 e2 insulin pancreas Product-Producer insulin is a hormone naturally produced by the pancreas e1 e2 canola oil Entity-Origin_reversed canola oil is a versatile, neutral-tasting oil that is very low in saturated fat e1 e2 oar rowing Other a second aspect of the invention provides apparatuses for indicating the position of an oar during rowing e1 e2 engines car Other such airships are essentially motorized free balloons and the engines are carried in a car attached to the lower side or bottom of the bag e1 e2 activation light Cause-Effect_reversed their chemical activation by light (halogen, plasma, lasers, etc.) enhances their efficiency by reducing exposure time and number of appointments e1 e2 vodka rye Entity-Origin the best vodka is distilled from rye and barley malt, but the cheaper corn and potatoes are commonly employed e1 e2 popcorn maker Product-Producer we put frozen prawns in the popcorn maker, and we obtained prawn crackers e1 e2 novelist computer Instrument-Agency_reversed the woman left the room and walked down the hall and saw the novelist hunched before his computer e1 e2 wine vintners Product-Producer the piedmont area of italy is wine country and is noted for the merits of the wine produced by its vintners e1 e2 wrinkles dryness Cause-Effect_reversed the moisturizers' primary function is to keep skin moist, minimize wrinkles from dryness, smoothe and soften skin, and to deliver other ingredients, like sunscreen, that benefit the skin e1 e2 biodiesel oils Entity-Origin biodiesel is derived from vegetable oils e1 e2 cupboards kitchen Component-Whole i find it hard to bend and reach and use the cupboards in my kitchen e1 e2 box legacy Content-Container_reversed the box contained an entire legacy of her life and the lives of those she had known and loved e1 e2 ancients species Other the ancients cultivated the species heracleum sphondylium which is the parsnip a similar plant to carrots e1 e2 inflammation radiation Cause-Effect_reversed this lamp causes serious skin burn and eye inflammation from shortwave ultraviolet radiation when outer envelope of the lamp is broken or punctured e1 e2 canola seedbed Other in contrast, clay-textured soils are more difficult to prepare a canola seedbed because the clods can be too large when worked wet, and they tend to crust once worked to a fine seedbed e1 e2 grater water Other we recommend rinsing your grater in warm water immediately after each use e1 e2 farmers beans Product-Producer_reversed virtually all hillside farmers grow maize during both seasons, and many of the farmers cultivate beans, rice, and other crops as well e1 e2 passengers elite Member-Collection the cabin passengers composed the elite e1 e2 joy awareness Cause-Effect_reversed genuine joy comes from profound spiritual awareness on life and an absolute clarity of direction, living for a purpose e1 e2 scientists disciplines Entity-Origin we repositioned ourselves and our events, thus attracting scientists from complementary disciplines e1 e2 detainee cell Other the detainee is kept in the cell 23.5 hours a day e1 e2 brains babies Component-Whole they are taking the brains from babies e1 e2 seller invoice Product-Producer_reversed seller adds taxes as a separate line item on the seller's invoice, when applicable e1 e2 depression semester Other research shows that 30% to 40% of law students experience depression after their first semester and this depression persists throughout law school e1 e2 broadsword units Instrument-Agency the broadsword was used in some units, particularly scottish regiments e1 e2 scientists universities Entity-Origin each year over 2300 scientists from universities, industries and government labs perform research at the nsls e1 e2 satisfaction customers Other the findings clearly show a high level of satisfaction from customers using new cutting-edge retail technology that has led to higher sales e1 e2 engineers refinery Entity-Origin she looked like lauren bacall in those days and dated a few of the engineers from the refinery e1 e2 experimenters shape Other the experimenters designed the shape and size of the enlarged fiber ends so they don't experience the stresses that usually snap fibers and limit a short-fiber composite's performance e1 e2 ballplayers policy bat Instrument-Agency_reversed cuban ballplayers wield a bigger policy bat e1 e2 light sunrise Cause-Effect_reversed the light in the background is from the sunrise e1 e2 brothers alphabet Product-Producer_reversed however, the two brothers created the glagolithic alphabet; it was their disciple saint climent who invented the simpler cyrillic alphabet and named it in honor of his teacher e1 e2 chicken bouillon Entity-Origin_reversed chicken bouillon is obtained in three different forms, either liquid, powder or in cubes e1 e2 thieves blowtorch Instrument-Agency_reversed thieves used a blowtorch and bolt cutters to force their way through a fenced area topped with razor wire e1 e2 booby trap howitzer shell Component-Whole_reversed the booby trap puller stepped on was made with a howitzer shell e1 e2 vapour stream Other the milled powder is then heated converting it into a vapour which is then carried in a stream of argon to be deposited on the wafer e1 e2 information database Content-Container the information on the recorded talks is kept in the database e1 e2 passageways cave Component-Whole about 2000 feet of passageways have been located inside the cave, and about half of that has been mapped e1 e2 island oats Entity-Origin_reversed the island was farmed for oats and barley until 1796 when the owner mandated that oak and alder trees be planted e1 e2 oil prices Other because winter has been mild in much of the country, oil prices have been low for the past few months e1 e2 watchmaker watch Product-Producer_reversed the watchmaker makes the watch, he winds it up, he sets it going, he is outside the process but he initiates the process, he sets the hands in motion e1 e2 introduction process Other the introduction of the gas stove, the electric mixer and the food processor made the process easier, faster and more reliable e1 e2 scissors fabrics Other our powered scissors effortlessly cut fabrics, gift wrap, vinyl and much more e1 e2 fulfillment helping Cause-Effect_reversed the volunteers enjoy a sense of satisfaction and personal fulfillment from helping others, and recent findings suggest that this feeling may well be a major reason why many people choose to volunteer e1 e2 study results Other the simulation study produces voluminous results, since there are two types of models, each with four different specifications and with two sample sizes involved e1 e2 progress sources Entity-Origin stadler agrees, stating that progress comes from unexpected sources e1 e2 sink room Component-Whole interestingly, the sink was inside the room e1 e2 waiters show Product-Producer_reversed the glass dome from the beginning of the century is gorgeous, prices are reasonable, and the waiters provide a show worth watching e1 e2 artists figurines Product-Producer_reversed and this means that researchers have lost a valuable lead in their hunt for the artists who created the figurines e1 e2 kitchen boiler Component-Whole_reversed i'm looking at one right now and he appears to be very content, despite the fact that he's trying to sleep in a kitchen that contains a noisy boiler e1 e2 herb butter Other it is best to use bold flavors in herb butter e1 e2 nucleic acid cell Other ribozymes, also known as catalytic rna and molecular scissors, break down nucleic acid inside a cell, cut out bad genetic information and splice in good material e1 e2 panic claustrophobia Cause-Effect_reversed this prescription drug alleviates panic from claustrophobia and is also very handy for airplane rides and in case of broken-down subway cars or elevators e1 e2 sauce flour Entity-Origin the sauce is made from soybean flour, chiles, red beans, and many other spices e1 e2 telecommunications company Other we do know this telecommunications company e1 e2 kitchen desk Other in my vancouver home there is small portion of our kitchen that contains my desk e1 e2 package candy bar wrapper Content-Container_reversed the contents of the package included one opened individual candy bar wrapper, four unopened candy bar wrappers, one cardboard tray insert, and two cash register receipts e1 e2 drinking regulations Other while public drinking regulations varied, some form of the beer parlour became the norm across the country e1 e2 candidate proposal Product-Producer_reversed after successful completion of the comprehensives, the candidate writes a dissertation proposal e1 e2 contents gender Component-Whole_reversed the contents of the questionnaire included the gender and age of the patient, his/her knowledge of the procedure undertaken and the person obtaining consent e1 e2 trucking company Other the decedent was a licensed commercial truck driver and had been employed by this trucking company for five years e1 e2 observatory telescope Instrument-Agency_reversed the observatory has used a 45-meter cosmic radio emission telescope to make a number of important contributions e1 e2 boys machine Instrument-Agency_reversed the boys sawed wood with the sawing machine this afternoon e1 e2 engineers medical industry Entity-Origin with five of the six classes being a single credit hour and the sixth being three credit hours of capstone design, sophomores, juniors, and seniors work directly with medical doctors, nurses, graduate students, ph.d.'s, and engineers from the medical industry e1 e2 oracle answers Product-Producer_reversed after various rituals, the oracle brought forth mysteriously cryptic answers that had somehow to be interpreted by the visitor e1 e2 extinction overdevelopment Cause-Effect_reversed it has helped to revive a city whose primary natural resource -- its charm -- is constantly threatened with extinction from overdevelopment e1 e2 candidates questions Other the remarkably comprehensive 32-page 2004 memorandum of understanding prohibited the candidates from asking each other questions, limited rebuttals to a mere 30 seconds, barred direct follow-up questions and entirely prohibited surrebuttals e1 e2 candy jar Entity-Destination then, i put candy in my jar e1 e2 proposal cost analysis Component-Whole_reversed first, the contents of the proposal included a detailed cost analysis, accurate marketing analysis and a preliminary project execution plan e1 e2 physician stethoscope Instrument-Agency_reversed the physician brought only his stethoscope and otoscope e1 e2 clock vacuum Other francis hauksbee proves that sound needs air to travel, by experiments with a clock inside a vacuum e1 e2 wine grape Entity-Origin his favorite wine was made with the loire valley red wine grape e1 e2 oil chips Entity-Origin cinnamon oil is distilled from bark chips and used to alleviate stomach upsets e1 e2 recommendations key points Component-Whole_reversed the recommendations contained the following key points and highlights e1 e2 entrails apples Content-Container_reversed rather, the entrails contained mostly apples and corn e1 e2 envelope discovery Content-Container_reversed the envelope contained an important intelligence discovery of the war e1 e2 library books Member-Collection_reversed the library contained books of guidance on the processes e1 e2 ghosts house Other the ghosts in my house are mischievous, like little children e1 e2 injury therapy Cause-Effect_reversed diabetes drug shows promise for preventing brain injury from radiation therapy e1 e2 horse rider Instrument-Agency francisco garcia lorca sees the horse carrying the rider, against his will, to his death e1 e2 confirmation invoice Other the date for final payment is shown on the confirmation invoice e1 e2 humidifier greenhouse Component-Whole a humidifier keeps the greenhouse between 47 and 58 percent humidity e1 e2 company fabrics Product-Producer_reversed to better follow the quality, the company manufactures itself the necessary fabrics, starting from the purchase of the yarn e1 e2 equalization changes Other it also includes an automatic purge valve for quick equalization after changes in atmospheric pressure e1 e2 driver car Other taxi driver spotted stolen car shortly after police sent out an alert e1 e2 keyboard errors Other elecom's gear drive keyboard prevents typing errors e1 e2 footballer ball Instrument-Agency_reversed well, this footballer kicked the ball the hardest he could and hit me e1 e2 kitchen drinks Content-Container_reversed the kitchen holds patient drinks and snacks e1 e2 box skeletal remains Content-Container_reversed the box contained the jumbled skeletal remains of what appeared to be sheep, as well as a variety of other mammals e1 e2 sculptor deal Other in prolific suspense novelist johansen's energetic new eve duncan thriller (countdown, 2005, etc.), the forensics sculptor makes a dangerous deal with a colombian weapons dealer e1 e2 view bridge Other this view from the inside is from the bridge that spans atherton street e1 e2 antihelion radiant debris Other unlike most of the annual showers the antihelion radiant is produced by debris from unknown sources orbiting in a direct motion like the earth e1 e2 tobacco producer Product-Producer yanbian is also blessed with agricultural riches and is a major tobacco producer e1 e2 kitchen opportunities Other the kitchen holds many opportunities for teaching kids as well as having fun e1 e2 debate questions Component-Whole_reversed the debate starts with smalley's questions about drexler's proposal e1 e2 land profit Other apparantly you think two wrongs can make a right, but that doesn't help the starving people of zimbabwe, who were previously not starving due to the land being farmed for profit instead of used as political gifts e1 e2 money shoe box Content-Container paul powell wasn't the only public figure in illinois to keep money in a shoe box e1 e2 linoleum kitchen Component-Whole in my tests with a final engineering prototype, scooba generally did a fine job cleaning the linoleum in my kitchen after my 2-year-old daughter's birthday party e1 e2 excerpts article Entity-Origin the following are verbatim excerpts from a lengthy article e1 e2 kitchen refrigerator Component-Whole_reversed the kitchen contents include an ice dispensing refrigerator, ovens, a toaster, and a coffee maker e1 e2 usher room Other a white house usher prepares the blue room for a luncheon for the european commission e1 e2 jobs relocation Other the wal-mart supercenter plans to employ as many as 455 associates, including 180 planned new jobs created by the relocation e1 e2 aircraft air Other in the case of aerodynamic lift, the aircraft is kept in the air by wings or rotors (see aerodynamics) e1 e2 paper binder Content-Container that's all paper stored in a binder by the door of the room e1 e2 data survey Entity-Origin the data are derived primarily from a three-nation survey conducted for the harvard school of public health and the robert wood johnson foundation by louis harris and associates and its international affiliates between 10 june and 14 september 1994 e1 e2 founders constitution Product-Producer_reversed the founders designed the constitution to transform the barbarian rule we rejected as colonies, into a civilization befitting the dignity of a free people e1 e2 rain food Other the rain begets the food we eat e1 e2 baseboards house Component-Whole on windy days i feel the drafts coming from the baseboards in my house e1 e2 citizens living Other the local citizens farmed for a living, raising a variety of crops including peanuts, cotton, hay, sorghum, and a variety of truck crops e1 e2 oceans food Entity-Origin_reversed it is set in a future in which the oceans are farmed for food e1 e2 progress breakthroughs Cause-Effect_reversed scientific progress comes from breakthroughs and breakthroughs by their very nature are unpredictable and surprising in their impact e1 e2 sunflower oil Entity-Origin_reversed sunflower oil is obtained by extracting oil from sunflower seeds e1 e2 fissure impact Other entering the fissure created by the meteor's impact, sephiroth merged with all the energy of the planet, granting him god-like power over it e1 e2 abstinence laughter Other the good friar was insistent on both celibacy and abstinence from laughter e1 e2 guy coffee Product-Producer_reversed the production assistant is basically the guy who makes coffee and goes to the post office e1 e2 soybean oil Entity-Origin_reversed crude soybean oil meeting exchange-approved grades and standards-see exchange rules and regulations for exact specifications e1 e2 information wave Other on the other hand, the information being carried in a high frequency quasi-sinusoidal wave invites comparisons with the auditory system of vertebrates e1 e2 ruins monument Entity-Origin others think that the underwater ruins are from a different ancient monument, perhaps a temple that gradually sank beneath the waves e1 e2 judges wig Instrument-Agency_reversed judges wear the bench wig when they are sitting in court e1 e2 motherboard manufacturer Product-Producer try a google search for the motherboard manufacturer and exact model if the information is not listed above e1 e2 midwife birth Other a midwife assists the birth, and women usually rely on their mothers or other women for support during labour e1 e2 bottle notebook Content-Container_reversed a letterbox is a plastic, screw-top bottle that contains a small notebook and a unique rubber stamp e1 e2 heroin producer Product-Producer until last year, afghanistan was an opium exporter, not a major heroin producer e1 e2 art collection Entity-Origin the art in the book is from the city of tulsa's public collection, as well as other collections e1 e2 afterglow shock waves Cause-Effect_reversed the afterglow is produced by shock waves in the jets of tenuous gas that shoot from the blast at almost the speed of light e1 e2 antenna car Component-Whole we kept the antenna inside the car, which limited range due to the car's attenuation e1 e2 nouns vocabulary Member-Collection the corel data set is relatively simple because the annotations are nouns selected from a relatively small vocabulary e1 e2 caller mistake Cause-Effect like normal 'simon' games, it starts with a one digit sequence, and then increases indefinitely until the caller makes a mistake e1 e2 profit sale Cause-Effect_reversed profit from sale of investments is tax-free for general insurers e1 e2 room square feet Other the conference center has at least one dedicated main conference room that contains a minimum of 1,000 square feet e1 e2 deformation pressure Cause-Effect_reversed the design of the shape of the can ends moreover has a marked effect on their ability to resist deformation from internal pressure e1 e2 tea thermos Entity-Destination my friend puts tea in a thermos to take to work e1 e2 substance pharmaceuticals Other the white fatty substance obtained from the head of the sperm whale was used in pharmaceuticals and candles e1 e2 dose poison Other the dose makes the poison e1 e2 researchers protein Instrument-Agency_reversed to demonstrate the performance of the mixer, the researchers used a cold shock protein from the bacterium thermotoga maritime e1 e2 biologists mimic Product-Producer_reversed while the yale biologists created the versatile protein mimic from dna, breaker theorizes that a similar enzyme could be created with rna, which many scientists believe is the strongest candidate for being the precursor of all other life forms e1 e2 food scratch Entity-Origin the food is made from scratch, fresh daily e1 e2 land cattle Entity-Origin_reversed the land was farmed for cattle, but segments of the forests were sold off and the chapel fell into disrepair e1 e2 imitation butter Other the margarine is imitation butter was without the superior flavor and pleasant mouthfeel e1 e2 tools job Other the tools made the job easy when it could have been a nightmare e1 e2 risk loss Cause-Effect_reversed companies face big risk from loss of key employees e1 e2 wine positive health light Other the story put wine in a positive health light and pointed out that it was superior to other foods in that particular regard e1 e2 person tree Entity-Origin the person fell from the tree e1 e2 shelves books Content-Container_reversed the shelves contained books with sinister-sounding titles, such as crime and punishment, days of wrath, death walks among you and a few others e1 e2 snowflakes sky Entity-Origin once it was the middle of winter, and the snowflakes fell from the sky like feathers e1 e2 worker hammer Instrument-Agency_reversed on october 28, 2003, a worker was using a hammer to tap the arms of a truck's cabstand into a vertical position when the cabstand's arms collapsed in an unintended opposite direction causing the cab to slide off the stand onto the worker's arm e1 e2 crypt tomb Content-Container_reversed the crypt contained the tomb of st paul but the altar had hidden it e1 e2 login administrator Product-Producer the pi login is created by the administrator e1 e2 diesel oil Other heating oil is similar to diesel oil, and the process of refining it is very similar e1 e2 sting painful episode Other that's because nostalgia serves a useful defensive and reparative function; it took the sting from a painful episode in his life by shading the script e1 e2 plane maneuver Other the plane makes a parabolic maneuver, much like a roller coaster with steep climbs and descents, that simulates zero gravity conditions e1 e2 tremors drinking Cause-Effect_reversed some people experience tremors after drinking coffee and tea e1 e2 charity libraries Other i'm running a charity that helps the poorest school libraries in the u.s e1 e2 hitting anger Cause-Effect_reversed hitting out of anger is absolutely wrong e1 e2 president pretext Instrument-Agency_reversed the president used the pretext of national security e1 e2 observations earthquakes Other these characteristics are inconsistent with observations from earthquakes of comparable distance and magnitude to those that dominate the hazard at yucca mountain e1 e2 happiness cycling Cause-Effect_reversed he derives great joy and happiness from cycling e1 e2 wrinkles smiling Cause-Effect_reversed the man cannot be too old - in his middle thirties - but his face exhibits more wrinkles from smiling than i've seen upon the mug of the happiest of grandparents e1 e2 book euthanasia Message-Topic the book has as its backdrop the political controversy over euthanasia in australia, where the author is senior lecturer in the health law program e1 e2 walls house Component-Whole i am amazed how the sound is making things bounce off the walls in my house e1 e2 powerboat manufacturer Product-Producer at their peak on saturday, 23 september, the powerboat manufacturer sold a new boat every 28 minutes e1 e2 decrease control Cause-Effect_reversed the randomized hypertensive abcd study demonstrated a decrease in myocardial infarction with ace inhibitors and a decrease in overall mortality with aggressive blood pressure control e1 e2 scientist method Instrument-Agency_reversed the scientist applied a method called recombineering to the fruitfly genes e1 e2 shockwaves conditions Cause-Effect the resulting shockwaves produced the metal-forming conditions for periods of 100-200 ns e1 e2 software marks Product-Producer_reversed the software uses the wrong comment marks for php files e1 e2 candy underwear Content-Container i found some candy in my underwear e1 e2 prisoners trapdoors Product-Producer_reversed once the prisoners had created the trapdoors, they were ready to start digging the tunnels, but there was a major problem to overcome e1 e2 skateboard company Product-Producer this skateboard company designs skateboards specifically for girls e1 e2 behaviour learners Other myles and simpson also identify defensive behaviour from learners like lashing out verbally or physically or threatening the educators or other learners and withdrawing from others emotionally or physically e1 e2 drinking accident Cause-Effect another drinking accident happened in the gallup area the other day, which is plagued by drinking and driving accidents e1 e2 programmer mistake Cause-Effect the programmer made a mistake with respect to quoting, but it appeared as over-quoting instead of lurking as a security problem e1 e2 attacker idea Product-Producer_reversed in almost all of the incidents, the attacker developed the idea to harm the target before the attack e1 e2 quotation preface Entity-Origin the quotation is from the preface to the fourth edition e1 e2 immigrants mainland Entity-Origin in america, generations of portuguese immigrants from the mainland, azores and madeira have brought their often-simple but diverse and always tasty cuisine e1 e2 temperature car Other the temperature inside the car was 79 degrees e1 e2 mustard company Product-Producer her employment at this mustard company is considered the earliest recorded evidence of a company specifically hiring an industrial nurse e1 e2 language designers Product-Producer digital computers actually execute numerical instructions: bitstrings that contain information in the native language created by the machine's designers e1 e2 bag books Content-Container_reversed the bag contained books, a cell phone and notepads e1 e2 entrepreneurship necessity Cause-Effect_reversed entrepreneurship out of necessity is quite common in europe where 60% of female headed businesses in northern europe and 70% in southern europe are established for this reason e1 e2 actor malice Other the actor played a psychopathic preacher with a restrained malice e1 e2 nurse caregiver Other a nurse helps the caregiver e1 e2 club playoffs Entity-Destination beginning in 1966-67, the club made the playoffs nine consecutive seasons, the only nhl team of the period to accomplish that feat e1 e2 happiness dancing Cause-Effect_reversed anthony finds inspiration in a beautiful, enigmatic older woman who teaches him to follow his heart and find happiness through swing dancing e1 e2 author dovetailer Instrument-Agency_reversed the author applied the above-mentioned simple dovetailer to all computable universes e1 e2 depression weeks Other st john's wort reduced the severity of depression after six weeks e1 e2 analysis program Other statistical analysis was made using the pcsm program e1 e2 wine wineries Product-Producer they generally bought grapes from farmers or else they bought wine produced by cooperative wineries e1 e2 degradation channels Other habitat degradation from within stream channels, loss of riparian vegetation, and reductions in water quality degrade and also limit the population e1 e2 cocoa tree cocoa beans Product-Producer_reversed located near the equator in south america, the cocoa tree produces cocoa beans, the source of all chocolate e1 e2 pump hole Other they often have a pump over the drainage hole to draw the waste water towards it e1 e2 coupon customer Entity-Origin the retailerer reported the income from a coupon's face value and its related handling fee at the time the coupon was received from the customer e1 e2 weeks therapy Other surgery is reserved for treating residual disease six to eight weeks after radiation therapy or for recurrence e1 e2 joy flavours Cause-Effect_reversed i'm finding the most joy comes from asian flavours; beautiful fresh fish; things that have been marinated; roasted vegetables; meats that intensify in flavour during the cooking process; and dishes made from the most brilliant, fresh, in-season food e1 e2 calcification therapy Cause-Effect_reversed a cancer survivor writes about the relatively rare occurrence of calcification of the breast after radiation therapy e1 e2 batteries contact Other batteries stored in contact with one another generate heat and hydrogen gas e1 e2 mass land Other of the situation in the fifteenth century, parkes remarks: 'the mass of the people cultivated the land' e1 e2 anxiety years Other his tendency to experience pathological anxiety from his early years and his tendency to respond to novelty, change, and challenges with an exaggerated anxiety response were noted e1 e2 prawns popcorn maker Entity-Destination we put frozen prawns in the popcorn maker, and we obtained prawn crackers e1 e2 site years Other the entire site was actively farmed during the 2004 growing season and aerial photography indicates the site has been farmed for multiple years e1 e2 neutrons bombarding Cause-Effect_reversed the neutrons were produced by bombarding a tritium target with deuterium e1 e2 reduction treatment Cause-Effect_reversed before doing for his hair reduction by laser treatment, he first consulted with a dermatologist e1 e2 rings copolymer polypropylene Other the rings are preferably made from a copolymer polypropylene e1 e2 house light bulb Component-Whole_reversed this represents a house that contains a light bulb and an airconditioner e1 e2 name mythology Entity-Origin the name given to our cluster, valhalla, comes from norse mythology e1 e2 vioin maker Product-Producer i was trained as a vioin maker, over 20 years ago, and have built violins (baroque and classical), violas, cellos, viols da gamba, and viols d'amore e1 e2 famine feast Other ancient pagan traditions used famine following feast as a way of revealing truth e1 e2 students areas Other the students designed the home's living areas with an eye toward making a small house feel spacious e1 e2 company negatives Other the company developed the negatives and returned the camera with a fresh roll of film e1 e2 measurement system Other the measurement was made using a gonio-photometric color measurement system e1 e2 hairdresser scissors Instrument-Agency_reversed for this reason the hairdresser prefers conventional scissors, which however do not exhibit the ergonomical advantages e1 e2 deformation form Other any deformation from the circular form have a significant effect on the ability of the hose to sustain internal pressure e1 e2 data sensor Product-Producer the data is received from a sensor in the shoe, with audible feedback provided through the earphones e1 e2 terror infidels Other the check given by charles v to the advance of the ottoman power along the african coast made him appear to the world as the liberator of the christians and the terror of the infidels, and gave him such prestige that francis felt obliged to get all the advantage possible out of his alliance e1 e2 patient toe Component-Whole the patient had crushed a pencil with this toe about 30 years previously e1 e2 objects chart Component-Whole it often becomes necessary to delete objects from the chart during the course of monitoring system performance e1 e2 frustration meeting Other craig expressed his frustration after monday's meeting e1 e2 gin spirit Entity-Origin on the other hand, gin is distilled from a neutral grain spirit, which is then infused with juniper and a host of other botanicals e1 e2 contents flyers Content-Container_reversed the contents of the bag included numerous flyers from other conference sponsors and exhibitors and some useful stationery supplies e1 e2 person chores Other it supports the personal information and interaction environment thus liberating the person from tedious chores and enriching their life and interaction with others in social or business contexts it enlarges the personal contribution e1 e2 clutter house Other the clutter in my house was destroying me e1 e2 rowing motion oar Other it is a motorized spherical mechanism that simulates the rowing motion of an oar e1 e2 candy mouth Entity-Destination i put the remaining candy in my mouth and walked back the way i came, then past the village and into town e1 e2 crane construction material Other the site was encircled by a high fence and one could see a crane lifting some heavy construction material e1 e2 voice story Other with lyrical descriptions of landscape and terse, unpunctuated dialogue, a distinctive voice powered a gripping story e1 e2 cook stove Instrument-Agency_reversed the cook squatted by the stove e1 e2 plastic bag Other during his travel to russia you managed to buy vodka in a plastic bag e1 e2 microarrays approach Other among them, 24% is related to microarrays fabricated by the microspotting approach e1 e2 wine fermentation Other chinese liquor is a kind of wine produced by solidified fermentation of grain e1 e2 saw hole Other the saw cut a large hole in a huge concrete wall at the plant e1 e2 swimming pool house Component-Whole woz has outfitted the house with an elaborate swimming pool that extends inside the house by way of an underwater channel e1 e2 raindrop shape Other a raindrop keeps the same shape to a reasonable approximation all the time it is falling e1 e2 scientists observation Other the scientists made the surprising observation that smn binds efficiently -- and carry out its functions -- when the proteins to which it needs to bind are first "tagged" by specific enzymes e1 e2 potato vodka Entity-Origin_reversed it's unfortunate you tried a potato vodka e1 e2 room radioactive materials Content-Container_reversed the room contains radioactive materials e1 e2 trees seeds Product-Producer_reversed trees grow seeds e1 e2 headache eyestrain Cause-Effect_reversed short-term side effects are uncommon, but include headache from eyestrain, nausea, agitation or nervousness e1 e2 mixture dark Other the reaction mixture is kept in the dark at room temperature for 1 1/2 hours e1 e2 growth overfertilizing Cause-Effect_reversed thatch is caused by excessive growth from overfertilizing, by allowing the grass to get too high before mowing, or by incorrect watering e1 e2 spirit grain Entity-Origin the clear spirit is distilled from fresh grain e1 e2 death injection Cause-Effect_reversed alabama has since enacted legislation, allowing death by lethal injection as an alternative choice to death in the electric chair e1 e2 marijuana pipe car Other as the officer shone his flashlight on the lock he was working on, he spotted a marijuana pipe laying on the floor inside the car e1 e2 drug manufacturer Product-Producer it is also illegal for anyone other than the drug's manufacturer to re-import a prescription drug that was originally manufactured in the united states e1 e2 wine cellar Entity-Destination bottle aging, which is anaerobic (oxygen-free), is one of the reasons that people put wine in a cellar and let it age e1 e2 boxes books Content-Container_reversed since i was a teacher, the boxes contained books i was bringing for the students to improve their english e1 e2 box pool equipment Content-Container_reversed the box holds our pool equipment perfectly e1 e2 organization dentists Other the organization helps educate practitioner dentists through clinical meetings e1 e2 silver heart clock Component-Whole_reversed miss clockheart wears a silver heart around her neck with a clock inside e1 e2 living room door Component-Whole_reversed straight ahead you enter a nice sized living room that contains the front door e1 e2 activation summer Other one newly formed iraqi battalion is on duty, with 27 scheduled for activation by summer 2004 e1 e2 bacon manufacture Other the bacon manufacture is the 74th greatest export of denmark e1 e2 trench fenced back yard Other the trench was inside the fenced back yard e1 e2 grater portion Other strikingly large in scale, this grater shaves a perfect portion in a single stroke e1 e2 hell sky Entity-Origin the night hell fell from the sky e1 e2 heating oil Other heating oil is a refined oil made from petroleum, used in furnaces to heat buildings e1 e2 sculptures chainsaw Other original sculptures were carved with a chainsaw e1 e2 satisfaction mentoring Cause-Effect_reversed it's very rewarding and i get a great deal of enjoyment and satisfaction from mentoring e1 e2 fishes purposes Other other non-native species used in aquaculture are brook trout (salvelinus fontinalis) and lake trout (salvelinus namaycush), fishes that mainly has been farmed for stocking purposes e1 e2 bombing carnage Cause-Effect the bombing produced the worst carnage since a nov. 23 attack in the shi'ite slum of sadr city that killed more than 200 people e1 e2 tarantula web Product-Producer_reversed like other spiders, the tarantula makes a silken web, but not for snaring prey e1 e2 advertisement impression Cause-Effect my problem is that the advertisement gives the impression that women in rural bangladesh have 6 children e1 e2 vaccine virus Entity-Origin the vaccine is made from inactivated virus, so it's impossible to get the flu from the vaccine e1 e2 supercell tornado track Cause-Effect the southern supercell produced the longest tornado track of the outbreak (tornado #4) e1 e2 factory class objects Product-Producer_reversed factory class that manufactures component objects for the farmyard e1 e2 device thread Instrument-Agency_reversed a sewing machine is a mechanical (or electromechanical) device that joins fabric using thread e1 e2 oil press Other the newer lesser-known attraction that the kibbutz offers is a reconstructed oil press whose beginnings can be traced to the early 20th century in jaffa e1 e2 emission dwarf Cause-Effect_reversed that year, summer students at the vla made the first discovery of radio emission from a brown dwarf e1 e2 appetite smell Cause-Effect_reversed the tongue has taste buds, but a cat's appetite comes from the smell of the food and doesn't come from the taste of it e1 e2 stakes perspective Other they understand the stakes from a personal perspective, as well, since the extremists have tried to assassinate them e1 e2 dryer air Cause-Effect_reversed the dryer emits air that is regulated close to your body temperature e1 e2 building architectural features Component-Whole_reversed because of the depression the original design was cut back significantly, but the building contained a number of unique architectural features e1 e2 dentist drill Instrument-Agency_reversed you are in the chair while the dentist gets the drill ready to begin work on your teeth e1 e2 instructor presentation Product-Producer_reversed phy 319 is presently taught in three 50-minute lectures per week in which the instructor makes a chalkboard presentation e1 e2 recovery exhaustion Other sparky anderson is making progress in his recovery from exhaustion and could return to managing the detroit tigers within a week e1 e2 senator influence Instrument-Agency_reversed the senator also wielded enormous influence in the dispensing of rhode island's share of expanding federal budgets of the 1950s and 1960s e1 e2 draft distinction Message-Topic the draft makes a distinction between 'data' and 'records' e1 e2 vaccine government Product-Producer the vaccine is produced by the government and is not for sale to private individuals or companies e1 e2 land olives Entity-Origin_reversed the land was farmed for olives and a few other crops e1 e2 regiment reserve Component-Whole seventy-first regiment and the rest of the cavalry composed the reserve e1 e2 inflatable corgis bag Entity-Destination as the servants put the inflatable corgis in a bag for the balmoral jumble sale, the queen will be settling down this morning for a nice cup of tea and a quiet rest during the archers, known to be one of her radio favourites e1 e2 disruption attacks Cause-Effect_reversed flight disruption after the attacks in the us delayed him there for three days e1 e2 technique keys Component-Whole_reversed public key encryption is a technique that uses a pair of asymmetric keys for encryption and decryption e1 e2 syringe nurse Entity-Origin i nicked a syringe from a nurse and got somebody to get me a lemon from the kitchen e1 e2 frustration defeat Cause-Effect_reversed ray parlour shows his frustration after middlesbrough's defeat e1 e2 biologist resources Instrument-Agency_reversed a biologist combines a range of diverse and distributed resources (databases, tools, instruments) to answer complex questions e1 e2 government factual return Product-Producer_reversed then, in may, 2005, the government produced the factual return, as ordered by the district court e1 e2 architect courtroom Product-Producer_reversed these first person accounts humanize history as readers share the experiences of american prosecutors, security personnel, journalists, and even the architect who designed the courtroom e1 e2 gaps metal box Other to repair, he used duct tape and caulk to seal gaps in the metal box and between joints and seams in the duct e1 e2 tremors earthquake Cause-Effect_reversed hundreds of thousands in central china are sleeping outdoors for fear of more tremors after saturday's earthquake e1 e2 department adjustment Instrument-Agency_reversed the department applied a one-time adjustment to the graduation rates to remove the bias e1 e2 room remains Content-Container_reversed eight rooms surround a central square room that contains the mortal remains of bibi pari e1 e2 patient toothbrush Instrument-Agency_reversed the patient literally sawed it in half using a hard toothbrush over a period of many years e1 e2 router manufacturer Product-Producer contact the router's manufacturer for assistance with configuration and proper setup of your wired router e1 e2 cane sugar Entity-Origin_reversed most cane sugar comes from countries with warm climates, such as brazil, pakistan, india, china and australia e1 e2 policeman truncheon Instrument-Agency_reversed as the policeman hit her with his truncheon, another police officer pushed him away from her and shouted for him to stop e1 e2 carbohydrase process Other the carbohydrase is produced by a process which completely removes the organism rhizopus oryzae from the carbohydrase product e1 e2 planet threat Other we saved the planet from the imperialist threat e1 e2 satchel revelation Other the contents of the satchel were a revelation e1 e2 offshore producer Other intersense, inc., a market leader in precision motion technology, today announced that hydro, a leading offshore producer of oil and gas, has installed its tenth intersense is-900 precision motion tracking system as part of hydro's large scale immersive visualization rooms e1 e2 loom weaver Instrument-Agency the event featured a demonstration of weaving on a loom by local weaver nancy alexander e1 e2 story sheriff Product-Producer this is another false story fabricated by the sheriff e1 e2 ants kitchen Other she got rid of the ants in the kitchen without using dangerous pesticides e1 e2 taste ginseng Cause-Effect_reversed the taste is from the ginseng, not alcohol e1 e2 house person Other in each house lives a person with a different nationality e1 e2 emigration necessity Cause-Effect_reversed maybe the most significant difference is that we have changed from emigration out of necessity to emigration in search of new opportunities e1 e2 office plants Other an office that contains plants creates an agreeable environment for yourself and others e1 e2 inflammation joints Other this daily assault of inflammation in their digestive system, plus the inflammation from your joints and an overworked immune system and excess weight easily exceed the amount of inflammation your body can effectively handle e1 e2 pollen forest Entity-Origin the pollen is derived from a podocarp/broadleaved forest, which probably. covered both the alluvial flats and sides of the valley e1 e2 terror protagonist Other 'the incredible shrinking man' follows matheson's novel and effectively captures the terror of the protagonist as he shrinks to oblivion e1 e2 fish oil Entity-Origin_reversed in any case, fish oil did harm patients e1 e2 discomfort stomach Other nausea is the sensation of unease and discomfort from the stomach, with the sufferers feeling that they may vomit e1 e2 decision maker Product-Producer i'm the decision maker, and i had to come up with a way forward that precluded disaster e1 e2 overview viewer Message-Topic this is an overview of the viewer from a developer's perspective e1 e2 scientists communities Entity-Origin recruiting talented computer scientists from underrepresented communities is important to current and future workforce needs of the computation directorate as well as the laboratory as a whole e1 e2 liquor fruit Entity-Origin afterwards, stroll to a bar for a glass of 'medronho' - the national liquor made from a fleshy, red fruit grown in portugal e1 e2 section notion Message-Topic the section focused on the notion of a backprojection, which was used in that to characterize the set of states that can reach another set of states in one stage e1 e2 fuser page Product-Producer_reversed the hp laserjet 3800n's instant-on fuser produces the first page of each print job in less than 12.5 seconds e1 e2 sheet file cabinet Content-Container the record was a sheet of paper stored in a file cabinet or an image on microform e1 e2 reboot message Cause-Effect on both of my systems, the reboot produced the ominous message 'missing operating system' e1 e2 shopper decision Product-Producer_reversed since the product has made it over that first hurdle, it was blessed with another two seconds while the shopper made his purchasing decision e1 e2 person alibi Cause-Effect the person providing the alibi is the culprit and would be providing a fabricated alibi e1 e2 photon cloud Other once the photon was inside the cloud, the control beam was switched off, allowing the photon to come to a halt inside the dense ensemble of atoms e1 e2 bytecodes structure Entity-Origin the bytecodes compiled from a nonoptimized control structure are illustrated by the following hypothetical method in collection e1 e2 relief acupuncture Cause-Effect_reversed the effect of pain relief by acupuncture lasts for an extended period of time, sometimes months after the needle was removed e1 e2 deaths outbreak Cause-Effect_reversed about 30 ducks were found dead in klamath county in the past two days, and officials are investigating whether the deaths are from a cholera outbreak e1 e2 decrease strategies Cause-Effect principals respond to a decrease in uncertainty with more aggressive strategies e1 e2 physician stethoscope Instrument-Agency_reversed similarly, the western physician's white coat and stethoscope and the environment of western medical clinics and hospitals create an aura of expectancy and hope for healing e1 e2 taste smell Cause-Effect_reversed most of the taste of strong onions comes from the smell e1 e2 building laboratory facilities Component-Whole_reversed the building contained laboratory facilities for conducting spectrochemical, chemical, and mass spectrometric analyses e1 e2 behaviour revellers Cause-Effect_reversed a city nightclub has had an ambitious expansion plan blocked over concerns about unruly behaviour from drunken revellers e1 e2 bowl apples Content-Container_reversed the bowl contained apples, pears, and oranges e1 e2 site wheat Entity-Origin_reversed the site is currently dry farmed for wheat e1 e2 lady photocopies Product-Producer_reversed the lady made the photocopies, pushed a few more keys on her computer, and shuffled some papers around e1 e2 hamburgers restaurant Product-Producer hamburgers from the restaurant were recalled, preventing further illness e1 e2 coins jar Content-Container one in four americans keeps coins in a jar e1 e2 demonstrators figure Product-Producer_reversed the demonstrators composed the figure 420, representing the number of people still being held at the us prison in cuba e1 e2 irritation soaps Cause-Effect_reversed the studies revealed that skin irritation from soaps, inaccessibility to supplies or sinks, and insufficient time to wash hands between every patient care contact were the main reasons given by healthcare workers for lack of handwashing compliance e1 e2 hardcopy book Other the hardcopy book (at an even higher price) and this one purchase ensures you are up to date with all future releases of the electronic book e1 e2 experiment state Cause-Effect but not every run of the experiment produced the desired state - a very large number of failed tries accompanied each successful creation e1 e2 reinsurance company Other monica mullikin ('00) is working for willis of minneapolis as a catastrophe risk analyst for this reinsurance company e1 e2 reflex hammer Other the brachioradialis reflex is observed by striking the brachioradialis tendon directly with the hammer when the patient's arm is resting e1 e2 aqueous solution flask Content-Container this experiment is performed with an aqueous solution of a strong acid inside a flask e1 e2 movie impression Cause-Effect the movie gives the inaccurate impression that the apaches all surrendered e1 e2 panic morning Other saunders felt a resurgence of the panic from this morning when he'd regained consciousness in the minefield e1 e2 aristocracy laws Product-Producer_reversed the aristocracy composed the laws, regulated the monetary system and banks, enforced justice, and often controlled prices, wages, and other economic transactions e1 e2 quote cartoon Entity-Origin the first quote is from the ginger meggs cartoon e1 e2 engine oil Other learning to change your vehicle's engine oil saves you time and money e1 e2 company substitute Product-Producer_reversed the same company also makes a good coffee substitute called bambu which is made from organic chicory combined with figs, cereals and acorns to the original recope of the late swiss nature doctor and founder of the company, alfred vogel e1 e2 spa wax Instrument-Agency_reversed she spread a cream wax, applied strips (the spa uses a stripless wax for the bikini), and removed them with such agility that we barely flinched e1 e2 jokes crackers Entity-Origin he put on a gold pointed hat and read out jokes from the crackers e1 e2 net fisherman Instrument-Agency just as the net enables the fisherman to catch many fish in one go, the pattern was favored by the samurai as it symbolized victory over many opponents at one time e1 e2 drill dentist Instrument-Agency the drill enables the dentist to accomplish these procedures quickly and reduces the trauma to oral tissues e1 e2 electron microscope Instrument-Agency they chose samples and prepared them for viewing with the electron microscope e1 e2 suitcase gym shoes Content-Container_reversed the other contents of the suitcase included gym shoes, dirty sweat socks, limburger cheese, scented oils, and a severely poop stained armani suit e1 e2 house bedrooms Component-Whole_reversed a house that contains a minimum of three bedrooms and a maximum of seven bedrooms to include the proprietor's bedroom is considered to be a "b&b" (a town or country home or a farmhouse) e1 e2 rider horse Instrument-Agency_reversed the fascinating aspect of therapeutic riding is that the rider sitting astride a horse walking establishes what is a perfect walking gait for the human e1 e2 soy milk creamer Other the soy milk makes a great coffee creamer (and with whatever else you can cook it) e1 e2 downturn bombs Cause-Effect_reversed thailand has been bracing itself for a downturn in the wake of the bombs, especially in the tourist sector e1 e2 growth roots Other literary criticism is the study of literature by means of a microscopic knowledge of the language in which a book is written, of its growth from various roots, of its stages of development and the factors influencing them, of its condition in the period of this particular composition, of the writer's idiosyncrasies of thought and style in his ripening periods, of the general history and literature of his race, and of the special characteristics of his age and of his contemporary writers e1 e2 vessel tools Content-Container_reversed among the contents of the vessel were a set of carpenter's tools, several large storage jars, ceramic utensils, ropes and remnants of food, as well as a heavy load of ballast stones e1 e2 ringtone telecommunicator Other the ringtone makes the telecommunicator e1 e2 workers crane Instrument-Agency_reversed construction workers utilized a crane to assist in bringing roofing materials up to the top e1 e2 spiciness glands Cause-Effect_reversed the spiciness comes from small capsaicin glands located between the pepper's outside skin and the white ribs inside e1 e2 panic aftershocks Cause-Effect_reversed in one day, the red crescent treated more than 50 injuries - mainly broken bones caused by panic from aftershocks e1 e2 sports hands Other american sports are played with the hands e1 e2 climber hook Instrument-Agency_reversed the climber had a hook in each hand e1 e2 clock train station Other japanese commuters look at a clock inside a tokyo train station e1 e2 bomb suitcase Content-Container the bomb was contained in a suitcase and was planted by two men e1 e2 cabinets kitchen Component-Whole i am installing lights under the cabinets in my kitchen e1 e2 implementor decision Product-Producer_reversed the implementor makes the decision, not the protocol e1 e2 material acid Other he mounts the photo on a material that contains acid, so that the paper absorbs the acid which in turn attacks the photo itself e1 e2 commander neck Component-Whole_reversed the commander sawed logs with his neck hanging radically from one medieval arm while his feet hung three feet above the hardwood floor on the other side e1 e2 blockage clot Cause-Effect_reversed in the most common form of such an attack, called ischemic stroke, the blockage comes from a blood clot that develops in one of the brain's blood vessels e1 e2 diener scalpel Instrument-Agency_reversed the diener takes a large scalpel and makes the incision in the trunk e1 e2 photographer picture Product-Producer_reversed as for camera/lens info, the photographer made the picture, not the camera e1 e2 outrage corruption Cause-Effect_reversed the report links conditions in some of the worst affected localities and the likelihood that dire poverty - combined with despair and outrage over rampant corruption, repressive policies, and governments' failure to address local needs - could lead to outbreaks of localised unrest with the potential to spread into a wider regional conflict e1 e2 tremors midnight Other everybody in the region experienced the tremors after midnight e1 e2 thermostat water Other a thermostat keeps the water at the requested temperature e1 e2 assembly statement Product-Producer_reversed in response to the problem, the assembly composed the following statement e1 e2 morning session tutorial Component-Whole_reversed the morning session contains a tutorial that aims to address the basic issues necessary for a better understanding of this complicated topic e1 e2 aftershocks withdrawal Cause-Effect_reversed the troubled company is still feeling aftershocks after its devastating withdrawal of the pain medication vioxx six months ago e1 e2 strategy needs Entity-Origin the company's storage strategy is derived from customer's needs e1 e2 recipe apples Component-Whole_reversed like many recipes for stuffing, the original recipe contained apples, but as apples are a higher carb fruit, i have substituted cranberries which have the dual effect of making the stuffing lower carb than the regular recipe and also adding a little extra seasonal color and flavor e1 e2 expenditure activity Cause-Effect_reversed energy expenditure through physical activity is a key component in the prevention and treatment of overweight and obesity e1 e2 box controller Content-Container_reversed among the additional contents of the box were a controller, an audio/video connector, a plug, and quite a few manuals and booklets e1 e2 artist song Other the artist who originally made the song popular is listed for reference only e1 e2 wife family Entity-Origin under the circumstance that the wife comes from a wealthy family, her dissatisfactions with her marriage may make her seem like a spoiled brat e1 e2 video clip Component-Whole_reversed the video contains a clip from the movie e1 e2 typist typewriter Instrument-Agency_reversed originally, the typewriter sales companies sold the typist with the typewriter e1 e2 soils dealer Entity-Origin your garden does well with either of these soils since these soils come from a reputable dealer e1 e2 tube knife Other the quartz sample tube with polyradical residue was cut with diamond knife to the size that fit into the teflon digestion vessel e1 e2 injury preseason Other clinton portis, who missed last week's game against dallas because of a shoulder injury from the preseason, rushed for 86 yards on 16 attempts to become the fifth-fastest player to reach the 6,000-yard mark in his career e1 e2 batteries phone Component-Whole the batteries are kept in a phone e1 e2 cathode electrons Cause-Effect the cathode emits electrons e1 e2 product radiation Cause-Effect the product emits radiation e1 e2 wine context Other they put wine in the exact context it needs to be kept in - not so bloody serious e1 e2 building storage rooms Component-Whole_reversed the lower portion of the building contained hundreds of storage rooms e1 e2 infection execution Cause-Effect_reversed infection starts with manual execution of the binary e1 e2 carpenter axe Instrument-Agency_reversed like a carpenter wielding an axe to make furniture, the hacker does good things with his skills e1 e2 construction refinement Cause-Effect the construction gives a refinement of nori's argument in the case of a self-product of a curve e1 e2 sculptor figures Product-Producer_reversed the architect created the beautiful division of the space and the exact proportions, the sculptor produced the anatomically correct figures, and the painter knew how to blend forms and colours into perfect harmony e1 e2 picric acid aqueous solution Other picric acid is kept in an aqueous solution, which makes it suitable and safe to handle e1 e2 vacuum cleaner Instrument-Agency hoover is also notable for an extremely unusual vacuum cleaner, the hoover constellation, which is canister type but lacks wheels e1 e2 goats fibre Entity-Origin_reversed although the goats were farmed for their fibre from early times it was not until the 16th century that export of the goats was permitted e1 e2 savings hardware side Other the big savings is coming from the hardware side e1 e2 panel recommendation Product-Producer_reversed after the panel makes a recommendation, orasure said it likely will formally apply to sell the test over-the-counter e1 e2 juicer squeezing Instrument-Agency a juicer is a utensil used for squeezing juice from fruit e1 e2 kitchen salt Content-Container_reversed the kitchen contains basic items such as salt, pepper and olive oil e1 e2 exclusion standards Other examples include the exclusion of certain benefits from funding standards and the exclusion of entire plans from certain funding requirements e1 e2 keys car Other when he was back he noticed that he had locked the keys inside the car e1 e2 collaboration curriculum Other the collaboration produced the pump(pittsburg urban mathematics program) curriculum, which focuses on mathematical analyses of real-world situations, the use of computational tools, and on making algebra accessible to all students e1 e2 change end Other the only change is from the energy company's end, where their section of the gas or electricity infrastructure is now supplying an extra home e1 e2 hole metal box Component-Whole a high voltage coupling capacitor is added at the input as well as a small hole in the metal box in order to provide screwdriver adjustment to the gain control potentiometer e1 e2 potato peeler Other a potato peeler is a metal blade attached to a metal, plastic or wooden handle that is used for peeling vegetables, usually potatoes e1 e2 beach cave Other a pool with a sand beach is located inside the cave e1 e2 observation spectrograph Other the third observation was made with the echellette spectrograph e1 e2 volunteer organization Other for projects submitted at national level, the volunteer is sent by a organization legally established in his/her country of residence e1 e2 work food Other in zen, there is a strong relationship between work and food, for the former begets the latter e1 e2 bouillon chicken Entity-Origin different from the curry source, chicken bouillon is mainly distilled from chicken e1 e2 salad apples Component-Whole_reversed the original waldorf salad, created at new york's waldorf astoria hotel in the 1890s, contained only apples, mayonnaise, and celery e1 e2 collapse exhaustion Cause-Effect_reversed there were the years of constant fatigue and shortness of breath, the heart attack at age 11, the collapse from exhaustion on her high school graduation night e1 e2 candidates criticism Other the commission merely implements the contracts, shielding the major party candidates from public criticism e1 e2 increase list Message-Topic_reversed the board selected a list of expenditure reduction and revenue increase from the list attached to staff report e1 e2 memorandum stigmatizing statements Component-Whole_reversed the contents of the memorandum included stigmatizing statements about cannon e1 e2 government gunfire Instrument-Agency_reversed the pri government crushed a burgeoning student movement with gunfire that killed scores of peaceful demonstrators e1 e2 collapse top Other and because of a last minute collapse from top to bottom - what would be and should be a perfect season to this point is just another year e1 e2 region fertility Other the surrounding region is farmed for its fertility e1 e2 fertilizer salesman Other peterson worked as a fertilizer salesman before his arrest e1 e2 surgery chemotherapy Other surgery after radiation chemotherapy is an effective local treatment, which is able to significantly increase local tumor control compared to radiation chemotherapy only e1 e2 damage spills Cause-Effect_reversed the pipeline had to face the following main concerns from opposition: disturbance of animal migration patterns, environmental damage from spills, geological concerns and the alaskan permafrost e1 e2 collection books Member-Collection_reversed the collection contained books, magazines, journals, and newspapers e1 e2 agarwood aquilaria tree Entity-Origin agarwood, the world's most valuable incense, is produced by the aquilaria tree, found in tropical rainforests, and has been used for centuries as incense and in traditional medicine e1 e2 pistol maker Product-Producer so the inscription didn't name the pistol's maker, or the artist who decorated it, or the year it was made e1 e2 excerpt book Entity-Origin the following excerpt is from the self help psychology book, be your own therapist e1 e2 bag diamond ring Content-Container_reversed among the contents of the bag were a diamond ring worth $2000 and a watch worth $500 e1 e2 dining room access Component-Whole_reversed a dining room that contains direct access from the kitchen is the most practical, unless the room will exist for fluff purposes only e1 e2 therapist patient Other a therapist helps the patient to understand himself or herself better e1 e2 dehydration loss Cause-Effect_reversed dehydration from fluid loss is the only major problem the virus causes, most often in the elderly e1 e2 request company Product-Producer when the request comes from a private company, there's no law that requires them to provide a disclosure notice e1 e2 handset maker Product-Producer sharp, as a handset maker, produces panels for a possible competitor e1 e2 yoga flexibility Cause-Effect yoga is fantastic for increased flexibility, which is great for cross-training with all the other programs we offer e1 e2 electricity reactors Cause-Effect_reversed the electricity is produced by 440 nuclear reactors in 31 countries e1 e2 artist painting Product-Producer_reversed outraged, upon his release and return to england, the artist produced the virulently anti-french painting based on his experience there e1 e2 patterns textiles Entity-Origin interspersed in the design are patterns derived from a variety of textiles e1 e2 mediator parties Other a mediator assists the parties in finding their own answers for the problems before them by encouraging constructive communications, keeping the parties focused on settlement alternatives, offering information and suggestions as needed, and building the foundation for improved relations between the parties e1 e2 ecstasy cultures Other this year's newest attractions include a dedicated music zone which takes you on a musical journey around the world and gives you a chance to experience musical ecstasy from different cultures e1 e2 heater car Component-Whole the heater inside the car consumed gasoline e1 e2 judge gavel Instrument-Agency_reversed the defendant and i flinched when the judge pounded his gavel e1 e2 trouble maker Cause-Effect he was a trouble maker then, a leader in sds, and a trouble maker he remains e1 e2 driver car Other the driver was trapped inside the car, which landed upside down, and died while emergency crews were preparing to transport him to a local hospital e1 e2 defendant line Entity-Destination in the lineup, the police literally put the defendant in a line with other people to see if the victim or witness can identify anyone in the line as having participated in a crime e1 e2 jimmy burglar Instrument-Agency the test is made by inserting the end of a jimmy or other burglar's tool and endeavouring to produce impressions similar to those which have been found on doors or windows e1 e2 evacuation business hours Other since the evacuation was after normal business hours, the on-duty security officer and maintenance personnel were responsible for the notification and evacuation of occupants of all buildings e1 e2 facility growth Other the controlled environment facility is for growth of experimental material only e1 e2 materials mixing Other the materials were produced by mixing the constituents and processing them through a press/sinter cycle to produce a consolidated material e1 e2 country lodge Other the hotel is in the style of a country lodge and only has 18 rooms e1 e2 microwave oven Instrument-Agency the microwave oven is one of the great inventions of the 20th century e1 e2 land coffee Entity-Origin_reversed some of the land was farmed for coffee in the past, but it is now mostly native vegetation (with some emergent trees) e1 e2 statement producer Product-Producer the satisfaction was complete - please find below a statement from the producer e1 e2 fire flammable liquids Cause-Effect_reversed in summer 2000, an adventist church in polotsk, vitebsk region, was damaged by a fire started with flammable liquids e1 e2 jelly doughnut Component-Whole the jelly inside a doughnut is scalding while the pastry is only warm e1 e2 evacuation eruption Cause-Effect_reversed the film also features documentary like segments about fishing and about the evacuation after the eruption of the volcano e1 e2 swing amplifier Cause-Effect_reversed the voltage swing obtainable across the load is greater than the output voltage swing obtainable from the amplifier alone, thus the efficiency of the amplifier system and power handling capacity of the system are improved e1 e2 noise car Other this was the signal for dozens of others to do the same and the noise inside the car was quite something e1 e2 dribbler ball Instrument-Agency_reversed during a dribble the dribbler keeps the ball on the side of his body that is away from the defender e1 e2 population living Other in 1871, nearly 60 percent of the italian population farmed for a living, attempting to eke out an existence from arid land that often was not their own e1 e2 growth hormone pituitary gland Product-Producer another good example of the importance of hormonal balance in the body is the growth hormone produced by the pituitary gland e1 e2 astronauts system Instrument-Agency_reversed the astronauts used the orbiter boom sensor system mounted on the end of the shuttle's robotic arm e1 e2 caverns cave Component-Whole there are four caverns located inside the cave with the tunnel heading west being the largest e1 e2 cooperation activity Other cooperation through physical activity promotes important life skills e1 e2 clock wheel Component-Whole tapestries of rocky coastlines share wall space with a clock inside a ship's wheel e1 e2 barber scissors Instrument-Agency_reversed before the barber takes his scissors out, family, friends and rabbis take turns snipping e1 e2 alterations activity Cause-Effect_reversed we examined mood alterations through physical activity and other interventions e1 e2 farmers maize Product-Producer_reversed virtually all hillside farmers grow maize during both seasons, and many of the farmers cultivate beans, rice, and other crops as well e1 e2 overproduction growth Cause-Effect in addition, scientists maye have a number of potentially useful targets to prevent and treat this lethal tumour because of the findings that nox5 mediated overproduction of hydrogen peroxide is responsible for increased growth and decreased death of cancer cells e1 e2 canola seed Entity-Origin_reversed canola seed are small, and placement at a shallow depth is required e1 e2 mustard seed Entity-Origin the mustard is made from brown or black mustard seed and has a smooth, not-too-acidic flavor e1 e2 gavel judge Instrument-Agency the gavel helps the judge establish his or her rule over the court room e1 e2 tea food Entity-Destination we actually did put tea in the food e1 e2 catalogue books Member-Collection_reversed the catalogue contained books published in 1998 warning of the upcoming millennium bug and other similarly germane works, but neither of brock's bestsellers e1 e2 violin maker Product-Producer we even heard from descendants of gustav schoenike who was the violin maker e1 e2 kitchen stove Component-Whole_reversed the kitchen contained a large stove, a sink, a small table with chairs, and an old sofa that had seen many children and grandchildren tear at its skin e1 e2 malcontents diminutive condition Other in a little time the numbers increased from forty-five to eighty, and soon after to a greater number; which, with the majority of the clergy, and the whole of the national representatives, put the malcontents in a very diminutive condition e1 e2 novelist computer Other paul the novelist has a computer but uses his old smith corona manual e1 e2 pollution dumping Cause-Effect_reversed it was also felt necessary at this time to draw up a similar document, dealing not with the prevention of marine pollution by dumping, but instead with the prevention of marine pollution by discharges of dangerous substances from land-based sources, watercourses or pipelines e1 e2 disability benefits Cause-Effect short-term disability and long-term disability benefits are available at no cost to ustelecom employees e1 e2 chart report Entity-Origin the chart above is from the commission's 2005 report and outlines the strategic areas which require action e1 e2 equipment jockey box Entity-Destination equipment for making repairs en route was carried in a jockey box attached to one end or side of the wagon e1 e2 recovery laughter Other there are three set changes and two intervals which help the recovery from laughter, but the entertainment is maintained despite the well expected ending e1 e2 generator energy Cause-Effect this proves that the generator actually produced the renewable energy purchased and acts as the operative instrument of the transaction e1 e2 refugee nation Entity-Origin he was a young refugee on the run from a nation at war e1 e2 microfiber mop Other because it's a strong, lint-free synthetic material with tiny absorbent fibers, microfiber allows a mop to hold sufficient water without dripping e1 e2 shroud cathedral Other the shroud is kept in the cathedral of st. john the baptist in turin, italy e1 e2 worms box Content-Container the worms are in a box with bedding made from such materials as straw, grass clippings, or shredded paper e1 e2 whistle tone Cause-Effect the said whistle produced the 2600 hz tone necessary to authorize calls e1 e2 furniture maker Product-Producer these are new sorts of sponsors for us, a shoe company and a furniture maker e1 e2 fertilizer ingredient Entity-Origin in addition to serving as a fertilizer ingredient, ammonia can also be used directly as a fertilizer by forming a solution with irrigation water, without additional chemical processing e1 e2 contents loss Other while that operation was a success, the contents of the satchel were a tiny loss for the traffickers e1 e2 dentist drill Instrument-Agency_reversed anesthesia is not necessary since the dentist uses the drill and sandpaper discs and polishing wheels to reshape the teeth e1 e2 body parents Product-Producer this teaches that the body is procreated by the parents and the soul and spirit are directly created by god and placed in the body e1 e2 machine coffee Product-Producer_reversed the cup's a bit small but who cares, the machine makes coffee quickly enough that it's no problem to just make a second cup e1 e2 controversy research Cause-Effect_reversed there exists a widespread controversy over stem cell research that emanates from the techniques used in the creation and usage of stem cells e1 e2 gains liberalization Cause-Effect_reversed in the months leading up to trade negotiations, estimates of the economic gains from trade liberalization suddenly become newsworthy e1 e2 boy stick Instrument-Agency_reversed further left a boy is fighting a peacock with a stick, and to the right a boy is killing an attacking goat with a spear e1 e2 behaviour consumption Cause-Effect_reversed the resulting anti-social behaviour from alcohol consumption is an on-going matter that the town and the police continue to address, particularly in the summer months e1 e2 film maker Product-Producer in addition to his reputation as a film maker lehmuskallio is also known as an artist e1 e2 hostess rules Product-Producer_reversed the hostess made the following rules: no husband and wife could sit next to one another (to the right or to the left) and men had to alternate with women everywhere e1 e2 revolution pleas Cause-Effect_reversed the revolution brought forth impassioned pleas condemning the common law for not respecting the interests of the people and calling for law reform e1 e2 glomeruli kidneys Component-Whole the glomeruli assist the kidneys in filtering urine from the blood e1 e2 county corn Entity-Origin_reversed today 75% of the county is intensively farmed for corn, soybeans, oats, and alfalfa with emphasis on dairy production e1 e2 wings plane Entity-Origin not sure what brand of model it came from but the wings are from a trashed plane my buddy had e1 e2 memo transcription Other and john was able to talk to some people in the u.s. government and verify that the substantive contents of the memo were a reasonably accurate transcription of what had transpired e1 e2 powder sugar Other he combines strawberries and powder sugar and mixes well e1 e2 benefits beverages Cause-Effect_reversed the health benefits of alcoholic beverages are the subject of this investigation e1 e2 fruit basket apples Content-Container_reversed the fruit basket contained apples, oranges and bananas e1 e2 pulsar remnant Instrument-Agency a pulsar powers the supernova remnant by confirming the existence of the point-like source and discovering a cloud of high-energy electrons around the central object e1 e2 mechanism vacuum cleaner Component-Whole_reversed this is the same basic mechanism at work in a vacuum cleaner, though the execution is a bit more complicated e1 e2 map maker Product-Producer he learned how cartographic evidence refutes the authenticity of the vinland map and from where the map's maker have drawn inspiration e1 e2 kitchen culinary temptations Other and we do recommend excersise, as the kitchen holds culinary temptations in store for you that are bound to prolong your evening and lift your spirit e1 e2 snowdrift door Other i struggle for my dream of painless perfection but a snowdrift keeps the door from opening e1 e2 heathcare company Other we conducted a usability test on the enterprise-wide navigation system for this heathcare company's proposed intranet redesign e1 e2 inhibition depression Cause-Effect_reversed inhibition through synaptic depression is unlike the previous forms of inhibition in that it turns on more slowly and thus acts as delayed negative feedback e1 e2 rubberized trim handset Component-Whole special construction and a rubberized trim helps the handset stand up to everyday wear-and-tear, and even occasional dropping e1 e2 coffin maker Product-Producer a coffin maker has increased productivity by 20% since securing a 180000 pounds finance package from business angels e1 e2 joy writing Cause-Effect_reversed the joy comes from cather's writing: precise observation and wording, the lilting cadence of her phrasing, the beautiful and clear pictures she evokes of scenery and characters, and the unfamiliar, old fashioned words and expressions she uses e1 e2 robber office Other the robber was inside the office when the manager decided to take action and escape out the side door e1 e2 famine drought Cause-Effect_reversed famine following drought has hit the west african savannahs, where there have been other bad droughts, notably the great one of 1972-74 e1 e2 binder handouts Content-Container_reversed the contents of the binder included handouts on lectures, lab. exercises, assignments, as well as production information of use to the participants e1 e2 refugee country Entity-Origin when you're an immigrant or refugee from any country then you have an experience with a botched translated name e1 e2 kitchen nuturing role Other but for the family that shares the cooking and clean up duties, the kitchen holds a special nuturing role beyond supplying nutrition for the physical body e1 e2 stereograph output Product-Producer_reversed stereograph produces the same output e1 e2 assemblies strips Other the small knife assemblies are widely used for cutting various strips of flexible materials e1 e2 people seeds Other people harvest the seeds, macerate them, and roll them into thick sticks of dry, hardened paste which can then be stored or exported from the region e1 e2 ingredient plant Entity-Origin the special ingredient in the lotion comes from a plant e1 e2 contents cell phone Content-Container_reversed the total contents of the purse included a cell phone and wallet valued at $120 e1 e2 cartoon strip comic book Component-Whole in 1996, a major publishing company simultaneously launched in 13 countries a dinosaur cartoon strip carried in a weekly comic book e1 e2 damage autumn Other grubs tend to cause significant damage from autumn to spring by which time the larvae are becoming fully grown e1 e2 grapefruit juice Entity-Origin_reversed it was originally assumed that the ingredients responsible for drug interactions were the flavonoids that give grapefruit juice its bitter taste e1 e2 headmaster announcement Product-Producer_reversed the headmaster made the formal announcement e1 e2 kitchen well Component-Whole_reversed the kitchen contained a well at the northern end and a well and two holding areas for live fish on the southern end e1 e2 cyst gas Component-Whole_reversed the contents of the cyst included a foul smelling gas and white-green pus e1 e2 adults sleep deprivation Other adults with sleep deprivation who listened to soft classical music at bedtime reported a 35 percent improvement in their quality of sleep e1 e2 kitchen cooker Component-Whole_reversed the kitchen holds a cooker, fridge, microwave oven, in short; everything you need if you want to prepare a light meal e1 e2 building open central space Component-Whole_reversed the building contained a large open central space with tables and chairs as well as a nursery and two tearooms e1 e2 knight battle axe Instrument-Agency_reversed the knight raised his dragon battle axe, and dealt the creature a crushing blow e1 e2 grapefruit juice Entity-Origin_reversed grapefruit juice causes more of these drugs to enter the blood e1 e2 immigrants subcontinent Entity-Origin by the early '90s, indian entrepreneurs bought a majority of the properties and flourished with the new immigrants from the subcontinent e1 e2 colours stylesheet Entity-Origin the colours were similarly derived from the stylesheet e1 e2 dentist drill Instrument-Agency_reversed at that point the patient grabbed the arm of the dentist to forcibly pull the drill out of his mouth e1 e2 ground crane Other it was this moist ground that during construction engulfed a crane which remains under the stadium today e1 e2 country life Other tom plans to continue to live the country life as he grows older e1 e2 land dairying Other near adelaide the land is intensively farmed for dairying, fruit, and vegetables e1 e2 flask ale Content-Container_reversed bevan opens a case on the other side of the room and pulls out a flask that contains ale of the best sort e1 e2 steps train Other ride metrorail and then pick up a car just steps from the train to run errands, shop or reach any other business or social event not easily accessible via transit e1 e2 man chisel Other providence had sent the old man into the world with a chisel in his hand e1 e2 belief experience Cause-Effect and, of course, everyone wants to prove the truth of their beliefs through experience, but the belief begets the experience e1 e2 mesosphere thermosphere Other the mesopause separates the mesosphere from the thermosphere e1 e2 typewriter typist Instrument-Agency unlike earlier machines, their typewriter permits the typist to see what is being typed and has other features that make it the first really practical typing machine e1 e2 avocado butter Entity-Origin_reversed avocado butter is a very rich, moisturizing treatment for the hair and skin, and it has some natural sunscreen properties e1 e2 man jolliness Cause-Effect the man radiated jolliness e1 e2 discomfort traveling Cause-Effect_reversed earplugs relieve the discomfort from traveling with a cold allergy or sinus condition e1 e2 behaviour abuse Cause-Effect_reversed there is a rise in erratic behaviour from substance abuse and frustration caused by long waits for hospital treatment e1 e2 refugees home Entity-Origin the sisters are teenage refugees from a violent home, living alone in a faded victorian mansion where they survive by creating a closed world centered around each other and their new friends -- a rowdy makeshift family of castoffs, dealers, and drama queens on the periphery of the burgeoning drug game, some looking for a way out, some looking for a way deeper in e1 e2 fuel oil Entity-Origin in europe the fuel is distilled from canola oil e1 e2 beef bouillon Entity-Origin_reversed she prepared some beef bouillon and let it cool e1 e2 fibres glial capsule Component-Whole surrounding each neuron there was a group of cells of the glial type (satellite cells), which together with the collagen fibres composed the glial capsule e1 e2 scientists explosion Other the residents and scientists learned from the krakatau explosion e1 e2 developer perspective Other this is an overview of the viewer from a developer's perspective e1 e2 birds syllables Other months later, the birds composed the syllables into complete songs, whether the songs matched natural patterns or not e1 e2 molt feathers Cause-Effect the spring molt produces mottled brown feathers, making the female almost invisible as she sits on her nest e1 e2 committee guidelines Product-Producer_reversed the student committee developed the following guidelines e1 e2 castle light Cause-Effect beauty had scarcely uttered these words when the castle radiated with light e1 e2 stability ankle joint Other muscles, tendons, and ligaments surround the ankle providing the stability the ankle joint needs for walking and running e1 e2 underpad tires Entity-Origin the basement carpeting is made from recycled plastic pop bottles, and the underpad was once automobile tires e1 e2 cash bag Content-Container after the cashier put the cash in a bag, the robber saw a bottle of scotch that he wanted behind the counter on the shelf e1 e2 shrinkage washing Cause-Effect_reversed this durable short sleeve crew neck tee shirt is made of preshrunk cotton to minimize shrinkage after washing e1 e2 institution deposit Other the institution provides a deposit, as set in the commission dues and fees schedule, towards the fee when it submits its appeal document e1 e2 multivitamin vitamins Other we take multivitamin that contains vitamins d, e, k, and beta-carotene e1 e2 developer case Product-Producer_reversed the developer duly writes a test case, makes the necessary code changes, ensures the test passes, checks the code in and considers the job finished e1 e2 students curricula Other many students deviate from the ideal curricula presented in a later section of this bulletin e1 e2 sound system suitcase Component-Whole the sound system is contained in a suitcase and controlled from within the steering wheel e1 e2 happiness giving Cause-Effect_reversed givers gain moral strength and happiness from giving e1 e2 canola production Other effective canola production requires hands-on involvement with the crop e1 e2 boy threat Product-Producer_reversed the boy who made the threat was arrested, charged, and had items confiscated from his home e1 e2 acoustics car Other auto eq is a powerful sound tuning feature which uses a microphone to monitor and analyse the acoustics inside the car e1 e2 approach methodology Other a very robust metal hydride discovery approach was made with a demonstrated hts methodology e1 e2 juicer fruit Other the norwalk juicer grinds and presses any fruit or vegetable e1 e2 conflict charges Cause-Effect_reversed citing the conflict of interest created by the ethics charges, nifong asked the state attorney general's office to take over the lacrosse case e1 e2 drape bathroom Component-Whole on this oval porthole, a lace drape keeps the bathroom private while showing off the shapely window and letting in light e1 e2 sub-catchment beef sucklers Entity-Origin_reversed the sub-catchment is farmed primarily for beef sucklers with a single dairy enterprise and a single poultry unit so the land use is entirely grassland e1 e2 advertisement provider Product-Producer the above advertisement is from the server provider not from me e1 e2 joy places Other sometimes joy comes from unexpected places e1 e2 cave telephone Other located inside the cave was an old, broken-down army field telephone e1 e2 growth leaks Cause-Effect_reversed apartment residents in delaware were awarded $1 million for health problems due to mold growth from unrepaired leaks e1 e2 truncheon police Other the rap star was apprehended at john wayne airport late last month and his truncheon was confiscated by police e1 e2 famine good years Other the severe famine following the good years required a political and economic reorganization in the country e1 e2 magnetic bottle fusion plasma Content-Container_reversed a tokamak is a toroidal (doughnut shape) magnetic bottle that contains the fusion plasma e1 e2 image poster Entity-Origin the image is from the poster 'selling counterfeit products is illegal' e1 e2 wine hands Other retailers have done their bit to put wine in the hands of the masses, to make it more accessible to the wider uk public e1 e2 kitchen drug paraphernalia Other the kitchen contained primarily drug paraphernalia e1 e2 memories mind Product-Producer also, very rarely, hypnotherapy leads to the development of 'false memories' fabricated by the unconscious mind; these are called confabulations e1 e2 rower oar Instrument-Agency_reversed a rower has one oar in sweep rowing, an oar in each hand in sculling e1 e2 light lamp Cause-Effect_reversed a lamp's lumen output expresses the total amount of light the lamp emits in all directions per unit time e1 e2 bottle alcohol Content-Container_reversed now, i have a plastic bottle that contains alcohol in which i put my artificial eyelashes at night when i take them off, to clean them and keep them safe e1 e2 box empty promises Content-Container_reversed the box holds all our empty promises to give back, to help others, to do something worthwhile - if only we weren't so busy e1 e2 tutors intervention Other the tutors provide a consistent, reliable intervention that allows students who are falling behind an opportunity to reach proficiency e1 e2 brushing meals Other brushing after meals became part of your daily schedule e1 e2 bus company Other a bus company has pledged a week-long roadside survey after a group of workers complained about its bradford to morley service e1 e2 crowd optimism Cause-Effect when deliberations began, the crowd of people jamming the hallways radiated optimism e1 e2 sink kitchen Component-Whole we have a bright and cheery yellow casement window over the sink in my kitchen e1 e2 player smile Other the snooker player played the game with a smile on his face e1 e2 wine grapevines Entity-Origin europeans have rejected wine produced from genetically modified grapevines, which has caused californian wine-growers, who rely heavily on the european market, to worry e1 e2 smoothie maker Product-Producer because the ice in the smoothie has to be crushed and blended with the other ingredients, a smoothie maker is usually the appliance of choice e1 e2 defamation bishop Product-Producer the defamation comes from a bishop e1 e2 advice builders Entity-Origin the following advice is distilled from builders and first-hand experience e1 e2 air jar Content-Container the air in the jar started circulating to the rest of the room e1 e2 growth exports Cause-Effect_reversed but hong kong was able to recover from that and is now experiencing strong economic growth from exports e1 e2 legislature ombudsman Product-Producer_reversed the legislature created the ombudsman to intervene when children or their parents are subjected to unauthorized or unreasonable agency decisions e1 e2 sun light Cause-Effect the sun emits light or radiation at a large range of energies or frequencies e1 e2 chef meal Product-Producer_reversed then, while you relax, the chef prepares the meal and serves it, restaurant-style e1 e2 diets energy density Other however, the fact that the guinea pigs appeared to function in a normal physiological manner indicates that the diets contained the necessary energy density e1 e2 student request Product-Producer_reversed the student provided a written request, mailed to the executive director of the pacific division e1 e2 lather soap Entity-Origin in order for handwashing to be effective, vigorous friction, ample lather from soap, and thorough rinsing are needed to remove the germs from the hands e1 e2 worsening deprivation Cause-Effect_reversed mr c notes worsening of seizures and cognition with sleep deprivation and stress e1 e2 quesadilla maker Product-Producer get a quesadilla maker from one of your local discount stores such as target, walmart, or kmart e1 e2 barber scissors Instrument-Agency_reversed bernie the barber downed his scissors, leaving the final triangle of hair uncut e1 e2 grass hay Entity-Origin_reversed not too long ago, the grass was farmed for hay; then, it was ditched for mosquito control e1 e2 explosion scene Other the punk explosion cultivated the underground/indie rock scene that would one day be called 'alternative music' e1 e2 carpet materials Other the carpet is made from recycled materials e1 e2 minicab company Other this is incorrect, and when a minicab company uses the word taxi on their livery it can lead to prosecution by the local government body e1 e2 climber grappling hook Instrument-Agency_reversed a goal is like a mountain outcropping to which a climber throws a grappling hook and pulls themselves up e1 e2 facilitator discussion Other a facilitator keeps the discussion focused and limited to the allotted time, while the recorder keeps a written record of the panel's recommendations e1 e2 dryness exposure Cause-Effect_reversed hand creams counteract dryness from exposure to wind, sun, and detergents e1 e2 discomfort staring effect Cause-Effect_reversed eye discomfort from this staring effect is exacerbated by low humidity e1 e2 company mug Product-Producer_reversed the lower mark is the vienna company that made the mug e1 e2 transmitter signal Cause-Effect the transmitter emits a constant radio signal to crea e1 e2 anxiety fear Cause-Effect_reversed parents also experience anxiety from fear of the suffering of their child and worry about an uncertain outcome e1 e2 horse rider Instrument-Agency it just so happened that the horse bucked the rider and threw him into a mud-puddle e1 e2 turtles food Entity-Origin_reversed in some asian countries, including china, malaysia and the philippines, the turtles are farmed for food e1 e2 prescriber prescription Product-Producer_reversed using an e-prescription module in an electronic record system, the prescriber makes out a prescription and transfers it to the national e-prescription mailbox e1 e2 citizens states Product-Producer_reversed state citizens created the states who created the federal government who created federal citizens e1 e2 inversion reaction Cause-Effect_reversed in chemical lasers the inversion is produced by a chemical reaction e1 e2 streaks truck Product-Producer the streaks are from a passing truck e1 e2 engine concept Other a v8 engine mated with a manual transmission powers the convertible concept e1 e2 notice fax Other when the notice is sent by fax, the notice is not deemed received until 3 days after faxing it e1 e2 herbicide antibiotic Entity-Origin the herbicide is derived from a natural antibiotic, which is produced by two strains of a soil bacterium e1 e2 match jar Entity-Destination to test this, we placed a kitchen match in the jar instead of the candle, lit the match, screwed on the lid and dropped the jar e1 e2 farmers market Other the farmers and city officials in the region have tried to get state money to move the farmers market into a first-class operation and tourist attraction e1 e2 surgeon hole Product-Producer_reversed the surgeon cuts a small hole in the skull and lifts the edge of the brain to expose the nerve ================================================ FILE: dataset/SemEval/train.txt ================================================ 3 12 12 15 15 the system as described above has its greatest application in an arrayed configuration of antenna elements 18 1 1 9 9 the child was carefully wrapped and bound into the cradle by means of a cord 11 1 1 7 7 the author of a keygen uses a disassembler to look at the raw assembly code 18 2 2 6 6 a misty ridge uprises from the surge 12 1 1 2 2 the student association is the voice of the undergraduate student population of the state university of new york at buffalo 18 4 4 11 11 this is the sprawling complex that is peru ' s largest producer of silver 1 7 7 19 19 the current view is that the chronic inflammation in the distal part of the stomach caused by helicobacter pylori infection results in an increased acid production from the non infected upper corpus region of the stomach 6 0 0 6 6 people have been moving back into downtown 4 1 1 6 7 the lawsonite was contained in a platinum crucible and the counter weight was a plastic crucible with metal pieces 6 12 12 20 20 the solute was placed inside a beaker and 5 ml of the solvent was pipetted into a 25 ml glass flask for each trial 12 2 2 6 6 the fifty essays collected in this volume testify to most of the prominent themes from professor quispel ' s scholarly career 18 1 1 5 5 their composer has sunk into oblivion 14 6 6 9 9 the pulitzer committee issues an official citation explaining the reasons for the award 1 1 1 8 8 the burst has been caused by water hammer pressure 11 2 2 6 8 even commercial networks have moved into high definition broadcast 14 4 4 10 10 it was a friendly call to remind them about the bill and make sure they have a copy of the invoice 11 2 2 9 9 texas born virtuoso finds harmony , sophistication in appalachian instrument 17 1 1 16 16 the factory ' s products have included flower pots , finnish rooster whistles , pans , trays , tea pots , ash trays and air moisturisers 3 7 7 8 8 the girl showed a photo of apple tree blossom on a fruit tree in the central valley 13 20 20 23 23 they tried an assault of their own an hour later , with two columns of sixteen tanks backed by a battalion of panzer grenadiers 8 1 1 18 18 their knowledge of the power and rank symbols of the continental empires was gained from the numerous germanic recruits in the roman army , and from the roman practice of enfeoffing various germanic warrior groups with land in the imperial provinces 13 4 4 9 9 she soon had a stable of her own rescued hounds 0 1 1 14 14 the singer , who performed three of the nominated songs , also caused a commotion on the red carpet 18 5 5 11 11 his intellectually engaging books and essays remain pertinent to illuminating contemporary history 13 7 7 10 10 poor hygiene controls , reports of a brace of gamey grouse and what looked like a skinned fox all amounted to a pie that was unfit for human consumption 18 2 2 7 7 this sweet dress is made with a blend of cotton and silk , and the crochet flower necklace is the perfect accessory 0 0 0 8 8 suicide is one of the leading causes of death among pre adolescents and teens , and victims of bullying are at an increased risk for committing suicide 14 1 1 7 7 this article gives details on 2004 in music in the united kingdom , including the official charts from that year 14 12 12 16 17 we have therefore taken the initiative to convene the first international open meeting dedicated solely to rural history 2 1 1 4 4 the timer of the device automatically eliminates wasted standby power consumption by automatically turn off electronics plugged into the auto off outlets 15 5 5 8 9 bob parks made a similar offer in a phone call made earlier this week 1 5 5 7 7 he had chest pains and headaches from mold in the bedrooms 16 26 26 30 30 the silver haired author was not just laying india ' s politician saint to rest but healing a generations old rift in the family of the country ' s founding father 6 8 8 13 13 it describes a method for loading a horizontal stack of containers into a carton 2 16 16 19 20 the foundation decided to repurpose the building in order to reduce wear and tear on the plumbing in the manor house by redirecting visitors during restoration projects and beyond 8 8 8 12 12 the technology is available to produce and transmit electricity economically from otec systems 18 4 4 8 8 the medicare buy in plan ran into senate resistance 3 1 1 5 5 the provinces are divided into counties ( shahrestan ) , and subdivided into districts ( bakhsh ) and sub districts ( dehestan ) 0 1 1 9 9 financial stress is one of the main causes of divorce 11 0 0 11 11 newspapers swap content via widgets with the help of the newsgator service 0 1 1 5 5 the women that caused the accident was on the cell phone and ran thru the intersection without pausing on the median 4 1 1 8 8 the transmitter was discovered inside a bed settee suite on which he had been sitting 13 5 5 8 8 the kerala backwaters are a chain of brackish lagoons and lakes lying parallel to the arabian sea coast of kerala state in southern india 8 4 4 8 8 a st paul college student was released from jail wednesday night , after his arrest tuesday in the alleged rape of another student on campus 1 0 0 10 11 calluses are caused by improperly fitting shoes or by a skin abnormality 11 0 0 2 2 adults use drugs for this purpose 11 1 1 7 7 the councilor proposed assessing infinitival complements through elicitation 1 13 14 19 19 as in the popular movie deep impact , the action of the perseid meteor shower is caused by a comet , in this case periodic comet swift tuttle 18 6 6 10 10 the following information appeared in the notes to consolidated financial statements of some corporate annual reports 18 9 9 10 10 hiphop appropriates the symbols of a consumer society oversized diamond colliers are worn 1 1 1 5 6 the radiation from the atomic bomb explosion is a typical acute radiation 3 3 3 4 4 the ride on boat tiller was developed by engineers arnold s juliano and dr eulito u bautista 1 2 2 7 7 a neoplastic recurrence arose from an extensive radiation induced ulceration 1 9 9 11 11 he has a tattoo on his right arm and scars from stitches on his right elbow 13 16 16 18 18 whether your home includes a charm of finches , a sute of bloodhounds , or a knob of toads , i think it ' s important to keep the numbers within reason 14 7 7 9 9 furthermore , these ingo practitioners constructed a discourse around participation which distorted the real significance of participation 18 3 3 4 4 kelvin bought a silver ring which he was so happy with and he keeps wearing it now even though its abit too big haha 14 8 8 12 12 scientists are in the midst of an ongoing debate about the relative value of openness and collaboration in their profession 4 7 7 17 17 this cut blue and white striped cotton dress with red bands on the bodice was in a trunk of vintage barbie clothing 18 2 2 7 8 my major disagreement with lyons concerns the causal part of his theory 6 2 2 8 8 both his feet have been moving into the ball 4 19 20 19 19 the scissors were in a small plastic soap container , next to a bar of soap , and the box cutters were in a box next to a bottle of after shave lotion 13 2 2 5 5 a great wing of fluorite dragons , the greatest concentration of the rather solitary dragons ever known , joined the desperate battle with the blues and silvers against chaos 6 4 4 8 9 as a control , cowpea was sealed in double bags without fumigant 18 4 4 11 11 the infectious bacterial disease brucellosis has been found in a beef cow in eastern idaho 18 67 67 72 72 as the anglo norman force sustained but little loss in this battle , their archers at the onset showered a hail of arrows upon the irish host who were not protected with mail armor , and shot them down in hundreds before they could get to close quarters and then the charge of the heavy anglo norman cavalry of mail clad knights , completed the havoc and rout of the undisciplined gaelic hosts 8 19 19 24 24 the first incarnation of this series was set in the 1940s , during world war ii , when the princess left her native paradise island ( where amazon women had lived for centuries ) to help the u s foil the nazis 14 3 3 7 7 cieply ' s story makes a compelling point about modern day studio economics 6 3 3 6 7 we poured the milk into the pumpkin mixture 8 8 8 14 14 lawyers in detroit also worked overtime as several lawsuits ensued from angry and injured fans 1 3 3 11 11 the continuing nigerian outbreak is the biggest ever caused by the vaccine 13 9 9 12 12 our mercenary army has now degenerated into a godless cabal of mindless killers not unlike the soviets that were butchering civilians in afghanistan ( exactly as sadistically as we have ) 1 1 1 8 8 the fire inside wtc was caused by exploding fuel 6 1 1 12 12 the epithelium from the knockout mouse bladder is migrating into the transplanted matrix 8 1 1 6 6 the staff was removed from his position 1 1 1 5 5 the suffering caused by the terrorists is the real torture 15 1 1 11 11 this love of nature ' s gift has been reflected in artworks dating back more than a thousand years 17 1 1 9 9 the court decided the objection by making the instalment order as sought 1 6 6 11 11 in a poetic twist , the tsunami triggered by the rock band forced many american jazz and blues singers to seek work in the united kingdom , which is where anderson found a receptive audience in 1965 1 0 0 6 6 leakage and fire caused due to corrosion of bypass piping for recirculation gas at a fuel oil desulphurization unit 11 16 16 22 22 a team of students from virginia tech university have created a vehicle that allows vision impaired drivers to take control of the wheel 13 9 9 12 12 bmw ' s idrive 4 0 brings in a horde of new features 0 2 2 8 8 the metal ball makes a ding ding ding noise when it swings back and hits the metal body of the lamp 13 4 4 6 6 it consists of an ensemble of ladies who are highly qualified to play various arabic musical instruments 16 11 11 16 16 it underscores the need for continued surveillance of nicotine delivery in products created by an unregulated industry 18 18 18 21 21 unlike other fish , grunion come out of the water completely to lay their eggs in the wet sand of the beach 6 2 2 7 7 a large marble was dropped into the bowl 1 4 4 10 10 historical view of the damage caused by the 1693 catania earthquake and the reconstruction activities 1 34 34 40 40 ai requested that the perpetrators be prosecuted to the fullest extent of the law , that adequate compensation be provided to the victims and that senior government and police officials offer apologies for the suffering caused by the responsible police officers 18 1 1 8 8 the findings have been published in a special section of the academic journal archives of sexual behavior 8 2 2 19 19 an amtrak passenger who alarmed fellow passengers by talking about terrorist threats on a cellphone was pulled from the train and is being held in colorado 2 1 1 4 4 the introduction in the book is a summary of what is in the text 8 2 2 10 10 the second simulation was started from the uncomplexed x ray structure after insertion of the ligand into the binding site 11 1 1 7 7 this user plays games on a portable console 8 3 3 7 7 the ambitious eurasia exhibition arose from an idea by achille bonito oliva 11 1 1 18 18 the driver of the cement truck cleaned the loading chute on his truck with a truck mounted water hose and began to pull away 1 31 31 38 38 the marshall plan also provided a way of gaining public acceptance in europe for the new deal format that the united states had successfully used before the war to end the recession triggered by the 1929 wall street crash 13 10 10 13 13 in the corner there are several gate captains and a legion of wu crossbowmen 1 6 6 12 12 once they grow there , the swelling and inflammation caused by the infection closes off the sac , causing it not to shed bacteria , and protecting the bacteria inside from antibiotics and your body ' s own immune cells 1 5 5 10 10 guitars are played acoustically the tone is produced by the vibration of the strings which is amplified by the body of the guitar , which acts as a large hollow resonating chamber , or they may rely on an amplifier that can electronically manipulate tone 18 17 17 21 21 flowers are reborn from the soil and the climate begins to warm , all set to a score improvised by an orchestra of birds 6 3 3 6 6 he posted the answers to the website 1 4 4 20 20 arcane subtlety reduced the threat caused by polymorph by 40 at max rank , though the threat caused by the spell is minimal 11 1 1 6 6 a programmer uses a high level language to implement its algorithms 1 28 28 33 33 the beautiful hydrothermal features in the park ( geysers , hot springs , mud pots , etc ) , the uplift and subsidence , and many of the earthquakes are caused by the movements of hydrothermal and magmatic fluids 4 14 14 18 18 flowers are nice , but do n ' t last very long and the fruit in a fruit basket often goes bad 2 5 5 7 7 he decided to pad the heel of shoes with a shock absorbing insole or heel pad 11 16 16 20 20 from the scots ( lingle ) and french ( ligneul , lignoul ) , comes a shoemaker ' s sewing thread , waxed and bristled ( see waxed end ) 6 1 1 8 8 one tablet per quart was dropped into a canteen and made the water safe to drink 4 2 2 11 11 the tiny image of the renaissance master is hidden in a carafe of wine in his 1597 oil painting bacchus , one of his most acclaimed works 4 17 18 24 24 then i swept up the dust , which looked like sawdust , and put it in a plastic container , which was in a cabinet under the granite counter top 8 5 5 11 11 in the former method the acetone was distilled from an allraline solution after the excess oxidant had been destroyed with sodium 14 3 3 7 7 in this comprehensive guide , over 850 roses are described , illustrated , and arranged by group 9 0 0 1 1 chestnut flour was more common than wheat flour in the italian alps a century ago 17 4 4 6 6 for us the term artists ' book simply means a book made by an artist a book made as a work of art rather than as a literary artifact 18 5 5 6 6 my parents bought her a silver necklace almost identical to the one pictured 0 1 1 10 10 forward motion of the vehicle through the air caused a suction on the road draft tube 18 6 6 8 8 paul friedrich guides us through a babel of words , and worlds of the imagination ranging from his translations from five languages ( notably the russian of his literary studies ) to the poetry of the indian mexico of his anthropological field work to america writ large super highways , a vermont farm , father and child 2 13 13 16 16 the picture below shows a view chapel and west range of the inner courtyard of the castle 13 5 5 7 7 i was attacked by a flock of pigeons today 18 1 1 9 10 that decision was also the subject of an unsuccessful legal challenge 8 6 6 13 13 the exit temperature of an effluent stream from the low temperature steam reforming reactor is not higher than 600 c 6 1 1 5 5 individual investors moved into the property 14 4 4 12 12 one of the trickiest questions to answer in an interview relates to salary 15 1 1 10 10 this tradition has been narrated in prophet ' s early biographies 11 1 1 12 12 a thief who tried to steal the truck broke the igenition with screwdriver 13 9 9 12 12 after the marian reforms the legion was notionally a unit of heavy infantrymen armed with just sword and pilum , but even so it was normally fielded with attached auxiliary skirmishers and missile troops , and incorporated a small cavalry unit 6 3 3 6 7 the prosecutors carried guns into the court room 0 1 1 5 5 the malfunctions on monday caused delays for patrons waiting to check out or renew books at the branches , and impeded access to personal accounts that allow users to renew or hold books online 6 0 1 7 7 chemical weapons have been dropped into the lake 8 2 2 8 8 many other dwarves also hailed from this infamous clan 2 1 1 4 4 the nose of a bloodhound is so good that evidence found by a bloodhound will hold up in matters involving the united states supreme court 17 8 8 12 12 global digital music sales grow as the music industry develops new business models 16 1 1 6 6 the devices were manufactured at the factory in beaverton well into the 1980s , when production was shifted elsewhere and portions of the factory sold 13 28 28 32 32 an expensive uniform and a strict ballot rendered it somewhat too exclusive in its character , but in the end it answered its purpose by becoming practically a muster of the national leaders of the present and the future 18 1 2 4 4 the train ride from station to station is approximate 30 minutes 8 4 4 8 8 the archaeological site yields relics from long forgotten culture 18 1 1 4 4 a maze of interlocking jurisdictions and levels of government confronts average citizens in trying to solve even the simplest of problems 0 1 1 13 13 water damage from roof leaks , plumbing leaks or flooding lead to the growth of molds 18 10 10 12 12 warm weather is here , and with it comes the scourge of mosquitoes 18 1 1 4 4 the formation of struvite stones is associated with the presence of urea splitting bacteria , most commonly proteus mirabilis ( but also klebsiella , serratia , providencia species ) 18 38 38 43 43 our army was successfully engaged during the day with strong rearguards of all arms on the petit morin river , thereby materially assisting the progress of the french armies on our right and left , against whom the enemy was making his greatest efforts 13 19 19 24 24 so when william did cross the boyne on july 1st 1690 , he had an army consisting of the riffraff of europe ' s mercenaries 8 2 2 11 11 the overall geometry of the heart was extracted from the intensity data 1 1 1 4 4 the discomfort from the injury was now precluding him from his occupation which involved prolonged procedures in the standing position 13 15 15 17 17 flames of purple , pink , yellow and blue dance in the air as a coven of sorcerers call forth energies from within the empyrean 13 8 8 11 11 out of the early morning haze , a convoy of articulated lorries pulls into the gashouder square 6 4 4 6 7 this book has transported readers into ancient times 18 7 7 9 9 we always try to maintain the best environment for programmers , starting with good salary and conducive working environment 4 8 8 14 14 indeed , a green or black basalt heart scarab was found put inside the body in its place 8 2 2 9 9 the first motorcycle was manufactured in a small wood building with only one room 0 1 1 8 8 the water pushed to the coast resulted in tides as much as three feet above normal , with waves of 5 10 feet atop these tides 14 1 1 6 6 the chapters in this book investigate issues and communities 6 4 4 7 8 he rescheduled the birthday party to the next day 17 1 2 9 9 the bacterial aerosol was generated from an up draft nebulizer 6 0 0 4 4 people have traveled into space , but not the deep ocean 8 14 14 24 24 for those of you who are unsure what afrikaans is , it is a language which originated from the dutch which were the first settlers in south africa and the unique language was evolved from other settlers from malaya , indonesia , madagascar and west africa 17 0 0 1 1 beaver dams are created as a protection against predators , such as coyotes , wolves and bears , and to provide easy access to food during winter 14 6 6 11 11 so , the theme of the play has to do with religion 14 4 4 9 9 there has been intense debate over the circles ' origins 3 7 7 8 8 i have recently developed creases in my ear lobes 9 3 3 12 12 manufacturing extra neutral alcohol which is the basic ingredient used for making liquor , the commodity was largely used by companies making indian made foreign liquor ( imfl ) 11 2 2 10 10 initially the user calibrates the microscope with a fluorescence lifetime standard positioned at the sample plane 3 1 1 5 5 the province comprises the southeastern part of panay island with island province of guimaras just across its coast 0 1 1 8 8 the charge is the source of an electric field , which carries energy the electrostatic self energy 1 1 1 8 8 the tardiness however has been caused by the arrival of my old man who in true bloodworth fashion has had me walking everywhere 4 1 1 5 5 the key was in a chest 8 1 1 7 7 the residue was distilled from an arbuzov flask 13 14 14 17 17 as the gondorians moved forward the evil force started to withdraw , unleashing a rain of deadly arrows into the heavily armored gondorians 14 5 5 9 9 it is a medieval latin manuscript relating the early history of the isle of man 1 7 7 10 10 the river had now turned into full flood after the deluge of rain a few days ago 3 14 14 21 21 he stopped rowing when the boat was opposite to the paddle wheel of the steamer , and the steamer stopped her engine at the same time 11 3 3 10 10 this is the umbrella that peels the potatoes with a pencil and makes a pink ink with the peelings stood up 9 3 3 4 4 this american style wheat ale is a light , unfiltered brew with a citrus aroma andflavor imparted by a late addition of lemon grass 8 1 1 4 4 the car left the plant 3 10 10 13 13 our experience extends to 15 years continued promotion of this archipelago of nine islands 4 12 12 19 20 to separate the solids at the end of the experiment , the clay was contained in a semi permeable membrane tubing 6 4 4 6 6 this machine is blowing sand into molds 18 1 1 11 11 the cultivation consisted of plowing the crop with a double shovel plow 14 2 2 5 6 the final chapter offers a theological survey of the use of the formula 1 3 3 8 8 she mentioned the scandal caused by a bbc documentary on the treatment of children in a special needs home and asked how the state had responded to these 2 4 4 7 7 isolated fractures of the shaft of the ulna , without other fractures , often result when the forearm is raised to fend off a blow 18 4 4 6 6 we have placed the candidates into roles 18 4 4 6 6 frequent agitations throw academic life into disarray 17 5 5 8 8 still other examples of the potter ' s ceramics are clad in slinky assortments of tassels and beads 2 1 2 4 4 the nasal cavity of birds contains turbinates ( bang 1971 ) , cartilaginous structures that are thought to have as one of their functions water recovery from air 18 7 7 10 10 thus , in simple words , a tendon attaches a muscle to a bone 18 0 0 4 5 positions were denoted by black dots along the tracks , the adjacent numbers indicating the day of the month 1 10 10 15 15 the world health organization ( who ) found that the radiation release from the chernobyl accident was 200 times that of the hiroshima and nagasaki 5 4 5 8 9 my dog ate a cellophane bag full of dog treats on tuesday 3 1 1 7 7 the owl held the mouse in its claw 6 12 12 22 22 this is how grain was delivered to the wooden grain bins and hay was put inside the upper part of the rock barn 17 7 7 11 11 police foiled an attempt to kill an artist who drew a cartoon depicting the prophet muhammad that sparked outrage in the muslim world 6 17 17 21 21 when woody harrelson received a copy of the screenplay for zombieland last year , he stuffed the paper into his duffel bag of unread scripts and promptly forgot about it 13 4 5 8 8 the city is a treasure trove of terrific libraries , interesting museums , and wonderful victorian architecture complemented by the incomparable work of scotland ' s greatest architect , charles rennie mackintosh 2 3 3 6 6 we leave the bail of the reel open and place your the rod in a double mounted set up as shown on the facing page 8 10 10 15 15 the mapungubwe collection at the university of pretoria features remarkable works from the largely forgotten kingdom of mapungubwe that flourished near the confluence of the limpopo and shashe rivers between 1000 and 1300 ad 1 7 7 11 11 also , in the midst of the confusion caused by the coup , the issuing of militant posters was a way for artists and organizations to declare their active engagement against the rebellion 16 7 7 11 11 the title is taken from an 1813 book by a virginia planter and senator named john taylor 13 6 6 12 12 in the same way , a society is built up of many individuals 11 1 1 8 8 the scientist approached the big cat with a notepad and a pencil in her hands 8 2 2 9 9 the bottom photo is from the new york public library 0 1 1 6 6 the accident caused a major traffic snarl on the arterial road 18 13 13 15 15 two plane crash survivors have paid a special visit to the hutt hospital surgeon whose team helped to re build their shattered faces eight years ago 4 1 1 5 5 the dress was in a trunk dated summer of 1938 along with several other dresses from this same period 1 14 14 19 19 the various forms of idealistic , materialistic and agnostic philosophies are subject to the tension caused by the indicated situation 12 14 14 17 17 from him , cain learns that alexis had survived his suicide and became the leader of that organization , renaming it delilah 17 6 6 15 15 james hagler , venice ' s director of historical resources , has completed a picture book of the area ' s buildings 6 4 4 8 8 a program has fetched data into host variable arrays 6 4 4 7 7 recently , only insignificant things arrive to theaters 18 3 3 4 4 tissue damage and electrode corrosion are both associatcd with high charge density stimulation 3 9 9 12 12 two of walters ' s fingers are inside the koala ' s pouch 13 12 12 15 15 in a former residence , your writer had an atrium containing a duel of doves moles numbering 22 3 7 7 8 8 to stand up to the wind , umbrella frames are strong yet flexible 1 0 0 18 18 contractions of the diaphragm are caused by stimulation of the vagus nerve either by the brain or by irritation anywhere along the length of the nerve 8 3 3 6 6 a 15 minute plane drive from runway to terminal is uncommon 8 2 2 8 8 the geometric skeleton is derived from a static object using an implicit ` directions ' method 17 1 1 5 5 the filmmakers dug a large hole in the ground for the scene where the narnians cause the pillars supporting the growth near aslan ' s how to collapse on the telmarines 14 4 4 6 6 it is a monthly report providing opinion and advice on current united states government contract issues 11 0 0 11 11 governments , frightened of losing votes , resolved the crisis through subsidization 18 19 19 20 20 for christmas , daniel gave kelly a tiffany bracelet , and for valentine ' s day he bought a diamond necklace 13 4 4 7 7 we also passed a wake of turkey buzzards , and i was again glad to not be driving , because my car and i both have shaky nerves still , from the great turkey buzzard incident of ' 08 1 1 1 6 6 plantar warts are caused by a virus that infects the outer layer of skin on the soles of the feet 18 1 1 10 10 the sensor was manufactured in a cost effective thin film process 18 67 67 70 70 the putative left , we see , is just as eager as the nominal right to brand crime and violence with any hint of political motivation as terrorism , and therefore to remove it from the ordinary processes of criminal law and sanction , which are already quite draconian in these united states , and to animate parallel systems of harsher surveillance and punishment for the political compeers of such criminals 3 1 1 25 25 the list of the 10 most beautiful women posted on the official web site of the 2009 australian open was filled with sleek , thin images 2 1 1 4 5 the rope of the prayer bell was there in a perfect state and coiled up 11 1 1 16 16 one man pours on a liquid while the other man stirs the mixture with a wooden paddle or spatula 13 17 17 21 21 besides , the chinese case also challenges some ideas of rss theory , including the concept of alliance of different social classes and the role of working class in democratization 6 12 12 16 17 as the us and colombian military put pressure on drug traffickers , operations are migrating into nearby countries 4 2 2 6 6 a conical cover preserved in a ewer in athens accords extremely well with the form of these vessels 3 5 5 9 9 the front of the boring machine contains tungsten tipped picks that workers guide with the use of laser projections on video screens 6 3 4 6 6 they incorporated the immigrant flows into microsimulation 8 10 10 14 14 i have always felt so relieved that roy and the boys had left the creek 14 2 2 6 6 the first report analyses the adaptation strategies of the eu member states 16 13 13 17 17 cook ' s discoveries prepared the way for establishment of a new penal colony by the colonial power 18 6 6 10 10 this process passes on a health gene to the next generation 10 1 1 4 4 a telescope assists the eye chiefly in two ways 6 1 1 9 9 the boy accidentally went into the girl ' s bathroom 4 1 1 7 7 the document is stored in the proper folder as a text 14 9 9 15 15 unfortunately , they just had brief mentions and more pages were spent describing the clubs scene 18 9 9 10 10 the map to the left shows a snapshot of weather conditions in selected towns across italy 13 7 7 9 9 i reflected on this while passing a passel of pigeons parading on a loop sidewalk the other day 18 3 3 8 8 the retailers poured resources into promoting low alcohol wine 4 13 13 17 17 fiscus was the treasury of the roman emperor , so called because the money was stored in baskets 6 3 3 8 8 hundreds of toxic chemicals were released into the atmosphere 18 2 2 10 10 the final part of the court is completed by the chapel , begun by mary i in 1554 in memory of her father 4 0 0 10 10 mobile lost in the ocean was found in a cod belly 14 1 1 6 6 the flyer advertised a two week workshop being conducted at the university this summer 18 1 1 5 5 the hotel arose from the reconstruction of historical building 14 2 2 6 6 this revised edition incorporates new research findings and advances in the treatment of genetic disorders , including gene directed therapies 12 0 0 4 4 fish swim in a shoal , but they fall one by one 6 1 1 8 8 all bookmarks have been exported to a single file 11 1 1 6 6 the team used the newly developed nanoparticle to build therapies for treating individuals with cardiovascular disease 15 4 4 7 8 tobia made a stunning revelation in a phone call in september 2002 13 12 12 16 16 it was also home to a bale of snapping turtles and a siege of great blue herons 6 1 1 6 6 the indenter is pushed into the material , and both the load and displacement increase 6 2 2 12 12 the latest issue of five bells has been sent to poet union members 3 0 0 8 8 cruisers and large yachts have much more sophisticated fittings that that require more skills 11 1 1 7 7 the accused killed the victim with a kirpan and separated the head from the body and threw it in a canal near nabha 13 13 13 16 16 there are enough gills there to serve the oxygen demands of an entire shiver of whale sharks 6 13 13 21 21 the inhabitants send messages to each other by placing the message in a capsule and placing the capsule in a message tube 3 2 2 6 6 the finished doll was made with stockings for the face and a baby sock for the body 14 9 9 12 12 it is the document repository of extremely valuable archival documents illustrating the history of the spanish empire 18 12 12 17 17 this all around immature nice guy is , above all , a choreographer , having devised the moves to the film adaptation of hairspray 18 1 1 8 8 the state has assembled a 230 million incentive package to lure the project , which could mean as many as 9000 jobs 5 6 6 9 10 when you strike someone with a bottle full of carbonated beverage , apparently a vacuum is created and then quickly refills , which is somehow capable of breaking the glass 4 1 1 6 6 welding wire is coiled in a pail and used as an electrode in an automatic or semiautomatic welding operation 0 2 2 5 5 the stong earthquake caused a blackout on the sound stage and short circuited some of the neon tubed violins 15 1 1 7 7 various configurations have been illustrated in the drawings 12 3 3 9 9 avci was the head of the chief of the police in diyarbakir between 1984 and 1992 3 1 1 15 15 the series comprises some re issues of the previous books , as well as new titles 17 2 2 7 7 the agitating students also put up a barricade on the dhaka mymensingh highway disrupting vehicular movement for about two hours from 10 30am to 12 30pm 18 1 1 4 4 the solution comprises the creation of a decentralized internet host name resolution system with flat hierarchy on the basis of metrized small world data structure 1 0 0 25 25 tension release by mega food contains sensoril , a clinically studied extract of a ashwagandha that helps to inhibit fatigue and physical tension from everyday stress 18 20 20 22 22 with an innate desire to know and to do , mankind has progressed past placing a dead fish in every hill of corn , beans and squash 6 11 11 13 13 mayans charted venus ' s motion across the sky , poured chocolate into jars and interred them with the dead 8 1 1 6 6 the elephant descended from an aquatic animal 18 2 2 5 5 a special meeting of the shareholders of lydia diamond was held on december 23rd , 2009 and the sale was approved by the shareholders 6 3 3 7 7 he inserted a needle into the tattoo machine 18 13 13 19 19 the aim of this study , therefore , was to examine the embryo quality obtained from vitrified , warmed oocytes in a standard infertility population 6 1 1 5 5 the letter was sent from group to group of the dispersed believers to try and build them up to encourage them to fill them with hope 0 0 1 9 9 cardiovascular disease is one of the leading causes of morbidity and mortality in the uk , as well as in the developed and the developing world 18 11 11 16 16 the level surface closest to the mss , known as the geoid , departs from an ellipsoid by about 100 m in each direction 6 8 8 15 15 after soaking them overnight , we slipped the beans into a fairly wide necked wine flask that ' s been peeled of its straw wrapper 1 0 0 4 5 dizziness from nasal and sinus pressure usually can be seen on a good nasal examination and a ct of the sinuses 11 4 4 8 8 students actually benefit from study through an sts approach 18 6 6 12 12 in the 2006 campaign , the governor won the hispanic vote with appearances such as one at casa de maryland 4 1 1 6 6 the bomb was hidden in a handcart near the mar toma church , also known as church of st thomas , in the city of mosul 13 16 16 20 20 she does , however , remember walking through campus when a chipper salesman gave her a fistful of bright orange coupons offering her and her friends complimentary slices of pizza 6 5 5 8 8 i have imported an audio book into the software 6 1 1 6 6 the soldiers moved into the deep jungle 18 1 1 4 4 the chair of the corporation , at the time of election , shall be either a former president , the retiring president , or a member ( not emeritus ) of the corporation 18 1 1 6 6 the hole was found in a piece of the package that was ripped off near its edge 4 1 1 6 7 the mummy originally was inside a wooden coffin , which had deteriorated 0 1 1 4 4 this meeting establishes the laws which govern the church and the priorities for the coming year 4 1 1 7 7 the game was sealed in the original packing , unopened and untouched 2 2 2 6 6 the oculomotor nerve rests in a cistern within the sinus roof 6 7 7 11 11 a baby girl was murdered and her body stuffed in a sack and dumped in a water body in the capital ' s pallabi area 6 2 2 7 7 the new model is moving into new territory with revisions 18 9 9 15 15 he also pointed out that on the sabbath the priests broke the commandment with priestly work 8 1 1 5 6 the sagas developed from the oral culture of the viking age 2 4 4 7 7 hogarth also decorated the walls of the hospital with works of art donated by contemporary british artists 4 4 4 9 9 they are storing the solution in a non food refrigerator to avoid degradation and transfer what is immediately needed to a spray bottle for manual cleaning 6 8 8 11 11 in a desperate attempt , the company poured money into the project 11 9 9 13 13 my grandparents rest beneath a stone that shows a farmer plowing with a mule , an emblem of the way they began their lives together back in the 1930s 3 4 4 5 5 the temperature at which flower buds are injured depends 4 1 1 5 5 her clothes were in a box with no lid sitting on the next higher step 3 1 1 6 6 the venter encloses a venter canal cell and an egg cell 15 0 0 7 7 feedback , as defined earlier in this chapter , is information that can be used to modify or maintain previous behaviors 8 1 1 6 6 the train arrives from a distant point and bears down on the viewer , finally crossing the lower edge of the screen 4 6 6 30 30 in a shocking incident , the body of a 10 year old school boy , a resident of jaylal munshi ka rasta in nahargarh area , was found in a sack with his mouth glued with feviquick on the railway tracks near chanani railway station in niwai area of tonk district on thursday evening 13 16 16 18 18 he likewise directed edric to fling out his nets , who was rewarded with a miraculous draught of salmons 14 4 4 13 14 five has launched a website , holy soap , dedicated to popular television soap operas across all channels 3 3 3 7 7 the aroon indicator system consists of two lines , ` aroon ( up ) ' and ` aroon ( down ) ' 17 5 5 1 1 the fire started when the owner lit a fire behind the house 17 2 2 7 7 a street writer who specialises in love letters becomes involved with one of the addressees 8 1 1 10 10 the name of the aquarium was derived from a public vote amongst japanese people 6 4 4 8 8 she has fetched the poodle into the same acre of ground as pup 1 2 2 4 4 phobia like fear from crowd , fear from insects , fear from height etc all contribute in developing the anxiety disorder 8 1 1 6 6 the avalanches originated in an extensive mass of rock that had previously been hydrothermally altered in large part to clay 14 1 1 4 4 the exhibition describes the fight against the forces of nature that has been central to the history of vasa ever since it sunk in 1628 6 3 3 8 8 we placed some wax into the old tin can 2 5 5 8 8 i looked straight under the nose of the plane and sure enough , i was directly over the tiny airstrip 2 1 2 5 5 the executive board of this company reported on its activities and answered questions from the audience 8 15 15 18 18 they have also taken a very personal story about one family and a box of toys from the future and turned it into an epic story in which childlike innocence saves the human race 3 3 3 8 8 he unwinded the pocketwatch by letting down the mainspring , a ribbon of tightly rolled steel inside the mainspring barrel 14 3 4 9 9 ovation is the television network devoted exclusively to the arts , featuring programming on visual arts , theater , opera , music and dance 14 11 11 13 13 a penal code is a portion of a state ' s laws defining crimes and specifying the punishment 9 14 14 15 15 a normal beer is 8 zlots ( 2 euros ) and a beer with raspberry syrup is 9 zlots 18 10 10 13 13 in a cloudless , new moon sky , a billion stars lit the heavens 1 16 16 22 22 the hidden preamble or timing signal is employed to mark the time of commencement of the transmission of information pulses from a transmitter 13 2 2 5 5 in a peep of bantam chickens , proliferative skin lesions were observed on the shanks of 6 of 29 birds , with digit necrosis observed in some birds 15 1 1 13 13 the cover of the inner artwork of the record was analyzed in an article published in 2008 0 3 3 10 10 doe ' s confrontation with the flight attendant caused a commotion on the plane , prolonged the flight ' s delay , and added to the aggravation already being felt by the passengers and crew 17 1 1 4 4 the workers build the honeycomb in which the eggs are laid and the honey and pollen is stored 4 3 4 10 10 the blue plastic cutting board behind it was in a box lot i bought at an auction 12 19 19 22 22 instead of dominance and submission , he uses the terms assertiveness and passiveness to reflect the role of the wolf in the pack 18 6 6 14 14 the chronic myelogenous leukemia specific p210 protein is the product of the bcr hybrid gene 18 4 4 10 11 the purpose of the audit was to report on the financial statements 5 1 1 6 6 the stomach was full of fine gravel and small seeds 13 7 7 9 9 i bore my chalice safely through a throng of foes 4 13 13 21 21 the body is already removed for an autopsy and placed in a lead coffin , which is put inside a wooden case 1 17 17 24 24 the increase of the signal might correspond to formation of the high density excitons , while the reduction of the signal originates from the relaxation 1 8 8 12 12 we estimate a wind speed associated with the devastation caused by the tornado 3 1 1 11 11 the robot reached the goal using a smaller number of internal states than with the conventional methods 1 2 2 6 6 the basic indicator of the health condition of trees , stands and forests is tree defoliation 1 1 1 5 5 the deficits are caused by people saving too much of their money 11 1 1 11 11 a teacher writes a whole number less than 50000 on the blackboard 3 5 5 8 8 it was a whole flying wedge of white swans flying over wall street marking the market in their own charming way 18 3 3 6 6 unfortunately , my friend falls in love easily and breaks her heart all the time 0 2 2 7 7 heat , wind and smoke cause flight delays 1 8 8 14 14 in developing countries four fifths of all the illnesses are caused by water borne diseases , with diarrhoea being the leading cause of childhood death 16 17 17 22 22 this has made it much richer , rather like fried bread and altogether different from the crisp rectangles produced by the modern cook 6 0 0 6 6 billions flow into unit trust linked products 17 1 1 4 4 the corporation has constructed railways in ukraine , guinea , iran , iraq , and syria 15 2 2 18 18 the faded glamour of american roadside diners , cinemas and motels is the subject of a new photography exhibition at the fox talbot museum 18 3 3 7 7 after completing the resetting through the reset signal , the bit period transmitted by the master module 30 is received 1 1 1 5 5 the destruction caused by the bombing of attorney general palmer ' s home 3 1 1 7 8 the kit includes an on off on toggle switch for the clipper switching and modifications 8 0 0 4 4 blood arrives from the animal via suitable tubing and enters the pump 3 5 5 12 12 in biological anatomy , the mesencephalon ( or midbrain ) comprises the tectum ( or corpora quadrigemini ) , tegmentum , the ventricular mesocoelia ( or iter ) , and the cerebral peduncles , as well as several nuclei and fasciculi 6 5 5 8 9 the company rescheduled the new construction to early next year 4 2 2 7 7 a sailing ship is scratched in a jug marked g goodale , hartford 6 1 1 6 6 past consciousness is traveling into the future 3 7 7 15 15 about two months later , the baby alligator breaks open the egg with a sharp pick on the end of the nose called an egg tooth 2 11 11 15 15 because some of these terms are used in the case study chapters later in the book , they are defined here now 4 1 1 5 5 the plane was in a crate and the put on a flatbed truck and taken to the sar hangar 6 10 10 7 7 he held the vessel with his right hand and poured water into his left hand , and washed his hands up to the wrist 8 3 3 15 15 most of the vapor that is in the air evaporated from the surface of the oceans 1 6 6 10 10 the second biggest factor affecting the sound produced by a drum is the tension at which the drum head is held against the shell of the drum 8 20 20 24 24 one of my woodworkers got imprisoned as a result of a bloody noble putting up an export ban after the caravan had left the depo 4 1 1 5 5 the tea was in a glass with pink flowers on the rim , served on a small porcelain plate with a european pastoral scene of a man in knee britches holding hands with a woman in a long dress 17 10 10 17 17 the second memorable shift was in september , when the plant made the 75 millionth ton of steel 3 1 1 8 8 the box regulated the temperature using an odoff controller and t2 as temperature reference 1 2 2 6 6 the largest landslide triggered by the earthquake is located approximately 32 kilometers southeast of muzafarrabad in a tributary valley of the jhelum river 13 10 10 14 14 but , lord king , he has with him a meinie of full forty knights 3 2 2 27 27 this extensor mechanism is composed chiefly of the quadriceps femoris ( rectus femoris , vastus lateralis , vastus intermedius , vastus medialis ) , quadriceps tendon , patella , and patellar tendon 5 3 3 5 5 i carried a bag with condoms in it , and i gave them out 0 1 1 4 4 the debris caused a crash on the schuylkill , and it has been closed for hours because of the mishap 1 1 1 5 5 a fire triggered by the blasts damaged eight buildings at the plant , including one that was burned down 15 1 1 4 4 these standards are under discussion and not yet published 3 4 4 9 9 however , the barbary macaque grows a big thick coat for the winter , which means they can live outside all year 12 27 27 30 30 anderson is regarded as one of the most able and articulate members of congress , but he has a voting record that is anathema to most other congressmen in his party 6 5 5 8 8 the melt water has transported sediments into the lake 3 1 1 4 4 the review published political commentary and opinion , but even more than that 14 8 8 13 13 nus today responded to the government ' s announcement of the long awaited review of university funding 4 1 1 7 8 the handbag was locked in a glass display case 18 2 2 7 7 in his poem , written by the riverside near the battle ground , mr emerson alluded to yon stem headstone 6 1 1 6 6 the intestines have migrated into the abdomen from the umbilical cord 0 1 1 5 5 mechanical faults caused delays and cancellations on wellington ' s suburban train services this morning 17 5 5 16 16 caryn james , a film critic for the new york times , has just completed a novel 15 1 1 11 11 the incidents of his travels were related in a succession of books 8 1 1 8 8 the focus is going away from the display button 18 0 0 6 6 asparagus is a natural cure for cancer 13 9 9 11 11 villagers in the netherlands are glad to have a mustering of stork visit them 8 3 3 8 8 a case of craniopharyngioma originating in the sphenoid bone is presented 14 3 3 8 8 early in the book , a seashore tide pool is used as an exquisite metaphor for discovery 6 2 2 7 7 the remaining power is exported to the grid 1 10 10 24 24 relieve spinal stenosis by enlarging the spinal canal to relieve pressure on the spinal cord that has been caused by a herniated or bulging disc 6 1 2 5 6 the sinus rinse went into ear canal 17 17 17 9 9 in 1882 louis developed a method of making photographic plates , and by 1894 the brothers ' factory was producing 15 million plates a year 6 0 1 9 9 cold air at the surface moved southward into the mountains of colorado 13 15 15 17 17 the translucent blue plastic belied the heady resonance of the instrument , and like a mission of monkeys , several coworkers were lured into the room by the dulcet tones of my accordion 13 16 16 19 19 her shallow waters seethe at times , standing tall and swaying back and forth like a quiver of king cobras 2 2 2 6 6 the curved roach on a square sail was dependent on the angle or height of the stay immediately below it 3 5 5 8 8 coquina is a poorly consolidated limestone composed of pieces of coral or shells 9 2 2 11 11 the dark heartwood is the source of the brilliant red dye hematoxylin 18 1 1 9 9 the beer acts as a great hair of the dog 18 1 1 7 7 the company has run into a financial problem over the last few years 2 2 2 5 5 the curved spans of the bridge are the original sections 18 1 1 8 8 a girl plays her violin on a pogo stick 11 1 1 5 5 a surgeon carefully applies the splints to the forearm 4 1 1 5 6 the body was inside a duffel bag that was secured with duct tape 18 7 7 10 10 mado manages to escape and kidnaps the scientist ' s niece 16 9 9 10 10 a friend had given her purple scraps from a clothing factory in a nearby town 9 0 1 2 2 peanut butter cookies are simply cookies that use peanut butter as one of the ingredients 6 15 15 18 19 fall planting can not be completed before the ground freezes , so i stored the seeds in a stratification unit until spring 9 5 5 6 6 two years ago i made cranberry sauce to die for 13 9 9 11 11 one of the grand canyon tour guides has a barren of mules for the tourists to ride down into the canyon 1 10 10 17 17 passengers have rights in the event of a delay or cancellation that has been caused by the airline 11 1 2 6 6 the supreme court has applied the protections of this amendment to the states through the due process clause of the fourteenth amendment 4 4 4 10 11 the pontiff ' s body was contained in a plain cypress coffin 14 1 1 6 6 brief guides have been prepared on maps , school histories , electoral rolls , land tenure , government buildings , railways and hotel licensing 8 13 13 19 19 a without notice injunction was obtained at very short notice under which the tenant was excluded from his own home and the block of flats in which he lived 18 16 16 24 24 the screenplay by patterson mcnutt and arthur j beckhard focuses on the adoption of a young orphan ( shirley temple ) by a wealthy bachelor ( john boles ) 14 1 1 5 5 the essay inquires into the origins , nature , and usage of the term in multiple contexts 1 4 4 7 7 however susanoo was in sorrow after the loss of his mother and he was raging in his kingdom 1 2 2 6 6 but the earthquake triggered by the eruption of thera struck first 18 5 5 9 9 our objective is to review advances in the molecular biology and pharmacogenomics of lung cancer and how they apply to personalizing medicine 14 1 1 9 9 this paper is a review of frequency stability measurement techniques and of noise properties of frequency sources 0 0 1 10 10 diabetes mellitus is one of the leading causes of irreversible blindness worldwide , and , in the united states 18 1 1 5 5 the crew assisted with the investigation and was in service for around an hour 18 1 1 7 7 this data has been concerning primarily assembly operations 16 2 2 7 7 the third bid was from a window company that does its own installation 18 3 3 5 5 interior chief adds hurdles for drilling on public lands 16 17 17 21 21 when the amendment was transcribed , the semicolon in the religious exemption portion was changed to a comma by the senate scribe 6 2 2 6 6 the fiber pellets were blown into cavities using special equipment 11 1 1 4 4 the winemaker carefully chose grapes from different lots in the vineyards and blended them into this wonderful pinot 2 1 1 4 4 the pin of the connector is inserted through the hole and connected to the microstrip circuit 18 9 9 12 12 it is the most efficient and compact form of insulation in a carafe , and it ' s unbreakable 16 3 3 6 6 early in the book , the authors review why the groundswell is taking off and how to participate , and they identify the tools blogs , wikis and so on that drive the groundswell 1 10 10 17 17 getting help has reduced the time to reverse all the irritation that had been caused by the fungus 8 3 3 9 9 the pure lotus flower blooms out of the muddy pond 13 40 40 43 43 the 13th gate offers 13 themed experiences to make every nightmare seem real from crawling through a crematory oven and an old hearse to being lost in dark underground tunnels or finding yourself standing on a rickety bridge over a bed of live snakes 5 8 8 11 11 he was generous enough to bring in a hamper of festive goodies for one of you lot to win 8 3 3 15 15 much of the impetus behind the formation of the fund came from a wounded vietnam veteran 1 8 8 11 11 on the other hand , the higher the satisfaction from the purchase , the greater the benefit of word of mouth referrals and repeat purchasing 18 11 11 13 13 although big city marathons offer great crowd support and a large camaraderie of runners , running in a big city marathon is not for everyone 18 7 8 10 10 in 48 of the divorces , the kinship systems of grandparents expanded with divorce through one or more of the following four processes 11 1 1 11 11 the restaurant first cleaned the floor with a company approved cleaning agent before the cof test was conducted 3 1 1 7 7 the package includes an audio and video receiver that transmits information to the plasma display 1 17 17 26 26 district judge without a jury and judgment was entered for the defendants on the ground that the accident was caused by the plaintiff ' s own negligence 4 6 6 10 10 when it was ready , my coffee arrived in a mug instead of to go as i had ordered it 18 6 6 8 8 the world is experiencing an unprecedented glut of savings , driving down real interest rates 10 4 4 10 10 in this manner , nuts from the amazon powered a plane 18 1 1 5 5 the case centers on a tree at a high school that was a meeting place for white students 13 13 13 17 17 the influence of hole shape on extraordinary optical transmission was investigated using hole arrays consisting of rectangular holes with different aspect ratios 16 6 6 11 11 for many years , a recurring comment by the senior dental students at louisiana state university school of dentistry ( lsusd ) during exit interviews is their lack of confidence regarding the business aspects of running a dental practice 6 0 0 5 5 flowers are carried into the chapel 14 1 1 3 3 the documents define policies , procedures , training , and auditing 18 3 3 6 6 still filled with rage after the fight with the darkside , i rush at ansem , light and dark energy overflowing from me 1 9 9 8 8 the children descend the ladder after hearing the fire alarm which has been triggered by the wood work workshop catching fire 11 1 1 7 7 the guys catch the shad with gill nets 2 22 22 25 25 as we watched the videotape , we noticed that for some unknown reason men were tending to wander over toward the glassware section of the store 2 11 11 14 14 the site has free galleries of pics of guys showing the waistband of their underwear above their jeans 14 1 1 6 6 the plot centers around a young girl who must decide between helping her community that is being falsely accused of witchcraft or staying silent to protect her family 3 1 1 2 2 a catamaran tiller having a grip is provided to permit tension to be applied to the tiller more easily 6 1 1 7 7 this oil company imports oil to some countries illegally 18 3 3 13 13 sometimes the best blogging is going on well away from the most visible places 11 3 3 9 9 some of the nurses drank the alcohol out of jars containing diseased human viscera 8 2 2 6 6 two broad topics emerging from the literature on fiscal forecasting are reviewed 11 9 9 15 15 the nrc , rso , and the first bank representative accessed the vault with the key 2 2 2 10 10 the drill platform was a part of the romulan mining ship narada that could be lowered into the atmosphere of a planet or planetoid for mining operations 16 11 11 12 12 eighty years on from the first pipes being laid for the car plant , unemployment is at 2 million and rising 2 11 11 14 14 however , greg saw people inside and went to the front entrance of the palace and was able to use enough russian to communicate with the guide and get permission to buy our tickets without waiting to come inside for a tour 8 1 1 5 6 the clarinet developed from the recorder family , and is closely related to the saxophone 17 1 1 8 8 the author ' s reasons for creating a work differ remarkably from his incentive to publicly distribute the work 2 1 1 4 4 the paddle of the microaccelerometer is designed symmetric with respect to the direction of the beam 17 2 2 6 6 next the soldiers put up a wall of stakes on the pile of dirt 11 1 1 6 6 the hookah filters the smoke through water , making the end result much less harsh and allowing the flavor of the smoke to really come through 14 6 6 14 15 then there ' s labor where negotiations are under way on issues such as apprentice training 13 4 4 6 6 there ' s a trembling of finches on my lawn 0 1 1 5 5 the incident caused a brief sensation on the web among people suspicious that it was a political commentary 3 15 15 16 16 this is a guide teaches you how to make a video tutorial by recording the computer screen without camera in minutes 18 1 1 7 7 the navy searched the vessel with the crew on board 2 0 0 5 5 poems are published on this site purely for educational reasons , for the purpose of information and with good intentions 11 1 1 13 13 a hairdresser fine tunes your hair color without causing excessive damage by using toners 11 0 0 23 23 students locate these cities on the large map ( b2 ) with assistance from the teacher ( b14 ) marking them with colored pushpins 4 17 17 21 21 we ' ve even included a beautiful royal scot crystal hogget decanter to round off this bountiful banquet in a hamper basket 13 12 12 14 14 in addition to weinstein , the band is comprised of a formidable array of luminaries 4 1 1 5 5 the sugar was in a cabinet above the sink 18 3 3 16 16 he sealed the cut after making a cut of the stem with a clean , sharp blade 16 1 1 2 2 the sugar factory in ipswich was built in 1925 18 12 12 16 16 the workers locked themselves in the upstairs office and left the shocked managers downstairs in the shop 11 1 1 9 9 the recipient receives the call through a miniature radio receiver carried on his person , the receiver having a built in ferritic antenna 5 7 7 10 10 he carried with him an old wicker basket containing stale biscuits , some cured ham , and a bottle full of goat ' s milk 6 2 3 9 9 paternally derived genetic material is inherited to the next generation 2 1 2 5 5 the power cord of the dryer connects to a terminal block at the rear of the dryer 0 11 11 14 14 and this is frequently cited as proof that saturated fats and cholesterol cause heart disease 13 2 2 4 4 as a fraternity of adults we have a right to question the gm , and should expect a reasonable response 13 4 4 6 6 it was an immense flight of gulls , seamews , and cormorants a vast multitude of affrighted sea birds 14 4 4 7 7 the exhibition comprises original drawings featuring famous landmarks between plymouth and london 18 3 3 13 13 the water information program is a public information program sponsored by the water districts , organizations and agencies in the san juan and dolores watersheds of southwestern colorado 13 13 13 16 16 while the job was good , ahmed ' s daily exposure to the troupe of circus performers and artists continued to pique his interest 18 8 8 16 16 scientists recently succeeded in wiping out a nasty memory from the mind of a genetically engineered mouse 10 0 0 4 4 cigarettes are used by women in order to relax , to avoid gaining weight , and to appear attractive , mature and feminine 0 10 10 21 21 many commercial soap , shower gel or cleanser products contain preservatives , colorants and chemicals that cause dryness , rashes , itchiness and roughness on the skin 10 1 2 6 6 bitewing x rays are used by dentists in order to determine if any cavities exist within the mouth 6 1 1 10 10 english cricket has now been dragged into the whole revolting business 6 1 2 1 1 the space monkey travels into space 13 10 10 12 12 any country gentleman who liked the sport kept a small pack of hounds , and rode over his own lands or the lands of such of his neighbors as had no similar establishments of their own 6 3 3 9 9 the plain http request was sent to an https port 17 1 1 16 16 the girl , in her first holiday season as an elm creek quilter , creates a quilt for her best friend even as she begins to question her feelings for him 6 2 2 2 2 the small box was placed inside the large box and the 4 inch of surrounding space filled with either shredded fabric , fiberglass insulation or no insulation 0 10 10 19 19 birchwood and stockton heath were called to the scene after pyrotechnics used during one of the performances caused a fire on the main stage 0 11 11 16 16 like a catch 22 the worst part is that acne causes stress and stress triggers acne breakouts 1 7 7 14 14 the us patent system is in a crisis that has been caused by the flood of patent applications being filed at the uspto every year 17 8 8 11 11 and in every single trial , the sponsoring manufacturer ' s drug came out as better than , or equal to , the others in the trial 10 4 4 9 9 the size of the scissors used by a beginning stylist for learning to cut the hair is actually determined more by the size of his or her hands 4 5 5 9 9 my little brother ' s tooth was in a cup of water the other day and i nearly fainted when i saw it 2 20 20 23 23 located by the river at circular road , cong , between actual locations used for the filming , the ground floor of the cottage has been designed as an exact replica of ` white o mornin ' cottage 13 22 22 24 24 day after day , then , he has put himself into a hornets ' nest , or what the scottish call a bike of bees 6 2 2 8 8 as his hand was put inside the glass box , he had to guess what creepy animal was inside 18 5 5 12 12 while many farmers did their plowing the land with a single furrow plow , some large scale farmers began to use a multiple share or bukker plow 18 12 12 14 14 letters were be submitted by 5 p m on the wednesday before publication by mail 4 1 1 5 5 my passport was in a trunk under my bed 1 6 6 15 15 viral gastroenteritis is a highly contagious infection of the intestines caused by one of several viruses 6 7 7 14 14 recently , a huge amount of commercial fish and shellfish have migrated to cooler water 6 5 5 8 8 the murder has dragged the victim into the water 2 17 17 20 20 the first bank in loudoun county , the short lived loudoun company , held meetings in the cellar of this dwelling beginning around 1815 , hence the name bank house 18 2 2 7 7 the outer segment is comprised of a membrane which is folded into several layers of disks 13 15 15 17 17 in this section , we are going to follow srr sandy as she raises a litter of pups 16 1 1 7 7 the shed got put up by these people who arrived and made it 14 1 1 4 5 the session discussed about inter loans of performance sets 0 2 2 9 9 diet fizzy drinks and meat cause heart disease and diabetes 1 5 5 8 8 we explore the experience of grief after the loss of a parent and offers support we also make simple suggestions , and we provide a place for sharing memories 6 3 3 8 8 too often , students were misplaced into alternative schools 13 1 1 3 3 a deceit of lapwings , with their beautiful crests , made a pretty dish to set before the king 1 2 2 1 1 the war mentality was generated by the iraq war in combination with the constant drum beat of fear at home 11 1 1 11 11 the authors assessed the reliability of the basic diagnostic methods in series of 181 patients with bladder tumoursas compared with operative findings 14 1 1 5 5 the painting represents the last meal shared by jesus with his disciples before his capture and death 2 1 1 4 4 two pillars of a bridge at karsaz road have collapsed today morning 9 2 2 3 3 all other blood products are derived from whole blood 0 0 0 10 10 preeclampsia is still one of the leading causes of maternal mortality 18 18 18 24 24 since no computers were then available to him , he hand simulated the boxes algorithm , using a device made from an assembly of matchboxes 18 2 2 9 9 compared to running barefoot , running in conventional running shoes increases stress on the knee joints up to 38 4 1 1 10 10 the packet of corn tortillas , which was inside a box , said contains wheat 16 15 15 21 21 detectives are sifting through hundreds of mobile telephone records in an effort to trace a call made by the graff jewellery robbers as they stood outside the store two days before the successful heist 16 6 6 7 7 two years ago , being a sugar company in india was a sweet proposition 0 1 1 6 6 the demolition was the cause of terror and communal divide is just a way of not letting truth prevail 6 1 1 5 5 two prices arrived to the hotel 8 4 4 14 14 a 300 pound siberian tiger that killed a visitor escaped from its high walled pen on its own 4 1 1 6 6 a comb was hidden in an envelope at the bottom of a paper folder stuck to the wall 3 1 1 5 5 this machine has two heating units and two cooling units 2 8 8 11 11 the tailpiece anchors the strings to the lower bout of the violin by means of the tailgut 6 6 6 11 11 recently , in china , more people are moving into big cities 9 3 3 4 4 an overdose of lime juice with salt also acts as an excellent purgative without any side effects , thereby giving relief in constipation 0 1 1 10 10 the outbreak resulted in 256 deaths and 3 , 402 injuries 2 9 9 13 13 in my case the solution was to lock the padlock on the security pane itself 17 5 5 13 13 to develop a rampart , troops piled up the dirt into a small hill 4 1 1 5 6 the fridge was inside a mahogany case 18 4 4 10 10 the postcard took the reader into the author ' s past 14 10 10 12 13 the white paper full employment in australia was the defining document of economic policy in australia for the 30 years between 1945 and 1975 18 10 10 13 13 these emotionally wrenching experiences encouraged the volunteers to seek the comradeship of fellow veterans 2 20 20 23 23 gwathmey famously prefers curves to angularity and , though these are absent from the facade , they recur in the lobby of the building , with rounded pylons and legato movements through space 11 1 1 11 11 the priest mixes the holy oil and the wine with a spoon and pours it into small containers , as many as there be priests 6 3 3 7 7 the senator donated money to a local charity 4 1 1 5 5 this bag was in a bin with other santa bags ( out of package ) 4 3 3 6 6 the freshness of ale in a carton is the limiting factor 14 1 1 6 6 the statute applied to the six dominions which existed in 1931 18 12 12 19 19 clay county , a small but thriving colony grows in the seepage spring which is the source of the creek 18 3 3 9 9 new portable electronic devices are running into temperature sensitivity issues 14 6 6 8 8 it is a cable television specialty channel showing sports and sport related shows 18 5 5 9 9 while melting butter on the stove is the preferred method , because it gives you more control over the process , you can also melt butter in a microwave 1 7 7 9 9 sip the tea slowly to reduce stomach pain from indigestion , bloating and feeling of fullness 11 1 1 8 8 the teacher covers the candle with a tall glass 0 0 0 9 10 alcohol , substance abuse and poverty all lead to child abuse 0 2 2 5 5 the atm malfunction caused a rush on the atm machine until the police sealed off the area 18 0 0 4 5 physiotherapy was focused on admission avoidance , prevention of deterioration after admission and facilitating early discharge 18 18 18 20 20 moreover , the knightly ethic was based on a sense of honor and reflected the ideal of a comradeship of arms 16 9 9 13 13 the photomask is usually prepared with a photoplotter from data produced by a technician using cam , or computer aided manufacturing software 13 21 21 24 24 actually on the strength of matrimonial alliances of the bhargavas with ruling families of kanyakubja and ayoddhya , parasurama organised a confederacy of various kingdoms including vaisali , videha , kasi , kanyakubja and ayodhya which fought the haihayas on various batterfields 17 8 8 13 13 he painstakingly taught the chords to the young troubadour ' s anti establishment broadsides 6 1 1 7 7 narcotic goods have been imported into several states in australia 13 5 5 8 8 another program to increase the population of french settlers was the selection of 770 women to make the journey to new france 3 1 1 6 6 this oven has a flat belt conveyor with three zones and complete controls 11 1 1 12 12 all psychiatrists are familiar with antipsychotic , anti anxiety , and antidepressant medications , whose origins date to the 1950s 18 1 1 7 7 some sections have been denoted with an asterisk 11 2 2 13 13 the assigned cashier code serves to identify the cashier using the electronic cash register 14 1 1 4 4 the report emphasised the need for better co ordination between the agencies 18 1 1 9 9 the corpse of a murderer was dangling from the noose , twisting in the wind 0 0 0 3 3 sodium causes fluid retention , which can lead to edema ( swelling ) , increased blood pressure , and in those susceptible patients , congestive heart failure 13 3 3 6 6 in theory , boards of independent directors look after the interests of individual shareholders 17 7 7 11 11 for the last two years , the team has constructed two gardens out of recycled materials 2 1 1 4 4 the pouches of female wallabies , like those of other macropods , are front opening 17 3 3 6 6 in 1858 a shoemaker invented a machine for sewing the soles of shoes to the uppers 13 1 1 3 3 a gam of whales migrates to breeding lagoons every season 18 2 2 4 4 he takes words into action 4 1 1 8 9 the sample was contained in a 5 mm glass tube surrounded by oscillator and receiver coils at right angles to one another 8 25 25 30 30 i ' m about to delve into buchholz ' s pitch f and pitch data to try to find some sort of answer here using guidelines from allen ' s article plus buchholz ' s run values as shown here 1 9 9 17 17 in businesses generally the third party claims for the damages that has been caused by the company vehicle 6 4 4 10 10 the freeze dried dura mater was placed into warm sterile saline for 20 minutes before grafting 6 1 2 7 8 these text messages are sent to the outer space 11 1 1 4 4 stanford researchers have coated paper with carbon nanotubes and silver nanowires to serve as electricity storage devices 4 4 5 9 9 unfortunately , cleo the stuffed dog was in a trunk that was stolen back in 1975 18 1 1 7 7 the martyrs conquered the fears associated with persecution and always remained loyal to the lord 17 6 6 9 9 here is a picture of the artist taking a photograph of a young girl in front of a vegetable stand on mulberry street in new york city 11 1 1 11 11 the therapist treats the patient with a certain kind of manual therapy 10 1 1 4 4 the program assists separating families in high conflict over parenting arrangements 2 1 1 8 8 this document is part of the who information series on school health 6 1 1 4 4 two deers ran into cars 3 3 3 5 5 we got a ball with catnip inside 18 7 7 10 10 secretary tim geithner came along with a fistful of taxpayer dollars 3 6 6 13 13 this is due to a unique design that filters the dirt through the bag and not the blower fan 0 1 1 5 5 the law established a major redistribution of territorial sovereignty within the empire 0 7 7 10 10 infectious mononucleosis due to the epstein barr virus causes exudative tonsillitis or pharyngitis in about one half of cases 6 3 3 7 7 accidentally , the electricity flew into the water on the ground 14 13 13 17 17 the lead serves both as an introduction to the article and as a summary of the important aspects of the subject of the article 15 1 1 5 5 the device shown in the figure rotates 13 6 6 8 8 the symposium was attended by a constellation of artists and writers 1 20 20 25 25 during the trial , the prosecution presented pictures of burning bodies and human remains as well as images of the explosion triggered by the pentagon crash 16 23 23 24 24 these days , with a decent income landing in my bank account from writing , and the beginnings of some success as a fiction writer , i feel i have enough of the trappings to unashamedly admit to being a writer 13 2 2 19 19 the academic staff at the uvh comprises scholars in humanistics , religious and cultural scholars , social scientists , philosophers and historians 1 1 1 10 10 extensive damage at the mine has been caused by the strikers 14 4 4 7 7 the artist ' s installation studies the relationships between man and nature 3 1 1 5 5 the sail had an important roach and had adjustable batten fittings on the leech and luff receptacles 17 16 16 23 23 next was a stop at christien meindertsma ' s gorgeous knitting exhibition where she and an assistant knit a giant really thick woolen rug using six foot long needles 16 8 8 9 9 just like real baseball , he told the card manufacturer ' s reps as he tried to flog the game at toy fairs 8 1 1 14 14 the name of the climactic battle cue , neodammerung is derived from the german word gotterdammerung , literally twilight of the gods 5 4 4 6 6 she gave him a bottle with wine in it 16 1 1 6 6 this document is issued from 28 locations across the country and 160 indian missions abroad 3 2 2 11 11 this specific machine has been fitted with a mirus automatic sheet feeder thereby increasing the capacity on large runs 10 2 2 6 6 the dominant method that the roman mathematicians used to identify a year for dating purposes was to name it after the two consuls who took office in it 6 2 2 5 5 he stuffed cash into his shirt as he fled the robbery 2 6 7 10 10 i especially love the way the scroll wheel of the mouse riffles through the tabs it ' s so fast and easy 18 3 3 7 7 this is the site deep inside the earth where fault movement begin 6 4 4 7 7 this outlaw has exported terrorism to our society 18 15 15 18 18 thus , we have set up , early on , a familiar literary dynamic two compeers of different ages thrown together huck finn and nigger jim , holden caufield and sister phoebe , hell maybe even dmitri karamazov and alyosha ( or , if we stretch it far enough , falstaff and prince hal ) 16 1 1 4 4 a food and beverage manufacturer found that lack of partnered planning with their service provider counterparts deeply divided the two sides 11 1 1 14 14 a person regains the movement roughly equal to walking on solid ground by using snowshoes 16 8 8 12 12 the dyna cam engine originally came from a design by the blazer brothers , who worked for studebaker in 1916 1 5 5 7 7 i too , get a headache from wine , and was always told that it was the sulfites 11 1 1 5 5 incandescent bulbs work by using electricity to heat a tungsten filament in the bulb until it glows 18 14 14 19 19 the most significant is a well preserved black and white mosaic for which the authority has given a provisional translation 4 3 3 9 9 inside , the poster was enclosed in tight plastic packaging 14 4 4 8 9 some of these conspiracy theories allege that his birth certificate is a forgery 14 7 7 12 12 on the border issue , the original draft had declared some initial borders , which are to be confirmed and decided by the un partition plan 8 2 2 6 6 an oak tree grows from an acorn 18 3 3 7 7 clinicians entered the patients into randomised controlled trials 11 1 1 4 4 a girl plays her violin on a pogo stick 16 8 8 12 12 in 1594 and in 1608 he published an atlas created by the cartographer matthias quad 18 1 1 7 7 the interrogation covers von neurath ' s activities during the years 1932 to 1938 and hitler ' s policy of aggression during the late 1930s 13 1 1 3 3 a drove of oxen was taken to market 4 1 1 9 9 the mast was folded up accordion style inside a canister that was attached to the side of the main antenna 14 3 3 7 7 members use the website to inform about projects and events 1 4 4 8 8 describing all of the harm caused by the hurricane has filled entire books so this web page summarizes the total damage and focuses on the damage incurred on long island , new york 6 5 6 13 13 the colourless or nearly colourless liquor amnii then was put into an ounce phial 8 1 1 8 8 the statement comes from the writer ' s knowledge and its ideas are fresh and original 2 1 2 10 10 the flip flop is a basic element of the sequential circuit and there are various structures even for the same type 5 1 1 4 4 a suitcase full of marihuana was found by the pilot of a searching helicopter near the side of the road at a place where tire tracks could be observed pulling off the edge of the road 4 1 1 5 5 the fluid was in a cup , and was intended for use as a lotion by her husband 14 4 4 11 11 the aim of this paper is to present some recent experimental results obtained in rayleigh benard instability 14 3 3 11 11 it is a drama that is centered around a troubled teenage girl and a family that is trying to get over the loss of their son 1 5 5 9 9 information is included on the disease caused by the organism , its transmission , geographical distribution , and hosts 8 1 1 5 5 the water evaporated from the kettle 13 12 12 15 15 and out of the unspeakable river dividing zambia and zimbabwe splashes a crash of stampeding hippopotami 11 0 0 5 5 builders use a paste like adhesive ( known in the building trade as mud ) to fix the plasterboard to the wall 18 1 1 5 5 the star is landing into controversies because of thoughtless statements 18 2 2 6 6 our political prisoner is falling into oblivion 0 0 0 8 8 infection is one of the commonest causes of death in burn patients , particularly 18 11 11 20 20 the vikings had become assimilated into a peaceable society , and monasteries at chertsey and abingdon were founded by the river 16 9 9 10 10 the staff stood guard all night , drinking the coffee machine dry and plotting their revenge on the injustices of the workplace 1 8 8 13 13 i was diagnosed with bipolar disorder following a breakdown triggered by the sudden death of my brother six years ago 11 4 4 13 13 more recently , starter manufacturers have attached the flange with a number of capscrews to the main housing thus allowing a finite number of position 13 8 8 10 10 still , we were surprised yesterday by a wake of buzzards perched on a dead copse of trees and haunting wellfleet harbor 8 1 1 6 6 the call came from a minnesota father who said his daughter was in the chapel that day 13 13 13 15 15 the chavettes are the female of the species , usually have a ' passel of brats with different dads before they turn 20 which ensures the perpetuation of the disease 18 4 4 10 10 for years now my daughter has put up with verbal harssement from a girl 13 17 17 20 20 charles beauregard is still working for intelligence and hears about the red baron flying ace and his circus of vampire fighters 18 3 3 6 6 the longest serving spacecraft goes into retirement 4 4 4 14 14 we saw that a piece of the double stent was placed inside the urinary bladder of mice to study the extent of tissue reaction 17 6 6 11 11 under hideyoshi ' s administration the factory ' s output of firearms increased dramatically 18 1 1 6 6 the baby is falling into a sleep 6 1 1 8 9 many builders have approached the colony ' s building committee for redevelopment projects 0 2 2 6 6 the reactor meltdown caused a chain reaction that destroyed all the towers in the network 4 2 2 8 8 the only ginger i had was in a jar , so i put a heaping teaspoon in 6 2 2 4 4 china sent seeds into space 2 2 2 15 15 the local group , which has over 5000 members , is part of a national association of active and retired law enforcement officers 6 3 3 7 7 the entrepreneurs forum event is postponed to tomorrow 6 2 2 5 5 he stuffed chips into his mouth and watched his cousin in law shrewdly 14 5 5 8 8 this paper offers a reflexive account of secondary analysis focused on the topic of convenience food and choice 1 0 0 9 9 convulsions that occur after dtap are caused by a fever 18 17 17 23 23 although a commercial enigma , modified by polish cryptanalysts to match a military enigma , used phone plugs , the plugs in the plugboard of the actual enigma had two prongs , but they still functioned electrically in the same way as phone plugs 14 3 3 5 5 this includes those rules governing transfers , academic eligibility , age requirements , and the number of consecutive seasons of athletic eligibility beyond grade eight 8 22 22 26 26 there ' s a phrase of sickert ' s where he speaks somewhere about something succeeding in that it is like a page torn from the book of life 14 1 1 3 3 this book relates tales , which were recorded by a popular minister in the early 1900 ' s 3 4 4 5 5 she double clicked the mouse button by placing her finger on the left mouse button and then quickly pressing and releasing the button two times 8 1 1 6 6 a man who fell from a bridge along interstate 29 after running from a minor crash has died 6 1 1 6 7 the virus is exported to the hard disk 18 5 5 8 8 it is marked by a sign indicating the length of the pause 6 18 18 21 21 the police has beaten him up , poured water into his ears and nose , and stuffed a shoe in his mouth 16 9 9 15 15 abu ' l qasim ' s treastie is a text from 1301 by an iranian potter who describes numerous recepies 1 4 4 7 7 as the vehicles caught fire after the collision , the transformers began to explode one after the other 2 9 9 12 12 a type t thermocouple controlled air temperature at the inlet of the dryer 0 0 0 4 4 fog or smoke cause irritation to those with respiratory sensitivity 6 1 1 6 6 federal dollars flow into halifax recreational facilities 18 1 1 7 7 a professor portrays his students ' term paper as his own 3 10 10 15 15 what is so amazing about this technology is that the image is constructed from random photos pulled from the internet 18 1 1 9 9 the team , has carefully devised an amended research methodology it has also since found that further compromises will have to be made 14 1 1 7 7 a clip describing the bakery ' s investment in people as well as machines has been presented 15 4 5 7 7 only the most ambitious emissions reductions under discussion within unfccc achieves climate goals 14 1 1 4 4 this fable illustrates the force of jealousy between married people 0 1 1 5 5 the sinking resulted in the loss of 112 lives , including those of 28 americans 17 11 11 20 20 listed as an author is andrew wakefield he is the british researcher who started the vaccine autism myth with his paper linking the mmr vaccine to autism 18 1 1 5 5 the team drafted a great player in 2002 when they chose julius peppers second overall 14 8 8 13 13 throughout his writing career , all of his novels have concerned fictional secret agents 13 11 11 14 14 today , it is most famous for proving sanctuary to a creep of giant tortoises ( geochelone gigantea ) , descendants of four gifted from the seychellois governor to his opposite number in zanzibar in the 18th century 1 2 2 15 16 chronic daily headaches are tension headaches or headaches which are caused by taking too many pain killers 18 5 5 15 15 but over time , indigenous students have been moving into more specialised and skill intensive components within disciplines 11 2 2 5 5 human rights advocates lit a flame to press the international community especially china to bring security to darfur , sudan 6 1 1 9 9 i traffic is transferred directly into a target processor cache in accordance with routing information 6 11 11 19 19 mr lagano was engrossed in a search for cherrystone and quahog clams , which he deposited proudly in a bucket beside him 18 1 1 4 4 a month of snowy sundays in january had an adverse impact on prospect ' s finances 13 5 5 8 8 it has the fourth highest population of slum dwellers among major cities in india 6 1 1 7 7 the items have been donated to the museum of thracian art 17 8 8 12 12 in defamation , the circumstances are that the defendant has made a statement which injures the reputation of the claimant 2 1 1 4 4 the coil of the galvanometer is wrapped around a cylindrical form 8 0 0 6 6 voters are eluded from the fundamental issues 13 10 10 13 13 he was later recaptured through the combined efforts of a coven of white witches and a group of satanists 8 11 11 16 16 the misery of the passengers had started from singapore as the plane took off from the city seven hours behind schedule 11 2 2 8 8 the etruscan craftsmen marked their wares with ink marks 5 7 7 10 10 i got the idea after getting a bottle with an apple in it as a gift from a cousin 18 4 4 7 7 at necropsy a heavy infestation of haematopinus lice was present , along with a polyserositis affecting the right hock , left elbow and peritoneum 6 1 1 8 8 the garbages have been secretly thrown into the ocean for the last few years 1 1 1 6 6 pneumococcal meningitis is caused by pneumococcus bacteria , which also cause several diseases of the respiratory system , including pneumonia 14 2 2 6 6 a local gallery is promoting the work of a diverse range of artists from across the region 13 16 16 19 19 philip larkin ' s poem at grass employs his sensitive poetic technique to reflect on a field of aged racehorses , and on the practice of poetry 14 1 1 6 6 the book criticizes the institutionalized nuclear family from a feminist perspective 14 1 1 4 5 legal regulations applying to professional corporations typically differ in important ways from those applying to other corporations 18 8 8 10 10 three shark attacks in 24 hours threw local people into panic 18 3 3 5 5 we share a kinship of ideals with every man and woman on earth who struggles for their god given rights 14 1 1 5 5 the novel depicts the harsh life of workers who worked on a crab fishing and canning boat in the northern seas of japan 13 8 8 11 11 frank c lewis , a representative of a syndicate of chicago capitalists , was credited as the source of this information 6 1 1 7 7 the helicopter was landing into the high grass during the combat sar demo with soldiers on board 1 8 8 12 12 also ( on a proportional basis ) the rainbow caused by the spray appeared smaller than that of the other rainbow 13 8 8 10 10 the day after they had marvelled at a fluther of jellyfish , the girl looked up and frowned in confusion 6 1 1 6 7 the implant is placed into the jaw bone 14 3 3 8 8 the first two papers define the contemporary terrorist threat while the next three papers examine global counter terrorism trends 6 1 1 5 5 background music is added into slideshows 6 1 1 6 6 the cops moved into the floating hotels 8 12 12 17 17 later in the year , from november to april , the black flood arrives from the upper reaches of the river beyond timbuktu 5 1 1 4 5 the box contained a dollar bill 6 3 3 6 6 we have imported grain into developing countries in asia several times 17 2 2 6 6 when the statesman threw together a draft of the constitution in 1776 , he probably did not realize he would be working in a couple of the positions specified quite so soon 1 1 1 11 11 the changes now seen in the endometrium are caused by a hormone called progesterone 6 2 2 5 5 i gave water to the plants 0 1 1 16 16 the waste , a mixture of gasoline , water and caustic soda , gave off toxic fumes 6 1 1 6 6 the debris were thrown into the air 9 0 0 1 1 coconut oil is extracted from the kernel or meat of matured coconut harvested from the coconut palm ( cocos nucifera ) 5 8 9 11 12 the mission introduced the spoon bowl , a plastic container with dehydrated food inside 13 3 3 6 6 he had a parcel of twelve deer grazing his land as well as some cows so he probably required a larger water supply hence the canal 8 2 2 7 8 the two populations started from the same gene pool 2 1 1 4 4 the nape on the male has a turquoise blue wash over the light green base feathers 14 2 2 7 8 the remaining articles run the gamut of sociological research 16 5 5 21 21 pearson identified the bittangabee bay ruins as having been built as a store house by the imlay brothers , early european inhabitants 6 4 4 8 8 i am draining the wort into the fermenting bucket 18 1 1 16 16 case studies , some of them book long , have made a notable contribution to scientific medicine 2 6 6 9 9 below is a list of the books of the bible 6 6 6 12 12 other private sector stakeholders have placed funds into a separate state specific account 8 5 5 12 12 it is settled that the argument of theodicy is from an academical source which is not only not epicurean , but even anti epicurean 1 0 1 5 5 weak ligaments are caused by problems with collagen ( protein fibers in the ligaments ) 14 8 8 13 13 it is a controversial topic that provokes strong arguments for and against the practice 14 5 5 11 11 here , in exclusive interview clips , he talked about his career and what he thought of today ' s television 18 2 2 4 4 he puts creativity into use 0 15 15 20 20 this article discusses the ethics of the soldier of fortune ' s guns for hire advertisements that resulted in several murders across the united states 16 1 1 7 7 a book authored by an obscure danish academic with little or no expertise in environmental science become an international media event 13 7 7 9 9 wales ' commonwealth hopefuls impressed the gathered throng of spectators at the norwich union international this weekend 14 1 1 9 9 auto ads during this period tended to feature the beauty and engineering strength of the vehicle 18 3 3 10 10 in 1905 the press reported extensively and vividly on the disorders in the cities and countryside , the clamor for basic reform , the political discussions 18 0 0 6 6 quotation is used to indicate the words of another speaker or writer 14 2 2 6 6 his famous book telling of his explorations is valuable not only for its botanical and ethnological record but also for its poetry and narrative 14 2 2 7 7 in the interview josie speaks about her childhood and family in dudley 6 3 3 6 6 she threw her passion into this painting 6 13 13 19 19 an 18 gauge or 21 gauge needle guide kit was opened and sonoconductive gel was placed inside the sterile sheath 18 10 10 15 15 the size of the thumbnails is changed with a sliding bar on the upper right corner of the window 6 2 2 8 8 this music cd was misplaced into the wrong folder 6 1 1 6 6 these questionnaires were sent to 144 countries 3 1 1 6 6 this cabin has 3 beautifully decorated bedrooms one on each level featuring custom made log beds , each with its own bathroom 13 2 2 8 8 the first board was comprised of the county judge and the five district court judges of bexar county 18 14 14 17 17 they evaluated maximum number of breached assemblies and exposed fuel area for a proposed shipment in a cask with a test leakage rate 17 1 1 5 5 the mason who did the stonework did a wonderful job 11 0 0 9 9 philosophy is a special kind of discourse that uses language in order to give us access to extra linguistic truth 6 1 1 8 8 these cells have been injected into the vitreous cavity 6 1 1 6 6 the sacrifices were thrown into the volcano 6 2 2 8 8 this developing country has moved into the 21st century 15 3 3 9 9 the following good practices were pointed out during the interviews 4 1 1 5 5 his shoes were in a box 11 1 1 5 5 a mechanic attaches a socket wrench to a bolt 13 4 4 9 9 we have assembled a brigade of high profile master chefs who are creating a menu that like ballet kelowna itself exemplifies the very best of where we live 6 6 6 10 10 conflicting loads were stalled while pending stores were draining into memory 0 1 1 4 4 the battle caused a panic on the frontier , and settlers in the surrounding counties fled 6 2 2 7 7 the famous poet moved into a medical center 4 5 5 8 8 i ' ve got the world in a jug , the stopper ' s in my hand 2 5 5 9 9 as a general rule , chapters later in the book are designed to be studied after earlier ones 1 10 10 14 14 for decades , most of the nation ' s renewable power has come from dams , which supplied cheap electricity without requiring fossil fuels 17 0 0 2 2 chimpanzees make tools and use them to acquire foods and for social displays 3 1 1 11 11 the stapler comprises a stapling head ( 2 ) and an anvil ( 3 ) 1 2 2 10 10 the optical signal is generated by an externally modulated tunable laser , and introduced to the chip through a tapered fiber 1 1 1 6 6 the byelection was caused by the resignation of boris johnson following his election as mayor of london in may 1 21 21 25 25 swissair was a victim of the clandestine wealth transfer plaguing the productive sector as a result of the falling interest rate structure caused by bond speculation 6 5 5 8 9 technological advances have brought the wars into the living rooms across the world 6 5 5 9 9 the moving companies transport personal items to your new home 3 1 1 5 5 this dishwasher has the tallest tub available and allows you to wash more than ever before 6 6 6 10 10 this week we donated handcrafted fabric works to the local church 18 6 6 9 9 dee ' s end caps make pier piling sidewall forms function more efficiently by locking the forms together so they stay in place 1 9 9 13 13 he received reports from the residence hall presidents regarding evacuation after the fire drill 4 1 1 6 6 the message was enclosed in a paper that was folded and sealed 3 3 3 4 4 he cleaned his piano keys , using the proposed tips , but also remembered playing with clean hands can prevent future headache 2 3 3 10 10 the happy hour gathering was the best part of the event 18 5 5 8 8 the frog is the environmental indicator of the land , but university of queensland researchers reckon when it comes to the sea , we should look to the turtle 6 12 12 18 18 ballots were tallied by an independent third party and locked in a bag which was locked in a safe 3 6 6 13 13 the worcester greenstar 30 cdi conventional boiler works with a hot water storage cylinder to provide hot water 14 4 4 7 7 the point of the article is that food forms an important part of cny 1 1 1 6 6 the tsunamis triggered by the massive earthquakes plunged those provinces into crisis the number of people dead and missing has reached to 245 , 782 people 8 11 11 8 8 the human body is the product of the earth with all elements in it originating from the earth 16 9 9 14 14 it ' s basically a trashy pseudo 18th century novel written by a american historian at harvard 1 10 10 17 17 we have to take into account the reality of the damage that has been caused by the deregulation of nutritional supplements 4 1 1 5 5 the anthrax was in a suitcase that the egyptian was supposed to deliver to someone in canada 4 1 1 5 5 the chair was in a crate and then completely wrapped in cellophane and then bubble wrap 13 2 2 6 6 riviera holiday club consists of few hotels ( look on the left part of the page ) which are located on the beach , in a nice and quite park 18 1 1 5 5 the catastrophe is narrated through metaphor 6 3 3 7 7 she placed the bread in a serving basket and passed it around the classroom 18 17 17 20 20 lesser black backed gulls were capable of producing , on average , almost three times the normal clutch of three eggs 6 1 1 6 6 the missile was placed inside a canister and loaded into a launch facility 18 3 3 15 15 a channel 4 drama set in a psychiatric unit has been criticised by a tv watchdog for its offensive title and for reinforcing prejudice against people with mental health problems 0 0 1 9 9 estrogen dominance is one of the main causes of osteoporosis , cancer , ovarian cysts , fibroids and a host of other female problems in the u s 3 4 4 11 11 many simple dc power supplies regulate the voltage using a shunt regulator such as a zener diode 2 9 9 12 12 he zeroed in on the metal button in the fly of my jeans as well as the metal eyelets on my shoes as the only sources of metal that likely triggered the metal detector 15 2 2 8 8 the essential information is found in the second sentence 18 7 7 9 9 itunes , however , is a different kettle of drums 4 22 22 26 26 this is movingly symbolised in the film in the way that people ' s homes were bare , all their memories and pictures were in a box 11 2 2 8 8 the young man watched the snow through the window , and he wanted to stay in that cafe forever 13 12 12 15 15 at the same time in this very same region , lived a tribe of muslim natives known as almamy 11 3 3 7 7 i joined the group which took the bus to jura house gardens for the start of our walk 8 2 2 6 6 when the king had left the apartment , she withdrew her hand 14 5 5 10 10 it also offers a concise guide to the historical documentary resources 18 4 4 6 6 wealth is nominally a superfluity of goods required for subsistence , but the character of these goods varies with the use of wealth 18 1 1 7 7 his wife is a participant in the blogosphere , and he does n ' t want to ruin the surprise for her 15 0 1 7 7 mental disorders have often been featured in art and literature 18 1 1 6 6 the scan started at the rest potential toward the positive direction 14 3 3 6 6 the answers to questions raised about rules governing immigration were wheeled out one after another 6 2 2 9 9 the parent parameter was passed on to the qobject constructor 3 1 1 11 11 the tail is long and thin with a blue central tail feather 6 1 1 12 12 the boat basically sails from the harbor to an area of a beach where they are supposed to transfer you to a smaller boat and go to the beach 15 1 2 9 9 the early years of autism is the topic of discussion 8 6 6 13 13 when we arrived , a large basket of goodies was delivered from the village manager and our neighbors presented my wife with a rose to welcome us 0 5 5 9 9 the great news is that germs causing recreational water illnesses are killed by chlorine 17 6 6 9 9 this is more of a production machine stitching 600 stitches per minute 18 3 3 7 7 the eu inserted experts into the national defense 18 1 1 10 10 the shop machined the part with a 1 25 inch diameter 4 3 3 10 10 we store the tops for the containers in a shallow drawer to reduce the clutter 6 4 4 7 7 the government has poured billions into education reforms 17 11 11 14 14 the campaign ' s leaders were right to accept the arms manufacturer ' s pledge 8 2 2 8 8 the popular definition is rooted in an editorial error 18 8 8 11 11 by chance , toe discovers a rainbow colored rock with hidden power to grant wishes 6 1 1 6 6 that container was put inside a vault provided by stark memorial funeral home 18 6 6 9 9 the turbines are making an electricity system with low carbon emissions even greener already , in seattle , more than 90 percent of the power comes from renewable sources 11 4 4 8 8 amendment 4 removed the subsection which applies the measure to partner authorities of local authorities 3 1 1 5 5 this oven has a meat probe so i tried it in the lasagna at a set temperature of 165 degrees 8 0 0 6 6 rum is distilled from fermented sugarcane juice , fermented sugarcane syrup or fermented molasses 8 13 13 16 16 i am grateful to a former editor of cogito for permission to reproduce material from my article ` an introduction to infinity ' , 1992 2 7 7 10 10 in the process of engagement the two blades of the scissors engage a piece of tissue to cut 13 2 2 5 5 a handpicked regiment of 100 marksmen under general william maxwell laid an ambush in the surrounding cover 4 1 1 2 2 the picture frame hangs on the wall in my living room , reminding me that i ' m the only child of three to be born and live to my parents 14 12 12 14 14 today , for the first time in the uk , full examination papers in chemistry and mathematics set for 16 year old school pupils in the people ' s republic of china are to be published in english and made widely available 1 1 1 15 15 the disruption has been caused by a sensitivity reaction in the brain to an ingested substance 1 2 2 11 11 the enormous landslide , which was triggered by an exceptionally heavy rainfall event ( 500 mm in 24 h ) on 30 october 1998 11 1 1 9 9 most dieters are familiar with the usual weight loss formula proper diet , adequate exercise , and a healthier lifestyle 6 6 6 9 9 in the evening , he threw wood into the bonfire 18 8 8 36 36 in the framework of a holistic approach to student development and support , student services are also the contact point for other functions such as student out of class involvement , student participation in the university governance as well as in the student union 14 1 1 4 4 his speech outlined urgent measures for stimulating the economy 8 9 9 14 14 more than 20 years have passed since the last plane took off from the earth 18 1 1 6 6 the market is rooted in the structure of zanzibar household economies , and therefore proides an indispensible function in daily life 2 1 2 14 14 the ozone layer is a relatively small constitute part of the earth ' s atmosphere , although it accounts for a large protection measure 10 9 9 15 15 debt to income ratios are referred to as the guidelines that are used by mortgage lenders in order to determine your maximum mortgage amount 17 1 1 4 4 the officer swore an oath of secrecy on becoming a sky marshal , so his name ca n ' t be revealed 4 1 1 7 7 the wine was stored in a wine rack so the cork has been wet to prevent the wine from turning to vinegar 4 1 1 22 22 the list of passengers and crew , handed to the purser just before the steamer left providence , was locked in a safe , and it was not recovered 15 1 1 8 8 the restaurant is advertised by the official municipal website 12 12 12 15 15 this pecking order continues all the way down to the most subordinate wolf in the pack 13 1 1 3 3 a rhumba of rattlesnakes plagued a village 8 1 1 7 7 my point was coming from a welding background that good goggles are most definitely not hard to find 18 2 3 12 12 the complete examination process has been carried out according to the pertinent directives 11 14 14 18 18 even if an abstract theme is at the center of the poem , the poet still uses concrete imagery in order to make it more accessible 14 1 1 7 7 this leaflet gives a summary of holiday entitlements 0 2 2 5 5 the heated gas caused a pyrolysis on the lower part of oil shale and produced shale oil and oil shale gas are escaped from the retort through exhaust pipe 18 2 2 6 6 the signoff queue is used for reports that the user has not seen before 6 3 3 8 8 we put the files into a date based directory like yy mm 8 1 1 5 5 the couple hailed from tezpur town in northern assam 5 18 18 22 22 in her dentist dad ' s office , with the help of her brother norman she finds a bottle full of pulled teeth 4 1 1 6 6 my guns are locked in my room 12 15 15 20 20 thus , aptitude provides no information about critical interactional processes that take place after the student has enrolled in the university 8 1 1 7 7 the scream was coming from his own chambers he ran through them and drew to a halt at the doorway to eirin ' s room 4 9 9 12 12 the winner has received the years worth of beauty products in a hamper 16 10 10 14 15 he is also a work of fiction , a software program written by a bio scientist from st petersburg and a finalist in a contest to find the world ' s first thinking computer , staged yesterday at reading university 6 13 13 18 18 it was a significant environmental hazard in the copper smelting process when the emissions were released into the atmosphere 6 2 2 6 6 the tonneau cover retracts into a canister 13 21 21 23 23 his reformation of many of the roman laws caused quite a bit of discomfort in the seats of power at the house of senators 18 3 3 5 5 parties have inherited entitlements to property 18 2 2 7 7 the libel claimant has proved that the statement was defamatory 0 3 3 6 6 the low oil prices caused the collapse of the wall and the russian empire 18 11 11 16 16 by charging odd amounts like 49 or 99 cents , the cashier very probably opened the till 6 2 2 9 9 the cancer cells have increasingly been moving into the bone 6 3 3 7 7 this christmas , visitors traveled to the vineyard by the free bus 6 0 0 6 6 geodiversity has been added into the objective 1 1 1 6 6 the pain was caused by the parasite entering the body through the skin during bathing or drinking of infested water 13 16 16 18 18 one who lives in the area of the ural mountains has a possibility of observing a bevy of roebucks 11 0 0 7 7 washer works with a single cup of water 1 1 1 7 7 the reaction starts at a rather low temperature ( 5c ) , and the calorimeter is run from 40 to 130c 3 1 1 5 5 the accommodation briefly comprises of hall , downstairs w c , lounge , kitchen , three bedrooms and bathroom 18 12 12 18 18 next to moll lived the celebrated actress nancy dawson , a former harlot made famous by her lascivious hornpipe in gay ' s phenomenally popular the beggar ` ss opera 13 4 4 5 5 he has been a committee member for gungarde in cooktown 2 1 1 4 4 the paw of the cat thus appears to be more sensitive to temperature changes than was believed previously , and its temperature sensitivity may be comparable to that of the hand of the primate 13 14 14 18 18 on the seleucid right flank atticus deployed the elite companions screened by a single unit of scythian horse archers 4 1 1 5 6 a weapon was inside a wooden box behind a stereo cabinet that was suspended about seven feet above the floor 13 10 10 13 13 while jackson was in the white house he kept a stable of race horses perhaps the only president of the united states ever to run a racing stable 6 0 1 9 10 job listings in india have been added to our careers section 2 1 1 8 8 the conference was a part of the danish kortdage and was arranged by geoforum in cooperation with gi norden 8 14 14 18 18 the left turns are sequenced to correspond to the arrival of the group of cars from the upstream signal 2 10 10 11 11 he atached a handle to the upper part of a cable machine 18 14 14 16 16 but we are not at all complacent and we are well aware of the challenges around recruitment 2 13 13 16 16 this is made possible by unscrewing the three or four screws from the button of the mouse 18 2 2 10 10 the influential towns of brownville and fontanelle were founded that year as well 4 6 6 12 12 on the table , a potato slice was already placed in a beaker of distilled water 18 2 2 7 7 a chance discovery made by a road worker in 1956 uncovered a rich find of 360 million year old fish fossils 11 1 1 6 6 the psychiatrist killed him with the drugs she gave him 2 9 9 12 12 the user friendly control device is mounted on the handgrip of the wheelchair 11 1 1 7 7 the restaurant creates dishes using farm fresh products and organic products found from local farms like meadow mountains and haystack 10 9 9 11 11 i conducted a training seminar on energy efficiency best practices for engineers at the pune municipal corporation 14 1 1 5 5 this poster advertises the 1898 exhibition of the shroud 8 1 1 6 7 the alcohol was distilled from a steam bath , and the lactone was separated from the sodium bromide by extraction with ether 14 1 1 6 6 the survey documents children ' s opinions on a wide range of social issues 5 14 14 17 17 my grandmother came here when she was 17 years old with nothing but a suitcase full of oranges 6 1 1 11 11 each sample of the felt was enclosed in a separate glass vial with blanks of polished lead , silver and copper 17 1 1 4 4 the brothers wrote this movie after coming up with the characters 16 13 13 27 27 elsewhere , you ' ll find a real embarrassment of riches , with song after brilliant hit song from the fertile imaginations of the great brill building writers 13 7 7 9 9 when a murder of crows and a tittering of magpies get into a turf war over susie wu ' s eucalyptus , the real winner is susie ' s cat , mittens 17 1 1 2 2 the police report has cast a spotlight on america ' s self help industry 6 1 1 6 6 my flight arrived at the usual gate 9 10 10 11 11 the rising popularity of malted whiskies , especially single malt barley spirits , is evidenced in the growing number of distilleries and labels that have been cropping up over the past few years 18 1 1 22 22 towne bank , which has only one retail location , was one of those opportunistic upstarts , a bank built on a bubble 13 6 6 9 9 meanwhile , general wadsworth with a detachment of militia volunteers and winfield scott ' s regulars crossed the river to reinforce captain wool ' s position and take command 18 1 1 6 6 the helix runs away from the nucleotide 1 6 6 8 8 i derive a tremendous amount of joy from teaching students in the research laboratory 13 2 2 5 5 besides a galaxy of prominent footballers , his colleagues , sportspersons and people from all walks of life paid last respect to the departed footballer 18 8 8 11 11 the study found that people who took the combination of cholinesterase inhibitors ( aricept , razadyne , or exelon ) and memantine , showed a significantly slower rate of cognitve decline than those who took only a cholinesterase inhibitor or no drug 18 1 1 8 8 antelope horns grows from the southern california desert mountains across to arkansas and up into kansas 1 3 3 7 7 a very serious problem ensued from the events of the day 14 1 1 11 11 the book contained not only recipes but also such things as coloring of textiles and other things concerning a household 18 3 3 5 6 he sent the revellers into party mode 6 11 11 15 15 trench pudding is made from broken biscuits , condensed milk , jam put into a canteen and cooked over a little spirit stove 1 2 2 12 12 a first revolution was triggered by the growing use of reading and writing 14 2 2 5 5 the pertinent passage describes the flag as a tricolor consisting of green , white and orange bands 2 2 2 9 9 a witness statement contains the witness ' s factual account of the circumstances of the dispute 2 3 3 6 6 you shaped the bristles of the brush with clean lather still in it 6 4 4 6 6 the extrusion blew the molding into paperboard 18 3 3 6 6 the us regulatory agency was investigating allegations that at least one plane was considered unsafe to fly 18 2 2 6 6 the resulting biofilm grows from the inside out rather than planktonic organisms attaching and promoting the growth from the outside 1 1 1 7 7 the vibration caused by a heavy goods train on the metropolitan railway , which runs under the exhibition premises , had shaken the figure off its balance 16 2 2 12 12 the other offer was from an old line investment counsel mutual fund company in new york 6 4 4 10 10 a similar image search feature has been added to the software 18 9 9 14 14 it also gives some of the history behind the formation of wolf ' s dragoons and some of the battles and campaigns the mercenary regiment has fought 2 1 1 4 4 the hull of the boat is carved from a single piece of wood 4 1 2 16 16 a metal cube , one meter on each side , is enclosed in a thermally insulating jacket 1 1 1 7 7 voltage surges or spikes are caused by lightning , short circuits , power company equipment problems , and inductive spikes , among many other causes 16 4 4 6 6 this is a tattoo design an artist drew up 1 12 12 16 16 the recovery is weak and fragile , and the economic and social damage caused by the crisis is long lasting 1 2 2 11 11 the cutaneous mycoses are caused by a homogeneous group of keratinophilic fungi termed the dermatophytes 1 5 5 9 9 recovery from the global economic crisis triggered by the collapse of lehman brothers was achieved with cooperation from brazil , russia , india and china 0 1 1 7 7 the microphone converts sound into an electrical signal 18 2 2 7 7 the trapped mass takes part in the movement and therefore contributes to the inertia of the system 17 4 4 7 7 baird ' s scanning disk produced an image of 30 lines resolution , just enough to discern a human face , from a double spiral of lenses 6 4 4 6 6 several authors have inserted implants into bone that have been subject to higher radiation doses 6 6 6 9 9 the sabah wildlife department has implanted transmitters into three orangutans 8 1 1 6 6 the hygrometer was manufactured in the spring of 1995 , and it was calibrated for the first time in june 1995 13 11 11 14 14 next up was the climb , a slow steady rock strewn menage of eirie shadows reflecting off of tall trees and red rocks 3 0 0 7 7 goatfish use a pair of large chin barbels to probe the sea bottom to detect buried prey 6 5 5 8 8 olympics have already poured one billion into the economy 6 4 4 7 8 we removed the sharp items into the plastic bag 2 9 9 12 12 barrymore is singing while painting the flowers on the wall in the shop 6 2 2 7 7 my two friends have moved into my apartment last weekend 18 5 5 6 6 i ' ve been a closet writer for a long time 14 11 11 14 14 the commission submitted to the council and the european parliament a report on the application and conditions of implementation of the agreement 1 0 0 8 8 swelling of the resin is caused by the expansion of the structure as a result of water ( or other liquid ) molecules penetrating the matrix 1 2 2 11 11 there were setbacks and technical problems that ensued from the location design , flooding , and moisture that plagued the winery and bumped up the investment cost beyond the initial budgetary estimates 5 7 7 9 9 an israeli woman mistakenly threw out a mattress with money inside , setting off a frantic search through tons of garbage at a number of landfill sites 15 3 3 7 7 lauren also explores bisexuality in this new book 11 1 1 8 8 the researchers studied the efficiencies of assessment through exams , particularly if the marking is routine or automated , are counterbalanced by its limitation 6 4 5 1 1 plastic water bottles leak toxic materials into the water 6 2 3 9 9 a basic data entry has been added to the database 12 8 8 9 9 prevention of cae viral infection is important in goat herd management because there is no treatment that eliminates cae virus or vaccine to prevent this disease 1 16 16 21 21 we find evidence that ernst suffered a thrombotic cardiovascular event , i e , a myocardial infraction triggered by a blood clot 13 12 12 14 14 i will leave it up to wes to tell you about the mask of raccoons we encountered on the trip 8 1 1 4 4 some content from the encyclopedia became a part of microsoft ' s encarta digital encyclopedia 18 0 0 11 11 fire was venting from the first floor of a multi storeyed building in south mumbai ' s nariman point area on monday 8 1 1 5 5 the water evaporated from the paintings , leaving only the colored salt behind 4 1 1 7 7 the memory is stored in the same neurons that responded to the odor 9 2 2 11 11 the perrault version is the source of the most familiar cinderella tale 9 0 0 1 1 strawberry jam is the perfect way to use a glut of strawberries and is so easy to make with this strawberry jam recipe 3 1 1 7 7 this website is dedicated to providing event details , guest book , class photos , rsvp , payment collection and trip planning information 2 10 10 11 11 it ' s important you choose the right one as chain saws are quick to start malfunctioning if the chain saw you choose is n ' t up to the task at hand 2 1 1 6 6 the rod in the hand priming tool is quite long and the handle bottoms out before the primer is completely seated 18 16 16 18 18 the charcuterie was well portioned offering lots of variety , well textured , with a nice accompaniment of condiments and composed salads 2 1 1 4 4 the hands of the clock are stainless steel tubing the hour hand is 14 5 ft , the minute hand 17 5 ft and the second hand 21 ft long 17 1 1 7 7 the speaker opens the poem with a question addressed to the beloved 6 13 13 16 17 when his pullets got ready to start laying , he placed the fake egg in a nest box , thus giving them the idea that the boxes were the place to lay their eggs 8 1 1 6 6 the robbers ran away from the store without any money 14 4 4 11 11 this is a short film with 12 minutes duration on the life of a live statue a mimo on the streets of florence , italy 13 1 1 3 3 a skulk of thieves gathered for their monthly summit 14 8 8 11 11 picture books invite students to engage in critical discussion of complex issues of race , class , and gender 18 1 1 6 6 the protesters carefully chose a private road in order not to cause inconvenience to the public 1 12 12 23 23 the breakdown of the linear relation of j , 1 d at peakeffect region indicates that the peakeffect originates from an addition pinning effect 4 10 10 16 16 this set of buttons comes with the colorful printed paper insert placed inside of the gum machine 5 2 2 5 5 when a bottle full of honey was weighed , its weight was 1 kilogram 18 3 3 7 7 the gist of trespass is direct physical interference with another ' s exclusive possession of land 13 5 5 9 9 the milky way , the galaxy of billions of stars that contains the solar system , has been devouring a much smaller galaxy for hundreds of millions of years , but until now the dwarf galaxy had been mistaken for a portion of the milky way itself 9 3 3 4 4 the distillation of corn spirits , which appears to have been first brought to high perfection in germany , and in holland , is now become an important assistance to our agriculture , particularly in the departments on the north and east of france 16 3 3 8 8 a best selling book by an anonymous cia official assures us that our survival is at stake 13 14 14 16 16 one of them jumps from the boat to the bank and turns into a pile of ashes , as if he had been on the earth for hundreds of years 11 5 5 15 15 during camera adjustment , the surgeon accidentally tore the choroid and retina with a tissue forceps 8 1 1 6 6 the bleeding usually originates from an artery in the back part of the nose 4 18 18 22 22 here is a detective story involving some scientists and their efforts to explain the origins of a mysterious garment found in a reliquary 6 2 2 7 7 many old products are exported to developing countries 1 3 3 5 5 however , a headache from wine is often stronger and last longer due to several compounds 18 3 3 7 7 specialists from various fields pertinent to the theme took part and presented specific aspects of the topic 8 1 1 5 5 the court started from the assumption that the constitution applied 18 1 1 6 6 the container encloses a one cup capacity , plus with the bonus lid it provides convenient storage of chopped foods 0 9 9 13 13 the maze procedure crates new pathways for the electrical impulses that trigger the heartbeat 8 2 2 8 8 although the custom originated in an all male military , it is gender neutral 13 2 2 7 7 as a federation of the most skilled workers , and therefore the best paid workers , the afl came to identify its own interests closely with the interests of the american system 13 1 1 4 4 this volume contains fifteen essays by well established scholars addressed to various aspects of russell ' s wide ranging and dynamic philosophical work 18 3 3 7 7 early in the song , the background singers repeat the christian and jewish word of praise , hallelujah 16 4 4 9 9 an association between increased egg laying by the leaf miner and increased caffeine levels in coffee leaves was recently recognized 1 5 5 13 13 we discovered that my chronic migraines and neck pain were caused by the injuries i had sustained in my first car accident two and a half years ago 14 1 1 8 8 the play reflects , among other things , questions about the nature of political power and the dilemmas facing royal families 3 10 10 13 14 this is a tutorial on how to fix a mighty mouse ' s scroll ball 18 5 5 9 9 the 180 cm thick concrete shield starts at the radius of 600 cm 4 1 1 6 6 the information was inside a sealed packet , so purchasers may not have known they could not enter the competition 10 1 1 7 7 brainwashing techniques were used by some british interrogators during world war ii 15 1 1 6 6 the activities were documented on the newsreels of the day , and form part of a new bbc television series 0 2 2 6 6 the continuous rains had caused the overflow of sulangaling river , a creek of the muara batang 4 4 4 7 7 the weight of the pharmaceutical in a capsule is dependent on the volume of the channel in the dosage plate and the density of the pharmaceutical 13 4 4 6 6 he used a real deck of cards 16 18 18 19 19 dick olver , chairman of bae systems , found himself fighting a battle on two fronts at the arms manufacturer ' s annual meeting in london 6 1 1 5 5 this disease is spread to humans via fleas from rats infected with the bacteria yersinia pestis 16 5 5 9 9 furthermore , the production of cigarettes by the major producer has continued 0 0 0 4 4 sun and wind cause evaporation of water , causing rains , and this energy can be caught using hydroelectric power 18 9 9 11 11 it has changed the way i think about the formation of parties and party systems 17 2 2 5 5 the cactus wren builds many nests in the cactus , but actually nests in only one 14 11 11 16 16 a variety of methods are known , but only a few papers give details of equipment construction 1 14 14 20 20 he schose the better approach to be honest and understanding and to acknowledge the distress caused by the hallucinations or delusions 8 3 3 10 10 the skeletal percussive drive grows from an absentmindedly struck bass drum 0 0 0 1 1 fatigue corrosion and stress corrosion are similar , as both are caused by external stresses applied to the pipe and occur inside of the pipe 6 4 4 7 7 the man placed the cartridge into the printer 13 7 7 10 10 mbaka is a member of the agricultural cooperative of vegetable producers in kinshasa ' s changu district 3 1 1 9 9 this train has as many as six sets of doors on each side to shorten the time for passengers to get on and off at station 13 2 2 7 7 the awards committee is comprised of a chair appointed by the president , with the approval of the board of directors 4 4 4 5 5 my chihuahua ate a tea bag of green tea within the last two hours 18 1 1 5 6 the fire started at the southeastern end of the circus maximus in shops selling flammable goods 3 1 1 5 5 the handpiece contains a primary coil and the sleeve encloses a secondary coil , which are inductively coupled together so that electromagnetic energy can be transferred between them 6 5 5 9 9 at t inserted a new chip into their latest modem 16 2 2 5 5 a news release from the gallery , however , told a different story 11 4 4 14 14 previously , the end user machined the wrenches with a high speed steel pull broach 6 6 6 10 10 the bride and the groom poured champagne into stacked champagne glasses 2 1 1 6 6 the yolk makes up about a third of the liquid weight of the egg 18 7 7 10 13 we assessed the efficacy of a recombinant vaccine consisting of outer surface protein a ( ospa ) without adjuvant in subjects at risk for lyme disease 6 1 1 9 9 disposed perchlorate based products have released perchlorate into the soil 8 7 7 14 14 things reach a head when the capricious youngster runs away from the jeffersons ' apartment 11 2 2 14 14 her guardian angel went before her , lighting the road with a headlight like lantern 1 7 8 11 11 the best kept secret for avoiding abdominal weight gain due to stress is the use of adaptogens 18 1 1 11 11 other items advertised on tv simply melt the chocolate on the stovetop 15 0 1 2 2 natural history programs began as live outside broadcasts on bbc television in the early 1950s 18 1 1 6 6 the sense was extended from the language to the people who spoke it 9 20 21 10 10 in the eastern orthodox church , for example , sacramental wine used in the divine liturgy must usually be pure red grape wine , often sweet 18 1 1 4 4 the farmer produced a surplus despite the country ' s worst drought in 30 years by using conservation farming techniques 15 1 1 7 7 the story is being discussed on message boards 13 7 7 10 10 baur and adams found on albemarle a rookery of white herons 18 7 7 10 10 it is an eden invented by the poet ' s imagination into which external values are not disregarded , but have been absorbed and re invented 4 1 1 6 8 her diamonds are locked in a safe deposit box 4 3 3 6 6 scientists store the bones in a freezer , helping to preserve the remaining dna that has been exposed to soil for three decades 13 5 5 7 7 i once had a mixed orchard of plums , sweet cherries , apricots , tart cherries , peaches and apples 18 6 6 12 12 treasure island is a gripping pirate story , fast paced by the standards of its time and full of action 1 6 6 10 10 vietnam ' s response on the toll caused by the earthquake in sichuan , china 4 2 2 6 6 the clay model was in a jar wrapped in a daily mirror from 1947 11 1 1 7 7 semiconductor tech diagnoses eye disease over the internet 3 2 2 6 6 a typical pig has a large head with a long snout which is strengthened by a special prenasal bone and by a disk of cartilage in the tip 17 6 6 15 15 during the 1980s , that exceptional teacher at a poor public school built a calculus program rivaled by only a handful of exclusive academies 8 5 5 11 11 james was seriously injured the shot was fired from his own gun , which he had left on the bank 18 4 4 9 9 a university of colorado student died due to a jump from an overpass onto us 36 5 16 16 19 19 given the choice , i much prefer to have products with natural ingredient than have a bottle full of chemicals 17 2 2 9 9 an application developer with adobe said in a blog posting that adobe is working on the security flaw 12 2 2 7 7 a happy resident feels part of their association 13 2 2 6 6 an emerging bratpack of young female pornographers is storming the market and challenging lads ' magazines such as fhm and esquire 18 4 4 9 9 after mile 17 the course went away from the water and onto streets with trees 18 2 2 6 6 as the earth revolves around the sun , the place where light shines the brightest changes 14 13 13 16 16 as of october 5 , 2009 , the group has finally produced a review summarising the work performed over the past 12 years 1 8 8 16 16 their analysis demonstrates beyond any doubt that the problem of unemployment has been caused by the state , not by any inherent flaws or failures in a free market 13 4 4 7 7 eve joins an entire sisterhood of female singers 10 10 10 14 14 critics of the industry maintain that private military and security companies are used by governments in order to circumvent attention 11 0 0 2 2 historians use evidence and artifacts 5 1 1 6 6 the pouch contained a small stubby rod looking somewhat like a pencil but containing a rod made of antler 6 10 10 16 16 it is because schiavo can not swallow that a feeding tube was inserted directly into her stomach 6 2 2 8 8 a temporary password has been sent to your email 2 18 18 15 15 in a power system consisting of transmission lines connected together and to two or more generators , the rotors of the generators rotate at a constant speed 8 1 1 6 6 a student went away from an interview buoyed up by wise and wholesome advice 0 1 1 6 6 the inequality and poverty caused the riots in 2001 3 1 1 6 6 the book includes a 13 page index , which is quite extensive for a volume of this length 18 1 1 7 7 the marshes have been drained into the farms 5 24 24 28 28 all i had left were two pairs of shorts , one pair of underwear , a pair of slippers , a purse and a suitcase with some important papers in it 4 1 1 6 8 the lithium was contained in a stainless steel tray in two semicircular halves at the bottom of the vacuum vessel 18 0 0 6 6 mitochondria were passed on to subsequent generations only through egg cells 6 3 3 8 8 jack placed the ember in a hollowed out turnip , one of his favorite foods and an item he often stole and carried with him 2 6 6 12 12 moby doll was the first captive orca displayed in a public aquarium exhibit 14 2 2 6 6 all the epigraphs make reference to hell or the underworld 6 1 1 5 5 the wafers are shipped to sites for probing 9 1 1 2 2 german chocolate cake is one of my all time favorite cakes and with our step by step instructions you simply can not go wrong 18 2 2 10 10 cost benefit analysis is used mainly to assess the monetary value of very large private and public sector projects 18 2 2 7 7 the three companions reached the city by way of the river selintan 13 1 1 4 4 the club consists of parents , friends , alumni and local businesses 14 0 0 7 8 flyers and postcards supply current clients with company information , but normally do not increase clients to the mailing list 13 8 8 11 11 belfast student martin lives as part of a menage of outlandish characters all struggling to make sense of the 1970s psychosexual revolution under the watchful eye of their colorful landlady crystal 2 7 7 10 10 the model number is found on the back of the coffeemaker 14 9 9 3 3 the australian flexible learning framework has released a new report on mobile learning 8 1 1 1 1 the word ` donjon ' was derived from a latin word meaning ` dominating point ' 6 5 5 9 9 using a teleport , the protagonist travels into any place instantly 4 3 3 6 6 we kept raw eggs in a dish in the fridge for too long 14 3 3 9 9 obama uses nobel speech to explain his foreign policy doctrine 1 5 5 11 11 it seems like the fever heat got pushed out from the body as rashes 2 7 7 10 10 repairs were being carried out on the roof of the building , which was partly made of felt 11 4 4 11 11 visibly disturbed , the girl searched the room with the burning candle 11 9 9 12 12 after the pottery is formed , either by a potter ' s wheel or more primitive means , it has been left to thoroughly dry 18 1 1 7 7 this series made a contribution to the development of museological thought 16 6 6 9 9 the universe was made with a plan by a designer 18 5 5 10 10 hence , the left regular grammars generate exactly all regular languages 18 2 2 7 7 this feared ruler founded the largest land empire in history 17 2 2 6 6 the record holder folded his 10cm aircraft by hand from a single sheet of paper and did not use scissors or glue 14 7 7 4 4 the chilean declaration of independence is a document declaring the independence of chile from the spanish empire 18 12 12 13 13 to connect the microcontroller to the internet , one must implement a protocol stack on the device 2 25 25 28 28 the slide system consists of a slideway and a sliding element , whereas the slide system is connected to at least one piston and the crank of the shaft 4 5 5 10 10 it ' s killed a serpent that was in the cradle 6 5 5 8 8 the two men moved the furniture into the room 6 1 2 6 6 global oil prolongation is approaching its peak 14 1 1 4 4 the book asserts the notion that men and women are as different as beings from other planets 11 5 5 15 15 the present invention concerns an apparatus that makes a modular wall using a plurality of panels 3 1 1 5 5 the program offers a lively discussion of magnificent value 4 2 2 6 6 but my soda was in a cup , so no top made it very unwieldy 14 1 1 5 5 the newsletter tells of practical projects developed to help those affected by the pandemic 8 5 5 8 8 the jackson county court case files from that date have been lost , and the entries in the judgement book are ambiguous 13 1 1 6 6 the club consists of 902 condominium homes each with a unique golf course or lake view 13 1 1 3 3 the nye of pheasants had increased to 23 , including four cock birds 6 0 0 7 7 violence and corruption are spreading into this country 6 2 2 8 8 the 9 planes directly flew into the computer rooms 18 1 1 4 4 a technician assists the fishermen with this 16 23 23 27 27 many publishing houses delayed some of their hottest books to the first of the new year to remove them from a scrum of titles from big name authors that were released last fall 14 9 9 12 12 on 17 may 2005 , the committee held a hearing concerning specific allegations 18 11 11 14 14 we are therefore invited software engineering researchers to apply for research awards in all areas of software engineering 1 2 2 10 10 the yellow discolouration has been caused by the damaging acidic properties of the low grade mount used in the original frame 18 1 1 5 5 british troops made their deepest incursion into basra yesterday , poking a toe within four miles of the center 6 8 8 12 12 the sports medical committee has passed on the recommendation to the fifa executive 6 6 6 9 9 for this installation , i poured flour into nylon stockings and created shapes that looked a lot like bodies themselves 11 11 11 7 7 with the recent invention of plastic core roller covers , the painter is able to complete an entire job no matter how large , with their original roller 4 6 6 10 10 the man was bluffing because the bomb was in a can of orange juice that had been served by the airline itself 16 2 2 1 1 a state church is created by the state , as in the cases of the anglican church , created by henry viii 15 1 1 6 6 sun astronomy is explored in this book with large type , full page color photos , and a word list for young readers 11 1 1 4 4 a man uses a microphone as he gives a speech 8 1 2 8 8 the e mail was sent from the private account of a member from guarding our children against marijuana , or gocam 14 1 1 4 4 the film portrays four girls in a trend setting clique at a fictional ohio high school 13 4 4 7 7 near bailli , a division of veteran swordsmen proved its valor and killed a division of medieval infantry with minimal losses 8 1 1 7 7 this material was produced from a microfilm copy of the original document 11 1 1 6 6 the general reached the city by train from worcester at 6 , and was received by a delegation from the military of the city , accompanied by the brigade band 16 10 10 11 11 dominicans have been protesting against the proposed construction of a cement factory in the protected area of los haitises national park 1 1 1 5 5 the damage caused by the tsunami at least the physical damage is barely visible in some places 13 8 8 13 13 we used the scope to leisurely study the kaleidoscope of whirling and nectaring butterflies 12 9 9 16 16 dr brian howard is a remarkably skilled atlanta plastic surgeon who is part of a select group of medical professionals who has certification in plastic surgery 6 4 4 10 10 last week , the troops moved into a dangerous war zone 9 1 1 2 2 homemade tomato soup is so much better than the shop bought versions 14 2 2 5 5 the following table indicates the party of elected officials in the u s state of california 4 1 1 6 6 the ark was hidden in a cave beneath the temple mount in the very heart of israel 3 7 7 8 8 i used these techniques to stretch my ear lobes to accept 6 gauge earrings 11 1 1 10 10 the examiner lightly touched the cornea with a hand held probe until a reading was automatically recorded 18 4 4 11 12 for jung , the individual is a participant in a ' collective unconscious ' 17 17 17 21 21 144 of those apartments have been personally designed by giorgio armani and the tower also boasts the designer ' s first hotel 6 5 5 13 13 leader moammar gadhafi ' s son has been handed over to the libyan embassy in switzerland 8 1 1 7 7 the cabin was moved from its original site near huxley , iowa , as a project of the ames heritage association 6 5 5 9 9 after 30 minutes , my sister arrived to my house for dinner 8 2 2 8 8 the above ticker was distilled from my daily posts to twitter 16 2 2 5 5 that ominous message from the chairman has been followed up this afternoon with the departure of manager russell slade 2 2 2 5 5 the medical team of the army has undertaken a vaccination drive to prevent outbreak of any epidemic 6 5 5 9 9 the chef stirred the chopped pistachios into the soaked fruit 4 10 11 15 15 there was n ' t wireless internet , but a network cord was in the desk 1 1 1 8 8 the gaps in the rings are caused by resonance between the particles in the rings and the moons orbiting nearby 3 2 2 5 5 the baby tapir snorgled its snout into the basket full of cuddly baby bunnies 8 4 4 10 10 the diaspora ' s identity is rooted in an ancient heritage , a rich language and literature and a vibrant culture 17 16 16 19 19 subsidiary sales companies were also located in canada , germany , and italy , and two factories were producing products in england 17 1 1 4 4 the scientist synthesizes a copy of the magical red ball by using a few fragments that were left on the grandfather ' s hand 3 3 3 11 11 this documentary graphic novel brings together starkly beautiful black and white photographs taken by lefevre 8 1 1 6 6 his perspective was gained from a knowledge of history and theology 4 1 1 5 5 the drugs were in a box 4 5 5 7 8 he sent his love a letter with confetti hearts inside of the letter so they pour out everywhere when his sweetheart opens it 18 8 8 11 11 he followed a specific procedure for obtaining the engineer ' s permit in quebec and met certain requirements to receive an engineer ' s permit 18 1 1 5 5 the party starts in an hour 14 5 5 9 10 fact magazine was an american publication that commented on controversial topics 11 4 4 6 6 this is how a politician uses tourism as an instrument for power 2 2 2 6 6 in the hold of the american ship , i was feeling very queasy 6 1 1 6 7 the meeting was postponed to a later date 5 1 1 4 4 the envelope contained a dvd of her mother 8 3 3 17 17 nearly all sensory information ( except the sense of smell ) arrives here from the primary sensory neurons before being sent to the cortex 3 6 6 10 10 almost all of today ' s automobiles have painted plastic bumpers because they are easily damaged during parking maneuvers 0 2 2 5 5 the resulting conflict caused the destruction of the town , and the conqueror , wisecrack , jackdaw and most of the citizens of the town were transported to a demon dimension 18 9 9 15 15 they discovered a good bit of published literature about modification of yeast with resveratrol related genes 0 16 16 19 19 as the right front wheel of senna ' s car hit the wall , the violent impact caused a torsion on the steering column , causing it to break 3 1 1 5 5 magnetic field is made of photons 18 9 9 12 12 the above exceptions fully resolved the evaluation of a photograph by a court as a result of the claim 3 13 13 16 16 a few bare bodied young lads were standing on the rod of the tram ' s wheel , hanging on to the windows with one hand 14 2 2 5 5 there are allegations that the massacre was organized 18 5 5 11 11 scientists have successfully tested a system that translates brain waves into speech 13 2 2 5 5 the entire colony of nesting pairs of cassin ' s auklets on california ' s farallones islands , for example , abandoned their nests , most likely because of shortages of krill , their main food 18 1 1 8 8 the company has assembled five independent food safety experts to serve on its newly formed food safety advisory council 0 1 1 9 9 the weather resulted in several deaths and hundreds of accidents 4 5 5 12 12 in the western province the starch is stored in woven palm leaf bundles 6 2 2 6 6 my new boss moved into his office yesterday 9 0 0 1 1 orange juice is a popular breakfast beverage made from the extraction ( squeezing ) of liquid from fresh oranges 9 0 0 1 1 vegetable oil as fuel is a cleaner , safer and less expensive alternative to petroleum based fuel 10 12 12 3 3 a multi purpose electrician pliers tool is crucial for severing any gauge wire with which the electrician is working 18 1 2 5 5 the fun run starts at noon 17 12 12 6 6 once a major center of opium poppy production in afghanistan , the province ' s production of poppy had decreased by up to 95 in 2005 3 1 1 5 5 the clock has one brass bar attached to a chain on each side of the pendulum 18 7 7 8 8 the site welcomed to the premier industrial grinding wheels resource 8 3 3 10 10 a single silver coin collected from a salvation army red kettle near berlin was n ' t just another drop in the bucket 4 12 12 17 17 one of the robberes opened a red bag and took all the money that was in the desk and drawers , ordered the workers to lie down on the floor and took a substantial amount of money with them 6 1 1 6 6 the taxi was dropped into the river killing all passengers 17 17 17 26 26 in his latest book he chronicles , in great detail and with first hand knowledge , the factory ' s output of diesel and diesel electric locomotives 6 2 2 6 6 a japanese ferry ran into a whale 0 6 6 9 9 sixty five million years ago an asteroid caused the extinction of the dinosaurs 18 4 4 10 10 since this afternoon the models have come into somewhat better agreement 0 9 9 13 13 amtrak expects a normal rush hour after a fatal accident near baltimore caused delays along the northeast corridor 0 5 5 11 11 as we saw earlier , helicobacter is responsible for causing stomach ulcer 1 6 6 17 17 over 90 of the cases of ringworm of the scalp are caused by trichophyton tonsurans , a fungus that infects the hairs and causes them to break 17 11 11 1 1 no material was prepared for the sessions , so the three musicians improvised an album ' s worth of material 18 8 8 10 10 so , while naked , he stole a car with children inside , dropped one out of the window , and drove it through a fence 1 1 2 7 7 many shoulder problems are caused by the breakdown of soft tissues in the shoulder region 13 12 12 15 15 they signed him up and sent him to dakar , to a regiment of senegalese infantrymen that was leaving for verdun in 1917 2 5 5 8 8 bernanke is featured on the cover of the magazine that hits stores friday 1 1 1 12 12 tulip mania , in the 1600s , was caused by the massive influx of newly discovered gold into amsterdam from the new world in particular the capture of the spanish treasury fleet 15 0 1 8 8 myth making is a major theme of the exhibition as witnessed in the massive seven piece sculpture 3 1 1 5 5 the clock has a lcd display with the following fields dayofweek date x time ( offset to utc ) 10 1 1 8 8 the key matches the private key that the sender used to encrypt it 3 2 2 5 5 a polarized plug has two blades with one wider than the other 16 25 25 30 30 so , just to be clear , sir gawain and the green knight , as we have come to call it , is an untitled poem written by an unknown author in about 1400 1 25 25 31 31 currently , there is no known cure for asbestos cancer but several mesothelioma treatment regimens have proven to be successful in helping the patient avoid pain and discomfort caused by the disease 4 6 6 14 14 when i came , the second group of popcorn kernels was stored in the refrigerator , and the third group was stored in the freezer 18 0 0 4 4 percentages denote the interest rate 6 4 4 7 7 he easily put the syringe in a beaker of water 6 2 2 5 5 amazon put ads into kindle books 13 4 4 8 8 in autumn , a gaggle of tagged canada geese takes over the waterfront lawn and wild ducks land on the lake 18 1 1 7 7 the president increased the fleet by the construction of one high class cruiser 13 10 10 12 12 in preparing this study , the pew forum devised a battery of measures , phrased as questions , to gauge the levels of government and social restrictions on religion in each country 2 21 21 24 24 every couple of seconds , the flame flares up , and sometimes a small fireball detaches itself , float to the ceiling of the oven 13 20 20 22 22 this film was taken by b 17 flight personnel during world war two as the two german saucers attacked a squadron of bombers 12 1 1 4 4 each wolf in his pack plays a character befitting his social status 11 1 1 7 7 the players flew to lexington on a plane separate from the team 1 7 7 14 14 the patient experiences displaced emotional and financial deprivation as well as anger after the divorce 18 8 8 14 14 now we are beginning to understand how the brain works using brain machine interface technology 18 6 6 9 9 regulations limit the use of rfid technology for human tracking 18 8 8 14 14 i was a little worried about making an ascent of the crux with a backpack 15 6 6 7 7 kidd passed jackson on the career assists list with an alley oop pass to rodrigue beaubois with 10 53 left in the third quarter 4 1 1 16 16 the body of a missing fort benning soldier was discovered inside a piece of air conditioning equipment friday at a downtown hotel 8 1 1 8 8 the rest was funded from her small family savings 2 4 4 10 10 the end of the rod of the mute ' s spindle ( outside the bassoon ) is bent through an angle of 90 degrees , where the communicator gearing leads up to it 18 0 0 10 10 implementation of this proposal is being discussed at the state level 2 8 8 11 11 when approaching the observatory , they unlock the padlock on the gate of the security fence , and entered the observatory grounds and relock the gate 18 12 12 14 14 this is based on the notion that a human is basically a purpose driven animal 10 5 5 7 7 this orange marigold was the flower that people used to remember their dead by 6 3 3 8 8 he stuffed the letter into an empty lemonade bottle , corked it , tossed it overboard , and forgot 13 1 1 3 3 a huddle of photographers was waiting outside the courtroom 2 5 5 10 10 in addition , the cpu bus of the non safety controller is connected to each safety unit of the safety controller 17 0 0 10 10 students and local residents have worked together to produce 10000 bricks , and the mason has completed most of the work on the first guest house 14 4 4 13 13 this is supplemented by columns and articles reflecting on fantasy literature ' s past as well as the occasional interview 4 1 1 5 5 the charger was in a suitcase that was lost by the airline 6 4 4 7 8 we have dumped the spam into the junk folder 11 1 1 7 7 the violinist produces sound by drawing a bow across one or more strings ( which may be stopped by the fingers of the other hand ) 0 0 0 8 9 smoke is one of the leading causes of kidney failures 4 3 3 10 10 all of the data is stored in a microsoft access database 6 5 5 10 10 these companies have delivered new products or service to their clients 0 0 0 8 8 germs are microscopic organisms that cause sickness or disease 14 2 2 8 8 the current debate swirling around leather ' s comments seems to suggest both 18 5 5 6 6 i have just bought a silver necklace from a lady who makes her own jewellery with the fingerprints of my children on it 16 21 21 24 24 these breakdown products are not only losses of sucrose but also have knock on effects reducing the final output of processed sugar from the factory 4 1 1 5 5 the flour was in a bin about six feet square , by four feet high , and only a small round hole at the top 18 7 7 11 11 the earth ' s thin , rocky crust is composed of silicon , aluminum , calcium , sodium and potassium 6 1 1 7 7 the sows were moved into isolated farrowing houses at least 5 days before farrowing 11 11 11 18 18 mfx colors are implemented at the design stage , where the designer creates artwork using the metalfx color palettes and actions 2 2 2 14 14 the horizontal branch is a part of the hertzsprung russell ( h r ) diagram that represents stars that burn helium in thier cores 1 1 1 9 9 yellow fever is caused by infection with yellow fever virus , which is transmitted by the bite of infected mosquitoes 14 13 14 16 17 the painting was one of the first used as a poster in an advertising campaign for soap powder 18 2 2 9 9 while making observations of the microfossil through the binocular microscope or on a computer monitor , the investigator needed to manually move the specimen 16 37 37 38 38 cuba is already a customer and now the state development bank , bndes , plans to finance the export of ethanol knowhow to africa , where the hopes of countries such as ghana are pinned on the jatropha plant 3 4 4 13 13 the nuclear hormone receptor superfamily consists of structurally related , ligand dependent transcription factors and a large number of orphan receptors for which the ligand has not yet been identified 13 2 2 4 4 when a watch of nightingales is at the height of breeding season , the males serenade their prospective brides with one of the most glorious and celebrated bird songs there is 6 4 4 7 7 pet owners have released pythons into the wild when they had grown too large for the owners to care for them 18 10 10 12 12 biddle has done a thorough job of cutting through the thicket of contradictions and fantasies that surround the strategic bombing debate from 1914 to 1945 6 1 1 6 6 three houses are handed over to beneficiaries 8 1 1 8 8 the term baroque was derived from a portuguese word meaning a pearl of irregular shape 17 6 6 10 10 the former prime minister ' s daughter made numerous offensive comments about a french mixed race tennis player 13 20 20 22 22 a freight train on the chicago and alton railroad , while approaching this city yesterday morning , dashed into a drove of cattle , killing three of them 3 2 2 8 8 this italian dish is made with gelatinous veal shanks that are braised with fresh vegetables and rich stock 13 7 7 9 9 pink kodiak is coming in like a rake of colts 13 6 6 21 21 on 29 august 1914 , c squadron of the 12th lancers made a successful charge against a dismounted squadron of prussian dragoons 14 1 1 5 5 this manuscript describes two specific features that we have found to be effective in generating high quality models 6 3 3 6 7 he put the card into his mobile phone 6 12 12 15 15 joseph herrin , a dear brother in the lord , has added insight into the message 14 2 2 5 5 purely textual posters advertised the plays of shakespeare and made citizens aware of government proclamations for centuries 16 2 2 13 13 the conceptual foundation for creation of the internet was largely created by three individuals and a research conference , each of which changed the way we thought about technology by accurately predicting its future 6 12 12 21 21 following the convention ' s sports theme , we placed a fun invitation with an astroturf look inside a branded water bottle 13 1 1 4 4 a dissimulation of small birds arrived near our place last week and took over our tree outside 1 9 9 15 16 even though his 16 month old suffered from severe burns on her body caused by boiling water spilled on her , father refuses to allow ambulance to take his daughter to hadassah because ` rabbi advised otherwise ' 18 11 11 15 15 this study presents a comprehensive methodology for calculating the cost to society of various criminal acts 6 4 4 8 8 the launcher released a satellite into geosynchronous transfer orbit at 23 31 gmt 2 5 5 8 8 in western australia , the helve of the hatchet is pointed and the natives , after making the notch , stick the tool in the bark and lift themselves up with it 13 1 1 3 3 a wisp of snipes utter their well known cry and scud over the heath one of these is secured 18 6 6 13 13 the fad started when a certain brand of socks manufactured by an american company became popular among japanese schoolgirls 14 3 3 7 7 in a taped interview she recounted two occasions on which she had lent money 6 2 2 7 7 an unnamed lifeguard was pushed into the pool 17 9 9 12 12 when we were in junior high school , my friend made a map of the school lunch tables according to popularity 18 7 7 13 13 after 5 minutes or so , the problem went away from an operational perspective 18 3 3 4 4 frazerian theory of corn spirits and fertility and have thus needed to enquire no further , so their distribution and function remains unclear 18 1 1 4 4 the author cites the case of an american citizen during the general war 2 1 1 4 4 the cover of the magazine featured the famous image of einstein taken in 1947 by american portrait photographer philippe halsman 3 8 8 19 19 two other structures in the depth of the midbrain that are important for normal motor function are the red nucleus ( not visible ) and the substantia nigra 6 16 16 20 20 on 8 february 1992 , ulysses reached jupiter for the gravity assist maneuver that placed the spacecraft in a polar orbit 2 8 8 14 14 a tealight , or nightlight , is a candle used in tea or food warmers or ( because they last for many hours ) as a night light 11 1 1 4 4 the painter continues adding paint on top of still wet paint rather than waiting a lengthy amount of time to allow each layer of paint to dry 13 2 2 4 4 the new bratpack of boys , be it ranbir or imran or shahid or neil , are way too ` chikna ' to be taken seriously as action heroes and the slightly senior abhishek bachchan , john abraham and hrithik roshan are content playing roles that require sophistication 4 1 1 7 7 the bomb weighing 6kg was inside a box fitted with an electronic detonator 12 1 2 8 8 the mother superior is a member of the corporation 18 21 21 1 1 the army of israel was utterly defeated and its camp ransacked , which terribly augmented the horrors and disasters of the rout of saul ' s army 2 6 6 9 9 the feed wire connecting the two blades of the antenna has a length of 4 mm and a radius of 0 01 mm 10 6 6 10 10 on the other hand , sentry tools are used by sentries in order to defend against spies 8 1 1 7 7 the sword was taken from his small hands , and placed back in its place on the wall 0 1 1 11 11 atopic dermatitis , the most common type of eczema , causes itchiness that ' s worse in the colder months 11 1 1 4 4 a woman applies the patch to the skin of her abdomen or buttock for three and a half weeks 6 4 4 7 8 the student took the note to the class room 15 8 8 11 11 as a little boy , he learned about politics from the parodies done on saturday night live 6 1 1 7 7 the actress willingly moved into a rehabilitation center in california 2 8 8 11 11 the priority of hoisting locations depends on the rig of the vessel 5 4 4 6 6 i kept a spray bottle with vinegar in it 4 1 1 5 5 the frame encloses a rectangular picture that has the same area as the frame itself 18 14 14 18 18 my eyes have seen the defeat of my adversaries my ears have heard the rout of my wicked foes 2 1 1 5 5 the lid of the anthropoid coffin of khonstefnakht dates from the 4th century bc 3 6 6 13 13 on the studio version , the song breaks wide open after the second chorus with a string section as ryan rips up the harmonica 17 0 0 2 2 dolphins created tools to use for entertainment 8 12 12 17 17 this system proved to be effective during the earthquake only one large painting fell from an interior wall which apparently took an unusually strong jolt 1 7 7 12 12 botulism is a rare but serious paralytic illness caused by a nerve toxin that is produced by the bacterium clostridium botulinum 3 1 1 9 9 my dog has a little red ball on his snout 11 0 0 5 5 employees increasingly are turning to medication and away from therapy to treat depression 13 11 11 14 14 down the winding path which curved among the rocks the little train of baggage camels was daintily picking its way 6 3 3 6 6 he packed the sandwiches into a knapsack 15 1 1 8 8 the frustration during this period was reflected in comments published in the youngstown daily vindicator 2 16 16 19 19 koak et al 14 reported a case of such transformation in an enchondroma of the distal phalanx of a toe 13 11 11 13 13 some are just strange such as parliament of owls , a knob of pochards , a cohort of zebras 1 1 1 3 3 the benefits from inflation which professor mulligan cites ( e g , bailing out underwater mortgagers ) are better understood as a government sponsored transfer of wealth from savers to speculators 13 9 9 12 12 in the lower mainland , 2003 saw the usual raft of architectural turkeys , with our highest density of under achieving , view gobbling buildings in the flock of new condo towers under construction in downtown south 8 5 5 8 8 get on board before the train leaves the station 1 1 1 5 5 the concerto comes from the pop of gas bubbles escaping the joints , snapping tendons and ligaments , and rickety arthritic joints 8 1 1 5 5 the wastes leaked from these tanks have been in contact with surrounding soils and vadose sediments for decades and have undergone significant geochemical and radiological transformations 6 3 3 7 8 i sent the payment to the registered email address in sandbox 8 1 1 6 6 the bus departed from panaji bus stand at six a m and reached mangalore the same day at four in the evening 14 2 2 5 5 the first part teaches the alphabet along with a fruit or vegetable 13 3 3 6 6 the most famous unkindness of six ravens at the tower of london are employees , kept on staff at the expense of the british government 3 1 1 9 10 the course scaled the mountain via a very muddy run up 18 18 18 19 19 another misconception i see often is a fuzzy idea of the difference between the copy constructor and the assignment operator 13 1 1 4 4 a regiment of swiss pikemen recaptured some of their former glory during the battle of dreux in 1562 , when they singlehandedly defended the city of dreux long enough for the catholic army to send in reinforcements 8 1 1 6 6 the gunmen ran away from the scene 2 1 1 5 5 the barbels of the exposed catfish curled within 2 hours in heptachlor 2 1 1 4 4 optic lobes of the brain are connected to the eyes by the optic nerve , cranial nerve 1 17 5 5 16 16 under this completed contract , workgangs made up almost entirely of mormons built the union pacific track in the utah territory 8 1 1 6 6 the letter was sent from the deathbed of the former kgb spy , alexander litvinenko , who died this saturday after being poisoned with radioactive poison earlier in the month 0 3 3 14 14 a urinary tract infection ( uti ) is the most common cause of bladder irritation 6 2 2 7 7 the nhibitor protein is transported into the mitochondria 0 1 1 7 7 the protest resulted in hours of traffic jams on guangzhou ' s major roads , such as guangyuanxi lu , huangshidong lu and dongfeng lu 4 1 1 8 8 the marijuana in the bed was in a suitcase 6 5 5 9 9 the user has entered his password into an authorized system 1 9 9 14 14 evacuees with disabilities had a difficult time conveying the trauma caused by the unexpected arrival of uniformed officers who ordered them out of their homes and sometimes forcibly removed them 4 5 5 11 11 to the left is drinking equipment , sitting in a wooden box 3 1 1 10 10 the genome comprises 4411529 base pairs , contains around 4000 genes , and has a very high guanine cytosine content 18 1 1 7 7 the discharge started from the burst pulse corona 0 2 2 7 7 highly viscous lavas lead to a violent eruption 13 8 8 10 10 the clippers , in contrast , are a prickle of hedgehogs without a common goal 6 2 2 7 7 accidentally , acid was dropped into the pool 8 3 3 8 8 the standard soccer ball is made of synthetic leather , usually polyurethane or polyvinyl chloride , stitched around an inflated rubber or rubber like bladder 11 1 1 5 5 the artist ' s development toolkit is one of a series of interactive artist ' s tookits 18 2 2 8 8 a us aircraft was dropped into a difficult landing in mali 1 1 1 6 6 the cysts are caused by chronic inflammation of the perichondrium with production of serous fluid between the perichondrium and cartilage 3 2 2 6 6 this barbell toy has an acrylic ring to rattle and lots of dots to tongue 1 30 30 35 35 some posters ( e g number 18 ) encouraged the population of areas near the front to evacuate , thus avoiding the overcrowding and ensuing problems of food distribution and disease caused by the incoming refugees 12 1 1 4 4 the head of the team has gathered a very dynamic and productive team 0 3 3 10 10 if a participant complaint is the source of an investigative lead , interim contact with the participant should be made by the investigator 5 21 21 24 24 each warrior carries a sime , or spatulate shaped sword , in a leather sheath , and bears a bow and quiver of poisoned arrows 2 3 3 6 6 even the fan blades inside the engine are designed to be quieter 1 1 1 8 8 the violence has been caused by the hutu militia who fled rwanda after the genocide in that country and who have been in hiding in the forest in congo 0 1 1 7 7 the clock struck twelve with a loud chime that made me jump 3 7 7 10 10 the first parcel he found was a rouleau of fifty dollars , the coins not having burst the paper enveloping them 17 7 7 21 21 sam houghton , a five year old boy from buxton , derbyshire , patented an invention after coming up with an idea for a labor saving broom to help his father sweep up leaves 13 20 20 24 24 the woman purchases raw milk from a local member of communities alliance for responsible eco farming , a self regulating cooperative of raw milk dairymen 3 2 2 14 14 this personal alarm combines two great deterrents to attack a loud alarm and flashing light 13 8 8 10 10 the rescue adoption room was filled with a kindle of kittens 2 1 1 4 4 the pages of the magazine came to life at the metreon with gourmet food , great sonoma valley wine , and jamming music 18 0 0 5 5 antacids work by using a base to neutralize the acid 11 10 10 12 12 in wuthering heights by emily bronte ' s , the author uses repetition as a device to give us the full understanding of the characters 10 5 5 9 9 this is a homeopathic nasal spray which really helps customers keep their sinuses clear 2 11 11 16 16 the thing that most struck him , however , was the rope of the great alarm bell on the roof , which hung down in a corner of the room on the right hand side of the fireplace 18 4 4 8 8 ross noted that the landscapes he painted typically mountains , lakes , snow , and log cabin scenes were strongly influenced by his years living in alaska , where he was stationed for the majority of his air force career 8 1 1 11 11 the acupressure is a skill derived from the acupuncture and moxibusti branch of the chinese traditional medicine 4 2 2 8 8 the sichuan pepper i got was in a jar labeled prickly ash , which is the name of the plant 0 0 0 12 12 signs placed at the flagpole island at the village square caused a stir on the linglestown forum on pennlive com 6 12 13 20 20 for the first time in more than 25 years , captive bred black rhinos have been released back into the wild in kenya 16 5 5 9 9 the views expressed in the article are from the author and are not shared by nestle 13 2 2 9 9 the lowest rung of society was composed of conquered peoples brought to tenochtitlan as slaves 14 1 1 7 7 the letter contains a description of the demolition of the old synagogue 13 1 1 4 4 a clutter of frightening spiders are seen still clinging to and covering their prey 18 2 2 7 7 the valuable book has arrived into my care 6 8 8 11 13 i mixed up the ingredients and poured the stuff into the ice cream maker 14 2 2 5 5 the final program detailed the history of russborough house 1 18 18 21 21 lena basilone , a cook at camp pendleton , was in the hospital recovering from a severe kitchen burn after the spilling of scalding liquid on her feet 1 1 1 4 4 gross revenues from the selling of crude oil in 2003 reached us 11 508 billion or some 112 85 percent of the amount targeted in the 2003 state budget 1 10 10 17 17 whooping cough is another name for the pertussis , an infection of the airways caused by the bacteria bordetella pertussis 6 7 7 10 10 extra alveolar veins are contiguous and leaked fluid into periarterial cuffs in the rabbit lungs 18 3 3 6 6 we are a petroleum and petrochemical company 18 1 1 5 5 the users are running into problems with the installer 8 9 9 12 12 the cross over is going to take away the lows from the drivers anyway 6 1 1 7 7 heartwater disease was imported into the major cities 18 2 2 7 7 eventually the path went away from the lake into some gorse 11 9 9 14 14 the flames did not harm her , so her executioners killed her with a sword 17 1 1 5 5 the judge ' s condemnatory report on israel ' s actions in gaza has been dismissed as hopelessly one sided by neutral observers 1 29 29 36 36 and it is why we are even prouder to announce that the appeal thanks to the generosity of our readers has raised 26 , 000 pounds , despite the hardship that has been caused by the recession 1 1 1 6 6 the problems are caused by buffer overflows when parsing an overly long parameter 3 13 13 19 19 from the duke himself he received his right spur and a magnificent eastern sword with golden hilt and shining blade , inscribed with letters 13 23 23 25 25 so it was that in 1724 at the age of 17 a somewhat awkward , refined young man took his place at the mess of officers much older , wiser , and harder than he 18 6 6 10 11 the rock ' n ' roll business is falling into self parody 17 12 12 15 15 in all versions of word , the easiest way to review the editor ' s changes is by displaying the reviewing toolbar 11 4 4 11 11 university guarantees that the student accesses the subjects with the proper background 16 9 9 12 12 factories accommodated large scale manufacture and assembly of aircraft components by unskilled workers 13 16 16 20 20 brendel ' s own admission of his limitations is laudable , especially in light of the clique of idolatrous brendel fans which formed in the 1980s 8 3 3 9 9 a soldier brings oranges he got out from a tank 6 1 1 11 11 the liver from the donor has been successfully transported into the patient 11 5 5 1 1 in wire working , the artist creates shapes , using various sizes of wire 18 1 1 3 3 a handful of countries blocked a legally binding deal on climate change in copenhagen and the talks process needs urgent reform to prevent something similar happening again 6 3 3 8 8 mouse rrna transcription template is injected into the brain 9 11 11 2 2 rowan berry wine is a classic ancient method to form a fruit wine based on rowan berries 18 1 1 7 7 all aspects are indicated with color light signals 13 26 26 28 28 teetotallers zip over the causeway in the midst of a maze of sweaty congestion after a day pounding keyboards and missing deadlines , barely noticing the scoop of pelicans floating by and the kangaroos that call the secluded area home 13 6 6 11 11 one of them was observing a bask of over 90 mugger crocodiles in the dried beds of buttuwa tank 15 13 13 17 17 it is the story of an amateur bird watcher who learns more about ospreys from the extant literature 3 2 2 13 13 a sliding knife is a knife which is opened by sliding the knife blade out the front of the handle 5 19 19 22 22 the seville side had just fallen 2 1 behind at home to fellow relegation strugglers athletic bilbao when a bottle full of liquid flew out of the stands and struck visiting keeper armando ribeiro just below the right eye 6 1 1 7 7 categorical data were misplaced into the wrong category 2 1 1 4 4 the facades of the palace consist of beautifully decorated wooden doors and windows and ventilations in addition to decorated gypsum motifs 13 8 8 10 10 the very famous elite agency chose among a pleiad of beauties , the prizes winner of the contest elite model world 17 1 1 7 7 his wife has just completed the first paper of her graduate degree 18 4 4 8 8 he underlined the tiny sacrifices made by western armies in comparison with those of the red army 8 5 5 16 16 the kursk ( rbmk ) reactor was manufactured in a slurry fed ceramic joule heated glass melter 18 3 3 9 9 one of the types of tissue that makes up bone is the mineralized osseous tissue , also called bone tissue , that gives it rigidity and a honeycomb like three dimensional internal structure 1 0 0 5 5 discussion ensued from the florida contingent on the fact that very stringent landowner protection laws in florida make it imperative that the highest supportable appraised vallue be offered first 18 13 13 15 15 about 1830 , the new york mirror described the area as a loathsome den of murderers , thieves , abandoned women , ruined children , filth , drunkenness , and broils 8 3 3 10 10 captured , the corporal escaped by jumping from a pow train headed towards germany 17 10 10 14 14 the film opened in america before christmas , and the critics have given their verdict 10 0 0 1 1 cement mason means a person who finishes all concrete construction , such as floors , walls , ceilings , sidewalks , curbs and gutters 13 8 8 15 15 real robot experiments are carried out with a swarm of up to 40 alice miniature robots , developed at the autonomous systems laboratory by gilles caprari 11 1 1 6 6 the kids illuminated them with a candle 16 7 7 12 12 smith was referring to the fictional kazakhstani character created by the british comedian 6 5 5 11 11 at the moment heavy snow showers are running into the northeastern regions of england 9 1 1 2 2 canned peach syrup was cooked for three minutes with a half glass of raspberry jelly , this for color and to give a peach melba flavor 17 10 10 18 18 in early october , anwar al awlaki , a radical cleric based in yemen , posted a provocative message on his english language web site 6 11 11 14 14 the victim of last night ' s car accident donated his organs to several patients who have been waiting for donated organs 18 3 3 4 4 i sold a gold ring to another company online and they sent me a lousy check for 14 00 18 19 19 12 12 the dome of the museum rotunda is made from an actual brewing kettle , and walking into it gives visitors the sense of being in a kettle 14 1 1 4 4 the report informed about casualties in the area 15 1 1 7 7 the battle has been analyzed in various publications 6 1 1 5 5 the shells landed into different areas in mogadishu 18 6 6 15 15 erikson ( 1976 ) found that people from among a community who escaped an horrific accident had made little progress after two years 13 59 59 23 23 the present bright , dry weather , although cold , is just what flock owners require and judging from the large number of lambs seen skipping about nibbling the tender shoots of the fresh green herbage , the flocks of mr john cracknell , mr geo walker , and mr russell walker appear to have had a very satisfactory fall of good strong lambs 18 17 17 21 21 the camp is more rugged than a hotel but comes with a great lake view and the comradeship of fellow chemistry teachers 8 9 9 12 12 i asked the something awful forum goons to create products from the future , and by golly they did 15 7 8 11 11 freedman makes a thorough appraisal of the statistical methods in these papers , and in a variety of other examples 13 7 7 9 9 we have all seen videos showing a yoke of oxen plowing a rice paddy or hauling a dray 3 1 1 7 7 the program begins with the uwi venture competition which is opened to final year undergraduate students , graduate students and researchers at the uwi 14 6 6 9 9 he was the author of a chronicle narrating the fortunes of the monastery 18 7 7 10 10 it utilized a critical eye and free inquiry into the conditions of life and issues of morality 16 14 14 19 19 so president obama ' s administration was ushered in with a new chamber music work by a living american composer 6 2 2 6 6 she poured flour into a pretend dragon with a tube 13 6 6 11 11 a survey made for the statistical society of the various sunday schools in manchester and salford in 1836 returned the number of catholic schools as ten , with an attendance of 4295 scholars 13 5 5 7 7 we do have a fledgling population of cosmopolites living the good life almost without cars 6 1 1 14 14 the queen was put inside her cage , which was then placed in the box with a bunch of worker bees four days ago 14 2 2 5 5 a large diagram illustrated the principle of this apparatus 17 3 3 13 13 top stealth plane experts have re created a radical , nearly forgotten nazi aircraft 11 2 2 10 10 the relying website then forms a relationship using a shared secret with help of diffie hellman ( encryption ) key exchange to make sure information is not compromised in transit 4 1 1 5 5 the litho was enclosed in plastic and is like new 18 2 2 6 6 the old man went into diabetic coma 6 8 8 4 4 archaeologists have located the tomb and have inserted probes deep into the tomb 8 1 1 6 6 the puppy was born in a barn where layla made a soft , bed out of hay in an empty horse stall 0 3 3 4 4 we find the candle light creates a special atmosphere not only for food , but ambiance for a relaxing convivial meal as well 6 9 9 13 13 secretly , she has been donating 10 of her income to local a orphanage every month 17 3 3 9 9 a variety of companies manufacture bopet and other polyester films under different trade names 8 1 1 6 6 a person was release from their vehicle before emergency services arrived just after 9am this morning 2 6 6 9 9 he used his finger on the stick of the toothpick for a trial balance 1 7 7 11 11 symptoms vary according to the degree of inflammation caused by the bacteria , ranging from slightly loose stools to bloody diarrhea , abdominal pain , and fever 4 2 2 8 8 a newborn baby was found stuffed in a shoebox and dumped in the lobby of a long island apartment building 3 4 4 8 8 the more common double horn has a fourth valve , usually operated by the thumb , which routes the air to one set of tubing tuned to f or the second set of tubing tuned to b 12 12 12 17 17 three people who are on the verge of giving up life a gangster in trouble with his gang , a doctor who has lost his family , and a woman with a terminal disease all meet up by coincidence 0 1 1 5 5 high winds caused delays and cancellations of some state ferries 0 2 2 6 7 the front wheels are making a grinding noise 0 4 4 10 10 williams syndrome a genetic disorder that results in selective cognitive impairment 18 10 10 16 16 a chowchilla man is behind bars , after a pipe bomb was discovered inside a mobile home 18 1 1 3 3 the symbol denotes concatenation 11 2 2 6 6 this simple script uses the dbi module in order to connect to a mysql database , retrieves the results from a select query and display the results 18 17 17 20 20 in the open air of the sanz hotel , amid the music of the fountain and the glint of the goldfish , i almost forgot my nationality and imagined myself a great spanish grandee , residing in an ancient spanish mansion , and , no doubt , unconsciously adopted something of the stately walk and conversation suited to the part 8 6 6 9 9 on the way back , the train departed from station zilupe at 08 07 and arrived in riga passenger station at 12 05 11 8 8 14 14 after receiving parental permission for the project , students treated the chickens with a mixture of salt and baking powder 14 5 5 11 11 this is a very useful volume for anyone interested in the religious in nineteenth and twentieth century american literature 13 1 1 4 4 a wedge of canada geese passed overhead , already fleeing from winter , but for the moment it was summer still 11 1 1 8 8 a ceramist bakes the porcelain in a tin foil and further heats it by placing it an oven 18 24 24 27 27 i was lucky enough to see with my own eyes the recent stock market crash , where they lost several million dollars , a rabble of dead money that went sliding off into the sea 6 1 2 8 9 the old cars is migrating into the new residents properties together with the residents 1 3 3 12 12 and the economic crisis was generated due to the sub prime mortgage mess brought about through government intervention in the market to promote progressive ideals ( ie extending loans to low income borrowers ) 18 2 2 7 7 a specific legacy has relation to the time of making the will 1 15 15 23 23 by the late 1980s , however , the bank was caught up in the debt crisis in the developing world caused by the recession and the dramatic rise in interest rates 18 4 4 7 7 the aim of this study was the measurement of the intensity and circumstances of drug use 3 1 1 12 12 the story of the pilot episode is related through a series of flashbacks 2 1 1 7 7 the barn on her dad ' s farm that he cultivated from 1963 until the mid 1990s , was restored 1 7 7 9 9 the risks to housing and general corporate profits from inflation were quite clear and the defensive strategy over the long term has paid dividends 14 1 1 5 5 the poem explores the inevitable need to make choices 6 1 1 5 5 the train started to its destination 16 5 6 10 10 goto com was an idealab spin off created by the scientist , and was the first company to successfully provide a pay for placement search service 1 4 4 7 7 there is relatively little discomfort from this surgery and most individuals rarely take more than tylenol for their discomfort 13 11 11 14 14 his ninth novel , the echo maker , starts with a siege of sandhill cranes , a one vehicle highway accident and a mystery 0 0 0 7 7 fats from meat and dairy cause heart disease , the leading killer of people with diabetes 8 1 1 6 6 the energy originates from an external source of light , which is absorbed and almost immediately emitted 11 3 3 8 8 maddie ' s parents killed her with sleeping pills 17 1 1 5 5 the writer ' s principal work during the years following pushkin ' s death was the satirical epic dead souls 8 2 2 5 5 my animation assignment from last term made everyone smile 18 1 1 7 7 after runners carried the torch through the streets of north platte , the torch was again handed off to a pony express rider , who continued down the trail 1 1 1 6 6 the contortions are caused by gravitational interactions with the small satellites prometheus and pandora 2 16 16 20 20 extensive references to scientific literature form an important part of each monograph and over 1800 new citations appear in the book 5 18 18 20 20 first we put baking soda in a balloon then we attached the balloon to the top of a bottle with vinegar in it 8 0 0 9 9 beer is produced by the brewing and fermentation of starches 3 1 1 5 5 california law consists of 29 codes , covering various subject areas , the state constitution and statutes 6 4 5 11 11 this winter season , bird flu has been carried into the country quickly 11 0 0 18 18 teachers systematically engage students in such higher order cognitive skills as analysis and synthesis of data by using statistics 16 9 9 13 13 the female bees of most species feed on the nectar secreted by many plants 14 1 1 4 4 the newspaper was reporting news from macedonia from that period 8 3 3 7 7 most of the essays originated in writing workshops run by the literary magazine tin house 14 5 5 8 8 one aspect of the media presentation is the status attributed to claims makers on either side of the issue 18 17 17 21 21 in future britain , charismatic delinquent alex delarge is jailed and later volunteers for an experimental aversion therapy developed by the government in an effort to solve society ' s crime problem 5 1 1 4 4 the drawer contained a phial of some tincture , a paper of some salt , and a record of a series of experiments 3 1 1 9 9 the farm had many acres with a number of buildings dedicated to a variety of goodies from produce , fruits , baker goods and specialty items depending on the season 12 4 4 5 5 missouri experienced growth in swine herd from 1990 to 2000 as did four nearby states ( iowa , oklahoma , kansas and texas ) 6 2 2 8 8 extremely dangerous blizzards have moved into the midwest region 6 4 4 7 7 the company sent floral bouquets to a city in ireland 14 12 12 18 18 and after waiting two days , i finally decide to send an email to inquire about my car reservation and i explained my trouble 0 1 1 18 18 this smile , a true reflection of god ' s tenderness , is the source of an invincible hope 3 4 4 6 6 it ' s a fish with lungs , and it can survive on land for brief periods 0 1 1 5 5 the earthquake caused a bulrush marsh at west point , on the puget sound shore in seattle , to drop and the tsunami deposited sand on top of the marsh 1 2 2 7 7 the greatest amazement was caused by the floats 18 1 1 2 2 the input queue is used for processing events from an mfg application to a websphere connected application 2 12 12 15 15 for safety reasons , he loads and unloads his bike from the curbside of the bus 6 1 1 6 6 the signatures were fetched into the cache together with the instructions 14 1 1 7 7 her speeches have special reference to environmental policy 8 7 7 10 10 this incident was an incursion of illegal aliens from outer space and not u s military high tech black project flying objects 1 3 3 6 6 treatment of cardiovascular collapse from caffeine overdose with lidocaine , phenylephrine , and hemodialysis 8 9 9 11 12 they weave fine cloth , and they use the down of water sheep in making it it is called hai hsi pu ( cloth from the west of the sea ) 8 8 8 11 11 bizarrely enough i was just looking at our homepage from ten years ago 6 4 4 9 9 this month , the commissioner travels to several remote nations 15 3 4 10 10 it covers the basic concepts in a clean and slick tutorial 10 12 12 4 4 these efforts of the crossbow makers to decrease the friction of the bolt of the crossbow against the stock , as the bolt was driven forward by the bow string , are traced in all mediaeval crossbows 18 16 16 1 1 us forces fared so well that macarthur gained truman ' s permission to attempt a total rout of communist forces 13 3 3 7 7 breuer chairs a phalanx of high flying artists in a family saga 8 1 1 6 7 a computer was stolen from a church office sometime monday or tuesday in the 1500 block of cr 144 , brazoria county 4 2 2 6 6 and the beer was in a mug , and full to the brim 18 1 1 11 11 the strategy covers the period to 2016 , with a strong focus on 2010 15 4 4 15 15 a number of scientific criticisms of duesberg ' s hypothesis were summarised in a review article in the journal science in 1994 12 12 12 16 16 to cover all areas , i ' ve included coffee pot and cups in a neat stack on the table , so that the meal has both a beginning and an end feel to it 14 3 3 7 7 both novel and film insist upon the necessity of the past in defining who we are and how we will live in the present 3 1 1 4 4 the book comprises ten chapters 1 4 4 17 17 to date , all outbreaks of the highly pathogenic form of avian influenza have been caused by viruses of the h5 and h7 subtypes 13 14 14 17 17 on march 29 , 1984 , in the middle of the night , a convoy of moving vans left the colts ' headquarters , headed for indianapolis 3 3 3 6 6 it shows a sailor with a list of crossed out ex girlfriend ' s names going down his arm 17 9 9 13 13 it is in the hours of darkness that the plant builds up the oxidase that is to call out the signal that the flower has run its full course 13 20 20 22 22 to put it discretely , she described the sensation in her knees as that of being forcibly violated by a prickle of porcupines 17 1 1 5 5 the factory produced british military rifles , muskets and swords from 1816 6 4 4 10 10 china ' s feed industry has entered into its mature period 8 1 1 7 7 nuevomexicano culture is rooted in an indigenous past 1 15 15 20 20 wes anderson has made one classic comedy ( the royal tenenbaums ) fueled by the tension from the characters ' longings to burst out of the trappings in which they are framed 13 8 8 11 11 recently , the efcc succeeded in arresting a syndicate of internet fraudsters with the following identity , badiru abidemi adeyinka 8 2 2 6 6 i have abuse originating from my server 14 7 7 17 17 kotter ' s most significant and controversial work , however , has been on the subject of leadership 18 5 5 10 10 it is found that the polysilicon grows from an initial step of the deposition 6 4 4 7 7 a chinese firms poured millions into the country 13 4 4 7 7 i also received one stand of choice bees and about 100 in cash 8 1 1 7 7 the pain was radiating from the right buttock to the knee joint 13 3 3 5 5 the reconstitution of boards of governors takes place every 4 years and the current term of boards of governors is due to end on 30 june 2009 for controlled and maintained schools 17 2 2 4 4 snails and slugs cause holes in the leaves of young plants and can chew right through the stems of newly planted seedlings 13 17 17 19 19 a family living at calabogie , ontario was digging their new potatoes and came upon a different clutch of eggs 2 25 25 28 28 now , your earlobe can never escape because this brass knuckle stud is attached to a chain attached to a cuff that affixes to the helix of the ear 2 14 14 17 18 he draged the nail on the head of the snake and then clicked the switch of the tape recorder 0 12 12 19 19 in general , the greatest hypocalcemic effect was achieved by those liposomal preparations that resulted in the most sustained increase of l hct and f hct in plasma 4 1 1 5 5 the kit was in a box that measured about 18x11x3 5 inches 6 3 3 6 6 doj released a probe into siegelman prosecution 16 1 1 8 8 a model for a summer house by the carpenter and architect william thornton was approved by sir abstrupus in 1700 14 3 3 6 7 a short introductory chapter furnishes the background information 18 1 1 4 4 the applet requires a browser that supports jdk 1 1 5 or above 3 13 13 14 14 tasheki was taking photographs at the encounter site when a bullet hit his jaw bone 16 3 3 8 8 the 2001 debut album by the new york band was voted top of the pile by a panel of musicians , producers , writers and record label bosses 10 4 4 6 6 planetcad offers the best tools for engineers and now the whole industry is following 9 5 5 6 6 cloud loss behavior in pasteurized apricot nectar was found to be different from that of other fruit juices 4 3 3 11 11 a very small pile of soft green hay was in a bin in a corner of their downstairs room 17 9 9 14 14 among them are the 2 , 000 or so workers who still make diesel engines for ford on a site that employed more than 50 , 000 in the 1950s 13 4 4 6 6 this paper describes a set of principles designed to help archives position themselves to address the management of current records 1 0 0 4 4 poverty is caused by overpopulation 18 6 6 13 13 this new , improved active piezoelectric hydrophone is made with shielded clear waterproof cable and a copper acoustic chamber coated in non toxic , durable black rubber 5 5 5 8 8 the waiter returns with a bottle full of wine , pours a small amount in the glass for tasting 2 2 2 6 6 the oil paintings shown at the exhibition were of exceptionally high quality 0 2 2 7 7 the economic setbacks of 1893 had created unemployment and poverty which caused migration in search of new opportunities 6 1 1 8 8 the soot has been blown down into the fireplace 18 4 4 7 7 at this time the farm had three horses and a small tractor 6 1 1 6 6 the goose was released into the wild 3 2 2 8 8 the original play was filled with very topical humor , so the director felt free to add current topical humor to the script 18 6 6 11 11 we are determined to pursue the conquest of evil with the good 18 1 1 13 13 authentic people , knowing their place in the world , fulfill it with joy and attention 18 0 0 10 10 unificationists sees kingdom coming with the help of the new president 11 7 7 12 12 more important , these changes improved the users ' experience of the software 0 1 1 6 6 the software caused a pretty good drain on the cpu for some reason 4 6 6 17 17 when shown the location of the drugs , the investigators noted that the drugs were in a box in a closet , and were not stored in a securely locked , substantially constructed cabinet , as required 6 2 2 8 8 the national prize was awarded to lionacleit fashion pupils 1 1 1 8 8 the harm has been caused by the invitation system 18 17 17 19 19 while most of the experimental literature focuses on individual contributions , many real world problems involve the formation of coalitions 11 1 1 4 4 the method uses histologic techniques for processing and thus offers one major advantage 4 1 1 5 5 his body was inside a cupboard in the jumeirah carlton tower hotel in upmarket knightsbridge 1 4 4 7 7 alfred nobel created his fortune from the selling of explosives that utilized nitroglycerin 3 1 1 2 2 the crane arm raises , swivels , and extends to a maximum length of 11 inches , just like our own poe ghostal 0 9 9 14 14 proper washing and skin care can help to remove bacteria and oils which cause acne 6 1 1 6 7 the launch has been rescheduled to next month due to bad weather 12 0 0 8 8 employees are the most important part of an organization 18 10 10 15 15 the coalition sprang up after the tories released an economic statement lambasted by the opposition parties 13 17 17 20 20 all of their products are the direct result of extensive research and development and produce a varied array of spectral colors , enabling you to sound your best 18 1 1 5 5 the system combined the hierarchical structure of decision trees with a clean probabilistic semantics 0 1 1 7 7 the lack of stability caused a strong reliance on the colonizers 18 1 1 7 7 a child has been placed into foster care 14 12 12 17 17 in the mechanical department the course includes a variety of previously published studies having relation to applied mechanics , the art of construction , and mechanical drawing 14 5 5 8 8 there are many theories and thoughts about the effects of the moon on people , animals , and the natural world 2 2 2 5 5 when the arm of the patient is meticulously placed at the right atrium level in both positions , the difference is even greater than when the arm rests on the desk or on the arm support of the chair 6 4 4 7 7 he has added his cousin into his portfolio 18 5 5 9 9 since then , millions of dollars have gone into reconstructions for victims of tsunami in 2004 13 19 19 22 22 just 18 months ago , the new york times magazine ran a cover story depicting progressive bloggers as a band of unkempt outsiders 6 1 1 7 7 the functionality is moved into a separate database 18 1 1 4 4 its progenitor made his name with a wonderful non fiction account of policing in baltimore called homicide 14 3 3 9 9 it contains a chapter giving an introduction to compression algorithms 4 1 1 5 5 one flyer was inside a box of cracker jacks at a hughes market 13 16 16 20 20 petitions against the annexation were signed by between one half and two thirds of a total population of some 8000 burghers 1 1 1 5 6 the eruptions are caused by tectonic forces or by the compaction of sediments at the deltas of large rivers , such as the mississippi 4 17 17 21 21 appellant ' s only challenge to the application of the plain view doctrine is that because the marijuana was in a jar in the freezer compartment it was not in plain view 4 1 1 13 13 the tortoise that had been picked up the night before was in a box 10 1 1 6 6 the generator powered a nearby aluminium factory , considered vital to the german war effort 2 4 4 7 7 mr adel throws the rope of the rod as far as he can into the water 6 1 1 9 9 the water was drained into the second water drain tank through the connecting pipes 1 13 13 21 21 lenin and the other leaders of the soviet union set about repairing the damage caused by the revolution and the civil war 16 1 1 6 6 a temple has been built by monks in northeast thailand who used over a million recycled beer bottles to make the walls and roof 2 8 8 11 11 stones must be set in inch from the edge of the flat 8 1 1 5 5 the machine arrived from the factory with windows 2000 installed on a single large partition 3 1 1 4 4 the factory ' s workshop functioned inside an extension which was bigger than the actual residence 4 1 1 11 12 the money was hidden in an air conditioning system ' s return duct , which conveniently connected to the room behind 13 4 4 6 6 individuals were granted a wrack of rabbits and some help building a rabbit run in their backyard to start up a small rabbit farm ( 40 rabbits and a hutch , perhaps ? ) , along with automatic membership in a cooperative rabbit abatoir 10 1 1 2 2 a warehouse user with limited authority can not crate the required bufferpool 6 1 1 5 5 huge money is given to companies for boosting economy 1 1 1 5 5 the reaction from the international press , which i am sure you here in tokyo have noticed , has been very wide and detailed 18 1 1 6 6 all houses are now built this way 16 2 2 7 7 this lovely song by a virtually unknown quartet from oklahoma epitomizes what a great wedding song is 0 10 10 13 14 when the first model sank in august 1991 , the crash caused a seismic event registering 3 0 on the richter scale , and left nothing but a pile of debris at 220m of depth 6 2 2 8 8 a test payment was put into my bank account on october 13th 13 2 2 5 5 this an alliance of various elements connected into the political elite with the old prd forces , who have adopted a strategy of postponing efforts to lead any fight with the domestic bourgeoisie 15 1 1 8 8 these changes have been reflected in the general policies and approach of the forestry commission 8 15 15 21 21 the drying step is achieved within 4 hours from the exit of the barley spent grain from the beer or malt production 14 1 1 11 11 a meeting called by india ' s government to discuss the creation of a separate state in the tea producing darjeeling hills has ended without a breakthrough 8 17 17 24 24 the g 53 ended its statement with one of the many speculations that have arisen from the president ' s contentious departure from the country 18 4 4 15 15 the purpose of this test was to report to the american public on the academic achievement of individual students , schools , districts , and states 11 4 4 7 7 a year after the government applied a tourniquet to the banking industry , the bleeding has slowed 8 1 1 6 6 the boy runs away from the school when he sees his father ' s insensitivity , but the teacher and his other friends bring him back 0 9 9 14 14 for example , driving recklessly and causing an auto accident that result in the death of another driver or passenger could be qualified as manslaughter 1 4 4 10 10 that coupled with the death and destruction caused by the storm was a very traumatic experience for these residents 18 8 8 9 9 i ' ve been asking for a fizzy milk drink for a while 18 0 0 7 7 manufacturers have traditionally been more concerned about factors like price , quality , or cycle time , and not as concerned over how much energy their manufacturing processes use 2 6 6 9 10 the midbrain dopaminergic ( mda ) neurons of the substantia nigra and the ventral tegmental area play a fundamental role in the control of voluntary movement 15 1 1 6 6 his efforts were documented in the diaries of his sister katherine 1 1 1 5 5 the infection came from a wound 2 7 7 18 18 the public are welcome to visit the lakes and dams that make up tasmania ' s hydro electric network 1 4 4 6 7 the emission of electromagnetic radiation from cell phones continues to become a growing concern 10 1 1 4 4 a van used by debtors in the business of transporting passengers was a tool of the trade for lien avoidance purposes 17 10 10 22 22 the english writer , poet , philologist , and university professor was best known as the author of the classic high fantasy works the hobbit , the lord of the rings and the silmarillion 4 16 16 19 19 it carried 1500 gallons of water in its split saddle tanks and 700 gallons of fuel oil in a bunker behind the cab 4 1 1 5 5 the explosives were in a box covered by sheet metal , while the wooden handle and fuse were those of the stick hand grenade 8 4 4 11 11 half of the new subscribers hailed from china ' s vast countryside 18 9 9 13 13 we derive a pair of optimal weights on the dollar in a currency basket to stabilize their trade balances for both of the countries 15 0 1 7 8 time travel is a common theme in science fiction 4 2 2 6 7 the handwritten note was inside a plastic baggy 11 5 5 10 10 this happens when a collecting agent inadvertently applies the pns discount to an ineligible vessel 13 13 13 16 16 the stress of electoral defeats exposed mr hoyte to opposite pressures within the constituency of his supporters 16 18 18 24 24 quite a large part of the religious establishment was opposed to alchemy , but , given the fraudulent tripe written by most of the alchemists , that was no bad thing 5 2 2 5 5 when a bottle full of air is opened under water , the water will not enter the bottle 1 6 6 9 9 sumatera ( yagasu ) made a profit from the selling of women groups ' handicrafts activities 17 0 0 7 7 scientists have assembled the first global geological map of the solar system ' s largest moon and in doing so have gathered new evidence into the formation of the large , icy satellite 15 4 4 11 11 lambert ' s wartime experiences were related in his excellent 1973 memoir 6 3 3 8 8 the correct targeting signal is imported into the peroxisomes 18 32 32 36 36 the ultimate d c related work on this topic , in recent decades , anyway , may be jerzy kosinski ' s satirical being there , the inspiration for a peter sellers film by the same name 2 3 3 6 6 in the older sections of the city the street in front of one ' s house is considered the person ' s responsibility , it is seen as an extension of their house 8 8 8 13 13 in some of the other stories , an orphan runs away from the orphanage 3 1 1 4 4 the dolphin uses its flukes for swimming and its flippers for steering 6 4 4 9 9 construction industry ' s worth is invested into construction plant and equipment 0 0 0 7 7 frustrations , threats , and conflicts cause stress 18 14 14 18 18 kegs of guinness rolled off and then were grabbed and stacked up against the wall by the pub owner 18 4 4 8 8 in this section are horses born in tori stud that have made tori breed famous and maintained that fame 8 0 0 5 5 food comes from the grocery store , packaged , sanitized , frozen or chilled 3 1 1 5 5 the treatment includes an aromatherapy mask and moisturizer 13 15 15 17 17 as a consequence it sold bonds indirectly to the public with the help of a syndicate of banks 11 0 0 19 19 player one can become white and block all the bullets while player two blasts the boss with the opposite color 8 0 0 5 5 compassion was originally from a people known as the remote , a splinter group of the time traveling voodoo cult faction paradox 8 1 1 5 5 the imperative originates from an authority which transcends the speaker 9 1 1 2 2 meyer lemon marmalade is an amazingly delicious version of fruit recipe 17 5 5 10 10 from the pulitzer prize winning author of march comes this novel inspired by a true story that traces the journey of a rare illuminated manuscript through centuries of exile and war 13 12 12 15 15 simon roused himself slowly from a wonderful dream revolving around a whole pryde of baby griffins , just waiting for him to play with them 3 7 7 10 10 topping is the indiscriminate removal of a tree ' s crown , cutting off large branches and the main stem of the tree , leaving large branch stubs 17 2 2 7 7 traditionally , chandlers made both soap and candles , because a long time ago both of these products were made with lard 2 0 0 5 6 comments are parts of the source code disregarded by the compiler 3 1 1 8 8 these piezos have 2 5 inch pretinned lead wires solidly attached with solder joins protected by a dab of silicone 17 6 6 13 13 the baha ' u ` llah religion has liberated human minds by a prohibition within his faith against any caste with ecclesiastical prerogatives 6 0 0 12 12 papers of conductor and arranger andre kostelanetz are being donated to the library by the musician ' s estate 11 13 13 16 16 so almost immediately after pearl harbor , hawaii ' s governor calls for citizens and their guns to man checkpoints and patrol beaches against an expected japanese invasion 1 18 18 21 21 cyber squatter a person who buys domain names , and holds them with the intent of making a profit from the selling of the domain name 11 6 6 11 12 he needs to capture 22nd century criminals who have escaped by time traveling 11 2 2 19 19 she and colleagues exhaustively tested the sample , sequencing the proteins they found with a new and better mass spectrometer 6 1 1 8 8 the corpses were then placed in cotton cloth wrappings and put inside of a wooden case that was put inside of another case that was decorated with details of their life and a mask of their face 6 5 5 8 8 our ancestors have added high protein into their diet 4 6 6 9 9 we served a bowl of delicious soup in a dish of ivory china 13 1 1 4 4 this brotherhood of halfling rogues is the most powerful criminal organization in town 16 15 15 16 16 there are a few simple steps you take to ensure you have selected the correct landscape company 17 1 1 6 6 the company builds many of the machines used in the manufacturing of the beds and the upfitting of the chassis 6 28 28 31 31 ten year old huynh thanh tung was fortunate to survive when the tiny war relic burst into a ball of flames and flying metal as he stuffed the bomb into a bottle 9 1 1 2 2 flax seed oils is the form in which the oil was extracted from the seed 1 2 2 7 7 the muscular dystrophies are caused by genetic defects , which means they are inherited at birth 8 2 2 7 7 the signal peptide is derived from a protein that is exported by the cell 5 8 8 10 10 a boy scout in north carolina found a purse with money in it 6 3 3 6 6 the researchers inserted caffeine into baked goods 8 9 9 17 17 he was 10 to 11 meters away from the accused when the latter ran away from the scene of the incident 6 1 1 6 6 the slaves were brought into the country against their will 1 18 18 22 22 in a two mirror telescope equipped with an active optics system usually m2 is used to correct the aberrations originated by optical reasons , i e defocus and coma 0 1 1 11 11 the addition of water to the tank caused a runaway chemical reaction , resulting in a rapid rise in pressure and temperature 15 4 4 11 11 in recent months , civility has been a topic of much discussion in the newspapers 13 15 15 17 17 other ritual practices attributed to berserks represent the initiation of the young warrior into a band of berserkers 18 4 4 9 9 a new insulated pizza bag is delivered to the market 11 0 0 8 8 pigs really fly with the help of a trampoline 0 2 2 4 4 snails and slugs cause damage to seedlings , flowers , vegetables and shrubs 18 7 7 13 13 even in world war ii , american soldiers targeted the men with the katanas first because their killing power was feared and respected 17 11 11 9 9 for me , the most interesting thing was some pottery by people who are so well known for their pottery like picasso or miro 16 5 5 10 10 and a 22 page internal report by a computer security company named mandiant , dated august 18 , fleshes out many details of the june july breaches 18 11 11 15 15 having delivered her charge , she had silently returned to her tree deep in the woods 6 5 5 8 8 modern economists have exported equilibrium concepts to political science 10 6 6 8 8 textmate is hailed as the best editor for programmers by many people 8 3 3 12 12 the most suitable callus to establish suspension cell cultures was obtained from seeds 0 1 1 5 5 the snowstorm caused a major catastrophe on the west virginia turnpike 9 7 7 8 8 tom ' s prominient selection of various rye spirits wins him kudos today 0 0 0 8 8 glaucoma is one of the leading causes for blindness and currently about 90 million patients worldwide are affected by the disease 8 7 7 12 12 red line conductor ivan hardaway prepares the train for departure from the station 18 4 4 9 9 brittany murphy ' s bedroom was filled with prescription drugs 2 6 6 11 11 in exclusive buildings , a private restaurant is part of the package 0 11 11 17 17 there are everyday actions that can help prevent the spread of germs that cause respiratory illnesses like influenza 1 1 1 8 8 the outbreak was caused by the live polio virus that is used in vaccines given orally the preferred method in developing countries because it is cheaper and does n ' t require medical training to dispense 10 2 2 3 3 im a wheelchair user in a third floor flat serviced by only 1 lift 12 1 1 8 8 a deputy from sarkozy ' s ruling ump party , etienne pinte , also said he was very shocked by the charter flight 2 1 1 4 4 the gates of the palace of john the priest were made of sardius , with the horn of the horned snake inwrought , so that no man might bring poison within 4 1 1 6 7 the agar was contained in a polyethylene tube 3 , o mm inside diameter and about 1 mm of agar protruded 8 8 8 16 16 the imams were removed from a us airways flight awaiting departure from the minneapolis st paul airport 18 1 1 13 13 the vagina was sutured behind the neourethra the vagina accommodated a size 12 dilator 8 11 11 14 14 the firing of transition t represents the arrival of a handoff call from neighbor cells 8 16 16 19 19 in these last three paragraphs , then , wordsworth began by first of all considering his omissions from previous books 18 8 8 10 10 september normally marks the arrival of the earliest run of fish into lake tributaries , and peak runs occur in october 18 2 3 6 6 all terrain vehicle sales sink into muck 13 6 6 9 9 the county fair drew a large crowd of usda employees 18 0 0 1 1 rice spirits in asia are almost always female and regarded as a kind of mother figure ( thus , the connection to fertility and tossing it at the bride ) 13 7 7 9 9 as a result of their relatively narrower range of options , predictions regarding their behavior tend to be more accurate 3 5 5 13 13 the air in the middle ear space is important to allow the ear drum and middle ear bones to be vibrated by sounds collected by the ear canal 15 4 4 10 10 much of the resulting work is summarised in his joint book with howitt 18 15 15 20 20 and there ' s you , floating a couple of thousand feet up in the sky in a tiny little basket 15 0 0 9 9 standards at a secondary school are criticised in a report by the inspection body 2 5 5 8 8 roots that cross over the trunk of a tree instead of growing outward are known as girdling roots and should be removed since they can choke trees 6 6 6 9 9 accidentally , i poured too much sugar into my tea 6 5 5 10 10 he used to bring some cigarettes into these middle eastern countries 18 5 5 8 9 trade union side reiterated its concerns that the public sector was effectively subsidising these events and requested that this practice cease 2 10 10 14 14 the momentum of their movement breaks the circle as the arm of the foreground dancer reaches out 13 4 4 6 6 there ' s a pitying of turtledoves cooing to their mate 6 4 4 11 11 the civil rights hero award was bestowed to a disability rights activist 4 1 1 5 5 the pendant encloses a tumbled stone 0 1 1 6 6 these drugs also cause headaches and nausea , affect your internal organs and raise your bad cholesterol 8 5 5 10 10 one day the little orphan boy ran away from the orphanage 14 1 1 6 6 the strand was devoted to music theater and film music and featured interviews with songwriters , composers , and orchestrators 3 2 2 11 11 the restructuring charge was comprised of 11 9 million of cash expenditures for severance benefits and other costs and 8 2 million of non cash charges , primarily for the write down of impaired assets 1 9 9 11 11 well i know quite a few people who get dissatisfaction from laughing at retards 14 0 0 8 8 works in this exhibition investigate humanity ' s relationship with the world 11 2 2 13 13 the bush administration hid the true fiscal picture with a plethora of accounting gimmicks 18 0 1 7 7 adenosine deaminase converts purine riboside into an analog of a reactive intermediate 17 7 7 10 10 nectar is the sweet flower sap that bees make into honey by evaporating off the excess water 18 4 4 9 9 as time passed , aluminum formed itself into a can , a lid , and a tab 4 4 4 8 8 they still store the bottle in a chilling bucket or the refrigerator 15 4 4 12 12 the 08 campaign green jobs was the main talking point of any speech 8 7 7 13 13 a surfside man running away from a dog that broke away from its owner was struck by a bus in the chase 17 1 1 11 11 the banker , who has put up in a sudder street hotel , told the sleuths that he had entered india on october 20 , 2009 11 1 1 8 8 the artists carve away the surface with a chisel 0 0 0 10 10 immigrants accounted for more than half of britain ' s population growth in recent years 8 1 1 7 7 this marmalade is made of the finest oranges , to create a delecious taste 1 4 4 7 7 iraqi soldiers inspect the damage after the explosion in a school in baghdad 13 25 25 28 28 sam , who formerly was a sportsman , and in his apprenticeship used to frequent barnet races , keeps a high chaise , with a brace of seasoned geldings 8 1 1 9 9 the cartoons originated in denmark ' s jyllands posten paper and have been reprinted in newspapers in france , germany , italy , hungary , the netherlands and spain who say they were exercising their right to free speech 16 3 3 7 7 a more coded reproof came from the chairman of parliament ' s foreign affairs committee 4 1 1 5 5 the grenade was inside a tin alongside the hotel fence 6 4 4 7 7 the principal has put computers into our classroom 13 4 4 7 7 olive garden is a family of local restaurants focused on delighting every guest with a genuine italian dining experience 3 1 1 2 2 the computer mouse has been the input device of choice for a long time now in the computer world 18 1 1 7 8 the rule is the subject of a legal challenge brought by abc and its coalition partners 13 25 25 26 26 throughout her career she has worked extensively with the california department of education and the commission on teacher credentialing where she has been a contributing panel member on the writing of the california subject examination for teachers ( cset ) , the california music standards , and the caltpa , the california teacher preparation assessment , as well as an evaluator for the single subject music preparation submission documents 3 3 3 6 6 for example the steppingmotor has a coil with a resistance of 5 ohm and a nominal current of 1 amp 18 4 4 7 7 it is a literary style which portrays crime and violence in an unsentimental way 3 2 2 6 6 the cutting machine contains 13 circular blades mounted on a cutting axis 17 4 4 8 8 the 25 member steering committee that drafted the document also passed it through two palestinian gfm organizers 2 2 2 21 21 the student guide , consisting of a list and description of courses offered by each faculty , is published on the website of the university 18 7 7 10 10 in other words such people accept a form of mathematical platonists , whether or not they label themselves that way 14 1 1 9 9 the book created a picture of social and religious identity 13 13 13 15 15 so this morning started early with a chorus of caws coming from a storytelling of crows outside my bedroom window 15 1 1 4 4 that paper received favorable review 2 5 5 6 6 he was wearing a short sleeve shirt with a tie 18 6 6 12 12 the nepalese government sets up a committee to inquire into the alleged misuse of diplomatic passports 18 1 1 5 5 the investigation was concerning a series of letters received at the house containing non noxious white powder 8 5 5 8 8 upon the arrival of an embassy from the injured to demand satisfaction , romulus decided that those who had done the injury should be delivered up 6 3 3 7 7 industries have pushed fishermen into fragile marine reserves 16 11 11 14 14 the three prints are a great example of a rare vintage photograph by an artist who had an influence on later 20th century photographers 4 1 1 5 5 the water was in a cup 13 2 2 4 4 thankfully the plump of wildfowls brought about the destrcution of the wild cats and that ended the whole fiasco 8 2 2 12 12 but the result was derived from a small number of actual hiv cases 18 1 1 7 7 the plasma was generated by an rf discharge between two parallel electrodes whose diameter was 100 mm and separation was 40 mm using pure silane gas 14 8 8 10 10 the european commission has released a set of slides explaining nanotechnology 18 6 6 12 12 with these two tools , the dataset was reduced from its original size of over 200 features into 17 3 10 10 11 11 as for the main attraction the pnuematic function allowing the crane arm to be raised and lowered , well , it ' s a simple job made a little more complex 18 9 9 10 10 old nests are used year after year by the carpenter bee 6 1 1 8 8 the surfer is dropped into a 35 foot wave at waimea bay 11 2 2 5 5 the health professional uses a lamp during the test 18 1 1 6 6 the world is governed by mathematical laws 13 16 16 19 19 the hive entrances were oriented in different directions and painted with different colors to reduce colony drift of foraging bees 17 10 10 14 14 ruling is in ink and was generally done by the scribe who wrote the quire 1 5 5 8 8 the broker is entitled to commission from the selling of your property 3 3 3 11 11 the agenda 21 document , agreed in rio , includes a section on international co operation 2 5 5 12 12 the dulche de leche ice cream was the best part of this dessert it was creamy and not too sweet as i usually find this flavor 2 1 1 4 4 the crater of the vulcano solfatara shows a great variety of botanica species , varying greatly from each other due to climatic and pedologic reasons 6 4 4 8 8 the suspect pushed the victim into a deep cliff 17 5 5 12 12 in the first year of king cyrus , the king issued a decree 15 1 1 6 6 the judgment was reported in local newspapers on saturday 18 0 0 6 6 glaucoma is a group of neurodegenerative disorders characterized by the death of retinal ganglion cells and by a specific deformation of the optic nerve 12 1 1 4 4 the president of this society is responsible for presiding over all meetings ( both general and executive ) 0 3 3 11 11 parental pressures of unemployment and poverty lead to drug abuse and alcoholism or stress and depression which have a profound effect on children 6 2 2 5 5 japan injected funds into struggling companies 18 4 4 9 9 inside the car , keys were found in the ignition and codario ferrino ' s license was discovered inside a purse on the passenger ' s seat 13 3 3 6 6 scattered among this streak of celtic tigers are billions of euro loaned by anglo irish bank over the past decade in a calculated play for lucrative returns 13 3 3 5 5 there is a gulp of cormorants that scavenge this stretch of the sacramento river where i usually kayak 3 10 10 13 13 he has always waited patiently in the studio until his master ' s voice signals that it was time to go home 8 1 1 5 5 the ship left from the port of bremen with 434 passengers 11 1 1 21 21 a debtor gets liens released on personal household possessions for much less than the underlying debt on those secured possessions with redemption 6 1 1 6 6 the balls were dropped into the mud from a height of about 5 metres 9 7 7 1 1 ste oil company has all your white mineral oil needs covered 17 5 5 10 10 what happens is that the system builds many inferior blood vessels in the eye to take the place of the vessels that are dying 2 10 10 13 13 the stage was in the cellar , and all the lights in the shop were out groans rose from a trap door 17 1 1 6 6 the mason has completed a concrete wall that creates a bathroom and storage area adjacent to a preschool classroom 8 10 10 15 15 dartmouth nearly narrowed the gap to one goal when a slapshot popped out of the glove of princeton goalie zane kalemba ' 10 1 1 2 8 8 the magnetic field is generated by an electric current circulating in the star ' s interior 9 8 8 9 9 it ' s funny my friend just used agave nectar in his margaritas 13 8 8 11 11 this research aimed to select and validate a battery of outcome measures of recovery after lower limb burn injury ( llbi ) 0 1 1 5 5 the species makes a squelching noise 18 0 1 7 7 tax cuts for rich are thrown into doubt 18 6 6 13 13 it is part of a furniture line conceived for anthropologie by british interior designers 14 1 1 9 9 this book supplies us with a good deal of material for his biography 14 2 2 5 5 the second discourse concerned the role of democracy in the new republic 0 2 2 11 11 the political unity of the iroquois was the source of their power , but it was by no means perfect 8 6 6 11 11 most of birdtown ' s earliest residents hailed from eastern european countries , including slovakia , ukraine , czech republic , poland and carpatho rusyn 16 5 5 9 9 these are the least expensive scissors produced by this manufacturer and are available for less than 6 00 per pair 18 2 2 9 9 south bade residents have been blown back into primitive lifestyle 11 4 4 12 12 in fact , a protocol copes even with byzantine failures by using randomization 16 3 3 7 7 the website cited notes made by an investigator from the los angeles county coroner ' s office as the source of the information 17 7 7 18 18 also on display are weapons made by inmates including a zip gun , shanks , two sawed off shotguns , as well as other items such as masks and an alcohol still 2 3 3 11 11 i made the carpet by cutting a knitting wool into short strips 1 9 9 13 13 here are the news reports and photographs of the devastations caused by the storm 15 1 1 9 9 this technique has been clearly explained in a previous issue of this magazine 11 3 3 9 9 control is a process that employs a set of procedures to ensure that defined quality standards are met on a consistent basis 14 1 1 9 9 several chapters of the book are devoted to the relationships between ethics and justice 3 4 4 11 11 the steel z shaped stent was made with a steel guide wire ( 0 2 mm in diameter ) , covered with the vascular graft , and fixed to the graft wall with multiple interrupted sutures 15 5 5 8 8 literary critics have examined many themes in the novel 15 0 0 1 1 crime fiction is a typically 19th and 20th century genre , dominated by british and american writers 4 1 1 6 7 a sample was sealed in a polyethylene bag and irradiated together with cobalt as a neutron flux determinant 2 2 2 18 18 the neonatal heel prick is a common procedure for taking a blood sample from the heel of newborn infants 11 14 14 17 17 next up is the fingerprint scanner , the scanner was cleaned by the ukps operator with a cloth 18 4 4 17 17 today ' s curious thinkers are keeping ben ' s traditions alive by inventing new and improved ways to make things work 17 1 1 7 7 the editor improved the manuscript with his changes 1 1 1 15 15 the movement of the flag on the surface of the moon was caused by the vaccum 6 0 0 4 4 jacks are spreading into areas formerly occupied by white tails in colorado 18 2 2 9 9 the hollow bar mounting the cameras encloses a wiring harness between the cameras 13 6 6 9 9 blade is accepted into the inner circle of hardened criminals who run things inside the prison and is offered a job on his release 13 25 25 28 28 though calder had gone to paris to paint , he began creating figures and animals from wire and wood , gradually building up an entire circus of trapeze artists , clowns and trained animals 0 9 9 13 13 propionibacteria acnes , or p acnes , are the bacteria responsible for acne breakouts 13 15 15 17 17 among the hittites there was only one queen consort , but the king had a harem of wives ( free women ) and of slave concubines also 3 1 1 6 6 our microwave has a turn able turntable inside and dial able knobs outside 2 8 8 11 11 felt dots are embroidered on the front and sleeves of this sweater , adding an extra dimension of fun 14 2 2 4 4 in the story a mob surrounds a woman to stone her for adultery , and ask jesus what they should do 13 13 13 15 15 the summer he was thirteen he organized the neighboring farmer boys into a troop of scouts 13 13 13 15 15 like all new towns we have missed the encouraging influence of a large body of alumni , only two of the thirty five former graduates having entered college 3 2 2 5 5 the depression chamber contains a diaphragm under pressure from a diaphragm spring 18 2 2 5 5 in the poem , an albatross starts to follow a ship being followed by an albatross was generally considered an omen of good luck 3 1 1 5 5 the fortress had the only gate from the southwest 14 1 1 5 6 the dissertations reported on a research project of some kind 2 5 5 6 6 body piercing jewellery specially for lobe ear piercings 9 2 2 3 3 the stone ginger beer has a ginger ` bite ' without the ` ginger burn ' of more peppery jamaican ginger beers 0 1 1 9 9 oil extraction in the amazon has already caused the extinction of the tetete and zaparo nationalities and continues to threaten indigenous peoples 10 11 11 14 14 for the original stud farm , desirous of producing the best horses for the dragoons and hussars , the lighter horse of a square frame was the ideal 11 0 0 6 6 listeners receive wbai live over the internet ( referred to as streaming ) , using one of the various audio formats below 1 4 4 15 15 the 100 mhz rf signal for the amplitude modulator was derived from a pulse pattern generator ( ppg ) 11 1 2 6 6 even travel agents are turning to telepresence for clients 18 2 2 5 5 the temperature distributions in a vial during freeze drying of a skim milk solution were determined experimentally 1 2 3 6 6 the first seismic arrival from an earthquake is the p wave , which is usually relatively low amplitude 5 4 4 6 6 i sent you a suitcase with cash in it so you can fill it up with wine gummies 17 1 1 10 10 the media then creates a self fulfilling prophesy with constant reports of doom and gloom and individuals also pull their money out of the targeted bank 6 4 4 6 6 google groups were sending commands to malware 4 8 8 13 13 also missing was a 38 caliber smith wesson gun that was in a suitcase in the tractor 1 15 15 21 21 these centres , along with appropriate educational and psychosocial interventions , helped children overcome the trauma and stress caused by the earthquake 13 3 3 5 5 but my local bellowing of bullfinches prefer natural food 0 8 8 10 10 american skiier lindsey vonn denied downhill treble as fog caused cancellation in val d ' isere 2 4 4 10 10 through the night the stern continued to settle as the cruiser listed to port 6 4 4 7 8 this technique efficiently inserted genes into hematopoietic stem cells 4 1 1 7 8 the device was contained in a small jiffy bag with a white label , with a post mark that was not local 13 7 7 9 9 illinois race for lieutenant governor attracts a crowd of candidates 18 2 2 8 8 the opposing party hid the anvil with a view to important consequences 16 2 2 16 16 a critical habitat for beluga whales in upper cook inlet has been created by the federal government 17 1 1 5 5 the crew had dug a trench for her to walk in so that she would not dwarf the star 5 8 8 12 12 he came back 15 minutes later with a bottle , with three lizards in it 18 12 12 14 14 mark also spoke about post september 11 civil rights and civil liberties issues facing immigrants 6 1 1 6 6 the explorer journeyed into the arctic region of the himalayas , determined to find a copy of the himis manuscript or to expose the fraud 18 4 4 13 13 the judge directed the court to decide the preliminary issue raised by the petitioner 13 4 4 7 7 the nmb maintains a panel of neutral referees for service on these and certain other boards 3 6 6 7 7 he grabed one end of the broom stick as they grab the other end 13 4 4 6 6 in law , a bill of particulars is a list of written statements made by a party to a court proceeding , upon demand of another party , that sets forth details of a claim or defense 3 1 1 7 7 my pug has little bumps under his chin 18 6 6 11 12 it has been assumed that the quench starts at the middle cross section of the magnet 8 10 10 16 16 in the fall of 2003 , a hidden camera equipped journalist from germany ' s ard television infiltrated the saudi built king fahd academy in bonn and taped what it taught to young muslim children 18 1 1 5 5 ice cream was made by hand in a large bowl placed inside a tub filled with ice and salt 8 0 0 5 5 ruins from 800 , 000 years ago discovered in israel show that stone age ancestors had began to organize their open air living spaces into separate clusters for different activities such as cooking and stone manufacturing 18 1 1 9 9 the user is cooling a processor with a power usage of 35w , using a conventional heatsink 6 3 3 6 6 the hotel released effluent into the lake 14 3 4 9 10 they include sending e mails to remind customers about abandoned items 0 1 1 6 6 the tsunami resulted in significant property damage but only two fatalities in rs 5 10 10 16 16 as we were leaving the house , we found a suitcase with three or four jordanian passports in it , clothes , and hygiene gear 18 1 1 4 4 the president has made taxes and spending the big issues again 11 1 1 10 10 the student creates compositional forms using a sequencer or notation program 6 5 6 11 11 i have placed a new memory card directly into my mobile phone 8 1 1 7 7 certain cricketers have been eluded from their team on accounts of injury 4 2 2 7 7 the frozen spread was found in a sack in a former pony stable nearly a century after captain robert scott ' s mission to the south pole 14 1 1 8 8 the speeches were on the subject of the relationship between institutional and poetic violence 13 15 15 18 18 little did these naive people realize at the time that they were embracing a foul brood of ungrateful vipers , which would soon prove to be their undoing 16 5 5 9 9 here is one of the craters created by the meteorite morasko 6 1 1 9 9 a stent was inserted into the patient ' s artery in 55 minutes 14 1 1 8 8 the publication has connection to an international research project 1 9 9 14 14 by the end of the work day , the anger was radiating from the city 3 1 1 4 4 the farm comprises 80 turbines and generates 160 megawatts , nearly 2 of denmark ' s total electricity consumption 2 2 2 5 5 the power indicator of the transmitter and headphone then went off 18 7 7 9 9 the big barn farm friends discover a pile of junk 1 5 5 12 12 in view of the terrible destruction that was caused by the flood waves , we have to fear that a number of germans , clearly in the three digit numbers , will be among the dead 14 2 2 10 10 the conclusion chapter is cautious and organised around the six themes of the book 13 6 6 9 9 he also had access to a sounder of fat pigs upon which the humans feasted upon in celebration of the newly expanded farmland 2 20 20 23 23 the appellant noticed that the switch of the circuit breaker which feeds 440 volts a c power to the main switchboard in the engine 6 0 1 6 6 wave crests are blown into the froth 14 1 1 5 5 this workshop analyzes credit risk factors and how these risk factors can be measured , controlled , and reduced in financial institutions 11 13 13 15 15 these are some of the many ways in which hitler and the nazi party used propaganda in order to brainwash and manipulate people into thinking that the nazi party was a good party to be in 3 7 7 10 10 harriers are large , slender hawk like birds with long tails and long , thin legs 18 3 3 6 6 this is wishful thinking by a scribe who is more blind to the reality than those he accuses of blindness 16 16 16 17 17 i am just joining the queue of disappointed parents and upset children as i bought a marshmallow maker and toffee apple maker 12 4 4 7 7 chris caisley remains the head of the team and sources were keen to pinpoint his previous experience as chairman of the bradford bulls rugby league club 18 5 5 7 7 public education systems have carried nations into prosperity 4 1 2 8 10 the nitric oxide was contained in a large gold plated cylinder in which it was ionized by krypton resonance radiation 18 3 3 12 12 making and fitting horseshoes was only part of the life of a blacksmith 1 12 12 15 15 it ' s hell in the hospitals where the amputees ' s screaming after the lapse of morphine is heard all the time 13 12 12 14 14 williams , who is regarded as the first among equals within the communion of leaders that represent 160 countries and some 75 million anglicans worldwide , has sought to find a delicate balance within the deeply divided group of primates 2 14 14 26 26 since the ultimate purpose of the company is that of sales , the sales department is rightly recognized as one of the major departments of the business 8 1 1 7 7 the sergeant got out from the police car 0 4 4 10 10 scientists discovered that these drugs were related to heart valve disease 15 2 2 7 7 in the book , the main female character is a woman named messua who adopts mowgli 11 1 1 5 5 guinea unions threaten junta with walkout 18 9 9 12 12 beeswax is a natural wax produced in the bee hive of honey bees of the genus apis 6 9 9 12 12 bevilona , pretending astonished fear , hides the frightened peasant in a cask 18 2 2 12 12 typically , varieties of this sort were grown on flat land by peasants 2 7 7 10 10 however , some person had broken the padlock of the chain across the road 2 5 5 8 8 in other words , the bow of the vessel points at the ` windy ' extended edge of the table 4 5 5 9 9 i liked how his d cells were in a box behind the counter , with no prices on them , as if they were contraband or moonshine 6 1 1 6 6 the pepper is added to the salad before serving 0 1 1 5 5 the criminals that caused the fire illegally entered our country 18 1 1 7 7 these views were reflected in his building designs 5 1 1 8 8 a basket such as you mention holds four ears of corn 9 0 0 9 9 eucharist is the source of the church ' s mission 8 10 10 13 13 it ' s fairly rare that i follow an exact recipe from a magazine , but every once in a while a photo calls to me 2 18 18 21 21 we removed some living branches and new growth , thus maximizing light penetration and air flow through the crown of the tree 18 8 8 11 11 then , certain texts do talk about english society of various ages 5 1 1 6 6 a pack of the most popular cigarettes in the seychelles in 2008 cost 15 at purchasing power parity ( ppp ) 6 3 3 8 8 sufficient coagulation deficient fluids were given to surgical patients 16 19 19 23 23 this website , www fertilityuk org , shows how to interpret the changes that take place in the mucus secretions produced by the cells lining the cervix 4 2 2 6 6 the iron tablets were in a box on the floor 5 6 6 10 10 the next shot shows only a suitcase with neatly folder clothes in it on the bed 2 17 17 20 20 a cable or rode is the rope , chain , or combination thereof used to connect the anchor to the vessel 9 6 6 7 7 the warm version of leek and potato soup was handed down to him by his mother , annette diat 4 4 4 10 10 her naked and decomposing body was discovered inside a locked cupboard in an auckland building 16 2 2 7 7 the banko kilns were founded by the potter nunami ro zan ( 1718 77 ) who often imitated the work of kenzan ( 1663 1743 ) 18 16 16 17 17 to create a good seal , manufacturers put a foam or gel filled seal between the ear cup and your head 6 14 14 20 20 by foot on the trail , or by canoe on the river , our campers have journeyed into some spectacular wilderness 6 2 2 8 8 the research team is moving into a deeper cave to explore 8 2 2 7 7 the electron beam arrives from the left side , is collimated by 1cm thick copper and traverses the light tight sensor box 13 10 10 12 12 real working cowboys , who are hired to take a drove of cattle to market , have a very difficult and strenuous job 18 6 6 9 9 a file photo shows a microlight pilot flying with geese 13 3 3 7 7 it was a cloud of shrieking black bats that was attacking them 15 1 1 6 6 the initiative was outlined in a speech delivered by saudi crown prince abdullah on wednesday 4 3 3 18 19 the teacher retirement poem on parchment is a customized poem printed on parchment and enclosed in a black certificate holder 16 1 1 30 30 a letter penned by george washington praising the new constitution sold for 3 2 million at an auction , the highest price for a letter by america ' s first president 6 3 3 6 6 he poured his passion into his lover 18 1 1 13 13 their deed of agreement was drawn up in the temple by a notary public and confirmed with an oath by god and the king 13 2 2 5 5 and the chorus of teenage boys and girls were a pleasure to watch as they sang and danced 13 11 11 14 14 for 25 years , christmas in new bern has included a flotilla of decorated boats gliding along the confluence of the neuse and trent rivers at union point park 11 10 10 17 17 taking a stick of dynamite from their mule , the shooter assembles the hand charge with two caps and fuses which is now considered live 5 17 17 23 23 a man is facing charges after police pulled him from a tank under a women ' s toilet that was filled with human waste 0 3 3 5 5 a jack knifed lorry caused delays on the a27 eastbound between havant , hampshire , and chichester , west sussex 0 0 0 4 4 viruses that cause respiratory illness typically are capable of causing a range of clinical manifestations , and asymptomatic infections are possible 8 1 1 5 6 nutritious chocolate is made of cocoa paste , cocoa butter , and sugar 14 1 1 7 7 the list highlighted the best new music talent for the new year 6 7 7 12 12 they cremated their dead and placed the ashes in a specially prepared pit 3 1 2 6 6 the door locks with a sliding bar hidden in the carved piece across the center of the door 5 20 20 24 24 officials got a warning from the victim ' s son his 87 year old father was a hoarder and the house was full of items 2 1 1 8 8 the door on the right enclosed a fumigating chamber 2 4 4 7 7 i found the secret passages inside the monastery 8 8 8 12 12 the drama unfolded even after some of the stars had left the course 18 2 2 7 7 their whole future is being thrown into disarray 14 2 2 8 8 the announced plans absolutely take into account the needs of disabled people 6 6 6 9 9 the newly inaugurated president has delivered speeches to the public 18 4 4 17 18 the inherent rna silencing mechanism in plants has been effectively manipulated as a tool for the targeted down regulation of genes 16 6 6 7 7 the neighbor , who owns a raisin factory , wanted the property to expand his business 18 1 1 11 11 his wife , a successful corporate lawyer , has given up work 6 2 2 6 7 the board meeting is rescheduled to next month 11 1 1 5 5 the craftsman bought his own iron , finished his hinge ls , packed them , and conveyed them to the warehouse of the factor in the large town 11 11 11 17 17 three lines are missing from the end of this stanza the hermit demonstrates his prowess with the bow 16 9 9 11 11 old pickups and suvs were stacked up in clunker piles by dealers 18 4 5 9 10 in this method , multiword concepts are treated as single words 4 8 8 13 13 he made his way inside , where the jewelry was locked in a safe for the night 18 3 3 3 3 franken ' s uncle , who was in the russian army , liberated auschwitz with barry ' s uncle 13 8 8 11 11 the free states of alaska is a loose confederation of various species of bears in the far northern lands and outlands of megatexas 1 4 4 9 9 92 of the co2 emissions are caused by the lorries , but this is not fair so a different distribution method is needed 6 3 3 7 7 gol airlines started flights to middle eastern countries 6 2 2 7 7 each independent variable is moving into its axis constantly 5 10 10 12 12 two children playing in a queens park have found a suitcase with bones in it 17 37 37 8 8 the intihuatana ( in quechua place where the sun is bonded ) is a solar observatory that allowed the incas to keep track of the seasons of the year and the flow of time based on the shadows caused by the sun over the stone 1 44 44 47 48 widely previously interpreted as precursory activity to the 1906 earthquake , they have been found to have a strong seasonal pattern and have been postulated to be due to large seasonal sediment loads in coastal bays that overlie faults as a result of the erosion caused by hydraulic mining in the later years of the california gold rush 6 1 1 7 7 mullet fingerlings have been released into the lake 18 4 4 8 8 the exception is the player who drew the ace , who may stop whenever they want 16 1 1 11 11 the idea of intensification was put forward by a number of archaeologists , but the most prominent in developing the idea was harry lourandos 6 9 9 12 13 the deputy called for backup , and placed the suspect in a patrol car 6 4 4 8 8 we put the soured cream in the butter churn and started stirring it 3 7 7 8 8 he placed his index finger on the knife blade and his three remaining fingers on the knife handle 14 2 2 10 10 this delightful tale humorously makes the point that the greatest risk in life may be in not taking one 8 2 2 12 12 the boost voltage is derived from a separate , external low voltage source so as to meet the ( vboost vsw ) voltage requirement 13 11 11 14 14 yet he afterwards fell away and became the head of a sect of vile heretics , of gross practices , called from his name the sect of the nicolaitans , rev ii 6 , and 15 18 1 1 6 6 the infant was born in a condition of shock and died in ten minutes 16 0 0 6 6 brickwork is masonry produced by a bricklayer , using bricks and mortar to build up brick structures such as walls 15 1 1 7 8 this point has been discussed in several legal battles over the years 0 1 1 6 6 a shortage of folate cause megaloblastic anemia , where red blood cells are large and pale 16 6 6 8 8 it was an artificial and unworkable creation of intellectuals supported by the great powers 6 6 6 12 12 in past 10 years , web technologies have been arriving into the enterprise 8 10 10 14 14 once we had 6 hour delay because they deiced our plane too far from runway , so each time we got to the runway our plane had iced up again 18 12 12 15 15 there are drain openings on both sides of the street in the curbs of the sidewalks 0 3 3 12 12 rains and melting snow lead to genesee county ' s biggest sewage spill of the year 13 19 19 22 22 sometimes their way led them under the shade of an overhanging bank or through the thin obscurity of a clump of leafless trees 3 1 1 6 6 the wind pried with its stiff fingers at the very foundations 0 2 2 7 7 a stereo buss outputs the stereo buss signal a record buss outputs the record buss signal 3 3 3 4 4 he released the brake cable by detaching the retaining clip from the cable housing 2 1 1 4 4 the rudders in dinghy boats are either fixed or have a lifting blade 1 7 7 11 11 marital breakdown is often attributed to unresolved grief from infertility , miscarriage , and the loss of a child 18 5 5 8 9 a highway shield is a sign denoting the route number of a highway , usually in the form of a symbolic shape with the route number 13 8 8 11 11 i have enjoyed my interaction with the 2004 cohort of gutenberg authors , and learned much from the books that have appeared in the series as a whole 17 1 1 10 10 the parties resolved the suit through a 3 year consent decree providing a total of 225000 to charging party and two other female claimants 0 5 5 8 8 in addition , a brief biography establishing her credentials was included at the end of the report 2 6 6 9 9 leave the comfort food on the shelves in the supermarket , buy extra fruit and veg , that way you gorge on healthy stuff , it does work trust me , i do it often 3 6 6 12 12 iraq reiterated on friday that its dossier provided a full and honest account of its weapons programs 13 1 1 4 4 a pod of ringed seals burst out of the water , then dove , leaving in their place a piece of green ice shaped like a harpoon 13 18 18 22 22 sean patrick flannery and rod taylor star in this horrific tale of a small town overrun by a conspiracy of flesh eating ravens 6 3 3 10 10 four deployed holloman airmen ran into their former holloman command chief recently 18 1 1 10 10 the defendants took advantage of astor ' s diminished mental capacity to carry them out 11 8 8 12 12 the babble was adjusted three times by the participant , using an attenuator with a continuously variable unmarked knob 14 1 1 4 4 the panel considers the impact of the exhibition 14 5 5 11 11 at the heart of the discussion was the financial and artistic crisis that photojournalism is currently going through 18 1 1 7 7 the man has journeyed into deeper level studies with sound masters 4 1 1 5 5 the painting was in a crate from which it had not been unpacked since its return from an exhibition in oklahoma city a year ago 17 9 9 17 17 we think that ' s a case where the builder has targeted the market with the right product and has priced it well 1 26 26 30 30 in addition , soil and river systems have been contaminated by the harsh chemicals used in cocaine production and the air has been polluted by the smoke caused by the burning of jungle and forest for coca bush cultivation 8 2 2 6 6 the earliest writing is from 5000 years ago and helps us understand some of the changes 18 3 3 4 4 he bought a gold bracelet for 200 4 1 1 9 10 the note was tucked inside a quart size plastic ziplock bag 18 5 5 6 6 most people buy pre made candle wicks when making homemade candles 5 1 1 14 14 cylindrical defects in the trochanter area of 18 rabbit femora were filled with bg granules 16 9 9 24 24 this panel once decorated the cover of a gospel book ( now in the hessisches landesmuseum , darmstadt ) written and illuminated by a scribe named liuthard 18 1 1 12 12 the removal duplicate songs is done with the user friendly start up wizard 1 1 1 5 6 the recession caused by the stock bubble was relatively mild , but so was the recovery 4 1 1 7 7 the oil was contained in a massive tank in the basement storage room 4 4 4 7 7 in philosophy , the brain in a vat is an element used in a variety of thought experiments intended to draw out certain features of our ideas of knowledge 11 1 1 8 8 my mother bakes the puddings in a lidded dish which results in no skin and little caramelisation 6 0 0 6 6 citizenship was finally awarded to the immigrant 14 7 7 11 11 show 1 in the series is a documentary detailing the first stages of the celebrity students ' conductor training as they enter into a week long ` baton camp ' 18 20 20 23 23 i thought sometimes i saw the flash of distant spires , the sunny gleam of upland pastures , the soft undulation of purple hills 6 3 3 14 14 three poor seal pups rescued from the yorkshire coast were released back into the wild at seal sands on teesside 5 6 6 11 11 science and faith collide when a bottle full of flowing green goo is determined to not be dormitory food , but something altogether more sinister 1 5 5 11 11 in the senate , the sizzle comes from an issue ad bill from dem sen jon erpenbach 2 11 11 15 15 as you see , it very easily pulls away and the strings of the spaghetti squash come out relatively easy here 2 4 4 7 7 air circulates through the arm of the machine , creating a gentle vacuum that can attract a page and guide it from the right side of the book to the left 8 1 1 9 9 the evidence comes from nasa ' s mars reconnaissance orbiter which spied a series of depressions linked by what look like drainage channels 2 4 4 7 7 to that end the rig of the ship and the style of operation have the simplicity 1 11 11 15 15 cali , colombia , for their series of articles on the emergency caused by a landslide on the highway leading to the coast 1 2 2 6 6 the financial losses caused by the earthquake were estimated at 7 million 6 1 1 7 7 the tiger is moving into a new territory 6 3 3 9 9 the government research grant was given to a top school to boost its research activities 15 1 1 9 9 the position of the oecd has been criticized in literature 0 3 3 4 4 the december 26th tsunami disaster is an example of a tsunami which was triggered by an earthquake 0 1 1 5 5 the violence resulted in the death of police capo filippo raciti , which caused widespread soul searching and a week long suspension of italian football 13 4 4 6 6 there ' s a crowd of reasons we get the flu in winter 6 1 1 5 5 a train ran into a cattle on the railroad 11 1 1 4 4 the engineer ' s scale came into existence when machining parts required a greater precision than the usual , binary fractionalization of the inch 1 0 0 2 2 discomfort from braces is similar to that of working out at the gym the first few days you know you ' done something different , but then the body adapts and the discomfort disappears 1 2 2 6 6 because the fire was caused by fireworks , costs associated with suppressing the fire were also applied 17 0 0 3 3 workers build the comb from wax extruded from glands under their abdomen 10 4 4 10 10 these and many other stories are used by the new scientists in order to support their theory 6 12 12 22 22 after the source material and substrates were arranged , the small quartz tube was placed inside the 50 cm long horizontal tube furnace 13 14 14 17 17 but largely they were of the rose kind , and , in the bloomy ring of wedded dames , sighed to in canzons , ' fair friends of knight and poet , but saw themselves a little further on 1 11 11 16 16 the titan heats the dermis to cause collagen contraction while ensuring preservation the epidermis through continuous cooling 3 2 2 3 3 ancient roman sewer grate made out of lime sandstone , 1st century ad , excavated at vindobona 9 7 7 11 11 there have been various stories about the origin of the chinese script , with nearly all ancient writers attributing it to a man named cangjie 1 2 2 7 7 the spiral light was caused by the missile 0 21 21 25 25 one of these papers which was published in the journal climate research turned out to be so badly flawed that the scandal resulted in the resignation of the editor in chief 6 6 6 11 11 the manager has added background text watermarks into the existing pdf file 14 5 5 16 16 in the course of the discussion it was pointed out that middle class and lower class people in the united states also seem to react differently to work 16 3 3 6 6 it is a scrawl by an artist to portray that which can not be portrayed even on a canvas as big and large as the heavens 11 3 3 6 6 many of the passengers took the shuttle to town and turned around in ten minutes retreating back to the comfort of the air conditioned ship 12 1 1 4 4 another deputy from coalition party resigns in turkey 1 0 1 6 6 bed sores ( also known as pressure sores , decubitus ulcers or pressure ulcers ) are caused by pressure , which cuts off blood flow to parts of the body 11 7 7 14 14 the underdog prize is awarded to the driver who wins the race with a car in the lowest pi of the field 14 4 4 11 12 the aim of this section is a brief review of the clinical aspects of itp in pregnancy 17 1 1 4 4 a farmer erected the disguise in 2000 out of hundreds of 8ftx4ft bales of straw and covered the top with blue tarpaulin 13 12 12 14 14 when i was growing up in washington , my grandmother fed a nursery of raccoons every night 6 1 1 5 5 the fat migrated into enrobing chocolate 0 1 1 3 3 the presentation generated debate and there was general discussion on how journalists can better equip themselves to handle the challenges 2 10 10 2 2 drawing my bow across the string sometimes results in the stick of the bow bouncing up and down 9 9 9 10 10 rich in high quality protein and other nutrients , soy flour also adds a pleasant texture and flavor to a variety of products 17 2 2 5 5 a custom clothier makes custom garments one at a time , to order 2 7 7 10 10 uncooked steak is placed on the top shelf of the refrigerator and uncovered roast chicken on the bottom shelf 13 28 28 0 0 hedgehogs annoy only their political opposition , while foxes annoy across the political spectrum , in part because the smartest foxes cherry pick idea fragments from the whole array of hedgehogs 13 5 5 8 8 the plot here involves a cache of stolen jewels and gold bars , which were confiscated at the end of world war ii 11 0 0 2 2 dentists use sedation in order to provide an anxiety free dental experience 0 6 6 10 10 on my backpacking trip , the insoles caused a hot spot on the left side of my right heel and a blister on the right side of my left heel 6 1 1 6 6 the chip was implanted into the pet 4 1 1 10 11 the weapon was hidden in what appears to be a mobile phone 18 5 5 8 9 the code applies to all sponsorship related to corporate image , brands , products , services activities or events of any kind 8 2 2 8 8 the following excerpt was a part of the article some say it feels like a scene from a norman rockwell painting as families gather in front of the picturesque performing arts center 0 0 0 5 5 cities produce surprisingly low carbon emissions per capita 18 3 3 8 8 a tiny serbian village has put up a statue in honor of its adopted patron sylvester stallone ' s rocky 5 3 3 6 6 i found a bottle with 5 fentermine in it yesterday 18 1 1 7 7 cayenne pepper is a miracle cure for ulcers and so many other conditions , plus aids assimilation of nutrients and vitamins 10 1 1 4 4 the stethoscope lets the doctor hear your heartbeat and the way your lungs sound 6 2 3 8 8 the cold temperature waves are flowing into the desert 8 2 2 5 5 when the soul left the body , it was at the first moment quite unclothed , as at birth 4 4 4 8 8 a small supply of butter was in a jar that stood on the hearth , and the eggs were kept in a basket that hung on a peg nearby 14 5 5 10 10 the authentic looking , powerful film is concerned with the problems of trade unionism , corruption and racketeering 6 4 4 8 9 he slowly inserted the disk into the removable disk drive 2 1 1 4 4 the handgrip of the gun is standard plastic but with two rubber insets which make the unit feel very comfortable in your hand 6 1 1 9 9 the tourist was taking a trip into the amazing jungle of amazon 14 7 7 11 11 the newly elected president is making a speech addressing the latest threat to this countries economy and people 10 1 1 4 4 the software lets the teleworker closely associate his ip soft phone with other public switched telephone network ( pstn ) connections 1 3 3 8 8 excluding the current outbreaks caused by the h5n1 virus , only 24 outbreaks of highly pathogenic avian influenza have been recorded worldwide since 1959 11 1 1 14 14 the group tried assessment of vigilance through a brief pencil and paper letter cancellation task 18 14 14 18 18 tom reynold ' s brought his first barrel of flour from detour on a jumper drawn by an ox 1 0 0 2 2 alternators generate electricity by the same principle as dc generators 13 4 4 7 7 the site has a lounge of dedicated lizards who vote out anyone with whom they do not agree 2 24 24 27 27 a chinese food container set on top of something sticky was lifted up and tore , leaving a shred of cardboard glued to the shelf of the refrigerator 18 11 11 15 15 french style pate is in fact easier to make than my grandmother ' s chopped liver , which called for rendering chicken fat 8 12 12 18 18 silverwoods set up small distribution points through southern ontario where the packaged milk was delivered from the city dairy via large tractor trailers then it was reloaded on smaller route trucks that distributed it to the stores in a certain area surrounding the distribution depot 1 4 4 12 12 many of the 550 deaths are directly and intentionally caused by the physician but not reported as euthanasia because they lacked consent 2 12 12 15 15 the purpose of this is to slow or reduce decay in the stem of the tree or limb 2 4 4 7 7 he clicked the left key of the mouse in order to copy the chosen translation to the clipboard 13 7 7 9 9 the mighty chaos warships let down a hailstorm of gunships and drop pods , flooding the planet with vile and corrupted plague marines 2 4 4 7 7 he opened up the nostrils in the nose a bit to fit the left and right winglets into it 5 8 8 10 10 in japan i was able to bring a bottle with water in it through security on my way to singapore 12 7 7 8 8 at that time , it issued a card deck in the hopes of paving the way to regime change and , eventually , large scale war crimes proceedings 6 2 2 7 7 the paperback pamphlet was put inside a binder , as shown below 5 9 9 11 11 although the guards searched his car and opened a suitcase with tracts in it they did not notice the illegal materials 18 9 9 13 13 john chaney is found home on the range herding cattle on his clarksburg farm 6 10 10 13 13 the inhabitants send messages to each other by placing the message in a capsule and placing the capsule in a message tube 18 1 1 7 7 new plans are outlined for another wind farm in north devon of no more than four turbines 18 1 1 4 4 two universities entered in collaboration focusing on development of plant biotechnology 17 5 5 10 10 using her tail , the female digs a trough shaped nest , called a redd ( scandinavian word for nest ) , in the gravel of the stream bed 2 11 11 4 4 the handle of the bow is made of wood and the strings of the bow are actually horsehair from horses ' tails 3 1 1 5 5 this recogniser works with a vocabulary of up to several hundred words 2 2 2 5 5 the inner strands of the mop are twisted very little , while the outer strands have farther to go and thus receive more of the torque , or twisting force 18 2 2 15 15 a cafe owner thought up an unlikely beverage that has created a ` miracle ' cure 6 2 2 7 7 we inserted marks into the heap profiling output programmatically 18 1 1 4 5 the actress went into cardiac arrest 18 2 2 6 6 the boat rides leave from the harbor at avoch , chugging out into the firth in search of bottle nose dolphins 13 2 2 5 5 but a confederacy of different republics has , in many instances , existed and flourished for a long time together 13 9 9 11 12 he fumbled at his shirt and pulled out a wad of bank notes tied with a string 6 2 2 8 8 new western customs moved into the traditional asian culture 17 5 5 8 8 besieged by questions , the girl started a blog to defend herself , and to capitalize on her newfound fame 4 1 1 5 5 the stamp was inside a box for a double pack 13 4 4 6 6 he had a huge zoo of animals , savage beasts from the far parts of the world , but that was n ' t enough for him 13 3 3 6 6 starring an unforgettable husk of lively hares , the volume is set to nurture the positive presence of loved ones , powerful players in the development of emotive resilience and for the living of dreams 3 7 7 9 10 god , i ' m glad that car had seat belts 10 1 1 7 7 the pliers belong to john ' s electrician 18 2 2 11 11 this readable book is the product of darwin ' s amazing journey aboard the beagle 16 22 22 27 27 it should also train all public officials and civil servants to refrain from discriminating against this group , according to a new report by the european affairs committee 6 2 2 6 6 the illicit guns flow into this country through mexican gangs 3 2 2 7 8 the control layout in the cabin comprises computer displays , traditional control panels and two joysticks for con trolling the crane arm 14 4 4 9 9 the remainder of this report had relation to the payment of the loan from the bank 13 9 9 12 12 the bm purchased from stevens in december 1861 a parcel of 116 birds from various localities including mysol 13 1 1 3 4 a string of pack ponies trotted through the pines behind them 12 18 18 21 21 he scored 10 out of 14 , performed below his rating at 2474 , but still was the striker of the team 13 9 9 11 11 just like in oyo state , obasanjo sired a clique of renegades , who believe that the state treasury is their birthright 17 1 1 3 3 a factory for cars and spareparts was built in russia 6 2 2 8 8 the new software is shipped to the major distributors 13 12 12 14 14 after an hour after lunch break , kenny and randy spotted a herd of boars in a common feeding area 18 8 8 13 13 he puts a driver bit that fits the screw in the drill press chuck 8 15 15 19 19 there was be just sufficient time for him to go there and return before the boat had left the shore 11 13 13 24 24 love did n ' t find success initially as he bounced from one therapist to another , but eventually found a therapist with a program that worked for him 18 1 1 7 7 the defendant was acting from his own computer in london 14 2 2 10 10 the local newspaper keeps new brighton residents informed on various events in the city 11 2 2 9 9 the combined beam forms a picture using a light valve 16 1 1 6 6 the music was composed by a musician who was not known outside his village 1 0 0 3 3 smoke from wood fires in tutbury castle in nottingham was considered unendurable by eleanor of aquitaine , wife of henry ii , causing her to move out in 1157 6 1 1 6 6 those aliens travel to the deep space in seconds 11 1 1 16 16 the user is cooling a processor with a power usage of 35w , using a conventional heatsink 1 1 1 6 6 the increase is caused by the absorption of uv radiation by the oxygen and ozone 4 8 8 12 12 the tray is also used to hold the cutlery in a kitchen drawer 18 4 5 7 7 the court sent the drug addict into hibernation 13 2 2 4 4 another small devision of archers was sent towards gots to inforse united army 2 4 4 8 8 the group made the cover of rolling stone magazine on march 29 , 1973 , 3 months after this was released 8 4 4 9 9 they show that substantial intelligence was gained from pocket litter ( materials found on detainees when they were captured ) 17 9 9 19 19 on wednesday high speed two , a government backed company of engineers and experts who have drawn up the proposals , gave their report to adonis 6 8 8 15 15 to pass the time , he put a penny into two different coin operated weight machines and got readings of 106 pounds and 200 pounds 14 1 1 6 6 their texts made reference to ancient civilisation like atlantis 1 6 6 8 8 take medicine to reduce sneezing and coughing from allergies 4 5 5 9 9 we had breakfast and the chai was in a glass which i found a little strange 6 2 2 9 9 multi keypad devices are added into upcoming at t phones 4 3 3 7 7 many of the ingredients in a gourmet basket are vaguely familiar , but they have been taken to the ultimate level in luxury 3 1 1 7 7 a device consisting of fixed and moving parts that modifies mechanical energy and transmits it in a more useful form 14 4 4 8 8 as discussed in the literature , several experimental problems have not been solved 2 2 2 6 6 the safety valve of the first tank was actuated after 16 min and 27 s , while the safety valve of the second tank was actuated after 16 min and 53 s 11 0 0 4 4 authors use a radiobuttongroup control for this purpose 6 0 0 9 9 doses of smallpox vaccine have been shipped to 35 states 4 0 0 3 3 ferrets in a sack show more politesse 8 8 8 11 11 in this slideshow , images and quotes by artists from past seasons of art 21 are juxtaposed to create a portrait of architecture in contemporary art 6 1 1 7 7 the urine was drained into the urine bag 18 9 9 11 11 showing interest in something is a large step towards happiness after depression 4 2 2 2 2 the green suitcase was inside a larger tan suitcase , which also contained a set of baby rosary beads , a religious picture , a picture of a 5 year old girl and a card that read birthday prayer 18 4 4 11 11 by now , my friends are familiar with my almost english obsession with toast 17 1 1 6 6 two plants were producing cold smoked salmon , the third plant was producing semi preserved herring and the fourth plant was producing caviar 18 1 1 6 6 the charges originated in an attempted blackmail against moti , a constitutional lawyer and australian citizen , in vanuatu in 1997 98 3 4 4 18 18 the beatles ' 1967 album sgt pepper ' s lonely hearts club band has a widely recognized album cover which depicts several dozen celebrities and other images 6 0 0 8 8 audiences are dragged into troi ' s counseling sessions 2 5 5 8 8 the fins extend beyond the hull of the vessel below the waterline , and alter their angle of attack depending upon heel angle of the vessel 6 1 1 7 7 the passenger was placed into a small room before being transported to harborview medical center for treatment 4 7 7 12 12 they went to the mall where my wallet was locked in a safe that very few people knew how to open , but they persevered 2 16 16 25 25 the fragment that first caught the eye of stais was one of the corroded , inscribed plates that is an integral part of the antikythera mechanism , as the device later came to be called 11 8 8 11 11 the index finger was placed inside a normal outfielder ' s glove , but it seemed placed at an angle where it has a difficult time assisting in the closing of the glove around the ball 10 1 1 5 5 the electricity used for distillery operations has been estimated at 12 9 kwh cane , with a best available technology rate of 9 6 kwh cane 6 6 6 14 14 researchers placed the compound in a tube , which then was put inside a magnet 1 7 7 16 16 generally it appears that most of the damage was caused by the winds and the rough seas 18 0 0 16 17 radiology is the branch or specialty of medicine that deals with the study and application of imaging technology 1 15 15 20 20 world practices have shown that often local authorities are quicker to respond to the natural disasters caused by the climate change 16 11 11 15 15 earthly powers is a meta novel , then , an unexpected masterpiece by a mediocre novelist 4 7 7 11 11 this is usually accomplished by placing the ball in a wire basket or container that substantially conforms to the shape of the ball 18 12 12 15 15 there are four locations of this restaurant , owned by the buckley company of dublin butchers 13 2 2 7 7 the lower house was composed of elected representatives 9 13 13 14 14 therefore , a different method is used , involving a condom , some strawberry syrup , and a piece of 1 aluminium plating ( not as kinky as it sounds ) 1 17 17 21 21 the funds raised through this appeal have a direct impact on the people affected by the severe devastations caused by the storms 16 2 2 9 9 the popcorn truck was improvised by an armenian cabinet maker who came here in 1914 to escape turkish massacres 13 6 6 9 9 every morning night we have a psittacosis of green parrots doing a couple of loops around our house 16 1 1 6 6 the book by the death march survivor constitutes the basis of the case 18 1 1 5 5 the harness was in a chest 8 1 1 5 5 the drug release from the microcapsules was diffusion controlled 17 3 3 7 7 the r b singer has issued a statement expressing remorse ` over what transpired ' and saying he is seeking counselling 18 11 11 14 14 as the group ventures deeper into the forest , the eerie realm unleashes its spirits unto the intruders , killing them one by one 12 1 1 4 5 the chairman of the political party or the independent candidate entitled to representatives , as appropriate , must provide a notice of authorization 17 5 5 13 13 whenever we try a new butcher we always buy the butcher ' s sausage first 2 5 5 8 8 this was demonstrated for a servomotor driven robot arm using a computer simulation 18 1 1 4 4 preventing stream and riverbank erosion is one of the main focuses in riparian protection and restoration 16 1 1 8 8 the film ' s star , writer and director , tommy wiseau , has claimed it to be a black comedy , but other actors involved in the production believe it was supposed to be a melodramatic romance 14 2 2 5 6 his graduation thesis supplied valuable background information on the subject of the duel 15 1 1 11 11 his career was most recently summarised in john bray ' s biography of gallienus 14 1 1 5 6 its collections illustrate admirably the natural history , archeology and art of southern india 1 0 0 9 9 outbreaks caused by the oral vaccine ' s live virus have happened before 2 3 3 4 4 he took a ring folder , and a pad of paper suitably punched to fit the ring folder 11 6 6 10 10 in tele operation , a human operator manipulates a control stick to generate a command signal so that a robot performs a specified task 3 9 9 10 10 the site contained photos of female celebrities exposing their belly buttons 13 15 15 18 18 despite being a fan of 1860 munich , he ended up playing for the youth squad of their rivals , bayern munich , in 1959 15 0 0 11 11 results from this testing were presented in a previous technical progress report for this project 14 1 1 7 7 the programs explored britain ' s favorite games across a century of childhood 8 4 4 12 12 on sunday afternoon , passengers on the united flight were leaving the airport after being taken to a room there for about three hours 1 1 1 10 10 the compromise resolved the crisis through a series of secret negotiations involving republican and democratic politicians and various interest groups 18 0 0 4 4 men work inside a caisson while excavating for bridge foundations 9 6 6 12 12 in other words , when the teacher is the source of the information , the learning path tends to be teacher to learner 13 23 23 25 25 several merry answers were made to my question , which entertained us ' till bed time , and filled my mind with a huddle of ideas 5 11 11 14 14 a passenger was taken into custody after trying to bring a suitcase full of cocaine onto a plane at philadelphia international airport 8 1 1 6 6 a man who absconded from a hospital in abergavenny has been found by police 6 5 5 11 11 unlike our expectation , this religion is spreading faster into the country 14 1 1 3 3 this book approaches painting in a traditional manner with an extreme sensitivity to light and texture 8 4 4 10 10 an initial phase 1 packet arrived from an unrecognized peer gateway 6 11 11 14 14 after wrapping him in a light blanket , they placed the infant in the cradle his father had carved for him 11 1 1 4 4 the nurse wields the scalpel 6 0 0 5 5 mosquitoes are spreading into new places , bringing malaria and dengue fever with them 17 5 5 9 9 beginning in 1939 , the factory ' s passenger cars were sold under the moskvitch ( muscovite ) brand 5 1 1 5 5 the bathtub was full of books , and extra space became paramount 14 4 4 9 9 zhao guoxiang in his speech pointed out that this competition is an important measure for the cultivation of academic atmosphere 4 8 8 22 22 the fine powder was loaded into a rubber bag of 3 diameter and the bag was contained in a stainless or plastic sheath 3 6 6 9 9 this absorbency is important in a candle because the wick needs to absorb liquid wax and move it upward while the candle is burning 6 2 2 8 8 the light combustibles are dropped in to a bunker as the combustible fuel for use in the steam boiler for generation of steam 4 5 5 11 11 an aborted 7 month old fetus was found in a gift box under a christmas tree 18 2 2 6 6 frequently the author departs from an explanation of what has transpired and the facts and forces pertaining to the action 9 4 4 10 10 in this constitution the people was the source of all powers , but it exercised none 2 12 12 15 15 the predominant mixing action is to shear the mixing compound between the rotors of the mixer , and the distance between the rotors is less than the rotor diameter 18 1 1 8 8 the band performs with a high level of musicality , energy and spirit while combining sensitive group interplay with dynamic solo improvisations 4 1 2 7 9 the glass bottle was contained in a wire mesh basket in case of explosion 10 1 1 11 11 the installation powered a 100 horsepower ( 75 kw ) synchronous motor at telluride 13 20 20 23 23 merolchazzar , the high priest , muttered something about the anger of the gods at the toleration shown to a sect of impious heretics who ate pigeons broiled , whereas , said he , our religion commands us to eat them roasted 18 1 1 4 4 the process builds many features into the product that translate into benefits for you 11 2 2 10 11 a shirtless farmer toils to plow the soil with a hand cultivator while his wife quietly follows with seeds for the freshly turned earth 14 2 2 6 6 the latter course explained the biological phenomena in a mathematical way 3 1 1 11 11 the flat has a fully equipped kitchen , bbq , two bathrooms , internet , sky and an indoor pool 12 0 0 4 4 fish gather in a shoal , a shallow place in a river or lake 18 6 6 11 11 where a worker works in a factory for more than nine hours in any day or for more than forty eight hours in any week , he shall be entitled to wages at the rate of twice his ordinary rate of wages 13 12 12 14 14 they raided a house behind mustapha ' s residence and seized a cache of arms , weapons and explosives 18 1 1 6 6 the work is rooted in an effort to demonstrate commonality between the arts by focusing on classical rhetoric as the main discursive agency 8 9 9 14 14 republican senators hammered white house science officials about the emails leaked from prominent climate scientists two weeks ago 18 5 5 13 13 thermocerin is a powerful fat burner that works with a combination of natural herbs such as white and green tea , capsaicin , and caffeine 18 4 4 5 5 peter wayner , a technology writer , struggles with how to respond to the widespread piracy of his books online 2 2 2 5 5 even the hinges of the refrigerator are hidden to provide a clean edged look 1 19 19 34 34 so solar thermal power generation works essentially the same as generation from fossil fuels except that instead of using steam produced from the combustion of fossil fuels , the steam is produced by the heat collected from sunlight 13 4 4 7 7 since we see an array of spectral colors , it led him to the conclusion that color is a perceptual experience that depends on the wavelength of the light 18 2 2 6 6 but the problem requires a broader solution one that is consistent with the new u s commitment to cross border cooperation 18 4 4 10 10 the size of the assemblies grows from the byssus substrate interface to the transition layer 6 3 3 5 6 virgin spaceship takes visitors into suborbital space 13 9 9 11 11 david and i have the same vision for our kennel of dogs and share the same philosophy in what we want our labradors to represent 13 18 18 21 21 the street outside the side entrance was decked , however , with three limousines double parked and a squad of motorcycle policemen stood at the door 9 3 3 4 4 the production of rice spirits in south china , such as the well known guiling shanhua spirit , kept using the same method described above until the first half of this century 11 1 1 6 6 the software creates pictures using random algorithms , and prints them in sections on multiple pages which can be trimmed and assembled to fashion large posters 0 0 1 10 10 autonomic imbalance is one of the multifactorial causes of essential hypertension currently 11 14 14 23 23 sitting on wooden benches , in strong , concealed positions , the enemy machine gunners tore the platoon to shreds with their murderous weapons 17 10 10 13 13 toda has established himself as the world ' s foremost folder of paper planes 14 1 1 4 4 the exhibition explores the ideas and beliefs of people in the middle ages 18 1 1 9 9 narrative identity takes part in the story ' s movement , in the dialectic between order and disorder 14 4 4 8 8 again you make professional judgements regarding their relative value 2 11 11 14 14 some nails are more difficult to remove than others from the shank of the shoe 3 4 4 5 5 he kept collecting those book titles , and sent them to me for our next reading list 14 2 2 7 7 the following discussion centered mainly around the issue of photographing children 13 12 12 15 15 it was the only living thing in sight except for a stationary cloud of hysterical gnats suspended in the heat above the road 1 10 10 13 13 as i move closer to the kitchen , the steady hum of the refrigerator grows stronger 12 10 10 13 13 he changed perspective cricketers view , on role of wicket keeper in the team 16 14 14 19 19 i have long been an ardent admirer , user , and buyer of the knitwear produced by this excellent company based in the small borders town of hawick 8 12 12 19 19 to strengthen , if needed , maybe some sinister reference to the pea having got out from under the mattress 18 2 2 9 9 the real output per capita is running into inherent barriers 0 1 1 10 10 fatty acid and phospholipid chlorohydrins cause cell stress and endothelial adhesion 6 1 1 9 9 nuclear material of trypanosoma brucei is imported into the mitochondria 6 5 5 8 8 lately , even women inject steroids into their muscles 18 11 11 16 16 the earth was the center of the universe , and the sky was enclosed in a dome 6 3 3 7 8 the enemy combatant case has moved into civilian courts 14 3 3 6 6 it is the story of a teenager who finds himself floating on a raft down the mississippi river with an escaping slave 14 5 5 9 9 they are a collection of standards defining the allowed formats of compact discs 13 5 5 9 9 strora enso has a wide range of white envelope papers developed for excellent runnability and printability 8 4 4 9 9 the origin of a cancer is from a single cell 13 3 3 6 6 i had a nest of garter snakes in the crack between the sidewalk and foundation last year 14 3 3 5 5 the old geological theory explained mountains as wrinkles made by the earth shrinking as it cools down 3 1 1 4 4 our cutter has a staysail on a furler 4 1 2 6 6 my mint julep was in a glass i still own 6 8 8 11 11 the contaminated buildings that were buried have leaked radiation into the soil 11 3 3 6 6 another shows a worker with a cigarette dangling from his mouth , a lunch box popping out from under a well muscled arm 5 14 14 17 19 when leaving on the walk , our guide gave one of our group a bottle with twenty re hydration tablets in it 6 4 4 8 8 he accidentally dropped the file into the wrong folder 0 2 2 6 6 the new cigarettes cause headaches and nausea and contain dangerous chemicals 12 4 4 5 5 the method examines the hypothesis stack of the decoder during recognition and picks the most likely terms before they are pruned 18 8 8 10 10 bangladesh has urged india to do away with visas for travel between the two neighbors to boost trade 11 2 2 8 8 a canadian doctor cured me with only a massage 8 6 6 11 11 this past september , the convicted burglar escaped from an open prison 18 12 12 13 13 i made sure that the end could still slide freely over the dowel rod 6 3 3 6 6 he put a gallon into his cart and walked back to the front of the store 13 4 4 8 8 they were a loose confederacy of various arab lineages who were forged together in the eighteenth century by a common way of life and amalgamated in the twentieth century under their famous shaykh ( sir ) ` ali al tom ( 1874 1937 ) 14 1 1 5 5 local legend tells of a man unjustly hanged and a grave where no grass will grow 15 5 5 12 12 it was noted that this policy had been considered at the last meeting of the policy and procedure review 12 0 0 6 7 billionaires make up india ' s rich list 3 2 2 6 6 an air freshener is constructed from parts to make a model of an object from everyday life , e g an airplane , insect , or bird 2 18 18 21 21 as the driver passed venne , one of the hooks caught the cyclist , dragging him under the wheels of the truck 6 4 4 7 7 people used to throw coins into this fountain 11 1 1 3 3 the military uses sandbags for field fortifications , or as a temporary measure to protect civilian structures 6 1 1 7 7 the prophet was put into a vaulted cell in a dungeon , where he remained a long time 2 12 12 15 15 peg bags are the medium sized bags that hang in the candy isle of the store 0 5 5 8 8 on the hour , the clock plays a melody with motion 18 4 4 5 5 for example , a technology manufacturer undertook a seven year , 200 million human resources outsourcing effort 1 2 2 9 9 nurses ' militancy stemmed from two different kinds of experiences 4 7 8 13 14 an i button is a globally unique computer chip enclosed in a 16mm steel case 11 5 5 12 12 four hours earlier , the electrician injured his eye with the blunt end of a screwdriver 4 6 6 10 10 he was shocked to find the mixes were in a box in his garage that was in mortal danger because rats had used it for nesting 18 1 1 6 6 this publication is supported by a grant from merck 3 3 3 6 6 a simple dc motor has a coil of wire that can rotate in a magnetic field 13 8 8 11 11 the human psyche is seen to be a confederation of various aspects ( e g , cognition , affection , conation ) 2 8 8 11 11 nails grow out of deep folds in the skin of the fingers and toes 8 1 1 12 12 the plane took off westbound from the small airport ' s southernmost runway shortly before 6 p m 1 1 1 4 4 the pollution from animal factories is also destroying parts of the world ' s oceans 13 9 9 12 12 it is a shady retreat , close to a chain of shallow ponds near the lake shore 18 9 9 13 13 but o ' brien was proud of how his team finished a difficult season 6 1 1 6 6 the aircraft is landing into the sea 3 8 8 12 12 as a result of this consolidation , the area comprised of these villages is now called kalbach , but each village still has its own identity on a map 18 1 1 13 14 the achievements of michael phelps in the pool proved to be a major talking point for the riders 18 2 2 5 5 a remarkable combination of favourable circumstances saw the technology progress from the innovation phase its trial in prototype form through to adoption and widespread use , in only a few years 1 17 17 22 22 the nnt and nnh are useful indices to describe the trade off between the benefit and the harm produced by a new treatment 3 4 4 6 6 however , there are fish with lungs and fish without swim bladders 14 2 2 7 7 the eleventh chapter is devoted entirely to architecture 1 0 0 4 4 acne is caused by clogging of sebaceous ( oil producing ) glands on the skin 13 2 2 5 5 once the list of relevant patents appears , clicking on the patent number brings up the entire patent 8 13 13 18 18 in one of cinema ' s earliest and most famous screenings , the crowd ran away from the theater after an approaching train appeared 11 9 9 16 16 they infiltrated here and there , provoking the russian military to liberate region after region with bombs and artillery 15 1 1 11 11 electroconvulsive therapy has been depicted in several fictional and semi fictional films , books , and songs 2 1 1 4 4 the muscularis of the stomach is thicker than that elsewhere 3 6 6 12 12 cordgo has developed a nifty little headphone winder to prevent your headphone cords from tangling as you as you move about during the day 13 16 16 19 19 of course the proble is christmas just passed so i ' ve got a brand new pile of unread books to contend with 18 7 7 10 10 this ordinance was a result of the bond of profit agents getting angry over the recent expansion of the broward county pretrial program 13 3 3 15 15 the current swiss confederation was created in 1802 as a confederation of various multi ethnic cantons , which all have their own characteristics 3 1 1 4 4 the table summarises the results for the remaining 567 women 0 11 11 14 14 no water enters the inside of the dishwasher , and the motor makes a sound as if under strain 18 9 9 15 15 the vessel went down in a typhoon and the man was discovered inside a cork buffer used to prevent damage to the ship during docking 14 4 4 8 8 the approved fireworks exhibition rules involve stricter display guidelines 8 1 1 4 4 my evidence from two weeks ago proves the situation has changed from the time of their evidence 14 2 2 10 10 this comprehensive book discusses both the human and the natural history of the islands of california 2 21 21 24 24 metals , on the other hand , reflect these radio waves , a characteristic very cleverly put to use in the walls of the microwave such that no waves escape 2 1 1 4 4 the spring of the gravimeter must extend some more to accommodate the larger weight 18 8 8 11 11 walking trails , fire pit and a tree fort in the woods have encouraged him to spend time outside 6 4 4 8 8 the scientists placed the substance in a tiny capsule which gets channelled into cancer cells , and is then unpacked with a laser impulse 13 13 13 16 16 jackson was n ' t to be outdone and was rewarded with a leap of three leopards , which he watched with his guests for an amazing five hours 8 2 2 6 6 meanwhile the appellant had left the house 6 1 1 6 6 these people have journeyed into a mountain that is over 2 , 000 m high 18 5 5 10 10 a cutting tool of the sort used for deep hole drilling has a cutting head mounted on a shank 16 16 16 21 21 the invisible hand , also known as the invisible hand of the market , is a metaphor first coined by the economist in the theory of moral sentiments 5 4 5 8 8 i have a large garbage bag full of clothes for a teen or preteen girl 16 1 1 9 9 these lines from the pen of a nineteenth century poet rupchand pakshi describe the city of calcutta as a city of machines 13 7 7 9 9 it seems really nasty to have an army of caterpillars infest a fruit tree 1 1 1 8 8 the fluctuations are caused by state and federal taxes , distance from refineries to filling stations and environmental laws 16 9 9 13 13 i just got in the mail a newly published book by an old friend of mine , gordon goldstein 6 1 1 8 8 the balances were imported into the small business accounting correctly 6 3 3 9 9 an unofficial technical information has been leaked to the public 1 0 0 5 5 rabies is caused by a virus that is usually contracted through the saliva of an infected animal 5 1 1 8 8 the hamper was full of high quality sweet biscuits , chocolates , cakes and puddings , shortbread , pickles , teas and wine 17 8 8 17 17 jillian palmer came from a comfortably off portsmouth family , who manufactured the renowned range of victory brushes 1 1 1 7 7 an accident has been caused by the fog 2 31 31 34 34 as was standard practice at the museum on that day of the week , only maintenance workers , cleaning staff , curators , and a few other employees roamed the cavernous halls of the building that was once the home of france ' s kings but for centuries had been devoted to housing the nation ' s art treasures 0 1 1 5 5 the injury resulted in numerous operations to save his eyesight 13 21 21 25 25 the drive starts out in the small community of copeland and on through a couple of small ponds , where a flight of double crested cormorants were gathered 6 5 5 8 8 the man dropped off the mail into the mailbox 5 10 10 13 13 i had a trash bag full of clothes and a suitcase full of beer 8 2 2 6 6 after the emperor had left the room , he turned to his attendants 8 1 1 6 6 the fountain was removed from that location and placed at seneca park along north tenth street some time later 18 3 3 9 9 this time the lobster was full of its superb flavor , which suffused even into the buttered corn 3 12 12 20 20 this was an exciting innovation for the packaging industry because the aluminum can was made with only two pieces a body and an end 18 1 1 4 4 the mistress fries the rashers in a small china fryingpan over the lamp , passing to each person the hot slices as they are done 18 4 4 7 7 in luxembourg , the majority of migrant workers are cross border workers who maintain their residence in neighbouring countries such as belgium , france and germany as a result , employers and public authorities recognize their diplomas rather easily 4 1 1 5 5 this crabmeat was in a can , but it was in the refrigerator case in the seafood section , not in the grocery aisle by the tuna 18 1 1 10 10 various studies have been conducted with regard to the above phenomena 16 8 8 9 9 as for the damaged republican brand , one message voters sent with mr mcdonnell ' s election is that they do n ' t want the gop to repeat its mistakes from the past decade 11 1 1 8 8 the buyer adjusted the gold dust with a spoon until the scale balanced 11 0 0 14 14 four of us stopped the cyanide train , with no money , but with candles , cups of tea and home made banners 2 9 9 12 12 he saw behind the scenes and all the showroom areas of the store 1 6 6 13 14 we address the longer term budget imbalance that has been caused by the tax cuts 1 9 9 13 13 in north america , about 58 percent of the wildfires are caused by humans 18 2 2 4 5 we put fairness into copyright use 6 5 5 11 11 shortly after injection , the poison is going into the blood vessels 18 4 4 7 7 data shows that public concern about the economy has moved into the top five issues facing the country 13 2 2 5 5 the communal den of garter snakes in manitoba is selected to study whether courting males make mistakes in selecting females 6 3 3 7 7 he stuffed the letter into the breast pocket of his suit and slipped the enclosed dvd into the player 18 1 1 6 6 the quota was extended from six weeks to 10 weeks in 2009 2 2 2 5 5 although the bore of the trumpet is mostly cylindrical , it is formed from a complex series of tapers , the smallest being at the mouthpiece receiver , and the largest being at the throat of the bell , before the flare for the bell begins 8 3 3 7 7 here are some pictures from a couple weeks ago when we had some ice 18 8 8 12 12 my cousins have some fun sliding down the steps in a laundry basket 8 1 1 10 10 a man holding a small toddler ran away from the beach as fast as he could , calling out tsunami ! 2 4 4 9 9 andre hartman touches the snout of the great white shark 18 3 3 9 9 volvo stores the information in a secure and protected environment for as long as they believe it will help the company understand how to serve its clients better 15 1 1 7 7 the case has been examined in several books 8 5 5 10 10 more recently they concluded the arsenic originated in iron oxide coatings of rocks lining the aquifer 14 1 1 8 8 the speech also devoted considerable time to foreign affairs 2 5 5 8 8 munitions were stored in the hold of the vessel 11 1 1 8 8 the surgeon performs a vasoepididymostomy using an operating microscope 18 5 5 8 8 details about how catholic church dioceses dealt with allegations of child abuse are to emerge within the coming weeks 16 1 1 4 4 every engine that the plant builds is hot tested 6 1 1 5 5 my brother has entered my room without knocking 13 5 5 9 9 over the years a sound stud of homogenous brood mares has developed 1 17 17 19 19 make sure the child takes lots of fluids in spite of the oral discomfort to prevent high fever from dehydration 11 2 2 12 12 the motor system scaled the object ' s dimensions by modulating the muscles 14 3 3 6 6 this splendid little book traces the history of the company from 3000 bc to the present day 13 19 19 22 22 the key to thirteen ' s return to form is having danny ocean ( clooney ) and his merry ratpack of expert thieves and con men reteam in las vegas , site of their original big score in eleven 18 11 11 13 13 the tafawa balewa square ( tbs ) in lagos hosted a galaxy of events with tourism and culture activities as center of attraction 14 1 1 9 9 this movie is a depiction of the last twelve hours in the life of jesus of nazareth , on the day of his crucifixion in jerusalem 2 14 14 17 17 the divers went down two weeks ago to look at the condition of the piles supporting the pier 16 13 13 17 17 inside , senior stylist favio alfano , 33 , wields custom made 1000 scissors made by a guy named shioji , a genius in wakayama 8 0 0 3 3 plane taxies from runway and stops on terminal roof 6 3 3 8 8 last night , wine was brought to the restaurant 13 6 6 9 9 in the meantime , an unlikely menage of payaya natives , franciscan padres , canary islanders and spanish soldiers struggle to bring the city together as winter approaches 2 17 17 20 20 landings are be provided at the top and the bottom of every flight include part of the floor of the building 3 1 1 9 9 a newspaper consists of just the same number of words whether there be any news in it or not 11 4 4 7 7 the picture shows a worker with a mallet and a scalpel in his hands , and having his trunk exposed 6 0 0 9 9 supernatant was removed into a 100 ml polypropylene centrifuge tube 0 5 5 8 8 a rare and incurable congenital disease which causes blindness has been successfully treated for the first time using gene therapy 0 18 18 22 22 as i pulled unit apart the small fan on top of light was caked with dust , the heat caused a little discoloration on the difusing lense 0 18 18 27 27 his work has led to new treatments for addicts , tests for drug intoxication and understanding of how heroin , other opiates and cocaine cause dependence and withdrawal 18 6 6 8 8 serious troubles have dragged the infamous actress into chaos 3 1 1 10 10 the mill carves the model from polyurethane with a cutting tool that moves based on coordinates from the image 18 11 11 13 13 the shakespeare authorship studies conference is the world ' s largest convocation of academicians and scholars to gather annually for the purpose of sharing new research on the life and works of the elizabethan era ' s premier poet , playwright and wordsmith 1 0 0 2 2 shrinkage from washing has always been considered a serious problem for cotton knitted fabrics 2 2 2 4 4 with its hoof the reindeer scrapes away the snow and discovers underneath the reindeer moss 17 19 19 31 31 last year cavendish had barely completed a move , 45 degrees across a road at 70km , before his fiancee , melissa , watching on tv , had completed a text message threatening him with divorce if he risked his life like that again 3 3 3 10 10 this air conditioning system contains refrigerant under pressure , rotating parts and electrical connections which may be dangerous and could cause serious injury 14 2 2 8 8 these 14 portraits give an introduction to successful women in the fields of politics , the economy , science , the church and new social movements 3 1 1 8 8 the machine processes the blood using a centrifugal pump , which separates the components of the blood and the plasma 13 16 16 18 18 the data provided powerful evidence that the unusual meteorite was the result of a long lasting rain of meteorites following the destruction of an asteroid 8 1 1 8 8 the water was distilled from an alkaline permanganate solution in an all pyrex still 13 11 11 13 13 often when people hunt for snipe , they come upon a fall of woodcocks , which are also game birds 1 11 11 19 19 this article goes some wat towards , identifying some of the conflicts arose from the previous and present agricultural development 12 6 7 10 10 luke played the crucial role of goal keeper in the team that defeated tournament favorites croatia 6 4 in the final match 2 25 25 28 28 air is forced through the instrument , coming from the bottom of the player ' s lungs and pushed all the way through to the bell of the trumpet 4 10 10 14 14 when he arrived at 1 p m , the poor animal was in a crate for five hours 1 1 1 7 7 the disruption caused by the latest christmas terrorist has added too much to the weary trip home 16 5 5 8 8 this is another great new wheeze from the people who got rid of news at ten in the first place ( and then ended up bringing it back ) 13 13 13 15 15 falconers send their dogs into the field to bark and cause the nearby covey of quail ( or partridges ) to take flight 14 6 6 9 9 it allows users to create custom charts comparing fuel properties and characteristics for multiple alternative fuels 18 22 22 25 25 senior figures in the sport expect the brawn cars to be the subject of a technical protest over the design of their diffusers by rival teams 17 9 9 14 14 a brewer from southwick is immortalised as a hampshire farmer produces a new real ale in celebration of old dick 13 4 4 6 6 many growers harbor a parliament of owls in their barns so as to keep down the population of burrowing rodents 8 5 5 10 10 the halogen combines with the tungsten evaporated from the hot filament to form a compound that is attracted back to the filament , thus extending the filament ' s life 8 2 2 7 7 the ugly duckling runs away from the farm 2 23 23 26 26 gunung papandayan , has woken up from it ' s sleep and is now threathening thousands of villagers living around and on the slopes of the vulcano 11 13 13 18 18 it becomes a lunch time respite from the busy city life as a diner relaxes with his buffet delight while watching the commuters waiting alongside each other 14 2 2 7 8 during his speech , kennedy focused on domestic issues , the vietnam war , and racism 2 2 2 6 6 the warming member of the heating device is positioned on inner sides of finger front portions of a glove for warming front ends of a wearer ' s fingers 6 1 2 8 8 the carrier polymers are migrating into the target organs 18 1 1 5 5 such exemption also applies to goods supplied for use on ships and aircraft 13 5 5 8 8 i also have a full unit of blighted swordsmen and the blessing of vengeance on my to seal shelf 18 1 1 7 7 the nun fulfills his fantasy with a kiss that would make a hooker blush 17 1 1 6 6 the builder has now completed the townhouse 2 1 1 7 7 the sink was in a cabinet type stand with the sides of the sink being the same porcelain coated cast iron as the sink 3 7 7 10 10 simultaneously the 5 inch battery fired a broadside of star shells for illumination 17 1 1 5 5 the person who makes a will is not available to explain him or herself , or to correct any technical deficiency or error in expression , when it comes into effect on that person ' s death 6 6 6 9 10 the scientists used nanotubes to send signals to the nerve cells 6 1 1 6 6 a letter was delivered to my office in the morning 18 1 1 6 6 the company has landed into great controversies 1 2 2 11 11 the barbarian invasions of the fifth century were triggered by the destruction of the gothic kingdoms by the huns in 372 375 12 4 4 13 13 in recent years , opinions on classical drive theory have fallen into contending groups 2 20 20 23 23 fig 3 is a fragmentary cross section taken substantially along the line 3 3 of fig 2 and shows the flapper of the closure in its closed position 13 7 7 10 10 and look , there goes a good stand of golden plovers , right clean away from the foreshores 14 1 1 4 4 these papers approach the issue of taxation and the labor market from different angles 18 8 8 10 10 the form was printed and filled out before return by mail 18 7 7 10 10 both in malta and jamaica , the couple made many friends by immersing themselves in the local culture 6 3 3 7 7 i placed the cache in a natural cavity , at the base of a part of the fallen arch 8 1 1 12 12 the generation of t cells in the thymus starts at a late stage during embryonic development 6 9 9 13 13 on the other side of the grape crusher the stems poured out into trays 17 1 1 4 4 professional modelmakers often create models for many professions 17 11 11 20 20 returning with their new single ` we want war ' the band have constructed a seven and a half minute epic 8 1 1 7 7 the excitement comes from frakes ' s direction his liveliness , and his pleasure in looking at , and showing us , events and images 6 3 3 6 6 climate hackers dumped iron into the ocean 18 25 25 28 28 however , the increased demand logically calls for expansion and modification of intake processes to reach the goal of pairing each potential member with a sorority of their choice 1 8 8 11 11 ho chi minh city and hanoi are in floods after the rain 16 1 1 6 6 the message was generated by the sender 14 6 6 9 9 the gist of stephen ' s talk was the need for brmss to evolve to the next level 6 1 1 7 7 government revenues are drained into expensive welfare programs such as health care , pensions 17 1 1 12 12 the factory ' s repertoire expanded to include coalminers workwear , military clothing , and emergency service uniforms 1 5 5 15 15 eighty percent of the mortgage fraud has been caused by the banks and the lending institutions 15 3 3 11 11 his other research activities and accomplishments have been discussed in the section presented below 6 9 9 14 14 the heart of the system is an air tight membrane initially spooled inside a canister 14 4 4 12 12 the county council runs courses covering a range of topics such as languages , astronomy and archaeology , with many offering qualifications 17 1 1 4 4 the scientist ' s invention is still in the house of the plummers 16 3 3 8 8 the 575 page report by the four person mission was released today , ahead of its presentation to the un ' s human rights council in geneva on 29 september 5 5 5 7 8 this is a small glass bottle with iodine crystals in it 14 0 0 5 5 criticism was directed at its storyline 14 5 5 11 12 the goal of the experimental course was to introduce students to computer programming 10 6 6 9 9 it ' s a best mobile terminal for a programmer or geek 0 11 11 14 14 using solar electricity instead of conventional electricity sources helps to reduce pollution that causes smog , acid rain , respiratory illness and global warming 13 8 8 11 11 so look out in your gardens for unexpected visitors , including waterbirds such as moorhen , water rail , and snipe , which struggle more than most to find food 6 6 6 9 9 previous custodians of the submarine poured concrete into the hull in a misguided attempt to retain the vessel ' s overall structure 9 1 1 2 2 this strawberry sauce has about a million uses , is freezer friendly , and is so much better than that jar of smuckers strawberry sauce that you ' ve had sitting in your fridge since that time you made banana splits 1 1 years ago 16 8 8 18 18 they also saw the birth of the gelugpa school ( also known as yellow hats ) by the disciples of tsongkhapa lobsang dragpa 6 3 3 8 8 literally , many islands are sinking into the sea due to global climate changes 18 13 13 16 16 state and local implementation of the 787 billion package has degenerated into a scrimmage of competing agendas among governors and legislatures , state capitals and city halls , and even between neighboring municipalities 1 19 19 24 24 it gets a little bit chicken first or egg first on examination but the primary truth is that the attacks are caused by the fear of the attacks themselve 6 1 1 6 7 his crew has journeyed into numerous haunted locations including the stanley hotel 14 11 12 14 15 working with the police they have made a short , dramatic film clip about knife crime , which they are circulating on websites like bebo and youtube 18 12 12 13 13 third year student david beer is one of those affected by the pay dispute 17 1 1 7 7 my husband actually made me a teddy bear when we got married 14 1 2 4 6 because sports broadcast reports on going events within a constrained physical situation , contextualized reference is extremely high in these texts 18 1 1 4 4 these studies supplied exploratory details on some of the determinant attributes and provided a basis for the current research 1 2 2 7 7 the big bang was caused by the collision of two parallel universes 0 1 1 9 9 the increase in customers , though , caused a strain on the company servers 16 33 33 37 37 an early exit from support measures adopted in response to the global economic crisis could postpone a jobs recovery for years and render the fledgling economic upturn fragile and incomplete , a new report by the research arm of the international labor organization ( ilo ) says 13 1 1 8 8 church orchard is a mixed orchard of standard apples , pears and damsons and mason ' s and winslow ' s are standard cider apple orchards 13 2 2 7 7 the internal proletariat , consisting of failed citizens , conquered peoples , and slaves , turn away from the aggressive conquering state 18 1 3 7 7 my credit card bill is approaching its limits 17 4 4 10 10 in the 1880s the railroad had dug a large water well here , which had later turned into a cold bubbling mudpot driven by naturally occurring pressurized carbon dioxide gas 14 1 1 5 5 its introduction supplies useful historical background 1 1 1 6 6 the lymphomas are caused by neoplastic proliferation of cells in the lymphoid system 1 0 0 4 4 acne is caused by infections that occur when pores in the skin are filled with oil , dirt , or other substances 13 31 31 33 33 his story begins with an old woman ' s attempt to locate her father ' s wartime swiss bank account and spirals quickly into an emotionally charged , multibillion dollar international knot of lawyers , bankers , and politicians 8 3 3 10 10 the v 1 emission originates from an 80 au diameter ring of maser spots centered on radio continuum source i 13 27 27 30 30 the largest of the bulls , sometimes fourteen feet long , establish themselves on a fixed part of the rock , and each gathers about him his harem of cow seals 13 3 3 6 6 it is the federation of different companies of believers that has brought such evils as dabbling in politics into the church of god 1 18 18 20 20 a girl with a mitochondrial disorder who developed a neurodegenerative disorder with features of autism after getting a fever from vaccines 9 14 14 15 15 it dated back to the meiji time that ryes were the raw material of wheat liquor 18 8 8 14 14 swype founded by the cliff kushler , the inventor of the t9 text input technology raised 1 3 million earlier this year 18 34 34 37 37 it is no accident that the title of the exhibition is a homage to one of the classic figures of contemporaneity , antoni tapies , whose work breached all the boundaries imposed on artistic creation by the critics 0 1 1 7 7 the storm caused a tremendous amount of damage on the landing beaches , and for the time completely isolated the troops at anzac 18 13 13 17 17 and on other stormy days the boy learned to whittle out a straight shaft for the long bow , and tip it with gray goose feathers 1 17 17 20 20 but in 1993 , montalban had a 10 hour surgery to try to alleviate the pain and discomfort from this injury 6 2 2 7 7 the sex offfender moved into a new neighborhood 4 5 6 11 12 when it arrived , the kapok fiber was sealed in vinyl plastic packets to prevent exposure to the water 18 3 3 5 5 we have inherited predispositions to anxiety 18 6 6 11 11 this notifies the commencement of the exclusion of hospitals from the definition 6 4 4 8 8 the sportsman passed on passion to the younger generation 17 1 1 8 8 the writer has dropped the quotation into the paragraph without making any connection between it and the claim 18 1 1 7 7 an examination has been made of all articles published in the review from 1944 through 1953 2 7 7 11 11 the dial indicator is mounted on the spindle of the milling machine 13 3 3 6 6 this was a sounder of fifteen swine , led by an enormous white pig , the size of a cow 6 1 1 5 5 the phone went into the washer 1 1 1 17 17 celiac disease ( cd ) is an inflammatory disorder of the upper small intestine triggered by the ingestion of wheat , rye , barley , and possibly oat products 11 8 8 11 11 on returning home , the patient ' s grandmother applied a poultice to the child ' s ankle overnight with the aim of reducing pain and inflammation 14 3 3 9 9 a leaked police report has revealed the horrifying final moments of participants in a new age retreat 13 10 10 12 12 redwood canyon is home to the world ' s largest grove of sequoias 1 6 6 11 11 swine flu popular name for the illness caused by the h1n1 virus 17 2 2 23 23 the fairy godmother turned a pumpkin into a coach , mice into horses , a rat into a coachman , and lizards into footmen 14 4 4 7 7 the theme of the speech was about dreams coming true 6 3 4 9 9 later , the soil sample was sealed in a container and the martian atmosphere was replaced by inert helium gas 8 1 1 8 8 the puzzle gradually emerged from a long term study of the properties of asteroids carried out by mit professor of planetary science richard binzel and his students , along with postdoctoral researcher p vernazza , who is now with the european space agency , and a t tokunaga , director of the university of hawaii ' s institute of astronomy 8 1 1 8 8 the concept is originated in an ancient maternal tribe named ` mosuo ' in sichuan province of china 17 20 20 23 23 painful digestive problems can trigger problem behavior in children with autism and should be treated medically , according to the panel ' s report published today 13 18 18 20 20 just before dark , we saw a big gobbler strutting on the edge of the field with a harem of hens 14 2 2 9 9 a witness statement is a statement summarising the oral evidence that a witness will give at trial 13 9 9 11 11 national geographic videos include several tapes dealing with a shrewdness of apes that dwells in zaire 11 1 1 4 4 a man attaches a rope to a 20 kg block , pulling it across a floor with constant velocity 13 10 10 12 12 most business that think they have teams really have a horde of heroes looking for plunder 18 14 14 17 17 it is an eye which never blanched at danger , and it is the boast of his soldiers that he never looked unpityingly upon the sufferings of his followers 9 2 2 3 3 sure the almond flour was pricey , but i felt exotic using an ingredient i ' ve never used before 2 18 18 21 21 the abductor pollicis brevis draws the thumb forward in a plane at right angles to that of the palm of the hand 14 1 1 5 5 text messages outline her blossoming romance with the teenager 17 1 1 4 4 scabies mites construct their burrows in the skin of the infested animal or human 4 1 1 7 7 his collection of sunglasses was in a cabinet against one of the walls 12 12 12 15 16 executive authority is invested in the prime minister , who is the leader of the political party commanding a majority in the house 11 0 0 3 3 employees wear a sharee as its a sign of formal dresss code 3 3 3 8 8 she hold the saw in place with its blade right on the cut line 14 1 1 4 5 the program reported a sexual relationship between the two that began in the summer of 2008 6 3 3 7 8 still , some spam arrives into the inbox folder 3 1 1 5 5 on boats with only one jib , it is common for the clew of the jib to be further aft than the mast , meaning the jib and mainsail overlap 3 1 1 2 2 the apple blossom season usually runs from mid april to early may 6 5 5 8 8 the office staff threw the documents into the shredder before the police came in 13 14 14 17 17 johnny remembered the two of them having the waiters bring for their inspection a brace of dressed ducks , or pheasants , before ordering them cooked 10 6 6 7 7 the report is about the regular road user and the law 18 2 2 20 20 the jungle book , because of its moral tone , came to be used as a motivational book by the movement 8 1 1 5 5 the flight departs from an airport on territory of a member state to which the treaty applies 11 2 2 8 8 after the doctor performs a caesarian with a jackknife and fishing leaders , and the infant is delivered , he examines the husband 5 1 1 6 7 the wallet contained a special bk dollar bill ( legal tender ) , a 5 bk gift card and other random bk stuff 11 3 3 13 13 this traditional country fiddler is distinguished from his urban colleague by his nonstandardized technique 6 3 3 6 6 car makers moved production into another country for cheap labors 14 5 5 16 17 teacher man is a 2005 memoir written by frank mccourt which describes and reflects on his teaching experiences in new york high schools and colleges 11 9 9 12 12 the same day that doss was working at the potter ' s wheel a group of students from pomona ' s village academy high school were at the sheraton suites fairplex 4 7 7 13 13 when i opened the box , the cheesecake was inside a silver foil container 13 19 19 21 21 ccp games is unrelenting in its quest to maintain a fresh and challenging gaming experience to its ever expanding universe of players 11 5 5 12 12 to use it , a person applies the vinegar to a cotton ball and then swabs the vinegar on the affected area 18 1 1 9 9 the shape of the vessel is seen in a ewer that has been in the metropolitan museum for many years 4 3 3 7 7 some of that blood was in a bottle in the operating room though the record is not clear as to how it got there 9 6 6 7 7 i first tried this comforting , pork stew a year ago and it is unbelievably good 6 2 2 10 10 this water painting has been donated to a local art gallery 13 1 1 3 3 a knot of toads or an army of frogs in the garden is a pleasure to see , and it feels like a compliment to the gardener 2 4 4 7 7 a user drags the knob of the slider , select a word , and the japanese translation of the word is displayed at the center of the screen immediately 3 0 0 3 3 strings in the clavichord run transversely from the hitchpin rail at the left hand end to tuning pegs on the right 1 3 3 6 6 both ships caught fire after the collision but the blazes were brought under control 4 1 1 6 7 the bomb was hidden in the gas tank of a motorcycle 4 1 1 5 5 the money was in a suitcase 17 11 11 13 13 protected by tribes who were wary of government interference , the group established bases from which to launch fresh attacks 2 4 4 7 7 holding firmly onto the stick of the plunger , plant the mouth of it over the toilet hole 0 0 0 3 3 sadness leads to inspiration , so in this story of love and hate , respect and betrayal , learn about the history of the mexican wrestling wars 4 1 1 5 5 the dog was in a crate 0 2 cubic inches too small 2 1 1 4 4 the facade of the building is of unhewn stone and glass 13 8 8 10 10 growers of fruits and nuts usually rent a grist of bees to pollinate their trees 13 16 16 19 19 laurent leaves them and travels to denali , alaska , hoping to find solace among a coven of vegetarian vampires 18 1 1 5 5 the cyclotron started from the beginning of january 2000 18 2 2 10 10 consequently , play of a game starts in an initial state , at which players collect payoffs only if they remain in that state so that it becomes the final 18 4 4 9 9 in 1965 , a farmer dug up the lower jawbone of a mammoth while in the process of expanding his cellar 6 6 6 11 11 after they caught me , the medicine was locked in a safe , a safe with a combination lock and the weirdest looking key i ' ve ever seen 2 1 1 6 6 the activities are divided into three programs the children and youth programme , the adult programme and the senior citizens programme 18 11 11 13 13 one immediate challenge posed by this method was that only a handful of images were viewable on a computer screen at the same time 15 10 11 12 12 delegates from the developing world have suspended their participation in climate change talks in copenhagen today , bringing negotiations to a temporary stop 18 13 13 16 16 in this paper , we introduce dynamic analysis and model transformations of longitudinal flight of hypersonic aircrafts 8 1 1 5 5 lebanese gays come out of closet , but quietly 1 20 20 27 27 since the bar sold alcohol to a person that was already obviously intoxicated , it became liable for the subsequent harm that was caused by the drunk driver 18 0 0 1 1 sharpening stones , water stones or whetstones are used to grind and hone the edges of steel tools and implements 1 3 3 7 7 asia feels the pain caused by the crisis but could be poised for rapid recovery 14 3 3 9 9 some of the plot is based on real life people and events 14 1 1 4 4 this convention covered the kidnapping , murder , and assault of persons specially protected by international law 14 1 1 5 5 this seminar goes into the psychology of each major color group and how to best use it in your museum stores 17 2 2 8 8 an egyptian official has given them a hazy description of the inner chamber 3 1 1 15 15 the ship has already provoked the debate its crew is seeking even before lifting its anchor 10 1 1 6 8 stolen emails were used by the right party members to deny science 8 0 0 5 5 epogen is made from human plasma ( part of the blood ) and may contain viruses and other infectious agents that can cause disease 1 1 1 8 8 the boom and shaking was caused by the asteroid that passed earth yesterday 11 0 0 6 6 bar builds guillotine out of beer cans to protest atlantic yards 9 8 8 9 9 the ripe bulbs are mechanically pulped to make jackfruit nectar or reduced to concentrate or powder 4 1 1 5 5 the games were in a box that had a 3 sticker on it , so i thought the games were all 3 each 13 21 21 23 23 for the contemporary events there are still opportunities for a few participants , including a team from the moors with a cadge of peregrines and a brace of pointers , to hedgerow hawkers with ferrets and flushing dogs 17 9 9 14 14 before introducing via in three test markets , the company told employees an elaborate story about its creation 1 17 17 23 24 on the morning of may 25 , many schools in northeast china were evacuated because of the earthquake caused by the north korea nuclear test 11 1 1 7 7 the missis won the lottery with a ticket she did n ' t tell you about 6 8 8 12 12 arginine rich intracellular delivery peptides noncovalently transported the protein into the living cells 8 1 1 12 12 the hacienda originated in the colonial period and survived into the 20th century 18 1 1 4 4 the staff in the shop are all left handed themselves and are happy to demonstrate products , explain why they are left handed and give helpful advice to left handers of all ages 14 5 6 10 10 springwatch is an annual bbc television series which charts the fortunes of wildlife during the arrival of springtime in the united kingdom 8 2 2 5 5 as a train moves from station to station , its passengers glimpse different worlds of people 3 1 1 4 4 the alarm has one sounder based in the entrance hall for entry and exit sound 2 17 17 20 20 working closely not only with the faculty in comparative literature but also with other professors from the department of the university that best complements their interests , students develop individualized research topics that may range from the sociology of paraliterature to the hermeneutics of divination , from crime fiction in english and chinese to comparisons between sanskrit and greek epic 0 1 1 8 8 seborrheic dermatitis is one of the causes for dandruff 2 6 6 9 9 thursday we started steam cleaning the floor in the shop for the party 3 2 2 8 8 the colossal squid has a sharp bird like beak that slices 2 metre long antarctic toothfish into small chunks 1 7 7 14 14 sierra leone in the wake of the devastation caused by the decade old civil conflict in every sector of our society , the education sector , being key 3 1 1 4 4 the horse stretches its nuzzle towards the boy 6 7 7 10 10 a gang in mexico has illegally imported drugs to big cities such as la and ny in usa over a decade 6 3 3 8 8 the final exam grades are posted to the blackboard 8 2 2 11 11 a tamil man , who escaped from an ltte rebel held area following heavy fighting , looks on as he arrives at a temporary refugee camp in vavuniya 18 11 11 14 14 the theory in possession about leather making shows that penetration and bond of tanning agents are supplement each other during the tanning process 1 8 8 14 14 hepatitis b is a potentially life threatening liver infection caused by the hepatitis b virus 2 16 16 19 19 an electro magnetic motion tracking system ( ascension flock of birds ) was installed in the ceiling of the cave to provide positional data 13 26 26 29 29 residents of a southern kenyan village near the city of machakos have become prisoners in their own homes after sunset following a violent attack by a cackle of hungry hyenas 6 1 2 7 7 the ice cores were shipped to clean labs for examination 3 8 8 9 9 i found a piece of paper in your pants pocket with the name ` marylou ' written on it 18 1 1 5 5 the unions are moving into politics 2 7 7 10 10 alfonso used a crowbar to break the padlock of the cage and took the generator and put it inside his car 5 7 7 14 14 he was surprised to discover that the suitcase was full of black and white photographs 1 11 11 16 16 on investigation , however , it was found that all the noise was caused by the arrival of fred riemer with an ox team load of flour 16 1 1 2 2 the organ builder inspects the site where the organ will be used 18 14 14 19 19 i especially enjoyed matthew wells ' bare arms waving his hockey stick at the umpire in the australia canada match to dispute a decision 5 6 6 9 9 in the center ring is a bottle with mystic ingredients in it 11 2 2 11 11 the vaps cleaner completely retains all ingested dust particles by using water as a filter 6 3 3 9 9 two beautiful sacred kingfishers have come into the discovery center in the last few days 2 2 2 9 9 the round bedroom was the best part of this suite 6 5 5 9 9 females were caught and their eggs were removed into buckets 18 1 1 3 3 the manor had lands in old thame , moreton and north weston and property in new thame 8 3 3 6 6 i recalled parental quotes from many yesterdays 1 20 20 25 25 this meeting was called in response to a request of eastern labor papers , but happened to fall amid the excitement caused by the pittsburgh riot 3 2 2 5 5 the state machine contains six states , seven inputs , and five outputs 0 14 14 23 23 many commercial soap , shower gel or cleanser products contain preservatives , colorants and chemicals that cause dryness , rashes , itchiness and roughness on the skin 8 19 19 22 22 they are a small part of the seized by the bodies of the ministry of internal affairs movable cultural monuments from different times 18 17 17 20 20 in what ' s become a drug legend , he got woozy , dreamy and saw a kaleidoscope of dancing colors 17 1 1 7 7 a songwriter is someone who writes the lyrics , as well as the musical composition or melody to songs 6 9 9 12 12 john wing used it every time he put a ring into a bore to ensure he would n ' t get a false reading 18 1 1 5 5 all infrastructure is falling into disrepair 13 24 24 27 27 this is a bunch of comics from act i vate , which , if i ' m understanding the intro correctly , is a cabal of comix artists who hang out on livejournal 0 8 8 16 16 priority must be given to efforts to combat insecurity and thus poverty , major cause of violence most often experienced by poorest 6 1 1 8 8 the prisoner has been released into her new family 8 2 2 5 5 an entire panzerkompanie arrived from reserves including the attached heavy tank platoon 18 6 6 11 11 the situation called for peanut butter cookies baked from the simplest recipe imaginable 2 3 3 7 7 clasp the big toe of the right foot with the first finger of both hands 18 2 2 12 12 the angry driver then demonstrated his displeasure by speeding around the other vehicle , cutting the other driver off 8 7 7 13 13 ovulation is the exit of a mature ova ( egg ) from the ovary 13 21 21 23 23 i remember one day many years ago sitting on the top of braich y pwll on the llyn peninsula watching a chattering of choughs performing an amazing set of aerodynamics in the updrafts of a winter storm 8 4 5 9 9 the arrival of the tensile stresses from the free surfaces was about 2 bsec in the tests 8 1 1 7 7 the dust is derived from an arid region , presumedly north africa 2 24 24 10 10 to perform these exercises , the patient sits in a chair with the elbow supported on the edge of a table or on the arm of the chair 0 1 1 9 9 the compromises contained in the agreement caused the civil war in the 26 counties in june 1922 april 1923 , in which the pro treaty provisional government defeated the anti treaty republican forces 13 37 37 40 40 rather than extremist voices , the majority muslim population is acquiring the confidence to undermine the slurs being made against it and is showing that it is not held to account for the actions of a minority faction of islamist extremists 1 1 1 6 6 the disruption has been caused by work being carried out by track operator network rail 1 9 9 14 14 a person with an intrinsic motivation to run gains satisfaction from a very long running around their favorite course on a calm , sunny day 2 2 2 7 7 the animal plate of the sea urchin embryo becomes the apical organ , a sensory structure of the larva 1 9 9 11 11 the real possibility of total engulfment by flame or suffocation from smoke was a constant threat 17 6 6 10 10 fans scale these city walls after organizers threw up a barrier to block the view for those without tickets 18 1 1 6 6 the committee is approaching the final decision 18 0 0 3 3 details include pertinent people involved as well as interesting facts and production statistics 13 2 2 4 4 using a pencil of lines , a new restriction on the location of ovals of a nonsingular plane curve is obtained 14 1 1 6 6 reviewed audit reports on contract audit management issued by the nasa office of inspector general and the u s general accounting office 3 10 10 11 11 as i was entering the bathroom , i grabbed the door knob and it felt loose and hollow , like cheap crap 3 1 1 6 6 his act includes everything from golden oldies to contemporary tunes 14 2 2 8 8 the present study has been concerned with the retrieval of semantic information 1 1 1 10 10 the abuse is rooted in the perpetrator ' s mental illness 12 1 1 2 2 the event queue is used for periodic functions such as performing cache replacement , cleaning swap directories , as well as one time functions such as icp query timeouts 16 5 5 9 9 this is the best selling album by a male artist and the best seller in the pop r b genre 8 3 3 8 8 this article includes content from the schaff herzog encyclopedia of religious knowledge , 1914 18 3 3 8 8 it was a factory for destroying perfectly good pants 1 1 1 5 5 the birthmarks are caused by expansions ( dilations ) in tiny blood vessels called capillaries 6 7 7 10 10 since last weekend , it has imported chocolate into that market 8 1 1 6 6 the beverage was distilled from the root of its eponymous plant 6 0 0 3 4 money flows into hedge funds again 18 4 4 6 6 every household needs a nest of tables functional and economic with space 15 4 4 11 12 another fried chicken restaurant chain also became the subject of a conspiracy theory 11 1 1 2 2 the lumberjack axe is the most ancient and most simple of all axe types and serves as a working tool 13 16 16 18 18 the calls of his caged decoy birds have announced the arrival and passing over of a parcel of linnets 3 2 2 11 11 the connector device comprises a plurality of host computer system expansion slots for coupling to the cpu bus of the host computer system 18 3 3 7 7 meanwhile , the builder is shifting the mud to some other place in closed vehicles 14 1 1 4 4 this book surveys the development of the script from the earliest pictographic signs to the latest astronomical tablets 18 26 26 30 30 traditional techniques are encouraged in all the work and volunteers benefit by getting away from the stress of modern day life and enjoying the spirit and fellowship of the skilled craftsmen of the past 6 1 1 7 7 defense contracts have been awarded to the region since 2005 13 2 2 4 4 when a flock of geese or ducks began to descend toward the decoys , the hunter pulled hard on the rope which he held in his hands 6 4 4 10 10 the winds have blown moop into some formerly moop free areas 14 9 9 13 13 fellows also participate in a program of seminars and colloquia focusing on contemporary issues and community building in the asia pacific region 6 1 1 7 7 a painting has been shipped to the museum by mistake 13 23 23 26 26 it is fearful to meet in a narrow defile , or where the road winds around the edge of a precipice , a drove of reckless donkeys and mules descending the mountain , urged on by the cries and lashes of the muleteers behind 4 3 3 8 8 growers store the tubers in a perforated plastic bag filled with peat moss or vermiculite in a cool , dark place 13 18 18 21 21 the republics are seeking to assert an unequivocal understanding of the country ' s ethnic nature as a federation of various peoples 6 4 4 7 7 we poured a mixed seasoning into the sauce on the stove 0 1 1 7 7 the dispute has resulted in major regional wars and two palestinian intifadas with tragedies on both sides 3 7 7 13 13 the first author has observed a ringed seal slapping the water with its flipper as he approached 6 1 1 6 6 a signal was sent to the process 3 9 9 10 10 the patient was stabbed or stuck with a sharp pencil point 1 4 4 12 12 this photograph shows the vortices created by the water strider ' s legs as it moves across the water 3 4 4 7 7 i am looking for jeans with a zipper all the way from the waistband in front to the waistband in the back 3 1 1 4 4 the site features comprehensive news and gossip about all britain ' s biggest soaps 9 9 9 10 10 the closest i have come to a glass of dandelion wine was reading ray bradbury ' s evocative novel about midwestern small town life , dandelion wine , about 50 years ago 8 5 5 15 15 his son once married a princess descended from the middle eastern kingdom ' s founding family 1 2 2 10 10 the common cold and the flu are caused by different viruses , with symptoms of the flu presenting more quickly and with more severity than those of a cold 4 1 1 5 5 the toy was inside a box and had been left on the minivan 8 9 9 14 14 she grabbed your arm and twisted it until the shoulderbone popped out of the socket 18 5 5 8 8 brazilian campaign laws include several restrictions on political speech that can seem arcane to outsiders , and even to some brazilians 18 1 1 6 6 her mother copes with that using humor as a shield 16 3 3 1 1 this pirate ship carving was made by an actual pirate 8 0 0 18 18 tofu ( to fu ) , or bean curd is a soft white food made by coagulating soy milk 18 8 8 14 14 i stand here above the twisting gorge the winds have carved out of the sand 5 3 3 6 6 pulling out a bottle with purple fluid in it , he smiled 6 1 1 10 10 the effort to buy papers is pushed into the next year 6 4 4 7 7 the scientist is pouring beakers into the formula 5 13 13 18 18 a federal jury has seen video of a former louisiana congressman accepting a suitcase filled with 100000 in cash outside a northern virginia hotel 18 1 1 6 6 the author makes reference to all sciences , to many classical works in both psychology and biology 13 4 4 7 7 they preferred having a unit of russian musketeers or dragoons among the kalmyks to supplying the kalmyks with firearms 3 3 3 8 8 each day the workshop accommodated a few invited talks targeted towards generating discussions on open problems 18 2 2 9 9 the two countries finally entered into a code share agreement 12 10 10 13 13 i feel honored and take great pride in being the president of this society , of this family 13 8 8 12 12 three years ago the coalition organized a strategic cooperative of several farmers associations to export mangos under the taiwan mango brand 1 18 18 20 20 p6 stimulation for ponv is a convincing case for the efficacy of acupuncture to that were later added nausea from chemotherapy or pregnancy , and dental pain 2 7 7 10 10 we pop our heads out the capped dome of the building 8 1 1 7 7 grape brandy is made from fermented grape juice 9 10 10 11 11 when poured into a sly imperial pint glass , this rye ale was a solid amber color with a few minor gold highlights along the sides and at the bottom of the beer 18 1 1 3 3 the geology comprises granite of the mesozoic era as the bedrock 1 12 12 17 17 mixed in equal parts with peppermint , elder flowers help reduce the fevers and aches caused by colds and the flu 17 1 1 6 6 the students also came up with ideas for further development 1 14 14 18 18 the following pages are organized by subject , and investigate the root causes of damage caused by the quake 14 3 3 8 8 there are numerous researches pointing out the public image of mathematics 15 4 4 15 15 the government ' s plans for the future of community care are outlined in a letter to professor graham thornicroft 14 12 12 18 18 musica international , with its musicanet website , is a database containing information on over 150 ' 000 works of the international chorale repertoire 1 2 2 8 8 in the chaos and urgency caused by the hurricanes , it was difficult to keep track of people with psychiatric disabilities 9 9 9 10 10 general secretary jiang zemin is tasting the huzhu brand barley liquor offered by the local tu minority people and he gives the liquor a high rating 6 2 2 5 6 everton sent hammers into the drop zone 14 2 2 6 6 i included sections dealing with labor markets , domestic taxation , economic activation policies , and financial market regulation 18 4 4 8 8 pulmonary arterial hypertension clinical community builds order from chaos 4 5 5 10 10 it carried 1500 gallons of water in its split saddle tanks and 700 gallons of fuel oil in a bunker behind the cab 4 4 4 8 9 in my case the disk was inside a jewel case which was itself inside the mailing box 14 1 1 5 5 a letter informing about the study was sent to all patients 14 4 4 8 8 quo is a monthly magazine that informs about science through thinking and entertainment 18 2 2 7 7 these two ports were specialized in the manufacture of luxury goods 18 6 6 11 11 construction progress is steady and the builder has now established the location of offices on the future car park area along forest road 8 1 1 6 6 the boy runs away from the orphanage and tries to pick pockets 4 1 1 6 6 the sword was stored in a case full of gold and jewels 2 1 1 4 4 the crust of the earth is composed of a great variety of igneous , metamorphic , and sedimentary rocks 13 7 7 11 11 sarah palin was faced with an angry mob of her own fans who were turned away without having their copies signed 8 2 2 22 22 a first edition of charles darwin ' s seminal the origin of species , which was found in a family ' s toilet in southern britain , will be sold this week 17 5 5 8 8 the focus of the german professor ' s paper was very relevant to the main subject of the conference 18 8 8 11 11 as the years passed , some of the invaders graduated from pity to an emotion resembling guilt 6 1 1 9 10 all items including photos have been dragged into a garbage bin 13 12 12 14 14 i talk knowledgeably of cord feet with lumberjacks , point out a doylt of pigs , and bandy verse forms with poets 18 1 1 10 10 the editors assembled many of the leading medical specialists , researchers and allied health professionals who have extensive clinical experience with polio survivors 16 11 11 15 15 consumers are urged to check their refrigerators and freezers for beef products produced by this firm 14 7 7 11 12 my last post has driven some great discussion around what an open standard means 3 9 9 14 14 then a piranha tries to get close , the catfish stuns it with his barbels in with in milli seconds suck the fish up like a vacoom 2 19 19 22 22 one small piece of fleece or other soft , slightly thick material ( to protect your ipod from the rivet of the button on the inside of the pocket ) 5 3 3 6 6 the first aid pouch contained a package of sulfa powder and a bandage to dress the wound 1 1 1 3 3 old scars from stitches that were successfully put in but ripped out by the individual are also common 4 5 5 11 11 on saturday in california a suitcase was discovered inside a trash receptacle with a corpse stuffed inside of it 0 1 1 6 6 the fighting resulted in hundreds of deaths and in the deployment of peace keepers into east timor 1 3 3 7 7 most of the streaks are caused by meteoroids about the size of a grain of sand , although meteoroids are porous and much less dense than sand 4 15 15 20 20 inside the car , keys were found in the ignition and codario ferrino ' s license was discovered inside a purse on the passenger ' s seat 18 1 1 4 4 three methods approaching the analysis of cells are described , with applications 2 1 1 4 4 the siphon in a cistern consisted of a pipe bent over above the water level in the cistern 13 13 13 16 16 a spokeswoman for onewest bank acknowledged that an official , confronted with a ream of foreclosure papers , had mistakenly signed for two different banks just as the deutsche bank official did 13 7 7 10 10 our next appointment is with the largest congregation of saltwater crocodiles in the world the famous mary river 8 2 2 9 9 our coconut marmalade is made of all natural coconut milk and brown sugar reduced to the perfect consistency 13 33 33 36 36 those of you who ran free , i hoped to hunt you down , to set a pack of hounds of heaven or hell , whichever was my fate , upon a great rangale of red deer , or my own hand with longbow or crossbow to pierce the heart of a wild boar , and then sit at ttable and tear your sweet flesh with my hands and eat 18 1 1 6 6 the strategy departs from an overriding goal 6 1 1 7 8 endangered species have been released into a nature reserve in northwest china ' s xinjiang uygur autonomous region 18 7 7 9 9 side pull brakes are secured by a cable clamp nut 18 26 26 28 28 the expressive color , contrasting with the blackness of an apocalyptic sky , the chiaroscuro that accentuates the insubstantial limbs , and the desert landscape and pile of excrement dominating the scene express miro ' s profound pessimism 6 5 5 9 9 the small store did an investment in a second drawer ( till ) which was kept in the back and switched with the live till was a worthwhile one 9 3 3 4 4 traditional homemade yellow rice wine is more than a home brew 0 4 4 11 11 the large anti neutrino component is the source of an irreducible background 6 1 1 6 7 the bacterium is spreading into the stalk tissue 1 1 1 5 5 the mortality caused by the war is also high 13 6 6 9 9 uniforms were rare , although one unit of royal crossbowmen had been issued with standard black cottes , or tunics , earlier in the 14th century 6 2 3 8 8 the movable mold carrier has arrived into the store 18 7 7 12 12 until now , this corner of the painter ' s rambling private collection has been all but forgotten 8 7 7 10 10 the following are pages of mesh annual updates from previous years 1 8 8 15 15 before he leaves ephesus , however , a riot breaks out , instigated by the silversmiths who manufacture idols of the goddess artemis they are afraid that paul ' s evangelistic success will ruin their business 6 1 1 5 5 the protein migrated into the nuclei 17 4 4 11 11 over the years , hikers have piled up rocks into semicircular shelters 0 1 1 6 6 the eruption resulted in massive lahar flows ( a mixture of ash , lava , rock and water ) , primarily in the rio montana and marker watersheds 18 3 3 8 8 a seemingly orthodox person has departed into serious error 2 4 4 7 7 we were under the seats of the bus for 20 minutes , trying to get away from the bullets 14 2 2 6 6 chinese creation myths explain the legendary beginnings of the universe , earth , and life 6 3 3 6 7 they packed the players into the penalty boxes like sardines tonight 2 2 2 5 5 in the bowels of the building he showed me the stage equipment which has been going flat out virtually every day for the last 35 years 6 5 5 8 8 the diseases have rapidly spread infection to other people 1 14 14 18 18 a philippine airforce aerial shot shows residents standing on a rooftop to escape the floodwaters caused by continuous rains brought on by typhoon ketsana in marikina city , metro manila september 27 , 2009 1 1 1 8 8 the pressure was caused by the rapid power acceleration at the start 18 2 2 5 5 the real man departs from holiness 3 8 8 11 11 royalty free animal clipart picture of a sitting bulldog hanging his tongue out 18 3 3 8 8 some of these data were presented in a paper read at the annual meeting 10 0 0 4 4 music is used by surgeons to ease operations 18 7 7 10 10 the item is engraved with the english author ' s initials 13 5 5 8 8 two reapers and an entire regiment of repeater crossbowmen had trained their weapons on seth garrick from their elevated positions 11 1 1 4 4 a mechanic uses a wrench to work on the wheel mount of an auto on a hydraulic lift 12 1 1 13 13 our director is a member of the aea , nafsa , and eaie organizations 0 8 8 12 12 in addition to the sudanese rebels , the bombing resulted in the deaths of several chadian civilians and livestock 18 2 2 11 11 three distinct formulations of valproic acid have been investigated in clinical trials 6 4 4 8 8 he dropped the instilled water into the study eye 2 2 2 5 5 in the branch of the tree which bends towards christ , a bird feeds her chicks 18 2 2 11 11 there were stacks of verizon ' s directories piled up by entrances of buldings 3 1 1 4 4 this train ' s windows are elegantly curtained 8 1 1 7 7 the author graduated from an ivy league college in 1991 and then spent a short time working as an investigator 18 12 12 18 18 here i show that adh psi is actually a new , functional gene recently descended from an adh duplication 6 1 1 7 7 the patches immediately spread into the lymphatic capillaries of the surrounding intestinal tissue 15 8 8 15 15 the council also gave final approval to other documents that had been considered in earlier sessions 18 1 1 1 1 the governor is assisted by a vice governor 1 2 2 8 8 the noise signal was generated by a noise diode ( enr 27 db ) and gated with a high speed electronic switch 1 1 1 10 10 ordinary warts on the hands and feet are caused by viruses , which only affect humans 5 4 4 7 7 we sealed up a bottle full of air and put it in a freezer for 15 to 30 minutes 6 3 3 6 6 we have poured billions into airline safety 18 1 1 9 9 the focus has largely been on the subject of ethics 1 0 0 5 5 unemployment has been caused by people who either knowingly or unknowingly have priced people out of jobs 3 2 2 6 6 an mp3 player has an earphone jack and in some cases a line output jack , both of which put out audio 11 7 7 10 10 his painting of 1607 also shows a farmer with a shovel , accompanied by a woman holding a cross 11 1 1 7 7 the man ate the steak with a fork 6 6 6 10 10 the social worker has placed the girl into the loving family of a lawyer 1 1 1 7 7 the noise and vibration caused by the passage of trains resulted in unacceptable conditions within the convention center as standard construction techniques had been used 6 2 2 8 8 the enzyme glutaminase is removed into both nerve terminals and glial cells 15 1 1 7 7 the seminar was well advertised by big banners in red 3 1 1 16 16 their music reflected different influences , combining elements of rock and roll , garage rock , folk and psychedelia 0 4 4 9 9 because of the ethics scandal that resulted in the impeachment of the state ' s governor , there was real hope for real ethics reform in illinois this year 8 1 1 8 8 the power to rule is derived from a mandate of the masses 8 3 3 9 9 the lebedev milin conjecture was distilled from the original manuscript 9 2 2 10 10 the candle wax is the main ingredient needed for making candles of all types 11 1 1 4 4 the singer ' s technique facilitates the message 3 1 1 5 5 the episode featured a commentary track recorded by creator and writer david simon 18 1 1 3 3 the origin of berserkers is unknown , although tacitus mentions groups of germanic warriors with berserk like fury 1 10 10 1 1 the storm ended up causing about a fraction of the damage caused by the chesapeake bay storm 4 1 1 5 5 the bust was in a suitcase and was carried into the building with as much reverence as if it had been the bier of the poet 1 16 16 2 2 primary wholesale markets are held in a fixed place and transact daily a large volume of business emanated from the village markets 18 21 21 24 24 in the episode my future self ' n ' me the boys discover a joint and rolling papers on a tree stump in the woods 6 1 1 6 6 the block was fetched into the cache 17 18 18 3 3 obsessed with the music of js bach , the clown tends to find frequent analogies with the german composer ' s music 2 1 1 8 8 sunday evening was the best part of this weekend 8 13 13 17 17 peanut blossoms are made by putting a chocolate kiss into a peanut butter cookie just from the oven 13 9 9 12 12 i called for wolf and was answered by a murder of idle crows that seemed to look down from an old dead oak and scoff at my dilemma 18 9 9 13 13 it opens with a group of diplomats having a discussion around a rectangular table covered with a green cloth 3 11 11 12 12 there are aids designed to help people grip and turn a door knob 18 1 1 4 4 the principles on which homoeopathy is based are very different to conventional medical beliefs 13 16 16 23 23 while we transferred our gear to saddlebags , the wranglers roped and saddled horses from the remuda of scrubby , short legged mexican ponies 8 3 3 9 9 a habitat suitability index was generated from an elevation surface 15 1 1 14 14 the results of the study were subsequently published in a number of leading psychology journals 18 1 1 5 5 the bears have gone into hibernation 3 6 6 10 10 belying the fashionable exterior of the dress , the inner bodice was made with a section of a homespun linen bedsheet , on which one can still see the embroidered initials of the owner 18 12 12 15 15 the bishop was also happy to talk about some of the contentious issues affecting the church at the moment 15 1 1 8 8 such formulations are already found in the apostolic writings 1 2 2 7 7 high blood pressure is caused by a narrowing of the arteries , which means the heart has to work harder in order to push the blood through 6 2 2 6 8 the donated money flows into the quake recovery projects 0 2 2 6 6 the genreal anesthetic cause unconsciousness and insensibility to paid and are used for major surgical procedures 1 0 0 6 7 acne or pimples are caused by hormonal changes , wrong food habits and improper skin care 8 11 11 14 14 the charge to leak away before the arrival of the next impulse from the photocell 6 6 6 9 9 the government is committed to bring art to the community 4 3 3 7 7 at noon the money was in the desk , and in the evening the pocket book that contained the money , was left in the drawer with 40 cents , but 265 was missing 1 9 9 14 14 in july he was sent north to quell a rebellion instigated by the discontented people of warwick 18 4 4 8 8 these trends have thrown women into totally inhibiting situations 14 1 1 14 14 this book provides a very detailed and interesting overview of the fundamental principles of nanoscience 1 3 3 7 7 ironically , the damage caused by the floods , and the subsequent insurance payout , were what prompted the restoration of the station building 6 5 5 9 9 first , we fetched the cursor into the target variables 2 26 26 29 29 it is a live audio performance composed of animated monochrome geometrical shapes matching the real size and form of the quadrilateral alluminium modules which form the facade of the building 2 11 11 19 19 this way the idle speed is set correctly using the bypass screw without touching the screw on the throttle arm , which has to be set exactly right 2 2 2 5 5 the safety cockpit of the airplane has been completely redesigned 18 2 2 7 7 the wooden rod is attached to the arm of the chair , which on my chair has an l shaped opening ( corner ) under the armrest 18 4 4 11 11 like shibnath , our protagonist too takes part in the freedom movement of india , faces the pangs of foreign rule , and is inspired by sarojini naidu and other notable figures like veteran communist leader ravi narayan reddy 18 1 1 6 6 the process is assisted by benign intervention or neglect 2 16 16 20 20 six horses wearing elaborate harnesses had been sacrificed and lay on the logs which formed the roof of the burial chamber 6 2 2 7 7 the presidential candidate arrived to the cheering crowd at fort hood 14 1 1 5 5 the plot centers on a goldfish named ponyo who befriends a five year old human boy 16 10 10 14 14 it is just another asset bubble , where the grotesque bonuses made by the speculators who have brought the world economy to its knees 15 9 9 15 15 first , a comprehensive literature review was conducted and results were presented in the previous chapter 1 7 7 12 12 the court found proof that the fatal fire was caused by the dryer 8 6 6 11 11 for the locative she includes a photocopy from collier ' s encyclopedia under the header zwickau which has the text dating the city from at least 1471 14 1 1 5 6 the channel promotes the traditional outdoor activities that are a vital part of our national heritage including fishing , hunting and shooting sports 5 5 5 8 8 the percussionist rattled a nalgene bottle with uncooked popcorn in it 13 8 8 11 11 outcomes are integrated for the entire developmental disabilities population , including individuals who have multiple diagnoses 15 2 3 13 13 another important data structure the heap has already been introduced in the previous chapter 13 5 5 7 7 phil mickelson eased through a crush of spectators and into a courtesy van telling them he would sign autographs in front of the sheshan international clubhouse after he had a chance to eat 0 13 14 24 24 13 , students were evacuated from conrad residence for approximately 15 minutes after burnt food in one of the kitchens set off the fire alarm 2 3 3 6 6 the paired optic lobes of teleost fish are connected by two commissures 3 19 19 21 21 the dog clutch is a sliding selector mechanism which is splined to the output shaft , meaning that its hub has teeth that fit into slots ( splines ) on the shaft , forcing it to rotate with that shaft 9 16 16 17 17 aspergillus niger was found capable of rapidly converting about 97 of the sugar from brewery spent grain liquor to fungal mass 6 5 5 8 8 it was he who threw rocks into the castle 13 18 18 20 20 serious people flinch from being associated with the intellectual slum that is the bush campaign , with its riffraff of liars and aspiring ayatollahs 14 1 1 4 4 the book relates epic battles between horses , wolves and the sheep herders and pasture dwellers 1 7 7 11 11 lavender is excellent in the reatment of headaches from fatigue and exhaustion 1 15 15 19 19 the archbishop of york , dr john sentamu , visited the stoneyard to survey the damage caused by the fire 8 3 3 7 7 the coordinating colorful strap is made from polyurethane 4 1 1 5 5 the evidence was in a box in his patrol car , and started walking back toward it 14 3 3 6 7 lee ' s movies have examined race relations , the role of media in contemporary life , urban crime and poverty , and other political issues 4 1 1 6 6 the grenade was found inside a sock sunday morning 4 3 3 6 6 we store the information in a database in a secure environment at our data center 6 7 7 10 10 the rest of the world has stuffed communism into the dustbin of history 14 1 1 5 5 an agreement to limit strategic launchers was reached in vienna on june 18 , 1979 18 23 23 24 24 one of the most vivid portraits is that of brookie simmons , a white woman who fought to abolish child labor in a town factory 13 4 4 6 6 it was a total canaille of letters pencils and papers and things that had been placed once on my table and to be removed and tucked away elsewhere the next day 6 15 15 15 15 the corpses were then placed in cotton cloth wrappings and put inside of a wooden case that was then put inside of another case that was decorated with details of their life and a mask of their face 6 1 1 8 9 the factories in developed countries are migrating into developing countries which have cheaper labors 1 20 20 22 22 my first encounter in my luxurious hotels casino was the sound of a woman behind the roulette wheels screaming for joy after hitting the 12225 00 jackpot 18 5 5 9 9 it is a branch of philosophy dealing with the nature of beauty , art , and taste , and with the creation and appreciation of beauty 6 1 1 7 7 the trays were placed into a mixed beaker of 4 drops ivory liquid 18 6 6 12 12 our future leaders are learning about economics and politics from the real world 2 9 9 13 13 at the second half of the 18th century the hull of the sailing ship had been developed from the galleon to it ' s almost ultimate shape 17 8 8 5 5 in addition to the landscape display , the students have assembled a window display with the assistance of fortuna energy inc 18 1 1 5 5 this style of music reflected feelings and situations experienced in daily life 18 7 7 13 13 looked at from one side , the wall enclosed a barren sixty acre field called the port of anarres 18 1 1 5 6 each antler grows from an attachment point on the skull called a pedicle 8 2 2 6 6 the final presenter was from an organization that deals with gender equality and women in climate change with a really long name that i did n ' t entirely catch 6 1 1 7 7 the kidneys were placed into wild type hosts 5 11 11 13 13 i have ruined the outside , when i mistakenly used a bottle with soap in it , instead of water 6 3 3 6 6 we have exported products to domestic locations only 6 1 1 8 8 the garbage was thrown into the waste disposal bin 6 2 2 6 6 the progenitor cells migrated into the tumor 6 5 6 11 11 during this time , her stamp stock was locked in a safe and no one else had access to it 1 4 4 15 15 there was a serious increase in the acidity of the seas caused by the acid rains 17 5 5 8 8 ten years ago an indian academic knocked a hole through the wall of his laboratory so that children in the adjoining slum could play on one of his computers 17 4 4 10 10 on eastern side the company has carved out 30 foot benches , known as mayan steps 6 0 0 6 6 talks have moved into a new topic 14 3 3 8 8 one of her arguments addresses the very real threat that the women ' s struggle is being bypassed as the new social movement succeeds 11 1 1 4 4 the viewer wields the remote 9 2 2 3 3 this frosted lemon cake is sweet and buttery with a wonderful citrus flavor that comes from adding both lemon zest and juice to the batter 6 4 4 8 8 the suspect threw a firebomb into the church lot 6 2 2 12 12 the diamond ring was dropped into a trick or treater ' s bag 3 5 5 7 8 lollapalooza is an annual music festival featuring alternative rock , hip hop , and punk rock bands , dance and comedy performances , and craft booths 1 0 1 9 11 bounding pulses are caused by the relatively low systemic arterial blood pressure due to the continuous runoff of blood from the aorta into the pulmonary artery 8 8 8 11 11 details in the curious george sequels refer to events from previous books 18 0 0 7 7 enrichment of the soil with liquid seaweed extract has just enough of an alkaline effect that slugs hate 1 1 1 7 7 the deficits caused by the fiscal stimulus package end in 2011 and will help to sustain a fragile recovery in 2010 , the deficits projected for the longer term are a threat to our economic future 4 3 3 8 8 a small steel cube was found in a block of coal in austria 3 1 1 10 10 the findings of the study have been narrated in three parts 1 1 1 5 5 the suffering caused by the bleeding depends on where the arteriovenous malformation is located 18 23 23 25 25 the banks , in order to employ the government deposits , gave unusual accommodation to their customers , until , moving in a circle of fallacies , the whole colony dreamed of growing rich by selling to each other land which produced nothing 13 15 15 17 17 max weber ' s 1922 opus , economy and society discusses the link between a pantheon of gods and the development of monotheism 3 1 1 6 6 a tent assembly includes a tent frame , a top support frame mounted on top of the tent frame , and an umbrella frame connected to the top support frame 18 16 16 18 18 major car manufacturers are launching more and more cars to attain the top position in this jungle of automotives 2 5 5 10 10 this text indicates that the drawing was enclosed in a letter to anna 18 13 13 17 17 they have taken this from my trousseau when something rustles beyond the staggering gambol of the shadow dancers 3 8 8 22 22 the mass on the whisk side of the broom is closer to the center of mass than the end of the broom stick 2 23 23 26 26 the penholder is held between the thumb and first and forefingers , the thumb pressing upon the holder about two inches from the point of the pen 6 1 1 7 7 the substance is injected into the damaged area 6 11 11 13 13 i ' m using a fast and safe way to import cars to overseas 11 5 5 8 8 for example , a television anchor uses a microphone on their lapel 8 19 19 28 28 this is a song from the musical i ' m making , it ' s about where a young lady , the sacrifice , ran away from the monks 13 12 12 15 15 in the second line , behind marshal soult , was first the division of united grenadiers , and on their left were the two divisions of marshal bernadotte 6 1 1 6 6 stroke patients have been entered into hospital for neuroprotection 8 1 2 8 8 the press release from the respondent ' s counsel describing the settlement is here 12 1 1 7 7 the principal is a member of the corporation ( governing body ) and is its main professional adviser 18 4 4 8 8 instead of placing the seeds in a strainer basket , they were placed in a wet muslin or cheesecloth and hung up 18 1 1 7 8 our company has entered into the exclusive retail business and plans to open 60 retail stores in the country in the next 5 years 6 0 0 6 6 billions of euro are invested into nanotechnology in europe 3 1 1 2 2 the marsupial pouch helps keep the young attached to a teat 1 2 2 6 6 the overall damage caused by the destruction of land and property for the wall ' s construction has taken many years to recover further 8 6 6 17 17 er physicians trying to save an eyeball that has popped out of an accident victim ' s head 14 9 9 21 21 first great western is preparing to distribute thousands of leaflets on board its trains to inform customers about a major track improvement 14 1 1 4 4 the painting shows a burgher portrayed as a benefactor on the steps of his house on the oude delft canal 15 1 1 12 12 the relationship between gaelic and australian football is the subject of a controversy among historians 1 1 1 9 9 the pain he felt was caused by the plant rubbing against his capillaries 18 1 1 5 5 these loans are traveling into foreclosure significantly slower than conventional loans 1 5 5 8 8 several blocks of flats caught fire after the blaze spread from a building site in sumner road 16 3 3 7 7 they used prestige ratings obtained from academic deans , recruiters at firms , and prospective mba candidates 1 12 12 15 15 the hawke ' s bay herald building was completely destroyed by the fire after the earthquake 3 4 4 13 13 in particular , the system convinced the jury with its advanced speech recognition module and a successful dialog 11 1 1 8 8 the performer briefly covers the window with a newspaper or jacket for 5 seconds 15 2 2 7 7 tea related scenes form the subject of paintings and drawings 15 1 1 9 9 the methods mentioned here are analyzed in the next section 3 1 1 6 6 a pedometer uses a spring loaded arm to measure the vertical movement 6 4 4 11 11 winds have been blowing smoke from the fire into heavily populated areas 3 1 1 16 16 the apartment comprises a large open plan reception room with direct access to a west facing balcony and stripped and polished floors 1 6 6 13 14 we seek to actually reverse the injury that has been caused by the heart attack 11 15 15 18 18 it is easier to push the blade through the soil and is easier on the gardener ' s footwear 2 7 7 10 10 it was sean who first spun the cylinder of the revolver , put the eight inch barrel to his head and pulled the trigger 2 3 3 6 6 the towers and battlements of this fortress gleam brilliantly on the rare occasions when the sun appears 14 12 12 15 15 the important thing is to be able to write two or three sentences pointing out similarities and differences between the poems 13 3 3 5 5 a very large sounder of boar emerges , racing across the bare ground between the grass and the waterhole 6 3 3 9 9 he stuffed the paper into the bottom of his backpack 1 1 1 8 8 the echoing you see is from an expect command running after send has run 2 3 3 6 6 luckily , the timer of the bomb had malfunctioned and it had not caused further damage 14 2 2 6 6 the first clause states that the retiree is entitled to an annuity 18 3 6 8 8 they were your run of the mill poultry workers and janitors , people whose chief crime was to cross a border , an arbitrarily line that determines who is rich and who is poor , who has rights and who does n ' t 8 9 9 12 12 the sprinkler spins because of the recoil as the water leaves the nozzle 14 1 1 5 5 this film documented the first journey of an european orchestra to iran after 30 years 14 1 2 5 5 the advertising campaign for the film also emphasized the supposed historical accuracy 18 21 21 24 24 in the spring of 1950 , the fcc issued a warning to the hollywood motion picture studios against withholding product and talent from broadcast television , in what motion picture exhibitors denounced as a bullying statement 16 11 11 12 12 tidal is a major departure for cisco , a switch and router company that in the last year has been on an acquisition binge buying a number of web 2 0 application firms 18 12 12 15 15 the undernourished kittens were ` rehabilitated ' with ad libitum access to food from six weeks of age onwards , and eventually achieved normal body size 14 2 2 6 6 these later paintings explore non figurative shapes and textures within a bare compositional space 0 0 0 10 10 lymphedema is an abnormal build up of fluid that causes swelling , most often in the arms or legs 16 16 16 20 20 in some societies , it really matters to a husband that he comes back to a meal cooked by his wife 13 6 6 9 9 within it i found a large quantity of small smelts , besides prawns , shrimps , and a few small crabs 8 1 1 7 7 the blood originates from an abnormal blood vessel that leaks or ruptures 18 0 0 5 5 religion has become the hottest topic of study for united states historians 3 2 2 11 11 the developed mechanism is composed of a dual coaxial high precision goniometer , which has theta in and theta out axes with 0 0025 resolution , and two crystal mounts connected to the rotation axes ( fig 1 ) 1 3 3 8 8 since the pn signal is generated by an algorithm , knowledge of the algorithm reveals the entire sequence 18 3 3 10 10 this government views science simply as a tool for profit generation 11 1 1 11 11 tokay students cultivate plot of olive trees with the help of donations 1 3 3 11 11 argentina was the destruction of the natural grasslands caused by the expansion of the cropping frontiers starting in 1875 3 21 21 3 3 the shells are maireeners but of different species the 1802 necklet was made with king or queen maireeners , the 1830s necklace with small maireeners 2 7 7 11 11 an old lady was standing at the railing of the cruise ship holding her hat on tight , so that it would not blow off in the wind 6 2 2 6 6 a famous singer was sent to prison 13 5 5 8 8 they rail against the coffeehouse fellowship of the artisans and others 15 3 3 13 13 the themes of sex , death and growing older are explored in new works by poet mark doty 3 7 7 8 8 the device is the best solution for headphone cable knots on your mp3 player 13 4 4 6 6 cornelius gingerich sold a span of mules to jake ayers of wellman last week 16 3 3 7 7 production of raw steel by the steel mill also dropped by 63104 tons and the same was the case in other products excluding coke 18 4 4 8 8 this dissertation examines four romances copied by the scribe himself 2 14 14 17 17 the current was quite strong and i was having difficulty swimming over to the daggerboard of the boat which was now sticking out of the water 8 1 1 8 8 the energy is derived from an external power source 15 1 1 7 7 the scheme is illustrated with the following example 13 19 19 21 21 earlier on our trip , where the seawall between two backyards was missing , jennifer and i spotted a plump of moorhens living in the void 6 5 5 9 9 the commercial bees are spreading parasites to their wild cousins 13 7 7 10 10 these aliens were the covenant , a confederacy of various races brought together by their fanatical religious devotion 17 7 7 10 10 that claim is however exploited in the philosopher ' s dialogues 3 3 3 5 5 he operated the centrifuge with rotors and buckets which show signs of corrosion or mechanical damage 13 7 7 10 10 in september 2001 , idrc created a council of regional advisors for west and central africa 13 11 11 13 13 part of new york city became an urban jungle as a swarm of bees descended on the busy union square park area 18 6 6 11 11 nepala cabinet held a chilly outdoor meeting on a mount everest plateau today 18 2 2 7 7 the java developer has moved into weblogic administration 0 1 1 7 7 the death of the rat caused the relocation of the flea , and if its next host just happened to be a human , then contagion was the result 13 12 12 15 15 the crowd congregating near the dwelling reminded one man of a huge cluster of swarming bees extending far back 6 2 2 6 6 200 it jobs are going into schools in victoria 18 0 0 4 4 producers planted the frozen scallops that led to spike ' s elimination from top chef 6 7 7 10 10 in an experiment , proteins successfully transported copper into the tissue 18 1 1 5 5 the firm assembled a project team consisting of the authors of this paper to develop its onstar telematics business 17 1 1 19 19 many directors adapt a story from another medium such as a book , play , or game into a film , with varying results 1 1 1 8 8 the injury or death was caused by the intoxication and the employee shall be barred from receiving workers ' compensation 3 1 1 6 6 the mouse has left and right buttons on top , 4 direction scroll ball between them 15 5 5 9 9 kit hinrichs talks about his experiences in a recent interview for the one club 11 2 2 13 13 a drunk mother who killed her fiance by running him over with her car outside a pub was jailed for three years today 1 3 3 5 5 i suffer from headaches from perfume and any other toxic thing i get to smell 6 4 4 7 7 the students poured their empathy into startling poetry 18 1 1 5 5 the book departs from the movie in several respects , but eggers does an excellent job taking us inside max ' s head and motivations 11 4 4 10 10 menuactivate occurs when the user accesses the menu with the keyboard or mouse 18 4 4 5 5 when opened to its tote bag form , it looks like a unsubstantial tote bag with a compartment for the umbrella 8 3 3 9 9 this week the organist was from nearby trinity episcopal church , and he did a wonderful job 4 5 5 8 8 i love to sup an ale in a tankard by a blazing fire on a coldly day 6 6 6 9 9 takeovers have taken ted ' s portfolio into new territory 11 1 1 7 7 the pathologists perform study of disease through examination of organs , fluids and tissues of the body 8 12 12 18 18 the day was declared a public holiday , and at noon the train started from the gaily decorated station 6 4 4 7 8 the customers are bringing snacks to the movie theaters 16 2 2 5 5 we hear promises from our leaders of big change in the future , without any credible plans right now 1 11 12 7 7 these changes can be caused by the tumor itself , by increased pressure within the skull caused by the presence of the tumor 13 20 20 22 22 he was married twice , and after his second marriage he kept in the sight and knowledge of everybody a harem of concubines 7 3 3 7 7 the stainless steel vessel was filled with nitrogen , and the pressure in the outer volume of the chamber was kept steady 14 4 4 13 13 i have read the comments made by micheal hortin with regard to this decision and would like to make the following observations 14 10 10 15 15 while the slide was presented , an audio recorded biographical script was played describing the person 13 3 3 5 5 tyra banks and mob of women took over the streets of union square monday ( aug 17 ) in new york city as they flash danced for a taping of the tyra banks show 0 7 7 13 13 instead , the doctor had administered a drug which had caused the eventual death of the child 3 1 1 11 11 the turtle was slowly pushing the jellyfish in front of his mouth ( in the manner of a water polo player controlling a ball ) , keeping his prey steady with his flippers 13 4 4 6 6 like magic , a covert of coots arrives to feed on whatever there is in the lake bottom 0 1 1 5 5 the crashes resulted in the collapse of much of the world trade center complex , the destruction of part of the southwest side of the pentagon 2 1 1 4 4 the haft of the axe is make of yew wood 2 7 7 11 11 the smallest star was completely inside the arm of the blue cross 2 7 7 14 14 the cat ' s large and prominent eyes are placed well forward on the head and , like the eyes of humans , they face forward 15 1 1 7 7 the condition was previously described in the literature 4 7 7 11 11 finally , they found out that the letter was in a trunk in her mother ' s attic 0 7 7 11 11 the fact that you actually caused an accident that resulted in injury or death gives them the justification they need to prosecute you to the fullest extent of the law , and seek the toughest penalties possible 13 40 40 42 42 in the chambre de offering , where the service bed was placed , immutable persons , such as ambassadors or great lords , whom it was desired to honesty , were received in a more covert dernier cri than the canaille of courtiers 6 3 3 6 7 the machine blows water into the connecting conduit 6 1 2 7 8 the loan fees were added into the set interest 8 3 3 7 7 after the distraught cub runs away from home , a mischievous storyteller called bonifacio sweet talks him into performing on stage 0 17 17 24 25 with bummer gone for the night the groms decide to surf at night with the help of floodlights , but the floodlights cause a power outage for the entire hotel 2 1 1 8 8 a summary of the procedure appears in the table 6 0 0 5 5 intruders are going into the organization looking for key documents 3 1 1 7 7 each painting is built up of many layers over time , thin transparent layers are juxtaposed with thicker juicier layers of paint 1 1 1 10 10 an inflammation of the liver caused by the hepatitis a virus ( hav ) 17 1 1 6 6 the authors produced a high quality book that is an important reference source whenever i need to undertake strategic planning 3 9 9 10 10 it is a relatively simple task to lubricate your brake cables periodically 1 8 8 13 13 the conclusion of the investigation was that the loss was caused by a failure in a cell wall , resulting in a serious crack and a leakage that the pumps were not able to cope with 14 1 1 3 3 the talk considers graphs and multi graphs as a subject of knowledge 1 1 1 9 9 the tsunami was generated by an unusual type of earthquake that occurs near oceanic trenches 8 1 1 9 9 the prisoners escaped from an older part of the jail 12 1 1 4 4 this fish lives in shoal of 150 to 900 11 0 0 8 8 firefighters mark hydrants that work okay with spray paint 17 20 20 21 21 in 2009 , daniel bennett began litigation against the university of leeds for it having disposed of 5s 7lbs of lizard excrement he had meticulously collected 8 1 1 6 6 the inspiration came from a temp job he once had that involved alphabetizing purchase orders and a job he had as an engineer for three months 18 1 1 9 9 each student is a participant in a web conferencing session 3 5 5 9 9 a portion of the ethernet cable ' s outer insulation is in the connector as well 4 1 1 5 6 the key was inside a planter thing we had hanging near the door 1 9 9 11 11 around the globe , unique and fascinating species face extinction from hunting and habitat destruction , which affects vulnerable animals in every kind of environment 18 1 1 5 5 most people are familiar with feelings of anxiety 11 2 2 1 1 the nail gun drives the nail using a single rapid stroke so that heat is generated by friction between the nail and the wood 2 10 10 13 13 as he was mulling over his options , the front door of the cottage opened and someone stepped out 14 1 1 8 8 the book involves the reader in many other themes of vital relevance to everyone 18 3 3 6 6 capacity is the combination of human resources and institutions that permits countries to achieve their development goals 8 1 1 5 6 the workers fell from an upper part of the roof to a lower part 3 21 21 24 24 frequently , the librettist has n ' t had an inkling of these feelings , for they are all in the composer ' s head 8 10 10 13 13 in swahili , jana means yesterday so here are some items from her yesterdays 18 1 1 4 4 the team finishes the season with a 9 11 record , just short of tournament contention 18 17 17 22 22 it became an obsession but , frustrated at every turn , he eventually made do with a copy made by a family firm in nottingham 8 1 1 10 10 the flag randomly popped out of an enemy ' s corpse 1 3 3 10 10 but the most damage has been caused by the corrosive effects of wind and water 14 2 2 5 5 the first scene shows a meeting between axel and a tramp in the street at night time 4 1 1 7 7 the fueltruck was contained in a large box to ensure that any spilled diesel would be contained 16 10 10 17 17 one of the requirements of the portfolio is a goal sheet , which is completed by the student 8 1 1 5 5 the sun emerged from the pillow of white clouds 14 5 5 8 8 the central theme of the book is the development of the idea of congruence 4 2 2 6 6 after the snake was in a jar for a few minutes , it ceased the letisimulatory posturing and appeared normal 9 0 0 1 1 rice beer is a famous asian country ' s drink , especially in japan 13 16 16 18 18 i feel honored to have been awarded this scholarship , since it comes from the governing body of pathologists , which decides who is worthy and who they think will progress to become successful in this field 13 22 22 25 25 theocritus was born in syracuse , sicily , spent time on the island of kos and was also a member of the pleiad of alexandrian poets under ptolemy ii in alexandria 17 15 15 20 20 the years of the first postwar five year plan saw a vigorous rise in the factory ' s output of equipment for the chemical , metallurgical , coal and petroleum industries 18 1 2 6 6 these city dwellers have sunk into abominations 18 10 10 13 13 the model describes the relationship between a government and the manager of a firm which produces a pure public good , under private or public ownership 13 14 14 19 19 i will need a stevyn sized box as i have more mucus than an escargotoire of giant african land snails 11 7 7 13 13 putting a first time learner in the driver ' s seat of a car is a scary proposition 4 4 4 10 10 the 2 in 1 shampoo and conditioner was in a bottle fixed on the shower wall 14 4 4 7 7 this study has added insights into the diversity as a phenomenon in nursing and has implications for the nursing profession 18 0 0 6 7 brutality was an intrinsic part of plantation life and no child , however privileged or protected , could escape its ugliness or it savagery 16 29 29 31 31 a unique red and green army of trade union and environmental campaigners was on the march in an attempt to save from closure britain ' s only major wind turbine manufacturing plant 8 16 16 21 21 in his running film ( 1972 ) , each shot lasts for ten seconds while a figure runs away from the camera as far as he can in the time 18 1 1 6 6 the police told an open government surveyor it does n ' t give out the records 0 1 1 5 5 the movement developed from the rediscovery by european scholars of many greek and roman texts 17 1 1 4 4 the fireman ' s report for the afternoon of january 11th stated the banbury seam to be in good condition with no gas and good ventilation 8 2 2 8 8 the albinistic birds are descended from an albinistic parent for in all these years that i have been observing these abnormal birds 2 1 1 3 3 the mycelia of truffles form symbiotic relationships with the roots of several tree species 3 2 2 8 8 an expansion tank has a vertically set up cylinder with a float therein , which forms a separating element between water and gas in the cylinder 1 2 2 14 14 the vascular dilatation was caused by the sympathetic and the course of vaso motor nerves 1 2 2 3 3 sheet and rill erosion is considered to be the most harmful of all soil erosion forms since it may be unnoticed or ignored by the peasant 3 0 0 1 1 engine pistons transmit the force generated by the combustion gas to the connecting rods 13 9 9 14 14 a young girl tries to fit in with a clique of popular middle school girls after moving into the guest house of one of their homes 13 8 8 10 10 naturally , they get taken in by a sorority of misfits who teach them that what ' s on the inside is more important than being cute 4 1 1 7 8 the foot was inside a white nike running shoe 13 19 19 22 22 expecting the lion to come out of the bushes at any moment , we were surprised to see a coalition of male cheetahs instead 4 3 3 7 7 we store the cards in a matching box 18 4 4 6 6 the female constructs a nest of grass in a hollow on the ground 1 1 1 5 5 the problem comes from the widgets resembling htc ' s own sense ui widgets 6 4 4 6 6 nasa have also taken fish into space 12 2 2 5 5 the average soldier joins your army for the pay , and if you can not pay him he will walk away and go back to get a job as a farmer or laborer 18 1 1 8 8 the kids get to hop around in a sack or pillowcase 18 2 2 7 7 more important advantages are related to the position of a left handed first baseman with respect to the base 8 1 1 9 9 the boat had set sail on wednesday from the port of kotorr ( monte negro ) and was making to southern coast of italy 11 1 1 6 6 the mage blasts the foe with spells and the knights ride up the flank and hammer the enemies ' sides 6 9 9 12 12 so far this year , the city has dumped sewage into the river more than 500 times 3 5 5 8 9 the northern half of the block includes a parking structure with five levels 14 2 2 15 15 a family report on hope ' s website gave details of the morning ' s events 8 17 17 22 22 the owner returns the amount paid by way of guarantee deposit , within 31 days after the occupants ' departure from the property 8 1 1 6 6 most ticking is made of synthetic fibers like polyester , or acrylic 4 1 1 9 10 the pizza was contained in a large , recyclable cardboard box , and the sugar was packaged in a recyclable paper bag 2 6 6 9 9 one of the guards at the entrance of the supermarket said it had been the same scenario on saturday with a long queue for sugar being the order of the day 4 1 1 5 5 the painting was in a trunk next to the bed 13 6 6 9 9 thus , the interpretation of a battery of psychological tests depends on who does the interpreting 14 2 2 8 8 in this strategy we set out the main issues , priorities and tasks 1 1 1 5 5 the fire is caused by overheating of connections , which is cause by its turn by poor ohmic contact 3 1 1 5 5 the subject first moves a foot in order to take a step 1 5 5 9 9 figure 9 shows the average delays obtained with this policy as compared with those of the previous subsection 13 7 7 10 10 by the end of 1559 the whole bench of catholic bishops had been replaced 18 1 1 5 5 the trip of two mountain goats to was also a subject for discussion 1 7 7 12 12 space shuttle science shows how 1908 tunguska explosion was caused by a comet 13 5 5 7 7 the result is an exciting melee of influences , all bound together by the unswerving class and charisma of kinny ' s persona 0 2 2 17 17 cobalt metal fume and dust cause upper respiratory tract irritation , chronic interstitial pneumonitis , and skin sensitization 8 2 2 2 2 the leeward barchan runs away from the windward barchan because of the inverse relationship between velocity and height 1 9 9 14 15 every child and young person seen at starship with intoxication from alcohol or illicit drug use had a social work assessment before leaving the hospital 8 8 8 12 12 paradise coffee is one producer that offers several coffees produced by different species of beans 5 16 16 18 18 accompained by two seneca indians , he set out on snow shoes with a forty pound pack of clothing and books to traverse that long and perilous trail 6 3 3 7 7 we inserted some sound into the blackboard announcements 13 6 6 8 8 only then did i notice an ambush of tigers pacing us on the far shore 6 15 15 18 19 thus , during long term operation of a reactor with a sodium coolant , the radionuclides migrated into stainless steel up to a depth of i00 ii0 m 8 1 1 7 7 the title originates from an ohioan urban myth 8 1 1 4 4 the photos from past events were printed and on display in the fellowship hall for several weeks during the 60th anniversary celebration in sept 2006 18 2 2 7 7 the original santur was made with tree bark , stones and stringed with goat intestines 15 2 2 10 10 the second accident was reported on radio and television morning shows 18 1 1 5 5 his place was in the desk in front of me 3 2 2 6 6 a sailing boat has the large mainsail , a smaller foresail and perhaps a large balloon like spinnaker at the very front 18 6 7 10 10 some time in 2002 , the chief executive of this corporation sought and received board approval to construct a modern training school for its staff 5 4 4 8 8 i gave him a bottle with very cold water in it yesterday because it was so hot out when i took him for a walk 14 2 2 9 10 the new study provides insight into how the first flowering plants evolved from pre existing genetic programs found in gymnosperms 8 1 1 6 6 the victim ran away from the perpetrators so quickly , he ran out of his shoes 11 7 7 10 10 after this preliminary identification of the hittite people and their language , we had more confidently approach the story of their rise to fame 8 13 13 16 16 upon completion of the activity , the employee supervises the exit of the group from the facility 6 1 1 5 5 a train ran into a truck , leaving 14 dead 2 0 0 6 6 muscles are the parts of the body that allow us to move in positions such as sit , stand , walk , run , bend , and reach 10 5 5 7 7 this website is the best tool for artists , labels and fans alike 2 12 12 2 2 the mobile crane can be used for demolition or earthmoving as the hook at the end of the crane can be changed to a ball or wrecking bucket , dependent on the crane hire job 3 1 1 7 7 the room includes a queen bed , shower and tub and sitting room with sofa bed 18 8 8 18 18 over much of the past decade , the leader has methodically fashioned the party into a re election machine 5 8 9 11 11 oh , so this was all about a trash bag with money in it 6 24 24 27 27 i went to a bank and got 100 worth of pennies in those rolls , emptied them out , then put all the loose coins in a sack , and delivered them to mr giles ' s office at the league headquarters in carew tower 8 2 2 6 6 as the ship drew from the harbor more , the helmsman turned ` round easily 14 4 4 8 8 the most successful action films were about a man called rambo 1 2 2 6 6 with the pollution caused by the buring of coal , the light colored tree trunks became darker due to soot 18 12 12 18 18 he stirred the oil , garlic and cumin seeds together in a dish large enough to hold the sardines in a single layer 2 1 1 8 8 the media is the middle part of the artery , made up of a layer of muscle and elastic tissue 0 1 1 11 11 continued exposure to higher concentrations of the gas cause disorientation , convulsions , unconsciousness and death 13 7 7 9 9 i was hoping to find yet another bed of clams , but no luck 6 2 2 7 7 the war refuges migrated into the southern region to avoid battles 13 1 1 3 3 a swarm of ants in the search for food shows the remarkable capability of finding shortest paths between a found food source and the anthill 6 3 3 6 7 the scientists poured money into pint cancer research 14 1 1 4 4 the program depicts the adventures of a mysterious , humanoid alien 0 2 2 6 6 these chemical studies were directed toward proof of structure of the indole components of the seeds 1 1 1 6 6 the riot was instigated by the clergy of the church of england with the active support and collaboration of the magistrates 2 2 2 9 9 the skydiving scene was the best part of the movie 18 1 1 5 5 the farm is participant in forestry and there have already been planted around eight thousand plants 1 2 2 6 6 but the discomfort caused by the ointment and the duration of treatment often result in non compliance 0 0 0 6 6 menopause and pms cause stress and anxiety even without imbalanced hormones 18 1 1 7 7 the arrest completes a dismal past five weeks for the 25 year old 13 8 8 11 11 along with the terracotta army , comes a shuffle of terracotta bureaucrats identified by the knives hanging from their belts , which would have been used to correct mistakes written on strips of bamboo 0 1 1 5 5 the killings resulted in indiscriminate firing by unknown people in garden area of the city 14 4 4 14 14 it is an online publication dedicated to informing the world about the numerous state violations of citizens ' rights 1 1 1 4 4 the cow makes a sound called lowing , also known as mooing 4 7 7 12 13 finally , they found out that the letter was placed inside a pocket notebook that donna owned 16 2 2 9 10 the dissolution plan has been presented by the special study committee that was responsible for producing it 1 0 0 7 7 flashes are caused by the vitreous gel tugging on the retina 17 1 1 6 6 the country has constructed a thermal plant in takoradi to supplement its power supply needs 2 5 5 9 9 next , i adjusted the screw of the lifter magnet to be about 20mm above the top surface of the adjustable arm 4 2 2 6 6 the scorpio single was in a bin with around 6 zillion 45s 6 3 3 7 7 he took his son to the ancient temples in cambodia 13 3 3 6 6 the first fighter wing of these planes is already in service 1 5 5 9 9 information about salmonellosis , an illness caused by a bacteria found in raw food , soil , or water 18 2 2 7 7 in the book , a distinguished country gentleman becomes a knight after reading too many chivalric novels 0 10 10 14 14 natural liver cirrhosis treatment liver cirrhosis is a degenerative inflammatory disease that results in hardening and scarring of liver cells 11 2 2 8 8 the game designer also uses a very specific tool for his work 6 14 14 18 18 many investors ' funds are pooled together and the fund managers invest all the money in a diversified basket of investments 5 9 9 11 11 the brochure shows , in one embodiment , a vase with flowers inside a cut flower sleeve with the sleeve tied with a ribbon about the neck of the vase 16 4 4 8 8 the sun displayed a design by a macaque monkey 4 4 4 8 8 each person ' s name was in a box 18 3 3 7 8 the day old baby was taken into intensive care 3 1 1 6 6 the trucks are comprised of smaller parts , including axles , bushings and kingpins 6 2 2 11 11 an american student fell drunkenly into the city ' s main river 0 2 2 4 4 and these gases cause evaporation of water from sea and soil 6 3 3 7 7 she put her jewels back in the casket , and dressed herself in the plain black gown 2 2 2 8 8 the dentate gyrus is a part of the hippocampus , the main memory structure , and has been shown to play a role in the forming of new memories 6 0 0 4 4 bolus was injected into ports above the filter set 8 0 0 4 4 concrete is made from cement , aggregates ( gravel and crush ed stones ) and water 18 1 1 4 4 congregational clergy of various denominations were surveyed to assess their understanding and experience of trauma 2 2 2 6 6 the small spring of the percussion hammer then forces the latter downward into the head of the striker , thus firing the mine 0 5 5 8 8 i am currently taking a medication which causes tingling in my hands and feet , but i also have vitamin d deficiency r hyperparathyroidism and my calcium is up and down 6 0 0 4 4 investment flows into emerging markets 6 3 3 6 6 the mechanism transported dust into shadowed regions 13 12 12 14 14 both are driven to play a leading role in the five strong bratpack of teenagers who have the game ' s future in their hands 6 4 4 8 8 squeezed growers have put plight to the city dwellers 1 10 10 18 18 but by far the most frequent tsunami maker is the buckling of the seafloor caused by an undersea earthquake 11 5 5 8 8 to use it , a person applies the vinegar to a cotton ball and then swabs the vinegar on the affected area 14 2 2 12 12 a political blog is a common type of blog that comments on politics 2 18 18 22 22 so , it is quite possible for nonviolence and grave violence to slip back and forth in the mouth of the same person 1 5 5 7 7 a magnetic bracelet helps the pain from stroke in your arm 1 14 14 22 22 dalindyebo r900 million and the tribe a further r80 billion in compensation for the humiliation caused by the monarch ' s criminal trial 14 1 1 13 13 a war of words erupts between sinn fein and the dup over the devolution of policing and justice powers to northern ireland 8 13 13 16 16 the duration of the visa is estimated from the first exit of the applicant from the country after issuance of the visa 13 21 21 23 23 a few crappie on tuesday ( june 24 ) were found among flooded willow trees , presumably feeding on the recent hatch of mayflies ( willow flies ) that occurred on sunday and monday 3 22 22 25 25 her bathing suit was pulled off her shoulders and her back , a ruddy , orange brown , set off by a string of creamy pearls , shone in the sun 13 5 5 23 23 by tacit approval , an order of preaching heretics who deny the infallibility of the bible , an order of drunken and adulterous clergy , are permitted , and are at this moment holding benefices and preaching in the church of england 3 1 1 9 9 the pig rooted around in the dirt with its snout 13 20 20 23 23 the government spent nearly 10m euro of taxpayers ' money this year to cover the salaries of the ever increasing coterie of special advisers 13 5 5 10 10 india plans to build a constellation of seven geo stationary satellites at a cost of rs 1 , 600 crore to meet the navigational system requirements in cars , trains and aircraft 18 2 2 7 7 the sales cycle has shortened from several months to weeks 2 2 2 5 5 alexandros caught blade by the haft as it fell 18 1 1 5 5 the study on which this paper is based was prompted by concerns about marking standards 10 4 4 5 5 before heading down the phone operator career path , you need to examine whether you possess the skills for this type of position 18 3 3 10 10 also , every employee who is a participant in the trust automatically has a beneficial interest in the ownership of the agency 5 6 6 10 10 ken put a thermometer in a glass filled with hot water 5 1 1 4 4 the bottles contained a substance authorities believe is human fat 4 1 2 9 10 the detector module including a preamplifier was inside a laboratory oven 2 2 2 9 9 the mentor session was the best part of the conference 3 8 8 14 14 the concept car acura tl features a wiperless windscreen using a series of jet nozzles in the cowl to blow pressurized air onto the windscreen 4 3 3 7 7 stirring the hot popcorn around in a kettle drizzled with sugar , salt and oil evenly coats the popcorn 2 18 18 21 21 after arriving on the bottom at the wreck site , the first team of divers must check the anchor of the boat for security 2 1 1 4 4 the tiller of the stonebow is curved downward between the latch and the prod 3 6 6 8 8 however , the exact active site configuration of enzymes in vivo is very difficult to address for two reasons 18 19 19 21 21 part of the task which the authors set themselves is the delineation and validation of the idea that a subculture of violence exists 4 1 1 5 5 the rootball was in a crate the size of a refrigerator , and some of the arms were over 12 feet tall 18 1 1 4 4 the author ' s name gives her work a brand image that informs consumers ' choices of literary and artistic works 6 1 1 5 5 the newborn arrived into this world with gifts and talents 18 7 7 17 17 in the healthy heart , the left ventricle performs a systolic wringing motion , with a counterclockwise rotation at the apex 8 1 2 7 8 the radiation burst was coming from a supernova remnant known as n49 in the galaxy known as the large magellanic cloud 14 1 1 9 10 his novels and stories often have to do with black comedy , parody , satire , and zen buddhism 0 0 0 1 1 water erosion is the detachment and removal of soil material by water 6 7 7 14 14 two days later , the salt water fish was put into a fresh water pound 0 0 0 36 36 lesions involving the medial part of the premotor cortex , the supplementary motor area ( sma ) and the rear portion of the medial part of the precentral gyrus caused a contralateral , severe leg predominant hemiplegia , distally predominant and a less severe proximal weakness of the arm 2 1 1 4 4 the pins of this socket are as thick as the pins of an ic 4 1 1 9 9 a rasher of bacon was found in a returned book by a worthing librarian 13 8 8 10 10 the frenetic jostling for elbow room among the ratpack of photographers is more usually the case 15 1 1 6 6 their marriage became the topic of conversation in all circles of society 1 2 2 6 6 examining the disruption caused by pupil mobility 17 1 1 9 9 these brothers were the first to invent a working airplane 3 4 4 5 5 the hardness of a piano hammer has a great deal of influence on the resulting piano sound 1 2 2 8 8 the second injury also started from the aforementioned collision , but has only recently re surfaced 1 0 0 11 11 production and investigation of such a detector arose from an inadequate sensitivity of a commercial p type si detector 11 1 1 4 4 the workmen applied a blowlamp to the pipes which were lagged with felt 17 1 1 8 8 the group has thrown together a neat prototype device that could possibly be the future of casinos 18 1 1 21 21 the director , robert connolly , who co wrote the script with david williamson , assembles the pieces with great methodical logic 2 6 6 9 9 they looked very closely at the white of the eye , and saw lines that look like tiny pink threads 6 1 1 7 7 illegal overcharge was passed on to the customers 18 14 14 17 17 however , apart from visual design elements , one also gets creative with the layout of the site 11 4 4 8 8 this is completed by students using the online system 6 3 3 8 8 a few space probes have been placed into orbit around other bodies 8 1 1 9 9 the statement below comes from the morristown humane society website 3 23 23 30 30 a longer probationary period for new teachers , placing experienced teachers on probation following several years of unsatisfactory evaluations , and new alternative ways for certification are parts of the proposal 16 7 7 9 9 art , a concept separate from both artwork and creator , thus exists as the source for them both 18 0 0 3 3 discovery consists of seeing what everybody else has seen and thinking what nobody else has thought 5 1 1 6 6 the locker contained a big fluffy robe for me to change into 8 1 1 5 5 the crowd departs from the capital after the swearining of president barack obama 14 1 1 7 7 this show studies the artist ' s conversation between and untamed subject and a highly domesticated setting 1 1 1 6 6 the inflammation is caused by the growth of unusual bacteria , which usually results from antibiotic use 0 1 1 9 9 the exhibition the art of the motorcycle caused a revolution on the museum scene with its presentation of the motorcycle as a metaphor of the 20th century 8 2 2 5 5 students review art from different periods throughout history 0 0 0 8 8 pressures occur throughout life and those pressures cause stress 4 5 5 8 8 a full quarter of the products in the supermarket have some form of corn in them 11 4 4 12 12 the other shows the goddess of justice as blindfolded , with a sword by her side 18 5 5 13 13 one of the best vantage points of the boston skyline is from the water , in a boat heading toward the boston harbor islands 18 10 10 12 12 with iterpipes , python is ready to replace the bash shell for scripting 3 2 2 5 5 the slot machine contains computer software known as random number generator 16 4 4 8 8 but here is a jumper sewn by a daughter ( antoinette ) for her mother 6 6 6 10 10 now , you have imported the data into the region database 13 11 11 15 15 it took the great ronald reagan years to develop his vast coterie of left wing haters 0 1 1 3 3 the drugs cause unconsciousness and cardiac arrest separately 6 1 1 6 6 the consignment was brought into a port in sagunto 12 2 2 3 3 the three ship fleet of columbus consisted of two ships known as caravels ( pinta and nina ) and a larger ship which served as columbus ' s flag ship 13 14 14 17 17 thousands of drummers and dancers perform in the streets of kandy accompanied by a parade of ornamented elephants 15 5 5 10 10 this article lists people whose artwork has been featured on stamps of the united states 11 6 6 12 12 focusing on chronic dumping areas the group began enforcement action with surveillance cameras and day and night patrols 17 1 1 3 3 the maker of additives for engine oils and industrial lubricants posted significantly higher profit in its last quarter despite continued volume declines 18 4 4 10 10 this is an absorbing book , diminished by the choppy way ackerman balances antonina ' s account with the larger story of the warsaw holocaust 4 4 4 8 8 the credit card sized reader sits in my wallet , so that i can carry it with myself wherever i go 2 2 2 5 5 the three fireplaces in the cottage are constructed of random stones with mortar joints raised and rounded 16 6 6 7 7 when guang yang worked in a textile factory in her hometown of beijing , she would sing to pass the time 13 19 19 21 21 bruce had fallen out of favor and koro and cleo settled into a more conventional relationship , producing another clutch of chicks 3 6 6 11 11 among the highlights were an epaulette shark that walks on its fins , a praying mantis like shrimp and scores of reef building corals 0 0 0 7 7 electrolysis of the resulting mixture caused the reduction of the aluminum ions in the al2o3 6 10 10 12 12 governments and industries in nations around the world are pouring billions into nanotechnology 18 1 1 4 4 the president of the bank has told us that most of the state banks exist by its forbearance 14 1 1 4 5 the stories also explore cultural norms , social norms , and other aspects of vietnamese society 6 2 2 10 10 the new residents have been moved into their brand new home 14 4 4 9 9 the aim of this paper is to present a model for the determination of the monetary values 6 6 6 11 12 the president seeks to hand over power for aids program to client countries 18 3 3 6 6 last month , scientists sliced the brain into 2401 paper thin sections , part of a project to create an open access digital atlas 6 3 3 3 3 the white plastic cup was put inside a large cup and 100 formosan subterranean termites were released inside the large cup 13 16 16 18 18 there was an ancient looking small shrine there in the ground , and they found an earth of foxes under its floor 11 1 1 5 5 real gamers use keys neck ties 14 3 3 8 8 later in his speech , obama declared his support for iranian nuclear power and opposition to iranian nuclear weapons 18 3 3 7 8 chin creates his work based on his life experiences and observations 18 23 23 25 25 these include the tapping of the package , the way one holds their cigarette , the oral gratification , and the easy social camaraderie of smokers on a break 14 3 3 10 10 a number of questions had been tabled relating to the dangers of the new vaccine 4 1 1 5 5 the jewelry was in a cabinet in the same room 18 1 1 4 4 this meeting of devoted friends and lovers served as the foundation of the names project aids memorial quilt 17 1 1 2 2 a spider bite is an injury resulting from a spider ' s forced interaction with other than prey organisms that can lead to medically significant complications 3 15 15 21 21 usman was made to dig one place for a foot or so , while the priest searched the earth with his fingers the charm did not appear 18 7 8 12 12 self organization become apparent in evolution as self assemblage of the gene networks and cascades 0 4 4 9 9 many different bacteria , protozoa and viruses cause food poisoning , but most cases are the result of just a few species of bacteria 18 12 13 14 14 the boy learned how to protect the socket for making a picture light switch cover in this free home decorating video 14 3 3 6 6 it was a dispute discussing the question whether the language of the greek people ( dimotiki ) or a cultivated imitation of ancient greek ( katharevousa ) should be the official language of the greek nation 5 1 1 9 9 the database ' s contents comprise more than 150000 images covering the early 1970s to 1994 14 5 5 7 7 he also released a similar document investigating violence against women 18 3 3 8 8 the concepts of psychoanalysis have been applied to films in various ways 1 19 20 24 24 one sad ( excuse the pun ) consequence is that a winter of suffering from sad adds to the weight gain caused by the antidepressants 3 1 1 4 4 the fortress has 6 bastions and 4 gates 17 4 4 9 9 ward cunningham , the developer of the first wiki software , wikiwikiweb , originally described it as the simplest online database that could possibly work 15 1 1 9 10 the organization has also been the subject of much conspiracy parody 18 5 5 7 7 the poor management pushed the workers into depression 16 0 0 12 12 stings or bites are caused by midges , horseflies , bees , wasps , ants , some spiders , fleas , lice , etc 8 0 0 3 3 conscripts on spanish galleons escaped by jumping ship in new orleans and in acapulco , mexico 3 2 2 19 19 in the shoulder joint , the humerus ( upper arm bone ) fits into the socket of the shoulder blade 13 7 7 10 10 the beach was empty except for a charm of yellow finches 4 2 2 8 8 the ovarian tumor was put inside a plastic bag before retrieval 14 2 2 4 4 a stormont meeting on jobs with a delegation from the north west was ` constructive ' 10 3 3 6 6 of the three institutions using a thesaurus as a tool for managing indexing vocabulary , one stated that the material covered was of a general nature 12 1 1 9 9 every municipality in ontario is a member of the corporation 18 0 0 6 6 pilgrimage to mecca is a basic tenet of islam 3 1 1 9 9 the unit consists of a mobile launcher , an interceptor and a command and control battle management and communication ( c2bmc ) system 11 1 1 9 9 the reciter stirs the water with a double edged sword , a khanda , which he holds in his right hand 1 2 2 10 11 the structural deficit has been caused by the series of tax cuts , not the recession or defense needs 18 1 1 6 6 the hypermenorrhea was made worse by treatment 18 9 9 12 12 after facing the hopelessness of the future , the poet sank into despair 11 1 1 7 7 the perpetrator killed the victim with a gun 13 5 5 8 8 he has arranged a new brigade of irish volunteers 18 2 2 5 5 the final rules are under consideration and are expected by june 30 3 4 4 7 7 i remembered about a string of rosary beads my mother purchase for me from a young priest and i pulled them out of the nightstand , ( where they had been for about 15 years ) 2 7 7 10 10 on the bedroom chair and along the rail of the bed were scattered the garments , the only garments so far as he knew , and the bandages of their guest 4 2 2 12 12 plus the drink machine was out so my drink was in a can and they had no ice as well 6 5 5 11 11 at that time , the skull was already locked in a safe along with some other longish bones 14 2 2 8 8 in this issue , we focus on the value of wild trees and the varied products they provide 2 4 4 10 10 the backside of the haft of the gebel el arak knife is decorated with the images of a number of of a number of animals presided over by an old man in mesopotamian dress 11 5 5 9 9 in july 2004 , the group struck again with bombs at the u s and israeli embassies 16 5 5 12 12 this is effective public relations writing from the mind of a retired editor with a dose of stickiness 18 1 1 5 5 the manager saw a black male fire two shots while beside his car in the parking lot 18 3 3 8 8 however , the emperor took advantage of the gathering to determine the order and organization of the church 6 10 10 14 14 strong warm winds from the northwest and north have carried locusts into the closest sector 6 5 5 8 9 my brother joe put the cat in a dresser drawer and shut it 13 1 1 4 4 the community of senior citizens already has great electoral power 8 2 2 8 8 the storm water is going away from the development 14 18 18 22 22 in july last year , six of the uk ' s biggest net providers agreed and announced a plan to tackle online piracy 3 6 6 12 12 music label is a very mature product that uses a powerful database engine 8 9 9 5 5 there is this really funny scene where the tie salesman runs away from the crime scene 6 3 3 6 6 the italian donated equipment to the charity 6 4 4 8 9 nasa has dumped the probe into the deep outer space 1 8 8 15 15 it took a long time to undo the damage that has been caused by the crisis of confidence , damage whose effects are just now beginning to make themselves felt in a slow , glacial collapse 13 1 1 6 6 our club consists of fun loving residents , both retired and working from a wide range of businesses 12 2 2 8 8 the young student is part of the environmental association indyact 9 1 1 2 2 these oatmeal cookies are very moist with a good flavor 2 3 3 6 6 these are the loopholes of the fortress , at which , either at top or bottom , the self immuned spider is usually to be seen watching 3 1 1 2 2 pressure sewer pipes are manufactured to astm d3754 also in 20 and 40 foot lengths and in standard pressure classes from 50 psi up to 250 psi 18 5 5 11 11 the immediate origin of the pigment in circulation is from the breakdown of endodermal tissue 9 0 0 1 1 vegetable stew is a delicious , low calorie and healthy meal to enjoy on a cold winter night 13 7 7 10 10 ellis was one of the so called bratpack of american authors of the 1980 ' s along with jay mcinerney and tama janowitz 4 3 3 8 8 only the session identifier is stored in a cookie whether database is used or not 18 1 1 5 5 this car definitely has snob appeal with its good looks and saloon functionality 4 1 1 6 6 the document was locked in a safe at scotland yard and only sent to the coroner in 2003 16 4 4 13 13 one downside of the book was that some points in the book the author expanded the book with knowledge that made it a little less interesting 8 10 10 13 13 but i am more or less set on 2 continued courses from last term and financial derivatives for this term 4 5 5 11 11 they advised me that their records for 1993 were in a box of files in a warehouse 6 1 1 8 8 essential supplies are being delivered to conflict affected families in yemen 4 1 1 10 10 the mummy , ensconced in material , was inside a box bearing the words sacred to the memory of our little hawaiian home across the sea 15 1 1 11 11 this level of experience has already been mentioned in the previous chapter 5 7 7 9 9 to the right of that is a cup with soil inside 18 0 0 4 4 electromagnets have come into use 8 2 2 6 6 when the princess left her native land and traveled west to her bridegroom , she carried , smuggled in her headdress , silkworm cocoons and the seeds of the mulberry tree on which they feed 17 10 10 13 13 a typical passage on these themes is found in the saint ' s letter to the christians in the city of magnesia 8 1 1 5 5 the term originates from an article published 14 february , 1807 by journalist william cobbett in the polemical weekly political register 18 2 2 6 6 the lisbon treaty has come into force 6 1 1 6 6 the drug was put inside a capsule for a reason 14 1 1 5 5 this website sets out both sides of the argument 14 1 2 6 6 the local legend is about a mausoleum that was also the final resting place of king robert the bruce , adding spin to the earl ' s noble connections 11 1 1 11 12 amazonian tribes reclaim the rain forest with the help of gps navigation tools 1 17 17 20 20 the rescue teams found 17 of the 25 crew thrown into the sea when the tanker caught fire after the collision 6 4 4 7 7 the user inserted an advertising into the podcast 6 2 2 8 8 the entire post was placed into the upcoming events 14 5 5 9 9 along the way she presents anecdotes illustrating basic business principles 18 1 1 7 7 the kids liberate the ponies with the help of a sympathetic groom 9 15 15 16 16 because of its low cost of preparation and reputation as a local comfort food , chicken stew is often served at large social gatherings such as church fellowships , family reunions and community fundraisers 18 4 4 5 5 approximately 1 , 000 farm animals receive health and medical care each year in our farm animal hospital 0 0 0 8 8 trauma to the face and nasal area causes nosebleeds , such as getting punched or violently slapped 11 2 2 7 7 when the photographer took pictures with the filter attached the images looked flat with a glare that covered the entire image 14 6 6 13 13 in this affecting , perceptive debut novel , rachel kadish reflects on the ghosts of the past , the tensions of war , and the difficult bonds of family 17 11 11 16 16 besides acting , directing and producing , eastwood is also a musician who has composed the themes to nine of his films 11 1 1 7 7 the boy sculpts a pony out of mud and takes care of it as if it were real 6 4 4 7 7 the man pushed the woman into the windscreen 13 24 24 27 27 pakistan captain younis khan was on thursday forced to skip a pre scheduled media discussion session in the city after being bitten by an erst of honey bees outside his home 8 12 12 17 17 lots of people responded positively to my recent post about favorite fictional towns from children ' s literature 9 7 7 8 8 in many ways , the flavor of rye beer is reminiscent of wheat beers 14 4 4 11 12 it is a satirical show on quebec television that comments on current events by the favor of the show ' s main character 14 0 0 4 4 conference deals with nuclear safety , environmental issues 1 6 6 14 14 some comments from readers highlight the frustration and inconvenience caused by the 3 pin system 2 17 17 20 20 the patient denies any symptoms associated with this pointed lesion , located on the edge of the helix of the auricle , which has been present since infancy 18 1 1 3 3 visual observations from space reveal a number of fascinating natural phenomena of interest to meteorologists and aeronomists , such as aurorae , airglow , aerosol layers , lightning , and atmospheric refraction effects 3 1 1 4 4 the armature has a coil of wire wrapped around an iron core 11 1 1 9 9 a teacher is writing vocabulary words on a green chalk board with yellow chalk in mid afternoon 2 1 1 4 4 the stick of the pinwheel is as simple as a pencil or as intricate as a carved stick or metal rod 3 1 1 5 5 all kangaroos have a chambered stomach similar to cattle and sheep 14 13 13 16 17 the museum also has a subject gateway that contains over 2 , 500 records relevant to maritime history 17 1 1 4 4 the maker ' s guidelines were clear but not really necessary as it was so simple to use 3 5 5 11 11 ground resonance occurs while the helicopter is on the ground with rotors turning it will not happen in flight 18 1 1 6 6 the speech was delivered from the steps of lincoln memorial on august 28 , 1963 as part of his famous march on washington 2 19 19 26 26 they come up from under the thwart , through the traveler and out through the eyestrap to the clam cleats located on either side of the boat 3 13 13 16 16 just a few months earlier , burger king had launched its burger buddies combo of two hamburgers for 89 cents and , later , launched breakfast buddies , a 59 cent breakfast sandwich that came with a disposable razor blade 14 1 1 8 8 the report gives an account of the silvicultural work done in africa , asia , australia , south american and the caribbean 11 6 6 14 14 they continued in conversation when the teacher tapped him on the head with a screwdriver 18 16 16 21 21 the city accuses wells fargo of engaging in illegal reverse redlining targeting black neighborhoods for bad loans that resulted in mass foreclosures 17 11 11 22 22 based in cambridge , new zealand , the company ' s bees produce manuka honey , rewarewa honey , bee pollen and propolis 8 9 9 16 16 in new york , i had dinner with a friend who graduated from a prominent evangelical college he was active in a pro israel student organization 13 6 6 8 8 players are tasked with building an armada of ships and a base from which to deploy them 17 17 17 23 23 sorcha , the seventh daughter of a seventh son , had to save her brothers from their stepmother , who turned them into swans for many years 18 8 8 14 14 she once took a tin of her delicious cookies made from the following old recipe 8 12 12 14 14 jessica simpson ' s a public affair video features a group of stars from movies and tv 18 1 1 5 5 our newsroom contains the latest developments in uk foreign policy and news on the work of the british embassy and consulates around the us 1 3 3 15 15 pneumonia is an inflammation of the lungs caused by bacteria , viruses , or chemical irritants 10 4 4 6 6 this is the best book for programmers needing algorithms not theory 2 13 13 16 16 in addition to a speedometer , a flickering digital meter mounted on the dashboard of the truck tells you how much energy is being drawn from the batteries 1 1 1 9 10 the blockages are caused by a build up of fatty plaque along the artery walls 8 10 10 13 13 the report refers to the arrival of the first somali settlers from the north in three waves 6 4 4 6 6 the student moved his digressions into footnotes 3 1 1 6 6 this wheel with its snout engaging pins is exposed so that the worker can thrust the snout thereagainst 14 1 1 4 4 the statute covering the matter specified in detail when and where the fair was to be held 18 1 1 7 7 considerable attention has been directed toward the study of the motility of the stomach and its regulation by the extrinsic nerves 1 1 1 12 12 the demise of the bees has been caused by the globalization of commerce 4 2 2 18 18 the first bomb to explode in the main northwest city of peshawar on saturday was hidden in a car and devastated a street busy with traffic , shoppers and worshippers heading to mosques to pray 3 1 1 6 6 both trucks run on lead acid batteries , common in most vehicles 6 3 3 6 6 the governments sent scientists to the desert for surveying climate changes 8 1 1 5 5 the letter was from a woman who explained to me every single detail of a three month affair she had with my husband 1 1 2 6 6 staphylococcal food poisoning is caused by eating food contaminated with staphylococcus aureus 17 3 3 7 7 the decorated vietnam veteran posts a weekly tribute to service members killed in iraq and afghanistan 11 1 1 7 7 the student formed a paragraph using a phrase from an original source 18 18 18 19 19 doc ' s former lover , the erstwhile hippie shasta , has become entangled with a married , billionaire developer , marty wolfmann 18 12 12 15 15 british , were engaged , at great odds , with the swarming rabble of the alleys 4 1 1 5 5 the binder was in a box labeled vegetable oil 4 9 9 12 12 each feeding unit contains sensor for measure of remaining feed in a scuttle 13 4 4 6 6 reporters commented on the crush of candidates compared to the crowd of supporters 0 0 0 7 7 properties of the soils developed from the amphibolites of santiago ponte ulla , spain 17 6 6 11 11 speaking of nerdy sweaters , my girlfriend knit me a mugatu sweater for xmas a few years back 14 4 4 11 11 nearly all transcribed interview text was on the subject of smoking cessation 18 5 5 9 9 the declaration urged that such strategies address the root causes and risk factors of crime and victimization 13 3 3 6 6 behind him crouch canaille of minor letters sins , venial sycophantic hacks with shady past 16 12 12 17 17 d g phalke ' s raja harishchandra is the earliest indian fiction film made by an indian director 17 1 1 5 5 the author has published a statement on a website calling the diagnosis an embuggerance 6 0 0 4 4 wealth is migrating into communities in verde valley 17 8 8 10 10 he was a maker of things , a builder of institutions , a harvester and disseminator and progenitor of ideas and the means whereby those ideas were made flesh 8 1 1 7 7 the ministers went away from the december conference 6 6 6 13 13 our company has released five computer applications to the apple ' s online shops 3 2 2 8 8 this farm equipment adopts the air cooled diesel engine , which is very suitable to the place where lacks of water or is difficult to fetch water 9 1 1 16 16 natural rubber latex or synthetic rubber is the main ingredient used for making rubber latex dipped products 6 5 5 11 11 bogus water collectors have dropped flyers into people ' s letter boxes 6 4 4 10 10 eu is pouring a million into next , next generation mobile 1 14 14 17 17 solar disturbances such as flares , prominences , and sunspots increase the amount of radiation from the sun 2 13 13 3 3 we pulled the engine out to fix the main oil gasket on the crank of the engine 16 2 2 8 8 a vivid comment was made by the german critic , walter benjamin 1 16 16 21 21 the results support the theoretical model conceptualizing alcohol use and misuse as being the product of stress caused by constraints and resources brought to bear simultaneously by agent personality , structures of daily life , and macro social structures 14 0 0 10 10 negotiations between the european community and greenland on a fourth protocol concerning the implementation of the agreement , were concluded at 13 september 2000 15 4 4 8 8 taylor reflected on his actions in a 2003 interview 2 1 1 4 4 the rope of the swing makes an angle of 10 with the downward vertical 15 0 0 7 7 garbage is rapidly becoming the topic of discussion in business meetings , political conventions , and even at the dinner table 18 3 3 7 7 when the great union of the popular masses of france opposed the great union of the adherents of the monarchy and the victory of ` political reform ' had been attained , many countries followed the french example and undertook all sorts of ` political reforms ' 6 4 4 8 8 the company invested a million into a new product for potential profit 1 7 7 22 22 a significant portion of head and neck cancers , anal cancers , and cancer of the larynx are caused by the human papillomavirus 3 0 0 4 4 light is composed of particles or corpuscles , which are refracted by accelerating into a denser medium 0 0 0 4 4 overpopulation and poverty cause tension not only within communities and countries , but throughout the world 11 3 3 10 10 taylor ' s accomplice killed the victim with a coat hanger 18 2 2 11 11 a great resume is the best tool for a successful career transition 4 1 1 5 5 the thermocouple was in a box ( to prevent it from being sprayed with liquid nitrogen ) and in a small block of thermal insulation ( to reduce excessive cycling ) 1 2 2 11 11 the only light in the house was radiating from the tv screen 16 4 4 10 10 under a giant silk cocoon created by an army of caterpillars , the shape of a honda is just about visible 8 8 8 14 14 in other news , a young and deadly kitten has absconded from an interrogation room at about 3 00 am this morning 1 6 6 12 12 in economic terms , the ecological catastrophe caused by the prestige oil spill is comparable with that caused by the exxon valdez 6 5 6 9 9 he drags and drops the file icon into a folder 2 15 15 11 11 in this article most of the photos are taken with the fish oriented with the head of the fish pointing away from you and and turned upside down 18 5 5 8 8 tense is a temporal linguistic quality expressing the time 3 13 13 16 16 slowly , with a shaking hand , he reached out and grasped the axe by the haft 11 1 1 12 12 the team stapled the plastic along the joists with heavy duty staple guns to hold it in place 16 8 8 9 9 however , legal experts expressed surprise at the car manufacturer ' s stance 18 2 2 5 5 the beautiful outside of the store is complementary to the local surroundings and is designed to be a store of the community 2 2 2 7 7 the qualitative chapters appear earlier in the book and focus on the issue of political legitimacy re the core of this fundamental handbook on heterogeneous catalysis 18 4 4 7 7 an important aim concerning enamel and dentin erosion is to identify agents that might protect the tooth surface from demineralization 18 11 11 21 21 a representative is a technical guarantor , a partner or an officer of an enterprise who is a member of the corporation and who is designated as a representative for the enterprise in accordance with sections 79 and 80 of the regulation respecting the internal management of the corporation of master electricians of quebec 8 3 3 7 7 i learned my recipe from a cuban lady 17 1 1 8 8 the man has written his most high profile work yet , a poem to be broadcast on television to mark the fifth anniversary of the world trade center attacks 6 8 8 12 12 when the layers have separated , the lower layer drained into a beaker this phase is thrown away 1 13 13 15 15 biomagnetic research , in arizona , makes a range of devices for neutralizing radiation from computers and other sources 1 6 6 8 8 the family members also get great joy from dogs doing tricks and great for family activities 13 1 1 9 9 her father also was a member of the new party and supported abraham lincoln 17 1 1 4 4 a maker of electric cars plans to use old gm plant in delaware 17 0 0 5 5 astrophysicists have discovered a new explanation for the early composition of our solar system 8 2 2 7 7 the immigrant population comes from the pacific region 18 0 0 8 8 natron is an ingredient for making a distinct color called egyptian blue 2 1 1 4 4 the handle of the stick was covered with plastic material for more durability ( figure 3 ) 6 9 9 17 17 once outside , the python was placed in a bag , which was put inside a dog crate 8 2 2 7 7 the current band arrived from the lafayette competition 11 4 4 8 8 this course teaches home builders when to use concrete for a paving or floor project 13 12 12 14 14 the residents of capistrano need to wash their cars after the annual flight of swallows returns 1 8 8 15 15 the us forces have withdrawn due to the damage caused by the eruption and the typhoon 0 1 1 5 5 the riot resulted in the deaths of 196 people , and led to a major reform in the country ' s economic policy favoring the malays 6 2 2 7 7 she poured flour into a flat metal pan 6 1 1 7 7 the goods have been delivered to the buyer 0 1 1 2 2 canine flea infestation is caused by fleas , which are small , wingless blood sucking insects 5 5 5 9 9 it turned out that the bag was full of sand and had been inadvertently left behind by jansport , a company that makes backpacks 18 18 18 21 21 in this case report we describe a young female with bcs , which was the result of a combination of risk factors , including the recently discovered g20210a 18 28 28 33 33 he went up to oxford during the war to read english and , after war service in india , codirected the tempest with neville coghill in an outdoor production by the worcester college lake 18 8 8 11 11 he founded the emmaus program , an annual convocation of diocesan clergy for their continuing education and spiritual formation , in 1983 16 10 10 20 20 over the entrance to the left circular chapel is the tomb of pius ii ( 1475 ) finished by a follower of the andrea bregno 6 0 0 7 7 money for communication is invested into ethernet technology 1 13 13 16 16 stella liebeck is the woman who sued mcdonalds after she suffered a serious burn after the spilling of a cup of coffee on her lap 0 1 1 4 4 the bending caused a fracture on the tension side of the test specimen , but the uhmp fiber ribbon held the fractured parts together 1 33 33 39 39 following a decision made by the typhoon committee in cooperation with united nations agencies and the league of red crescent societies , escap compiles every year region wide statistics and reports on the harm caused by tropical cyclones , floods , droughts and other severe weather events 16 3 3 8 8 using the analytical tools developed by the mit team for this study was the first step in the detailed analysis 14 1 1 7 7 our preview below highlights some of the features from lesser known artists 3 1 1 2 2 the fish gill is arguably one of the most complex transport epithelia in the biological world 2 4 4 8 8 in contrast , the rotors of the screw compressor and quite a few others rotate in opposite directions 18 0 0 1 1 panic attacks linked to heart disease and heart attacks 18 8 8 17 17 however in addition to maori , other population groups need specific recognition in the bill , including people with disabilities 6 5 5 8 9 these musicians have transported the vibe into the current century 8 5 5 8 8 hand stitched with fabric and clothing from different eras of her life , this quilt is imbued with meaning and memory 6 3 3 6 6 he was sending emails to undisclosed recipients frequently 13 13 13 15 15 there is great diversity of collective nouns associated with animals , from a sleuth of bears to a murder of crows 0 1 1 5 5 the influx caused a further drain on the country ' s already scanty resources 14 2 2 6 6 the examination paper was based on topics which previously had been treated in prerequisite modules in isolation 2 10 10 14 14 from the operating area , when the operator moves the handgrip of the master arm , the motion gets reproduced on the tong of the slave arm in the remote area 14 6 6 13 14 we are only interested in the parts of the proposals that pertain to local issues 16 8 8 15 15 let it be , the third full length record by the now long defunct minnesota quartet , was released at the tail end of 1984 13 9 9 10 10 louise is a director , audit chair and finance committee member of a public health board , and was a director of afaanz for 3 years 9 1 1 2 2 higher cane sugar prices are unlikely to have any impact on the price of soft drinks 14 1 1 4 4 this article charts the history of the city from its settlement by the insubres around 600 bc 3 10 10 18 18 the teacher set up an activity where each time the dancer performed a tendu with a fully stretched foot she received a tag 2 1 1 4 4 the flapper of the valve opens and oxygen from the hose enters 2 1 1 4 4 the tail of the shark continued to swish back and forth a few feet away 4 1 1 6 6 the rifle was enclosed in a case , which , in turn , was enclosed in a box 8 1 1 6 6 the alizarin was extracted from the roots of rubia tinctorium and rubia peregrina which grew wild in the mediterranean region 18 12 12 15 15 today most of the world ' s unreached people live in the jungle of big cities and no longer in the real jungle 8 9 9 15 15 because pressure is low in the vacuum or inert gas , the gas leaves the metal 13 2 2 4 4 mobilizing a collective of musicians , artists , models and collaborators n i c e built a temporary community 60 miles outside the san francisco city limits 13 11 11 15 15 even in its harshest moments , the guitars sound like a chorus of fuzzed out angels 2 10 10 13 13 when he want for a run , he checked the timer on the oven , and again when he returned 1 5 5 12 12 this ingredient also repairs the damage that has been caused by the sun 3 5 5 6 6 the cheddar cheese in the pie crust of this apple pie is a stroke of genius 17 1 1 3 3 the musician performed music in venues around the united states 2 8 8 11 11 preferably , the fuse is foreseen between the pin of the plug which projects to the outside and the inner connector of the plug 18 4 4 7 7 mark patterson discusses the issues affecting daily life in the north west 11 2 2 6 6 a car dealer attaches a license plate to a minivan sold at a eugene dealership 18 26 26 28 29 i picked up the latest issue of woman ' s world magazine a few days ago because it had a head line about the effect of safflower on belly fat 6 2 2 1 1 real world truths were imported into the fictional world 13 6 6 9 9 bella strings is a professional string ensemble of passionate musicians performing in the greater orlando area and across central florida 6 14 14 20 20 the collapsing funnel compressed to a fraction of its extended size , and the unit was moved to a kitchen drawer 5 3 3 12 12 the new armored casemate fitted on the hull enclosed a 15 cm howitzer 3 3 3 9 9 the electrical connector assembly is further comprising a circulating pipe for providing the airflow passage by the mini motor to at least one of the clearance and the gap 1 4 4 11 11 apparently , beyond the damage caused by the smoke and the water , the structure of the store itself it was not overly damaged 17 2 2 6 6 a local man put up a monument at the site , and in 1997 a community group put up a welcoming sign for visitors 0 25 25 19 19 individuals with this change , or with similar mutations in the ush2a gene , develop moderate to severe hearing loss and retinitis pigmentosa , a disorder that results in loss of vision 6 1 1 7 7 rare crabs have arrived into the historical archives 13 23 23 25 25 the guardianship lay in the hands of his pious mother , the empress agnes , until april 1063 , however , when a faction of conspirators , led by archbishop anno ii of cologne , abducted the young king , who tried to safe himself by jumping into the rhine 17 5 5 8 8 at 5 55 pm the government issues a statement saying a ministry of defense official has come forward and admitted meeting bbc defense correspondent andrew gilligan on may 22 3 1 1 4 4 your cat uses these whiskers to judge the size of an opening 18 5 5 8 8 barber ' s olympic bobsleigh plans go into meltdown 3 1 1 8 8 the sword appears in the photograph with the hilt at 10 o ' clock and the blade tip at 5 o ' clock 13 5 5 9 9 yet in judd ' s stack of galvanized iron boxes , all of the units are identical they are set on the wall and separated , so that none is subordinated to another ' s weight ( and also so that the space around them plays a role in the work equivalent to theirs ) and their regular climb each of the twelve boxes is nine inches high , and they rest nine inches apart suggests an infinitely extensible series , denying the possibility of a crowning summit 16 3 3 6 6 today ' s statement by the chancellor was a responsible one 3 16 16 1 1 under keel clearances in the panama canal ( pc ) and the sls were calculated for ship transits by comparison of elevations of the ship ' s keel and channel bottom 16 2 2 6 6 a food memoir written by a commentator on race and politics it does n ' t sound that appetising 13 9 9 12 12 a system for attaining an impedance match uses an array of collinear dipoles 2 9 9 31 31 this reconstruction involved track removals , conversion of each deck ( lower and upper ) to one way motor vehicle traffic , and the lowering of the lower deck of the bridge by 16 inches through the yerba buena tunnel 3 20 20 23 23 with a concert coming up in only 4 hours , you are working feverishly to perfect the tune of the piano ' s strings 4 10 10 16 16 although there was ammunition scattered over the apartment , the gun itself was locked in a safe , and not loaded 4 1 2 7 7 the shaving cream was contained in a box with plywood sides and plastic faces 13 7 7 10 10 there is an urgent need for a fraternity of various sections of the people to fight for the rights of the tribals and against the increasing atrocities on them 6 4 5 9 9 albion students took the sled dogs into the canadian wilds 14 7 7 10 10 sky cops is a british reality tv show revealing the work of the air police 18 14 14 19 19 whitaker had what it took to play the terrifying ugandan dictator but the other man convinced him with his passion for the part 16 27 27 32 32 the biggest news at the festival was not my receiving the prestigious aleksandar lifka award for cinematography , but that the first screening was held of a movie made entirely by a monkey 9 5 5 6 6 the indians drink so much maize liquor that it makes them drunk 14 2 2 6 6 a new documentary investigates the short career of gm ' s electric vehicle , the ev1 18 1 1 13 13 the burglar forgot to log out before leaving the home with two diamond rings 1 2 2 11 11 the germanic migrations of the fifth century were triggered by the destruction of the gothic kingdoms by the huns in 372 375 13 8 8 10 10 brown and white butterflies flip flopped over a stand of fireweed 18 1 1 5 5 the country is sinking into turmoil 16 6 6 7 7 this established his reputation as a road builder as other engineers had believed it could not be done 18 10 10 17 17 in the run up to this match , a new war of words has erupted on the internet in yet another twist to the long simmering saga 17 1 1 6 6 senior bondholders who drafted the reorganization plan for bankrupt six flags revealed their investments 6 4 4 14 14 a low temperature superconducting magnet has been delivered to ad astra ' s houston facility 3 1 1 8 8 the package includes the bbc fight for life series of videos , which chronicles the difficulties experienced in the lives of women giving birth in developing countries 3 7 7 17 17 fuji electric has developed a quick battery charger that copes with the regulations using a choke input system 3 3 3 4 4 specifications of electric heater thermostats include temperature ranging from 50 degrees f to 80 degrees f , current ranging from 19 a to 22 a , voltage ranging from 120 v to 277 v 17 8 8 13 13 it was an elegant book that treats the painter ' s life and works with reverence 18 4 5 9 10 the purpose of this thesis research was to examine social structure , culture , and gender as potential sources of variation in the seriousness of punishment recommended for everyday acts of wrongdoing 14 1 1 4 4 their songs are about sex , drugs , drinking , fighting , and rock roll 8 1 1 10 10 another celebrity has bailed out of the costa rican jungle set of i ' m a celebrity get me out of here ! 5 9 9 11 11 we dissolved the contents of one packet in a carafe of water and ran the brew cycle 8 18 18 23 23 on entering the water the esprit ' s wheels turned inwards to reveal four lateral fins and a periscope popped out of the roof 2 2 2 12 13 the complement system is important as part of the body ' s defense mechanism against infection ( fig 8 2 ) 15 6 6 10 10 these are just some of the questions tackled in the exhibition 1 2 2 8 8 the reference signal was generated from an auxiliary photomultiplier ( rca 1p28 ) with a quantum counter 18 14 14 18 18 rodrigues , who is also the governor of punjab has been accused by the congress of various murky deals worth billions of rupees 13 15 15 17 17 as evidenced from the detailed histories and clinicopathological summaries insome reports , there is a body of pathologists who are committed to performing at a high level , and answering all the questions raised by a death 2 1 1 5 5 the sink was in the desk and i had to wedge myself into the bathroom 8 1 1 6 6 the professor was released from the dungeon right in front of my eyes 13 13 13 15 15 a little ringed plover flew over the water at the bottom of the colony of vultures 1 5 5 8 8 the electromagnetic ( em ) radiation from the sun arrives mostly in the form of visible and infrared wavelengths 2 6 6 10 10 the juice passes through the tiny holes in a strainer basket and is collected in a container at the bottom 8 5 5 9 9 as a form , the oratorio originated in seventeenth century 3 3 3 14 14 a lamp holder structure of the present invention is comprised of a cup shaped base a circuit board and two elastic conducting devices mounted inside the cup shaped base and at least one light emitting device mounted on the circuit board 14 1 1 7 8 some charts are specific to a particular musical genre and most to a particular geographical location 15 1 2 8 8 the fight scenes were barely described in the script 8 11 11 14 14 just like consulting a cookbook , starting out by using a recipe from a book or website is great 3 0 0 1 1 tree roots that grow on the surface are difficult to mow or walk over and can effect the growth and health of nearby grass and groundcovers 2 3 3 6 6 the red indicator light on my telephone continues to blink after i have checked and emptied my mailbox 1 1 1 5 5 the pseudolesion was caused by drainage of the paraumbilical vein 6 5 5 11 11 the young man ' s cocktail flew into the running ceiling fan 3 1 1 4 4 a giraffe ' s tongue is purplish black and can extend almost twenty inches 11 1 1 4 4 the owner uses your information solely in order to process your credit card payment 17 4 4 10 10 then after that the angels chopped him into millions of pieces , but still he glittered and hummed 2 2 3 10 11 heart , blood vessels , blood are parts of the circulatory system 1 7 7 11 11 user edited article about salmonellosis , the infection caused by salmonella bacteria , leading to diarrhea , fever , vomiting , and abdominal cramps 1 11 11 20 20 this paper presents the results of a survey of the building damage caused by the ash fall from the cataclysmic eruption of mount pinatubo 3 5 5 8 8 at the entrance to the farm is the gardenhouse , the heart of the community supported garden at genesis farm 13 2 2 5 5 the major population constitutes of farmers and agriculture related business men and merchants 13 15 15 18 18 a new computer aimed at people aged over 60 aims to inspire a whole new wave of silver surfers 4 14 14 21 22 the 18 year old apparently took her life with her father ' s service gun , which was locked in a safe box 18 4 4 5 5 streema is an online radio tuner to listen , discover and share radios with your friends 18 1 1 5 5 the companies have gone into liquidation 18 4 4 8 8 investigations had indicated the fire started from the airconditioners because on arrival that was the area engulfed 12 7 7 11 11 there is a certain dissonance among the essays collected in this volume 2 1 2 5 5 the welcome speech of the conference was referred by the president of vse prof ing richard hindls , csc 8 1 1 6 6 the plane went away from the runway and burst into flames 3 1 1 6 6 the castle has two big concentric towers , corresponding to a three story building with two smaller towers at its exterior angles 0 1 1 4 4 the earthquake caused the failures of the electric power system , the water supply system , the sewer system , the telephone and telegraph systems 0 1 1 5 5 the guy put up a fight , so the mugger takes out a gun and shoots him , point blank 16 3 3 17 17 these are vampire novels with little blood shed and a strong moral message , written by a woman with a robust mormon faith who does not like horror books 2 12 12 18 18 a man living nearby brought a lantern , and i found the rope of the horse ' s halter tied tightly round the waist of the almost naked body of a boy 18 8 8 11 11 they are hedging bets on hosting the terror scum of different tripes 18 7 7 8 8 it is the oil that allows the radicalisation machine ' s many cogs to turn 6 1 1 5 5 the humanity has migrated into space to settle in an outer solar system 13 15 15 18 18 unlike most fall days now , few bird watchers were present to witness the spectacular stream of migrating hawks passing over 18 2 2 7 7 a third book was requested by the editor , e l doctorow but he changed jobs before the manuscript was completed 2 12 12 15 15 in a moment more the crowd began to gush forth from the doors of the church 14 9 9 13 13 it is notable because it was the first nationwide law dealing with runaway slaves under the 1787 constitution 1 0 0 8 8 boils or furuncles are caused by staphylococcal bacterial infections of the hair follicles 3 1 1 10 10 this method increases the ship ' s efficiency through drag reduction while also protecting the ocean from biocides that may leak 4 9 9 13 13 typically , the maximum heat generated from 24 fuel assemblies stored in a cask is less than that given off by a typical home heating system in an hour 2 3 3 7 7 the safety control system of the cooperative robot has size limitations , and all power is derived from onboard batteries 15 1 1 6 6 the village also appears in numerous paintings 11 1 1 4 4 the painter ' s tape has to be removed 3 12 12 13 13 my concern is that the skin around my eyes extending to my cheek bone and on the lids are wrinkled profoundly so 11 1 1 10 10 the perpetrators carried out the karachi blast through a planted bomb 18 1 1 10 10 other stations ( and cable channels ) have spawned imitation shows 15 3 3 9 9 another mathematical system description is presented in the next section 6 16 16 19 19 causing many night glowing rubies to be strung on red silken thread , he put the necklaces in the cradle 18 4 4 13 13 i ' m the coin operated machine supplier a k a the coin operator 5 1 1 9 9 the base of the shrine encloses a lone datura seedpod 6 1 1 6 6 the ship is arriving into the port now 1 1 1 5 5 cervical cancer is caused by infection with the human papillomavirus ( hpv ) and is one of the most common cancers in women in developing countries 16 3 3 8 8 a gingerbread house creation by the culinary art students of wake tech was auctioned off at the umstead hotel in cary 3 1 1 5 5 the property comprises of three bedrooms , kitchen , lounge diner and both a shower room and bathroom 6 4 4 7 7 the company shipped the cargo to the factory in china 5 1 1 9 10 the stomach contained a small amount of bile stained acid fluid 1 9 9 13 14 notwithstanding problems associated with screening , many of those cancers were caused by radiation exposures shortly after the accident 9 16 16 17 17 one of my girlfriends ordered the lomo de puerco which was their pork chop in some guava sauce 13 4 4 6 6 gorgol brought in your cavvy of mounts four days ago , took his bag , and rode off 18 9 9 11 11 these corporate leaders have inherited woodrow wilson ' s commitment to scholarship 6 1 2 7 8 the email marketing is landing into the spam folders decreasing the roi for these programs 1 43 43 50 50 this year ' s nobel laureates in physiology or medicine made the remarkable and unexpected discovery that inflammation in the stomach ( gastritis ) as well as ulceration of the stomach or duodenum ( peptic ulcer disease ) is the result of an infection of the stomach caused by the bacterium helicobacter pylori 14 1 1 4 5 this theory focuses on computational tasks , and considers automated procedures ( i e , computing devices and algorithms ) that may solve such tasks 18 2 2 10 10 the siding installer erroneously installed the siding with a 6 reveal , rather than a 7 reveal as required 4 3 3 7 8 i hold the stocks in an individual retirement account 18 4 4 8 8 as usual , an asterisk denotes a censored observation 2 11 11 14 14 there he received food , lodging ( often sleeping under the counter in the shop itself ) , clothes , and instruction in the craft 1 14 14 19 20 a thorough oral examination , which includes dental x rays , determines that the toothache is coming from a jaw problem 13 12 12 15 15 the collaborative effort helped sa and its associate group baandhani , a federation of slum dwellers , build strong relationships with the local government 17 5 5 12 12 the movie ' s child star , michael stephenson , made a documentary about the movie titled best worst movie , released to critical success in 2009 16 23 23 33 33 for a mathematician of minkowski ' s stature there was little glory to be had in dotting the i ' s on the theory discovered by a mathematically unsophisticated , unknown , unchaired youngster 6 1 1 11 11 only part of the food energy is passed on to another consumer 1 5 5 14 14 also , we note the convergence over the lakes caused by the land breeze circulation 4 3 3 6 7 we keep the box in a desk drawer and use the removable four compartment tray to organize cash and valuables 17 5 5 29 29 i did have a mated pair of tiger oscars , a mated pair of green terrors , and a mated pair of jack dempseys , who all have spawned eggs and hatched fry 13 11 11 17 17 a statement of the boards , councils , committees and other bodies consisting of two or more persons constituted as its part or for the purpose of its advice , and as to whether meetings of those boards , councils , committees and other bodies are open to the public , or the minutes of such meetings are accessible for public 18 5 5 9 9 pam court added to the debate pointing out the need for investment in primary care as part of the long term strategy 3 1 1 2 2 our belly button heals over because there is nothing between it and our stomach except a few thin layers of skin 4 1 2 6 6 the holy water was in a bottle container in the form of the virgin mary 2 1 1 6 6 the lid of the pink granite sarcophagus is decorated with isis and nephthys , which were meant to serve as guardians over the body 15 1 1 6 6 the relationships are summarised in the table below 18 8 8 16 16 ji sung finds jae young , but the striker blasts over the bar with only the keeper to beat 11 1 1 3 4 a doctor uses x rays for radiographic diagnostic purposes 6 6 7 10 10 magnetic nanoworms and nanocrystals deliver the amino acid to the tumors 13 7 7 9 9 on a gorgeous autumn morning , the amble of walkers snaked down terrace road to the main entrance on the great eastern highway 13 6 6 8 8 its ignominious failure , scattering a bridge of admirals sent to supervise its testing , became proverbial , even inspiring an episode of dad ' s army 1 2 2 7 7 the severe recession triggered by the global crisis has bottomed out , thanks in part to a rebound in exports , although production remains the same 17 5 5 12 12 one of the most memorable pinots came from a tiny boutique swiss producer 13 10 10 12 12 someone with a sense of humor decided to help a lodge of beavers in neighbouring renfrew organize their own campaign 2 25 25 28 28 he noticed a speck of blood on the man ' s thumb and what he thought were several corresponding drops on the driver ' s door of the truck 2 4 5 6 6 a photo of a paddle wheel boat on the mississippi river at new orleans 4 12 12 15 15 as the plan became a reality , schwartz inventoried all the existing merchandise in the shop and prepared an excel spreadsheet to track sales 13 7 7 9 9 french people find truffles by taking a drift of hogs into the oak forests to locate and dig for them 16 2 2 8 8 recently a statue of welles by his faithful friend was unveiled in split , croatia 13 14 14 16 16 it was a stinker of a day and we were accompanied by a bothersome business of flies 0 6 6 3 3 in the 1998 crisis , capital flight caused a crisis on the currency markets , as the removal of funds from russia necessarily entailed the conversion of rubles to dollars 1 5 5 9 9 i used to get terrible headaches from sinus and infections that resulted in taking antibiotics a few times a year 11 9 9 11 11 profit centres are points in the structure where the manager uses resources in order to achieve profitability targets 13 6 6 8 8 the other group name , a rabble of butterflies , is a bit more obscure 2 2 2 5 5 the first door inside the bathroom is a linen cupboard 16 2 2 10 10 the gourmet cuisine seen throughout the film was prepared by chefs from the food network 17 1 1 9 9 the parents of the american student said in a statement that they would immediately begin the process of appealing against her guilty verdict 6 2 2 6 6 the anoxidized servewear went into the dishwasher 18 7 7 10 10 specially designed lampposts are spaced along the curbs of the roadway 6 3 3 10 10 this remarkable research ship is vertically sinking into the deep ocean 6 7 7 13 14 to prevent rust , etc , the slug c is enclosed in a glass envelope before being sealed into the tap 2 11 11 14 14 this attachment has a taper shank which is inserted in the spindle of the machine 1 1 1 3 3 the grief from infertility is at times so overwhelming that no one person can provide all the comfort and support that his or her partner needs 14 3 3 6 7 most of these films were tackling world issues or had a socio political background 18 11 11 24 24 becker castillo ( 1990 ) compared the root systems of three species of shrub or treelet with saplings of three tree species in the forest on barro colorado 3 2 2 6 6 the antioxidant therapy was comprised of vitamin e , vitamin c , beta carotene , and selenium 14 4 4 11 11 unwrapped is a television program on food network that reveals the origins of foods 11 3 3 8 8 self educated malawi boy builds windmills out of junk 13 4 4 10 10 after my arrival a flight of seven van ' s aircrafts came in together 6 1 1 11 11 the coils were inserted radially into the stator ' s open slots 1 5 5 2 2 monilia , candida or yeast infections are caused by various species of candida , especially candida albicans , and are very common in babies and young children 5 6 6 9 9 i pressed my nose against a bottle full of snakes , fermenting in their frozen grimaces 1 18 18 22 22 the elderly found it hard to cope with the high heat humidity , which often causes nausea and dizziness from exhaustion and dehydration 18 10 10 11 11 the government and some private companies hold stakes in this export company 18 1 1 8 8 the cowboy swiftly adjusted the halter with a turn of chain between the jaws 2 11 11 15 15 metastases from the ovary and the uterus are seen in the skin of the lower abdomen , the groin , or the upper thigh 18 16 16 18 18 when they stood , he held out to them an endless scroll , filled with a maze of letters , words , the very stories they had been listening to 11 10 10 13 13 america allows the media to manipulate society as easy a puppeteer manipulates a puppet 16 2 2 13 13 the strange query was coming from a 28 year old african american starbucks manager named crystal thompson 13 12 12 15 15 this painting depicts a swooping falcon with its claws bared pursuing a host of nine sparrows in frightened flight , the two forming an energetic arc enriched by the lifted right wing of the falcon and the panicked sparrows dispersed in all directions 4 1 2 6 6 a golden retriever was in a crate in the back of the vehicle when it was stolen 6 7 7 12 12 shortly , after the injection , the melatonin was released into the bloodstream 11 1 1 7 7 the boy pulls the rope with a force of 10 0 n and the sled moves with constant velocity 2 5 5 10 10 in any forest , the carbon is stored in the plants and trees 17 14 14 21 21 taking advantage of your seasonal obligation to buy stuff for people , the music industry unleashes its annual torrent of giftable crap 18 1 1 10 10 the curvature of the piece was originally from a small bowl or cup 14 5 5 9 9 at first instance , this convention was concerned with prevention , reduction and control of pollution 4 5 5 14 14 at police headquarters , the list of hidden initials was forgotten locked in a safe in the office of the squad ' s boss 8 2 2 7 7 the first wine was pressed from cape grapes on february 2 , 1659 18 0 0 2 2 solutions involving legislation , technical innovation and international cooperation have been examined 14 1 1 6 6 the letter described the most common symptoms of breast , colorectal , lung , prostate and skin cancers 6 5 5 8 8 the scientist enclosed a liquid material in a vial in three steps 13 17 17 20 20 previous to and after the first dragon encounter , i had recall of several conversations with a fraternity of different presences 15 5 5 11 11 the working party ' s conclusions were set out in a document dated june 1951 12 1 1 7 7 a deputy from albania ' s ruling party assaulted a balkan insight editor when he was grilled over a fake law degree 16 22 22 25 25 slighted authors submitted their books via write in , but it was an unlikely cover that took home first prize , a creation by a designer named doogie horner 5 11 11 13 13 i was walking on a beach today and found a plastic bottle with paper in it 11 1 1 8 8 a router manipulates a packet ' s header information to influence the packet ' s direction 0 1 1 5 5 the earthquake caused a massive avalanche on the northern slope of mount huascar 17 1 1 19 19 the plant builds two toyota models , the corolla sedan and tacoma pickup truck , and a small crossover vehicle for g m 16 14 14 20 20 the attitude of the allies changed with receipt of the very detailed vrba wetzler report , compiled by two jewish prisoners 18 8 8 13 13 they calculated the exit positions of the backscattered electrons from a single scattering approach 13 7 7 9 9 he walked me over to an immense pile of rocks someone had broken down a stone wall and told me to move them to the back of the church courtyard across the street 14 2 2 5 5 an 1833 letter detailed a dinner that began with a very rich soup and continued with a saddle of mutton 18 13 13 15 15 there are several scripts to shut down windows , hibernate or put the computer to sleep 18 1 1 4 4 the president of the university of the philippines is elected for a single six year term by the university ' s twelve member board of regents 0 4 4 6 6 the jfk baggage system malfunction caused delays for some flights and caused some passengers to simply travel without their things 8 1 1 6 6 the plane took off from an airfield a mile away from where it crashed 2 1 1 4 4 the wings of a bat are made of bones like those bones in our arms and hands 0 1 1 10 10 small particles , grime and dirt cause friction and microscopic scratches that over time destroy the performance of equipment 8 2 2 9 9 when the patriarch , abram , left his native land , god made him a tremendous promise 13 33 33 35 35 he resisted the urge to yank open at least a few bottles of 1787 chateau lafitte ( as it was then spelled ) and enjoy them with a brace of partridges or an ascension of larks or whatever the french were eating at the time 1 2 2 9 9 when a tsunami is generated by a strong offshore earthquake , its first waves would reach the outer coast minutes after the ground stops shaking 9 0 0 1 1 apricot marmalade is delicious on toast first thing in the morning or on piping hot dinner biscuits 3 0 0 9 9 cats , on the other hand , retract their claws when they walk or run 12 11 11 14 14 he claimed to have witnessed terrible abuses in iraq as a corporal in the army 8 8 8 13 13 he had been as concerned about the 400 people who had left the ship as about those who remained aboard 18 1 1 5 5 molten globules have moved into action 0 7 7 19 19 a deposit ages , soil formation , weathering , diagenetic processes , and earthquake shaking lead to consolidation and cementation of the sediment 18 10 10 14 14 there were two smiling and waving individuals hanging under the bun in a wicker basket equipped with the big bunsen burner 13 3 3 7 7 a great ensemble cast of likeable young actors makes this a joy to watch 14 2 2 5 5 this experimental piece explored the use of indigenous medicinal plants by modern urban cultures 9 3 3 4 4 the fermented cashew nut flour has the highest energy values while the boiled sample has the least 8 1 1 6 6 the present is constructed from the past 13 7 7 9 9 my vegetable garden was destroyed by a labor of moles 18 2 2 6 6 when the hobo leaves the next morning , dick notices that on the gate is a picture of a knife 8 2 2 8 8 a convicted murderer who escaped from an open prison has been found dead in a west african holiday resort , it was revealed today 6 2 3 6 6 cn railway labor dispute goes into arbitration 17 17 17 23 23 this science fiction thriller by a seattle author is the story of jane charlotte , a young woman who tells her increasingly surreal tale of murder , kidnapping and an evil tribe of bad monkeys who are trying to control her actions to a skeptical psychiatrist 14 1 1 4 4 this paper surveys the behavior of the industry from its origins to the present in a perspective informed by current developments 4 1 1 7 7 the computer was inside a water proof box 18 6 6 8 8 another good salad calls for a cupful of shrimps , cut in small pieces half a cupful of celery hearts diced small , and seasoning of pepper and salt 3 1 1 4 4 the hall has a lift and full access for the disabled 17 13 13 17 17 games are n ' t the only geeky point of reference for the designer ' s new line 8 4 4 8 8 a little later the audiophile descended from the forest to announce cables could improve the sound of a hi fi system 11 2 2 4 4 the human body uses oxygen in order to transform glucose into energy 13 7 7 10 10 during play , i ingested a large sloth of gummi bears in my efforts to help ward off a potential jon lee 10 0 train 1 3 3 6 6 the cheering and screaming after the victory had hardly died down when marilyn kelly proclaimed party at my house ! 1 16 16 20 20 you counted almost thirty three honorable punches and kicks thrown in this clip of little kid screaming after the terrible fight 17 10 10 17 17 manuel neves , the spouse of idalina , is a mason who did work on the shopping plazas and at botti ' s maple avenue residence 8 2 2 7 7 when the professor was released from medical care , he was able to fly home on a commercial flight , but required being accompanied by a medical assistant 3 7 7 8 8 old kook ' s makes super strong shoe laces , designed especially for skateboarding 18 2 2 5 5 the blind woman took the taxi driver to the equality tribunal 18 4 4 6 6 poor umpiring pushed the test into controversy 6 1 1 6 7 the spam already travels into the mail server 3 4 4 7 7 each side of the clock has a button that , when pressed , starts the other team ' s timer running 13 2 2 5 5 a large detachment of soviet partisans was beginning operations in the area and so the upa company was forced right from the start to make maneuvers in order to avoid a confrontation with the soviets 6 1 1 6 6 mdi implants were placed into the jawbone 18 17 17 21 21 there is several bulk sms software and the popular ones can be purchased online after making the payment through secured payment gateway 4 2 2 9 9 an unexploded bomb was discovered inside a powdered milk can two months ago 16 4 4 7 7 this is a disturbing remark from the author which indicates just how arrogant and distant the police have become 18 1 1 6 6 other countries are also sinking into recession 0 0 0 19 20 lesions restricted to the rear portion of the medial part of the precentral gyrus caused a contralateral predominantly distal leg weakness 13 1 1 3 3 a battery of barracudas relies on ambush 0 17 17 22 22 one of the largest internet piracy rings in the world has been shut down in a police operation that resulted in the arrest of 181 people 17 11 11 14 14 devices like that led to the company being converted to a producer of strategic materials for the axis powers during world war ii 3 1 1 5 6 the program began with the welcome speech of the organization ' s president mahabubul haider and was presided over by kranti ' s adviser dilip 9 10 10 11 11 the taste , however , is mild , and like rice liquor gone right 13 13 13 18 18 anyway , when he read that stacey had spent the night beneath the stare of more than 30 owls , his interest was piqued 18 1 1 9 9 these conditions have relation to such matters as the magnitude and importance of the company 6 4 4 8 8 i have removed the bubbles into the glass tubes 11 1 1 11 11 the entertainer defaced the soundman ' s vehicle with an ice pick 15 5 5 11 11 jisc has recently released preliminary results of one of the largest investigations ever undertaken into the usage of e books by students 6 3 3 8 8 the cfa program curriculum is shipped to the people 3 1 1 6 6 the fortress has two layers of walls the outer wall with the fortress gates , and the inner wall protecting the keep 9 5 5 6 6 it ' s a straightforward beef stew to which all sorts of root veg can be added 14 3 3 9 10 of course the film also takes into account the social factors 11 1 1 9 9 the officer merely calibrates the unit with a tuning fork , then points it at a moving object , which can be moving either toward or away from the gun 0 8 8 13 13 dod usaf initiated federal sar response activities for incidents that result in aeronautical distress 8 1 1 6 6 the approximation is derived from an assumption that a is constant along the radial positions in the tube 1 12 12 19 19 pavlov like , looking at the picture aids let down , the release of milk normally triggered by the presence of the baby , its touch , its cry 18 4 4 14 14 a declarative sentence or declaration , the most common type , commonly makes a statement 18 17 17 20 20 workers at a devon hospital are due to strike on 5 january for two days in a dispute over sick pay 5 5 5 7 7 the molotov cocktail is a bottle with gasoline in it that has a damp cloth in the top that acts as a wick 3 0 0 1 1 brake cable anchor bolts are the most important fasteners on a bicycle 3 1 1 3 3 the winery includes gardens 2 3 3 6 6 he use the thumb of the hand holding the head to pull down the lower eye lid to create a pouch 18 0 0 4 4 readers focus on the content rather than struggling to see the words 1 1 1 13 13 the inspiration for the multi touch technology came from a decidedly non digital event 3 1 2 6 7 the outer ear also includes the ear canal , where wax is produced 2 2 2 5 5 scratch the stem of this tree and a spicy sweet aroma is revealed 14 1 1 5 5 public debate swirls over the purpose and goals of science 8 4 4 7 7 it was like playing people from outer space 5 26 26 28 28 a man picked us up at an airport on the west coast a short time ago , and on the floor of his car was a bottle with liquid in it 18 11 11 14 14 the victim slipped off the gangway while attempting to close the lid of the tank trailer 10 1 1 4 4 a diffusion driven desalination process is driven by water vapor saturating low humidity air 8 1 1 7 7 our dinner was delivered from the local village 6 4 4 9 9 the company dragged the reducers into the hydrocarbon transportation system 8 8 8 12 12 after his alarm began to sound and the suspects had left the house , he went to the front door 3 13 13 15 15 it ' s coming along really well i ' ve got a base version with diffing in it released in less than a couple of weeks 16 4 4 9 9 insulin is a simple protein normally produced by the pancreas 18 4 4 7 7 now that recovery and reconstruction after the tsunami are getting under way , we want to see people move into their new homes , communities resume their livelihoods and children back into their rebuilt schools 15 0 0 5 5 libertarianism as discussed in this essay is a theory of political justice 18 3 3 7 7 the bond insurance unit was placed into receivership 9 9 9 10 10 the french toast was very tasty and the mango cranberry syrup was a nice touch 6 2 3 7 8 draining your wash water into an open sump pump was a bad idea 13 58 58 60 60 it was formerly known as how park , possibly through the early connexion of william de ow with the parish , and had its origin in the charter of 1200 granting william briwere the elder chase of hare , fox , cat and wolf through all the king ' s land ( per totam terram nostram ) and warren of hares , pheasants and partridges throughout all his own lands , as also licence to inclose two coppices , one of which was situated between king ' s somborne and stockbridge and the other was called how wood 13 3 3 5 5 kurosawa hired a legion of marksmen to fire arrows at his lead actor 3 1 1 4 4 the method includes the formation of a two layer semifmished product with a low melting surface layer and simering combined with impregnation 18 17 17 20 20 the european ombudsman , p nikiforos diamandouros , has asked the european commission to correct an administrative error concerning fishing quotas in the west of scotland 6 6 6 10 10 last night , someone threw a stone into our glass window 1 3 3 5 5 raj driven to rage after reading about yet another weirdly spelled web 2 0 company is struggling on techcrunch 18 6 6 13 13 cent ' s hotly anticipated new album has been leaked on to the public 18 1 1 8 8 foreign minister participated in a high level un conference on financing for development 8 16 16 5 5 as they watch , the jar breaks open and a dark man with a rolled up rug climbs from inside the jar 18 0 0 7 7 studies described in this article investigated two questions about forgiveness 6 4 4 7 7 scientists have injected human cells into lab animals 13 5 5 8 8 condoleezza rice speaks amid a crowd of torture protesters 1 23 23 29 29 the team prepared gis precipitation and contour maps of the area ( approximately 777 square miles ) depicting the landforms and identifying the flooding and landslides caused by the rainfall 1 4 4 9 9 the 1906 san francisco earthquake was caused by a rupture on the san andreas fault , a continental transform fault that forms part of the boundary between the pacific plate and the north american plate 8 5 5 12 12 pioneering percussionist terje isungset plays instruments made from a 2500 year old glacier 14 10 10 15 15 james p gorman greeted his employees on tuesday with a memorandum that outlined the management changes at the firm 2 12 12 15 15 they posted a note on the back of the door and the lid of the toilet 3 3 3 13 13 a two zone alarm means the alarm has two seperate ` detection ' circuits and can identify which circuit was triggered 18 1 1 13 13 the relationship between funding source and study outcome was investigated in several other studies 6 2 2 6 6 australia exports grains to the neighboring countries 6 1 1 6 6 an object has been placed into orbit 1 1 1 4 4 the grief from sudden death is completely different from expected death , when families have time to prepare and say goodbye 18 1 1 6 6 the book , compiled by the poet ' s daughter , includes memoirs by writers , poets , translators , critics , actors , and theater directors 18 5 5 11 11 schoniger ' s technique for combustion of organic compounds in a flask filled with oxygen is well known 13 12 12 15 15 those who staged the coup appointed a civilian prime minister and a cabinet of civilian technocrats 10 4 4 6 6 this is the best armor for knights 8 5 5 9 9 there is chicha , andian beer made with a maize called jora 1 1 1 8 8 the wounds caused by the scourging and the thorns are almost invisible 18 26 26 31 31 a series of steps takes you to the top of the falls where you get a wide and spectacular view of the stone bowl that the creek has carved over the ages 14 8 8 11 12 the tunnel complex now hosts a series of galleries detailing the occupation history 3 2 2 12 12 the existing configurator i ' m certain is built up of many parts expertly layered , probably mostly inside of this ` configed ' program 17 5 5 7 7 myoats is a community where people create designs using an online drawing application 1 1 1 7 7 the war was caused by the expansionist desires of hitler , mussolini and the japanese imperialists 16 4 4 11 11 the official printed slip law is available from the government printing office 3 1 1 4 4 the project comprises several phases including 19 miles of highway expansion 11 2 2 9 9 the fixation device fixed the tibia proximally with a stem which was inserted into the medullary channel and connected to a rod 18 1 1 4 4 the narcs planted a rock of cocaine on me when they arrested my buddy with his stash 1 0 0 6 6 osteoporosis is caused by a sharp decrease in estrogen levels that leads to an increased rate of bone remodeling 13 4 4 6 6 bon vivants were a subculture of homosexuals who partied in the 50 ' s 3 2 2 8 8 the bottom tier was made with two bath towels , the third tier with one bath towel , the second tier with two hand towels 18 3 3 8 8 a beautiful young girl is going into blissful trance 2 11 11 14 14 in the sketch at right , the electromagnet formed by the coil of the rotor is represented as a permanent magnet , and the same torque ( north attracts south ) is seen to be that acting to align the central magnet 6 4 4 8 8 they have exported serious crime to previously blissful communities 18 2 2 8 8 in the background is a depiction of a city with angels that along a path that leads towards it 16 19 19 20 20 the following monday , his bosses were so impressed they gave him a job as a draughtsman in the design office 1 2 2 6 6 the economic collapse was caused by consumers buying mortgages they could n ' t afford and the housing collapse 3 1 1 4 4 a lizard sticks its tongue out of its mouth 1 17 17 12 12 convulsions that occur after dtap are usually not caused directly by the vaccine , but by a fever , which in turn was triggered by the vaccine 16 0 0 2 2 burrows by birds are usually made in soft soils some penguins and other pelagic seabirds are noted for such burrows 16 13 13 17 17 one of the most important ostraca found at mesad hashavyahu is a written appeal by a field worker to the fortress ' s governor 3 5 5 11 11 it is a magazine style journal that publishes full length research papers in all disciplines of science 8 4 4 8 8 the character of the drug release from the conjugates was different 13 21 21 24 24 the first civilization to have a dedicated force of military engineering specialists were the romans , whose army contained a dedicated corps of military engineers known as architecti 4 4 4 7 7 we recommend keeping the bird in a container , not letting it loose in your house or car 5 8 8 12 12 at the time of the incident the front tank was full of molasses , the middle two tanks were empty and the rear tank had just been emptied 1 10 10 15 15 to determine , once and for all , how the manakin was making its bizarre sounds , bostwick and colleagues decided to take feather samples 8 4 4 8 8 the biggest political sex scandal came from a democrat 4 2 2 7 7 the motor unit is housed inside a caisson 6 1 1 6 6 a catheter was placed into the stomach through the same gastrostomy tract 15 10 10 13 13 he painted the picture of a typical middle class family evening in a letter to the editor 13 16 16 20 20 chess is a game that portrays the old power structures of feudal europe and recognizes the alliance of different authoritarian interests that kept the people of society under the yoke of service to the elite 11 4 4 11 11 the assay sample preparation unit processes a specimen using a fluorescent dye 16 2 2 8 8 in the book , the unc chapel hill graduate explains how starbucks became a wall street favorite by making its customers feel environmentally aware , upwardly mobile , connected and cool 18 2 2 12 12 the opening angle of the cherenkov cone measures the velocity with a resolution of 0 2 11 1 1 10 10 the manufacturer guarantees the dimension by using the precise grind process 2 17 17 22 22 the stabilising effects on the glenohumeral joint of each of the rotator cuff muscles and of the biceps were studied with the arm in abduction and external rotation in 13 cadaver shoulders 6 4 4 9 9 you have fetched character data into a standard result set 3 1 1 2 2 the flower buds of forsythia require a relatively short rest period and will grow at the first sign of warm weather 13 5 5 7 7 from time to time a drove of goats or donkeys passed by on its way to the jardin du luxembourg 4 9 9 14 14 i ' m not a violent person and the gun was locked in a safe away from anyone 18 9 9 12 12 it damaged some components of espresso machines and the plastics inside the machine absorbed it and started to pass on odour and taste to the espresso 16 0 0 7 7 mounds in the lawn are caused by earthworms working in the top few inches of turf 6 1 1 6 6 many archaeologists have fallen into a trap while working to solve the secret of this pyramid 14 4 4 10 10 it is a 2004 book criticizing the political and linguistic writings of noam chomsky 13 1 1 4 4 the knot of struggling frogs stays flopping in the same spot on the pond surface 6 12 12 17 17 with the ramps and platform for off ground vehicle washing , used water is collected in a receptacle below platform 11 11 11 15 15 in your issue of april 26 a photograph shows a woman doctor with a precautionary mask against sars infection , attending a patient 8 8 8 1 1 this page is based on the well working recipe from the pizza dough page 18 1 1 5 5 these implants were placed into function 4 2 2 8 8 the hard drive was forgotten placed inside a car , which was ignited 14 1 1 5 5 these ballads specialized in lampooning politicians and authority figures who encouraged irishmen to fight in foreign wars 18 7 7 12 12 we have three of the finest hanoverian stallions in england standing at stud 14 1 1 4 4 the directive applied to discrimination on the basis of gender reassignment as well as discrimination on the basis of sex alone 3 1 1 5 5 this website gives you detailed maps and trails that are specifically in kent 13 8 8 10 10 seth tends to devote his affections to his float of crocodiles that live in the tiny swampland on seabat isle 6 6 6 11 11 then , we placed a bread slice into the heatproof baking dish 11 1 1 4 4 the painter uses a perch and a roller to apply the painting to the roof of a building 6 8 8 11 11 in the next step , the chef added sugar into the mix 3 1 1 4 4 the marriage combined the rituals of the mangalorean bride and the punjabi groom with the vows being exchanged according to south indian tradition while pre wedding rituals like ` mehendi ' and ` sangeet ' conducted as per punjabi tradition 18 0 1 5 6 criminal procedure refers to the legal process for adjudicating claims that someone has violated criminal law 8 1 1 7 7 the apple went away from the apple tree 3 2 2 11 11 the system unit is comprised of a central processing unit , memory , power supply , and an internal clock 18 10 10 6 6 the present invention relates to a method for producing battery electrodes , electrodes produced by this method , and batteries containing such electrodes 11 1 1 5 5 most women use a portable pump for this purpose 17 4 4 11 12 direct formic acid fuel cells convert formic acid and oxygen into carbon dioxide and water to produce energy 6 3 3 7 7 the user added subtitles into the mp4 files 16 5 5 9 9 the best cheeses use a rennet naturally produced by animals and unpasteurised milk from the neighborhood farm with its bacteria and nutrients intact 17 4 4 10 10 in 1890 , the nobleman organized and founded a sports organization , union des societes francaises de sports athletiques ( usfsa ) 9 1 1 2 2 with corn starch as its source material , plantic ' s plastic is also cost competitive 1 4 4 7 7 licenses and permits are revenues from the selling of vendor and dog licenses and other items 3 0 0 9 9 birds take a lot of time caring for their feathers 17 2 2 6 6 the first mathematician derived the new formula for the sum of the fourth power using a method that is readily general for determining the general formula for the sum of any integral powers 8 1 1 9 9 oblique light is directed toward the specimen from any azimuth to achieve the best desired effect for a given specimen 18 15 15 19 19 but none of this was really necessary , because you just head for the largest building ever created by man 18 2 2 8 8 the following activity involves surveying the child health resources available in your group ' s community 18 6 6 8 8 much of the work on continuous culture of bacteria has been carried out with aerobic bacteria , though little has been done with strict anaerobes 3 5 5 7 7 cabaret is a form of entertainment featuring comedy , song , dance , and theater 17 14 14 21 21 michael barry is one of the most respected riders in the peloton and the author of two books and many fascinating articles 18 7 7 12 12 as you age , the bones and cartilage that make up your backbone and neck gradually deteriorate , sometimes forming irregular bony outgrowths called bone spurs 16 7 7 12 12 when the guard happened upon a mass grave dug by this sick fool , a massive , horned , disgusting behemoth was digging itself out 8 1 1 6 6 the name peerbot arose from the verb ` to peer ' 6 3 3 7 7 the government gave money to wind power producers 2 16 16 19 20 the user holded the handle with one hand and used the other hand to rotate the crank of the fishing reel 13 18 18 21 21 i went with a few friends up to the sky pool bar area , proceeded to order a round of cocktail drinks and had to wait a considerable amount of time for them 13 3 3 6 6 we saw an aerie of eleven eagles soaring majestically alongside us on the heights of monte espino 17 2 2 9 9 the veteran inventor best known for creating the clockwork radio is planning to float his incubator company on the stock exchange 13 7 7 9 9 they ' re as artful as a cartload of monkeys when it comes to breaking the rules 18 1 1 20 20 a choice takes you forward by a more or less fixed number of pages at any given position in the book 14 1 1 8 8 an article has been prepared on patient self testing of oral anticoagulation 9 2 2 8 8 heavy gauge flatware is composed of polished stainless steel for good heft and balance 10 1 1 5 5 the compiler assumes that the programmer passes an object to the method 8 1 1 9 9 the adjective capitolinus was of course derived from the noun 13 14 14 20 20 there is need for agreement between producers and consumers that established fair prices for commodities , including those such as cocoa , coffee , sugar and tropical timber 11 1 1 12 12 most musicians have developed a standard of their own for cleaning their instruments 18 3 3 7 7 only a few congressmen attended that first party in 1977 13 4 4 7 7 chilika supports the largest congregation of migratory birds in the country during winter 8 4 4 11 11 they have talked to people who have come out of their body in surgery they come out of their body after an accident 13 11 11 16 16 the minnesota zoo ' s northern trail is home to a coterie of black tailed prairie dogs 5 8 8 11 11 the rosewill lcd screen cleaner came with a bottle full of solution and a cloth and a spray bottle to put the solution in 2 10 10 13 13 the bull is grazing at the hay pen by the barn at a farm in the mennonite heritage village 13 9 9 12 12 you needed a glamour cat to purr in this kennel of hungry hounds 13 17 17 19 19 in the 50s , as the postwar generation lived lives of leave it to beaver , a subculture of beatniks and musicians was busy being mischievous , irreverent , impulsive , drunken , and sex obsessed , breaking the social mores that came along with ike and the baby boom 17 1 1 10 10 the laboratory made elementary mistakes in the production of the magnets and their anchors that made them insecure once the system was operational 13 10 10 12 12 the first thought we had was to set up the bank of monitors and simply feed a bright and unusual color to it , such as green , and then use the greenscreened monitors to later add video of our choosing 18 3 3 13 13 a british prison escapee who taunted police over the internet has established a following of more than 32000 fans on facebook 2 11 11 14 14 unlike modern tunnels , the brothers placed their fan at the entrance of the tunnel 6 3 3 12 12 a new trial injection was inserted into a leg or an arm vein 18 4 5 10 10 the purpose of the focus groups was to determine user needs , wants , and concerns early and progressively throughout the development of the prototype 14 2 2 7 7 the second sentence tells us about heart disease , which is an illness of late middle age and old age 18 2 2 12 12 the port side of a vessel is indicated with a red navigation light at night 0 9 9 15 15 more than 4500 tons of nitrogen oxides annually a pollutant that causes smog , acid rain , and contributes to asthma attacks and other breathing problems 14 1 1 4 4 this section outlines the duties of the trust with respect to setting the bbc ' s editorial standards 0 0 0 5 5 addiction and poverty lead to neglect and abuse 11 6 6 12 12 it includes acts such as a chap who plays jigs on the fiddle while balancing on a rope 2 14 14 19 19 we also showed the presence of 22 6 ( n 3 ) in the liver and brain of weanling rats 6 3 3 9 9 the juvenile tawny owls were released into four woodland locations 2 15 15 18 18 ahead of her the young woman stops again and is leaning over the heavy iron railing of the bridge 11 1 1 7 7 the children ate the cake with a spoon 17 9 9 12 12 with medical ghostwriting , pharmaceutical companies pay both professional writers to produce papers and then pay other scientists or physicans to attach their names to these papers before they are published in a medical or scientific journals 18 8 8 10 10 i had three of the eights against a flush of clubs 8 1 1 11 11 the nation emerged from president george w bush ' s eight years in office more dependent on oil than ever before 18 3 3 6 6 he has inherited susceptibility to certain cancers 1 1 1 10 10 the swelling of the vocal fold mucosa is caused by smoking 0 3 3 10 10 in conclusion , incubation of the aorta produces a specific reduction in agonist evoked contraction 4 4 4 7 8 making a slow cook turkey in the crock pot is pretty similar to making one in the oven 18 1 1 6 6 the celebrity arrived to crash the party 16 24 24 4 4 everyone , including the chef , is a ` soldier first ' and ` tradesman second ' , and troops find themselves eating a meal cooked by the same chef who supported them out on patrol or fired mortars in the same mission 18 1 1 5 5 his stories range from near future predictions to far future , far space improvisations 18 8 8 14 14 we owe it to ourselves to separate the riffraff from riffraff of less unsavory characteristics 4 10 10 13 13 in this study , we examined the suspension of solid particles in a vessel equipped with dual traditional impellers 4 1 1 9 9 the warmouth , for example , was in a bin next to some nearly translucent banded pygmy sunfish 2 17 17 20 20 i quickly glanced around to see if the tow crew was near yet and then kissed the rim of the cockpit 18 1 2 7 7 the tourism sector is sinking into deeper poverty 8 8 8 5 5 it was pushed on the road by another chicken , which went away from the road 6 6 6 8 9 such cosmic impacts also have spread life to alien worlds 2 7 7 12 12 it can be seen among the wild flowers growing in the lower garden of pavilion vi 18 5 5 17 17 in recent years , the issue of experimentation upon nonhuman animals has become the subject of media attention 16 4 4 9 9 this is a brilliant piece of work by a fellow not one person in the music press would ever have tipped to write one of the great scottish albums of the last five years 18 22 22 23 23 on the last day , in a small shop in the plaka , the oldest quarter in athens , i bought a silver ring with athena ' s image carved on it 18 7 8 9 9 rama revealed ( 1993 ) is a science fiction novel by arthur c clarke and gentry lee 1 1 2 6 6 the high humidity caused by the rainfall damaged the seed of pu already mature while the good soil moisture allowed the seed of so , to and oo to fill better 18 3 3 10 10 additionally , the president won the democratic nomination with the help of the super delegates 9 15 15 16 16 at its height , the whiskey rebellion involved thousands of pennsylvania farmers being taxed on rye liquor , their chief export 18 2 2 5 5 the superb location of this fortress allows us a great view over the surrounding mountains 3 5 5 6 6 mount the antenna on the trunk lid , at least 3 inches from the front edge 14 2 2 9 9 their moral criticism concerns the particular social and personal context in which they appear 13 9 9 12 12 this was the thought until recently when a small stand of ginkgo trees were found growing in a remote valley in china 13 6 6 8 8 in the autumnal season , a phalanx of storks , herons , or swans , mounts into the heavens , like an ascending pyramid , to migrate from the frigid to the torrid zone 16 4 5 15 15 in a frantic midnight e mail to colleagues , the bank ' s senior technology manager referred to the situation as an unprecedented crisis 6 18 18 23 23 a giant asteroid , like the one shown in this artist ' s rendering , has thrown fiery debris into earth ' s atmosphere 18 1 1 14 14 the defendant , in order to prove his plea of justification , produced a witness named mary dillon 0 4 4 18 18 first , the h5n1 virus has caused by far the greatest number of human cases of very severe disease and the greatest number of deaths 6 8 8 11 12 the usa government handed over these detained foreign citizens to russian boarder guards 14 2 2 8 8 overall the guide speaks about creative and dynamic interactions 3 9 9 10 10 this reflects much of the light back towards the lamp fitting 3 10 10 11 11 in the nineteenth century , modern manholes and the modern manhole cover were developed 11 1 1 5 5 some gardeners use a thick mulch for this purpose 1 1 1 9 10 many symptoms of fight or flight are caused by chemical changes in the body , but these two symptoms of are caused by chronic , rapid , shallow breathing 6 10 10 13 13 following step 2 in making pancake , he poured the batter in the pan 15 1 1 15 15 the issue of the legitimacy of kosovo ' s declaration of independence is now under discussion by the international court of justice 6 2 2 6 6 public brand products were donated to charities 11 12 12 17 17 the sensors being created inside the fiber are so tiny that the researchers mark their location with ink 18 3 3 8 8 i took this photo out of an airplane window 11 1 1 15 15 the owner had installed the closed end nuts with a generous dab of wheel bearing grease 13 9 9 13 13 the agency spent this week auctioning off a 12 pack of beer commercial scripts on ebay 16 1 1 6 6 the urine output of the normal adults was 1350ml 13 14 14 16 16 i was formerly a person who looked at the sky expecting only the usual clutter of planes , stars , and the occasional blinking satellite 6 1 1 6 6 this plane arrives into the international airport in melbourne 3 1 1 12 13 the mouse is a traditional ball mouse with 3 buttons and a scroll wheel 8 2 2 7 7 many excellent musicians emanated from ihe hoosier state 2 6 6 9 9 i had my hand on the hilt of the sword waiting for your signal to kill him 13 3 3 6 6 we were a congregation of young people concerned about the religious education of our children as well as creating a good life in our community 16 3 3 5 5 i visited other communities the builder had built 4 1 1 5 5 that box was in a chest that had been locked since at least the early 1800s 14 2 2 19 19 the 1983 movie a christmas story captured the nation ' s heart with a story about 1950s middle american celebrations during the christmas season 17 4 4 8 8 another product from the factory was the scandinavian padlock ( polhem locks , swedish polhemslas ) 6 1 1 6 6 a carpenter fell into an elevator shaft 18 1 1 9 9 homeless teenagers return home with the help of family ties 0 1 1 5 5 the assassination resulted in extensive arrests of governmental , security , and criminal figures 3 24 24 0 0 pearls are expensive and rare , many women prefer to buy a good sized south sea pearl pendant , instead of opting for a rope of pearls 5 1 1 4 4 a suitcase with some clothing in it had been left by my bed earlier in the week 11 1 1 8 8 the guy cleaned the heads with a cotton swab soaked in flushing fluid , changed the pad , and then ran a head clean , the results were amazing 17 6 6 19 19 during his early period , the director produced numerous documentaries , including an interview with aleksandr solzhenitsyn and a reportage about grigori kozintsev ' s flat in st petersburg 14 1 1 3 3 opening paragraph defines purpose of essay clearly and succinctly , allows the reader to predict what follows and establishes a clear theme for essay 0 1 1 11 11 the storm resulted in 31 deaths and 2 5 million dollars damage 18 3 3 4 4 i bought a silver ring from a bass pro shops , a hunting chain store , for 53 8 1 1 9 9 the idea for the film came from a short story by ward greene entitled happy dan 8 14 14 17 17 the name of keith murray meant nothing to me until i was given some pottery by a friend who was leaving for america 6 1 1 7 7 the plane crashed and landed into a cemetery killing 17 children 11 2 2 11 11 a sporting shooter in a nearby car killed her with three bullets from his gun 15 1 1 5 5 his portrait appears in innumerable paintings in the national gallery , sometimes with his mother in a supporting role 13 5 5 9 9 the first involved representation in congress of different sized states 14 1 2 5 6 one examination paper was in physical geography , the other in political geography 0 4 4 10 10 obama ' s economic policies are turning into a global disaster 5 15 15 17 17 the desert temperature at the time of her death was 110 degrees , but a bottle with water in it was found with her body , raising doubts on dehydration as a cause of death 3 3 3 7 7 i found a lover with a slow hand 5 16 16 19 19 on his journeys around the world , yasser arafat was in the habit of taking a suitcase full of cash for emergency cases 6 1 1 6 6 the egg was pushed into the bottle 2 24 24 27 27 i had enough plywood left over from previous jobs to build the box , and there was a nylon tow strap stored behind the seat of the truck 18 0 0 11 11 environmentalists , utilities , and green businesses are turning to behavioral economics 18 2 2 7 7 the original play was inspired by a trip to europe made by murray burnett in 1938 3 10 10 11 11 his big slouch hat even was cocked jauntily over the bed post 13 14 14 17 17 in some cases , however , teachers have been given sole responsibility for a class of thirty students , with as many as ten having disabilities 8 1 1 6 6 the plane took off from an airport in duval county , florida on saturday 10 5 5 8 8 harry loper had provided the automobile that the sheriff used to get the two men out of harm ' s way 6 1 1 6 6 the dancer has arrived into the studio 4 11 11 14 14 scientists have discovered for the first time a dinosaur with shelled eggs inside her belly 16 14 14 20 20 there has been abuzz in recent weeks about the arrival of a diminutive new laptop from a little known hardware manufacturer 11 1 1 9 9 the servant who carves removes the fat with a spoon 18 1 2 12 12 the supreme court has applied the protections of this amendment to the states through the due process clause of the fourteenth amendment 4 1 2 6 6 the pizza dough was in a bin on the floor 6 1 1 6 6 these species migrated into the fallow land 10 16 16 19 19 most importantly , the increase in bold activity in these regions was independent of the motor system that the participants used to express their decision 18 10 10 13 13 in the end what was left of the city was miles from the sea , and many of the inhabitants left swampy lowland to live in the surrounding hills 11 8 8 11 11 in the foreground , the illustration shows a sailor with a musket standing on the shore 13 7 7 10 10 each club member flew his flock or kit of twenty pigeons , to be judged for twenty minutes 0 21 21 25 25 thus , evaluating capital punishment as a form of retribution is reduced by sellin to merely estimating the proportion of capital murders that result in execution 15 7 7 9 9 this website is dedicated to providing quality addiction related information and drug and alcohol treatment program listings 18 12 12 15 15 in recent years there have been many advances in the use of opioids for cancer pain 18 4 4 9 9 the authors propose galaxy clusters as a tool for cosmology 1 0 0 7 7 dizziness was caused by whiplash and head injury 13 7 7 9 9 when fur coats were popular , a richness of martens were sacrificed to make one coat 18 1 1 3 3 five neighbors used snow blowers to clear the road ahead while the other neighbors dug out the snow around the ambulance with snow shovels 0 1 1 4 4 the hull caused a scratch on the eye and that is why it ' s not healing all the way 14 2 3 12 12 in one e mail , climate scientist benjamin santer commented on a request for data and correspondence from science blogger stephen mcintyre 0 1 1 8 8 the massacre resulted in a local and international onslaught 18 5 5 7 7 our ancestors have passed on knowledge to descendants 11 1 1 4 4 the necromancer wields the power of death itself , a power no enemy can stand against 16 9 9 12 12 this week , for example , brought a public statement by the head of now acknowledging that the fight to have women valued for their inner beauty is essentially a wash 8 2 2 7 7 pilot money manager who bailed out of plane over shelby county says in letter he snapped 18 4 4 7 7 hell already offers a cornucopia of employment opportunities for anyone coming from a myriad of backgrounds , but they lack name recognition 18 1 1 6 6 the church is sinking into indolent obscurity 0 1 1 5 5 both colds and flu cause inflammation of the mucous membranes ( found in the nose , throat and mouth ) 13 10 10 12 12 at one point , for instance , attacking a large division of musketeers with a small group of lancer cavalry resulted in a massacre of the musketeers 17 4 4 6 6 the suit accuses the maker of apps like slideshow for myspace and superwall for facebook of making its unencrypted customer data available to even the least capable hacker 6 1 1 7 8 another message is being delivered to another mail application 6 2 2 9 9 a japanese woman moved into the bloke ' s closet 18 3 3 5 5 texas prepares for crush of executions 0 0 0 7 8 constipation is the most common cause of abdominal pain in the pediatric population 3 0 0 1 1 insects wings are very thin so the poor insect must beat ( or flap ) their wings very fast so that they can really take off to fly 14 4 4 6 6 it is an official document providing proof of ownership of a motor vehicle 1 7 7 12 12 our country is resolving the war and poverty caused by the previous administration 13 6 6 8 9 i had to battle through an aurora of polar bears to get to the station , where all the trains were canceled and the one that i finally got took 37 hours to get to london , where there is no snow and it is about 20c like a summer day 18 3 3 7 7 22 traditional dancing ensembles participated in the festival of razlog 2 1 1 7 7 this area is part of the association cortex , regions of the brain responsible for incorporating and synthesizing information from multiple other brain regions 3 20 20 23 23 secondly , the soundboard contributes much more to the timbre underneath the keyboard because it is less obscured by the piano ' s framework and hammer mechanism 6 11 11 14 14 a man had a psychotic episode when he put his baby daughter in a microwave 6 4 4 7 7 doctors have inserted ghg mitigation into the prescriptions 4 5 5 13 13 no one found the handcuff key , which was hidden in a small pouch in his gym shorts 6 7 7 11 11 she just poured half a bottle of water into her lunch plate and all over the table 6 2 2 7 7 the incoming mails are sent to queue servers 13 33 33 36 36 tina moeckel and gail coakley have been with the guild for 17 years , have sons and daughters who they have danced with onstage , worked with backstage , and belong to a sisterhood of women dancers , now lifelong friends 18 5 5 8 8 for registration purposes , the property in a vessel is divided into 64 indivisible shares 18 18 18 24 24 the buffs once again lacked playmakers , the wide receivers could n ' t get open , the offense went away from the running game early 17 8 8 10 10 an emerging category is podcasting , in which users generate content for widespread download on portable mp3 players 8 1 1 7 7 the script was drawn from his own childhood when he felt that his father could n ' t understand his feelings and emotions 4 7 7 11 11 along with lots of padding , a treat wrapped inside a towel was put inside the seat of the stuntman ' s pants to entice the dog to bite the padded part 8 8 8 12 12 38 of the world ' s generated electrical energy is gained from coal 1 1 1 6 6 the pain was radiating from the contraction out to my hips and back and then down both my legs all the way to my toes 6 3 3 6 6 they have placed corpses into shallow graves along with stone tools 15 1 1 15 15 the problems of crime and the quality of justice have become central issues in public debate 11 0 0 5 5 farmers till their fields with implements which europeans know only from museums 18 12 12 15 15 the citizens remained in their houses , and only vagabonds , the scum of various nationalities , and spies were about women were not to be seen , or only such as belonged to the dregs of society 18 21 21 22 22 hardcore country cats are happy to live in the shed or the chicken house , or a nest deep inside a straw stack 9 19 19 20 20 the study demonstrates that ultrasound is a reliable and great efficiency tool for the fast extraction of korean pine seed oil 1 3 3 10 10 the fresh muslim anger has been caused by the opening speech delivered by pope benedict xvi on september 12 , 2006 18 3 3 4 4 i milked their evening drink for them and then found them asleep 1 0 1 11 11 cold sores or fever blisters are caused by the herpes simplex virus and are usually relatively easy to identify 11 1 1 8 8 the trainer touched the scorpion lightly with the end of a straw and it lifted its tail up 13 10 10 12 12 suddenly , they were in oxford street , amid a throng of shoppers 2 1 2 7 7 the head phone of the ear pad system is provided with a head band which is formed into an approximately u shape mounted on a head top portion of a user 8 1 1 6 6 the coat was evolved from the cassock , a loose , knee length coat with buttons all the way down the front 6 2 2 8 8 many japanese companies have been moving into developing countries for cheap labor 18 1 1 10 10 his parents have been dragged into his alleged life insurance fraud 17 2 2 6 6 the canadian author ' s sixth book is a domestic tragicomedy about love , alcoholism and failed families 14 2 2 7 8 it creates projects having to do with social justice and environmental justice 18 3 4 8 8 biology is the natural science concerned with the study of life and living organisms 8 3 3 10 10 sounds like the rug got pulled out from the original plans 6 3 3 18 19 she formed the dough into a round loaf and placed the dough in a greased nine inch metal pie pan 15 2 2 10 10 this predictable dynamic has recently been established in the research literature 18 11 11 16 17 some of them breed in the rice field , while other fish enter the field through tidal action 5 1 2 10 11 the plastic bottle contained a working shake n bake method meth lab 8 0 0 4 4 editor resigns from student newspaper after publication of controversial cartoon 13 13 13 16 16 in a staggering lapse of judgment , the national research council let its panel of hydrogen advocates publish a deeply flawed report trashing plug in hybrids 11 1 1 3 3 real shepherds use trebuchets 3 3 3 10 10 this particular elliptical machine has a dual grip heart rate monitor so that when you get the power intensity ramp on full stride you can keep track of how your heart is reacting to your workout 3 1 1 12 12 that car had a number of gps sensors and lasers , a camera , and other equipment to help it make its way through the course 10 1 1 2 2 the elevator operator is a meditation on the simultaneous power and futility of hope 3 9 9 12 12 the gatotsu stance itself is done by holding the blade by the hilt in the left hand , and poising the right hand above the tip of the blade 18 1 1 8 8 a gunman pumped a bullet into his right leg and fled his northwest side convenience store with several hundred dollars 8 10 10 15 15 for the zillionth time in a hindi film , a bride runs away from the pheras on her wedding day 8 4 4 7 7 as the little black train goes from station to station , driver zach picks up more and more silly passengers 14 5 5 10 10 this is facilitated through regular colloquia on the subject of language and society , as well as through a diverse curriculum of courses offered toward the clasp graduate certificate 17 3 3 8 8 so when the plants came up and bore grain , then the weeds appeared also 14 3 3 13 13 overall , the findings on class work discourse point out invariant teacher student interactions 13 16 16 20 20 an attorney of law and his two sons who are public prosecutors , accompanied by a mob of about 50 thugs attacked an historical roman orthodox church in rasheed , egypt 14 1 1 7 8 the inquiry was confined to investigating marine safety issues 17 1 1 10 10 her son , trent , remade for his father the dish cooked at the school that day 6 10 10 16 16 in the past three to four years , many industry people have come into the venture world 16 9 9 14 14 and those are guys running on the exact same legs made by the same company 1 1 1 11 11 the quarrel during the night of the crime was caused by money 18 1 1 8 8 the manuscript has been the object of intense study by many professional and amateur cryptographers 13 30 30 32 33 shigang chen and liman wei , both of santa clara , calif , and partha bhattacharya of cupertino , calif , have developed a method for removing redundancies from a list of data structures 2 3 4 13 14 it was a concept car displayed by bmw in 2007 at several international motor shows 6 4 4 10 10 infamous criminal ' s skull was handed over to the authorities 1 0 0 11 11 sinusitis is the inflammation of the sinuses caused by a bacterial infection 18 19 19 21 21 enigmatic discoveries of dark matter a few decades ago and of dark energy a few years ago have thrown physics into turmoil 2 28 28 33 33 notwithstanding the use of special assembly techniques , it is currently quite common to find , downstream of the assembly line , known radiator caps with the small spring of the low pressure valve imperfectly aligned with one of its necessary bearing surfaces and with the shutter , which leads to unpredictable operation of the radiator cap and consequent rejection of the product 11 1 1 7 7 another worker with a long straight edge plank screens over the wall to remove any bumps 6 7 7 11 11 because of the air pressure , the objects sank into the sand 18 14 14 19 19 the current study demonstrates that angiogenesis occurs early following transplantation , resulting in a hookup of donor and recipient vessels 9 6 6 7 7 the jar on the left has blackberry jelly , the middle jar is relish , and the jar on the right is blueberry jam 18 10 10 5 5 as the face of each card is displayed , the subject identifies the name associated with the card 3 21 21 26 26 of these one of the very first that occurred to me was , that there is seldom so much perfection in works composed of many separate parts , upon which different hands had been employed , as in those completed by a single master 2 8 8 11 11 this means that current flowed out of the pin of the microcontroller 1 3 3 6 6 during the great fire of the aftershock in tokyo in 1923 many ginkgo trees survived while other trees died 11 7 7 10 10 dianetics appealed to a broad range of people who used instructions from the book and applied the method to each other , becoming practitioners themselves 14 1 1 5 5 the paragraph states that the number of rules is finite 13 14 14 17 17 the town ' s most popular sculpture , however , is the high heeled clique of bost ladies created by malmo artist fred aberg 2 4 5 8 8 he started with the dashboard area of the car , as that ' s where so much dust and dirt shows up 1 2 2 6 6 the major product arose from an attack of aromatic compound 2 1 1 4 4 the crust of the planet was flooded with melt and the crater tended to erase itself 13 7 7 9 9 there are two important personalities among the pleiad of builders of bulgaria after the liberation , which are opposite to each other in their state political views and activity 6 0 0 4 5 cancer has spread into lymph nodes close to the tumor 8 11 11 17 17 in the known reciprocating hermetically sealed motor compressors , the refrigerant gas arrives vaporized from in the shell 13 6 6 8 9 one approach is to have an ensemble of decision trees with each data site contributing its own local decision tree to the ensemble 0 0 0 12 12 interpolation of the missing samples repairs the waveform with a minimum of distortion 4 7 8 11 11 the results were obtained after measuring the cell mass in a flask 3 17 17 18 18 nearly two thirds of all burglaries involve forced entry , and they succeed partly because of flimsy door locks and mounting hardware 14 1 1 4 4 the fable narrates a difference between prehistory and history that is beyond the comprehension of those on either side of the divide 11 1 1 7 7 a couple relaxes with a cup of coffee at one of alaska ' s fabulous bed and breakfasts 13 5 5 8 8 we gathered kindling in a grove of tall pines near the cabin 18 3 3 11 11 the dc dc converter was manufactured in a 130nm bulk cmos process 18 1 1 5 5 the house is going into foreclosure 2 1 1 4 4 the rod of the damper passes thru the main stem , so you need to have a top nut with a hole in it ( part 110 in the drawing ) 4 2 2 7 7 a planted bomb put inside a sedan car exploded in front of the fine arts institution at mansour neighborhood 14 2 2 8 8 the following remarks have special reference to the results obtained in the human lung 18 1 3 8 8 the editor cum scientist approached the pod with reverence , and a remote control device 2 1 1 5 5 the bark of this tree trunk presented an interesting pattern 6 10 10 14 14 i chose the simplest option i copied and stored the files in a specific folder , and used them from there 1 2 2 14 14 the worst devastation around us has been caused by the abject failure of religious education 4 1 1 5 5 the message was inside a box of post toasties 11 19 19 22 22 whatever your choice , that horribly dated chick corea electric keyboard tone on the first cut sounds like the player bought his equipment at toys r us 13 14 14 18 18 in an effort to lighten the sexually intense atmosphere that surrounded us like a swarm of excited electric eels , i decided to try a bit of humor 17 27 27 30 30 when a fan of ea ' s golf game pointed out a flaw that tiger woods could play a jesus shot from on water , the game manufacturer ' s response was this viral featuring the man himself 13 34 34 37 37 the impossibility of attending with frequency congregations gathered in various parts of the kingdom , led before long to the employment of lay speakers and these in turn gradually gave place to an established order of itinerant preachers and later these again to ministers settled for a limited period , with superintending bishops 3 4 4 10 10 he purchases only microwave ovens that have a fail safe mechanism , which shuts off the power when the door is opened or prevents the door from opening when the oven is operating 2 4 4 16 16 in humans , the cerebellum comprises only about one tenth of the total volume of the brain , but more than 50 percent of all its neurons are located in the structure 2 1 1 4 4 the farmhouse of the farm kronendal , built in 1800 , is a natinal monument 14 1 1 4 4 the act applies to contracts or agreements among competing manufacturers and distributors 4 3 3 7 7 extra virgin olive oil is in a cask 18 22 22 24 24 a judge has ordered a woman to hand over her daughter ' s pet sheep to a rescue center after a legal wrangle over ownership of the animal 10 4 4 11 11 a good off road vehicle is the best tool for a photographer with a sense of adventure 16 28 28 32 32 they established that the russian president ' s academic credentials were based on a dissertation he had lifted in part verbatim from the russian translation of a management study written by two professors at the university of pittsburgh in 1978 15 1 1 9 9 the culture of violence has become the topic of discussion among the people following the series of recent riots in java 18 9 9 13 13 a rasher of bacon was found in a returned book by a worthing librarian 18 11 11 14 14 in order to gather experimental data , researchers explicitly defined a model describing the process 13 10 10 13 13 the brain , to paraphrase dr gazzaniga , is a confederation of various modules capped by the normally dominant computational systems of the left brain , that has the capacity to interpret our multiple self 18 2 2 8 8 the dotted line refers to experimental and simulated data 6 3 3 6 6 he put a guinea into the hand of the poor fellow 14 7 7 14 14 uncle jay occasionally does a one off special , dedicated to explaining a specific term or issue 2 11 11 14 15 quasi static tensile tests were performed on the specimens using a screw driven instron load frame 17 1 1 4 4 the bank issued a statement at around 2am in the uk confirming that it would buy lehman ' s north american investment banking and capital markets business 11 3 3 4 4 my 92 rangers drivers wheel is clicking or grinding all the time going down the road 14 2 2 8 8 most recent books on the topic of traditional knitting contain information on sanquhar knitting 4 10 10 17 17 remains from the viking ship were reburied in an aluminium casket put inside a five ton stone sarcophagus 16 2 2 11 11 a bizarre idea springing from the mind of an original thinking teenager in malta is put into a chat room and picked up by an interested schoolteacher in cleveland 16 11 11 15 15 british scientists are fighting climate change by reducing the harmful greenhouse gases produced by flatulent cows 6 5 5 8 8 often users have dragged midi clips into audio tracks 14 22 22 27 27 a child is an individual with personal oppinions , feelings and needs , just as adults are , that is what the convention of children ' s rights says 4 1 1 8 8 the absorbent was contained in a 3 litre reactor 16 1 1 24 24 the church , is a stunning onion domed , golden filigreed , jewel of a building built ( 1903 1912 ) by the russian aristocracy 18 10 10 15 15 man gets life sentence in kidnap , ransom case of woman he kept in makeshift casket 0 13 13 24 24 but among the heroin addicts especially , there is frequently a very severe depression , and depression is one of the main causes of suicide 13 7 7 11 11 the band ' s mascots are a tiding of black billed magpies and a beanie baby skeleton called death 12 1 1 5 5 the essays collected in this book written by some of the leading experts in the field challenge this popular image right at its heart , taking as their starting point that science trades not only in truth , but in fiction , too 6 1 2 9 9 your e mail has been successfully delivered to the receiver 13 13 13 16 16 a second significant recent institutional development has been the establishment of an eu network of independent experts on fundamental rights 8 12 12 15 15 the trust strives to gather , protect and preserve aircraft and aviation memorabilia from bygone times especially material with a bay of plenty or new zealand connection 18 6 6 10 10 his deeds have thrown thousands of people into eternal financial damnation 6 1 1 6 6 your products have landed into our warehouse and you have been called to book in a delivery date 8 3 3 6 6 i also incorporate meteorites from outer space and dinosaur bones 14 1 1 3 3 the report investigates migration in the context of demographic changes and trends in both growth and inequality 16 1 1 5 5 the bile produced by the liver is collected in bile canaliculi , which merge to form bile ducts 2 13 13 16 16 there was a time when the sound of an accordion playing in the cars of the metro brought commuters respite from le stress 18 8 8 11 11 pear and ginger marmalade was made from a glut of corella pears 16 6 8 15 15 however , the adminstrators of a multi user dungeon comprised primarily of two factions , builders and coders are the backbone of mud creation 6 3 3 7 8 the baker put alcohol into the dark chocolate ball 6 4 4 6 6 we have entered successful surveys into report demonstrating secondary meaning 3 1 1 2 2 this bed pole has a hook type handle , and fits under the mattress and provides a firm handle to assist with moving and positioning in bed 17 0 0 5 5 elephants have been observed digging holes to drink water and then ripping bark from a tree , chewing it into the shape of a ball , filling in the hole and covering over it with sand to avoid evaporation 8 1 1 7 7 the driver was ejected from his small car 13 1 1 6 6 a nation is a group of people 6 1 2 8 9 the paleogene horizons have migrated into the upthrown basement blocks from adjacent sedimentary horizons 11 3 3 12 12 the previous robotics lecturer had created an obstacle course with colored duct tape on the floor 4 2 2 6 6 the aerosmith game was in a bin over on the other side of the store 14 1 1 3 3 obama speech addresses homophobia , anti semitism among black americans 3 3 3 6 6 the stereo cutter head has two coils which move in a magnetic field 18 2 2 7 7 the loan program is running into insurmountable difficulties 5 13 13 16 16 people look at me as if i ' m crazy talking to a bottle full of wine 18 6 6 13 13 what we saw was a promising idea sabotaged by a muddled and undernourished script 6 0 0 11 11 violation in the text associated concepts was brought into the working memory in an attempt to resolve the violation 0 3 3 9 9 we minimized excessive flows that cause flooding , bank erosion , and habitat loss 11 1 1 7 7 the gods conquer the asuras with the breath within the mouth 4 1 1 6 7 the reagent was contained in a holding dam of melted paraffin wax approximately 2 inches in diameter 2 1 1 4 4 the stem of the verb is the main building block when forming the present tense 13 5 5 7 7 hunt clubs often maintain a cry of hounds , trained to hunt foxes 18 6 6 7 7 the final character was the brilliant scientist inventor and technology geek 14 1 1 8 8 the section concludes by giving a summary of findings 9 2 2 9 9 the outer core is the source of the geomagnetic field 14 1 1 5 6 the show centered around a beach theme 8 7 7 10 10 at the end of 2004 , a journalist from dnevnik newspaper , hristo hristov , submitted a request to the director of the national intelligence services ( nis ) 0 3 3 7 7 for example , measles and chickenpox cause rashes along with other symptoms 2 7 7 10 10 formerly it was usual to insulate the rod of the electroscope by passing it through a hole in a cork or mass of sulphur fixed in the top of the glass vessel within which the gold leaves were suspended 0 4 4 7 7 however , the planning proposal has generated opposition from locals who have voiced fears over health issues 6 5 5 7 7 the famous actor donated 100 houses to victims of last year ' s flood 6 8 8 11 11 that club cost him as he put a shot into a bunker on hole 13 0 2 2 10 10 allaah decreed joy and sadness , because joy results in laughter and sadness leads to crying 9 22 22 25 25 however , in general the theory languished until 1984 when an international meeting was organized in kona , hawaii , about the origin of the moon 6 2 2 6 6 some animal viruses have migrated into humans 18 1 1 4 4 the arbiter of the game begins the game and requests a move from the first player 14 3 3 9 9 the focus of study is on psychological or mental mechanisms , also referred to as decision processes , information processes , or darwinian algorithms 16 7 7 10 10 there ' s a new exhibition of works by the quilters of gee ' s bend , alabama , whose lives have been transformed by worldwide acclaim for their artistry 18 5 5 10 10 in the beginning , a fire started from the ring area of a crude oil storage tank ( 33000kl ) 11 4 4 7 7 with robotic surgery the surgeon manipulates a robot to do the operation through the small openings 1 0 0 7 7 malaria is caused by infection with a parasite called plasmodium that is transmitted by mosquitos 8 5 5 8 8 jennifer holt , a former actress from western movies , was aunt judy , the only human in the cast 16 1 1 6 6 this book written by an american woman tells the story of her meeting the love of her life in venice 8 18 18 6 6 when the synaptic input to the axon was stimulated before eliciting an action potential in the axon , transmitter release from the axon was enhanced 6 2 2 6 6 the elderly immigrants flow into warmer states such as california and florida 4 1 1 5 6 the hairdryer was in the desk drawer 8 9 9 12 12 there are also dark american inspired murals copying urban scenes from gangster movies and picturing gangsta rap heroes 6 1 1 6 6 the particles were released into the air 17 2 2 11 11 an italian craftsman has created the world ' s smallest nativity scene on the head of a pin 18 1 1 7 7 the arrows act as avatars of the students 14 2 2 1 1 this error message indicates that an error has occurred 16 8 8 14 14 this is , however , a decidedly intellectual book , penned by a clear master of language and intra psychic evaluation 17 14 14 19 19 the average year round temperature in denia is 18 ' centigrade , so the locals have put up a monument to the weather 14 4 4 7 7 the second bodily privacy paper relates to violation of a person ' s bodily integrity 6 5 5 9 10 the new product ' s release is postponed to next month 2 12 12 15 15 a symbol of this mystery is the sail that hangs on the mast of the ship as though it were christ raised on the cross 18 2 2 4 4 the banded racer needs advice on accommodation 18 2 2 7 7 we catch happiness from friends and family members like an emotional virus 14 1 1 5 5 this page describes the 1982 events only 3 2 2 8 8 the 1858 exhibition was the first exhibition of photographs to be held in any museum 8 2 2 9 9 the tm program is derived from an ancient indian tradition 6 3 3 6 6 squirrel stuffed the acorns into his cheeks until they were puffed up like two furry balloons 8 11 11 15 15 kevin kim is surprised by the arrival of an ancient korean archer from the 1st century 8 2 2 8 8 a violent criminal who absconded from an open prison less than a third of the way through his sentence was recaptured today 17 4 4 9 9 georgia was the leading producer of fiber cans and drums , followed by ohio , wisconsin , and north carolina 2 13 13 17 18 we report a rather unusual case of severe ocular injury caused by the shank of a triplet fish hook 18 30 30 32 32 two years passed before i saw the ibex again , despite regular field trips to the area and the services of an ncwcd ranger who knew every bend in the maze of canyons 17 11 11 15 15 the device is sometimes known as a flettner rotor after the inventor of the basic principle 13 16 16 20 20 it pits dolph ' s nikolai cherenko a stoic , wordless , physical threat against a cabal of unsavoury russian gangsters 4 1 1 6 6 the monitor was enclosed in the lid of the wire recorder case 17 14 14 19 19 a powder blue suit and a silver chain mail vest were two of the designer ' s more subdued creations on sale 8 2 2 5 5 as the train left the station a cool spring rain pelted the windows 6 2 2 7 8 the government cheese is flowing into missouri food banks 2 7 7 10 10 she leaned for a moment against the wheel of the truck and glanced about 1 1 1 6 6 the warmth was radiating from the fireplace to all corners of the room 18 1 1 5 5 the bakeries in the supermarket area also reduce the prices on their goods as closing time approaches 1 10 10 17 17 the reports regarding the casualties has been announced and the loss that has been caused by the quake is being estimated 3 1 1 4 4 this dryer has a sensor that is supposed to sense when the clothes are dry 18 4 4 6 6 i bought a whole cartload of groceries , and spent a fraction of what i would at any regular grocery store 1 1 1 6 6 air pollution from coal fired power plants is large and varied and contributes to a significant number of negative environmental and health problems 1 23 23 28 28 former safety service director rex katterheinrich estimated the city collecting 2 16 million in 2009 , who took into account for the economic slowdown caused by the national recession 16 5 5 8 8 china associates itself with the statement by the representative of south africa on behalf of the group of 77 and china , and now my delegation would like to make a few comments on the following issues 6 8 8 10 10 a small number of students continue to bring guns to school 11 1 1 9 9 the government took advantage of independent tv ' s debts to the main gas company , gazprom , to engineer a takeover by government friendly forces 8 4 4 10 10 he poured all the water he got out from the oven and went tothe boyer 13 7 7 10 10 las nubes coffee is produced by a cooperative of small farmers in southern costa rica as part of the las nubes research and conservation program of the faculty of environmental studies of york university 3 1 1 10 11 the ear is made up of three different sections the outer ear , the middle ear , and the inner ear 0 13 13 17 17 dr marshall is the discoverer of helicobacter ( h pylori ) , the germ that causes peptic ulcer 6 1 1 7 7 the bomb was delivered to the unsuspected victims 18 20 20 23 23 the recipes are culled from various restaurant chefs , magazines and brother victor antoine d ' avila latourrette , a monk and cookbook author 10 2 2 4 4 the best spikes for knights are hook big weel and death strike dragon divide 6 1 1 7 7 security cameras have been installed in commuter trains to prevent groping 13 11 11 14 14 jeanne carley has once again created a fun calendar with a cast of adorable ferrets 18 1 1 31 31 the dates for when the coral reefs had been living ( 125 , 000 , 105 , 000 , and 82 , 000 years ago ) closely matched dates from milankovitch cycles for times when the ice sheets should have been melted and the seas at their highest ( 127 , 000 , 106 , 000 , and 82 , 000 years ago ) 8 0 0 13 13 management on massive salaries have already retired or bailed out of a sinking ship leaving the masses to endure the hardship caused by ignorance and mis management 18 0 0 4 4 suspects were brought into custody for questions 1 1 1 3 3 the sadness from divorce meant more if you were aware she was married very briefly to choreographer michael bennett , who shaped her career , then created the chorus line character around her in 1975 3 1 1 4 4 the ray moves its fins in an s shaped wave , up and down , from the head to the tail 1 7 7 13 13 ngu ( nongonococcal urethritis ) is an infection of the urethra caused by pathogens ( germs ) other than gonorrhea 6 4 4 12 12 my manager ' s desk has been moved up to the top floor 6 8 8 11 11 the police has beaten him up , poured water into his ears and nose , and stuffed a shoe in his mouth 2 13 13 7 7 most of the energy from preheating your oven goes to heating the inner walls of the oven itself , not the air inside 17 19 19 22 22 they shared a love of richard wagner and were regulars at the annual bayreuth festival held to celebrate the composer ' s works 14 1 1 8 9 the sections of the text that explain the scientific method are interesting and could be applied to most areas of life 12 2 2 10 10 all key suppliers are part of toyota ' s supplier association 16 4 4 5 5 i work in a design studio and by chance it ' s a really good profession for me 17 1 1 20 20 the chimps first picked some stems from the marantaceae plant and plucked off the leaves in order to make their rods 16 2 2 7 7 many other references were obtained from various scholars worldwide 5 24 24 26 26 as with most american families i started bad eating habits at an early age , i still remember the times i was given a bottle with soda in it 4 15 15 19 19 the interesting problem with this is that the oatmeal was in a bowl and the milk was in a cup 18 0 0 7 7 mom of 5 succeeded with can do attitude 11 1 1 8 8 the doctor injects the solution after disinfection with alcohol 16 6 6 18 18 this slim , small , delightful book , a translation , comes from the pen of an italian psychoanalyst who believes in the magic of our mind , soul , and nature more than in our professional attempt to be scientific 16 8 8 11 11 that ' s more or less how the book ' s author is viewing the situation 2 4 4 10 10 since then his short films have been presented in retrospective programs at film festivals worldwide 3 7 7 14 14 they presented passive brass piezo mono contact microphone with high quality 1 male output plug 14 1 1 5 5 the show tackled many serious issues 0 1 1 4 4 the crash caused a gash on the west side of the pentagon measuring 30 yards wide and 10 yards deep 14 2 2 7 7 the first book dealt with the tragic impact of the cultural revolution on a highly educated family of literary intellectuals 18 3 3 6 6 the scientists injected fluids into the animals 13 1 1 3 3 the school of fish mentioned in the title poem of this book live at the bottom of the sea , but are somehow addicted to light 13 30 30 32 32 the first time we enter that interior court , the four sides of which each tell the history of a great period of architecture , we are dazzled by the throng of memories and ideas that start from these four great pages 6 2 2 9 9 deuterium fueling pellets have been injected into diii d plasmas from five different locations 17 5 5 9 9 the main product of the factory is white granulated sugar , which goes into industry with , for example , coca cola being one of the largest customers 16 1 1 7 8 with panels designed and sewn by the loved ones of people who have died from aids , the entire quilt made its final public appearance on the washington mall in the summer of 1996 13 10 10 14 14 the biggest broadcast was on election eve , when a hookup of twenty six stations carried coolidge ' s speech 2 11 11 14 14 the third through seventh phases of the program are the five wedges of the building from the first floor to the fifth floor 8 1 1 8 8 the solvent was distilled from an all glass apparatus and the distillate collected when the boiling point became constant 5 7 7 11 11 two hours later , i had a bottle full of warm water 0 3 3 7 7 a stimulant , nicotine causes a temporary increase in alertness and a calm feeling 2 15 15 18 18 this storing capacity is due to the elasticity ( flexibility to expand ) of the walls of the veins 1 3 3 5 5 he treated the pain from shingles as it persisted for long periods of time 18 4 4 5 5 the addition of a velocity stack on the carb inlet helps stop some fuel spray coming out the carb when the engine is running 15 6 6 16 16 cox examined the current financial regulatory structure and pointed towards its very immediate potential in a speech before the conference 18 7 7 10 10 his new research shows that the tree trunks in the forest act like hot water bottles 18 1 1 7 8 this matter became the subject of protracted legal action , from which the employer emerged victorious 14 2 2 4 4 the union contract governs wages and hours and runs for three years 11 1 1 5 5 world powers threaten iran with sanctions 13 12 12 15 15 this double lie betrays what it is really all about in the coalition of the hypocrites solidarity with the culprits 14 7 7 16 16 this book largely seeks to refute the claims made by his contemporary john locke about the nature of human perception 11 2 2 8 8 the french army made use of a nerve gas obtained from prussic acid 17 12 13 19 19 vinton ( vint ) cerf , along with robert kahn , is co designer of the tcp internet network protocol 18 1 1 9 9 recent researches are making a valuable contribution to the history of logic in a period little known in the west 8 3 3 8 9 most of the text was extracted verbatim from primary sources , which entails the presentation of far more information than is customary on the opera stage 6 3 3 6 6 the man poured water into the seeds 0 10 10 7 7 there are many types and causes of headaches , from tension headaches due to stress to migraines triggered by certain foods 3 33 33 10 10 tree roots are attracted to the water vapor leaving the pipe and they follow the vapor trail to the source of the moisture , which are usually cracks or loose joints in the sewer pipe 18 0 0 11 11 males had their urethra and urachus ligated with a fine silastic tubing 14 10 10 13 13 just a moment ago you were pronouncing such astonishingly correct opinions about our town , and now you ' re so silent 13 7 7 10 10 the other stations responded by hiring a cast of precocious cats , ferrets , chimpanzees and marmosets 1 4 4 7 7 patients with adenomyosis experience pain from this disease in the early 30 ' s 9 1 1 2 2 that strawberry jelly was more like strawberry glue 14 1 1 4 4 the novel examined the life of larry weller , an ordinary man made extraordinary by his unique talent for creating labyrinths 8 1 1 6 6 the reports arrived from an army trailer in a corner of camp victory in baghdad 13 2 2 3 3 new haven police chief james lewis left his post after his contract expired jan 31 18 1 1 4 4 including amenities such as kiosks create pedestrian friendly spaces 6 5 5 7 8 the auditor staff rescheduled the meetings to next week 4 1 1 5 5 the material was in a trunk in a basement and i knew i needed to get it 13 3 3 5 5 i caught a dose of crabs in phuket once 8 1 1 10 10 the answer to the inquiry was solicited from his own mouth through the questioning of the lord , who then directed him to live in accordance with what he knew 5 16 16 19 19 about 3 of 2 4 year olds show marked dental decay due to sleeping with a bottle full of juice or milk 18 1 1 6 6 shin splints are caused by the muscles on the front and sides of the leg 2 2 2 9 9 the ricotta mixture was the best part of this dish 18 3 3 13 13 the chief safety officer announced the gwinnett barrow jackson enforcement wave with the unveiling of a replica of new traffic warning signs that have been posted along i 85 17 0 0 13 13 researchers at durham university have turned a video game into a fire drill simulator 18 4 4 7 7 automatic diagnosis has replaced simulation for the correction of simple design errors 18 2 2 4 5 he moves people into climate action 10 21 21 23 23 from the quotes by frederick law olmstead , to the philosophy of making art , this is one of the best websites for painters and artists out there 17 1 1 8 8 one daughter sewed four wide shirttails into a sack , which the men in the family filled with corn and sweet potatoes and hid in a ditch 3 1 1 4 4 the screen works using ink , just like books and newspapers , but displays the ink particles electronically 18 2 2 6 6 the mobile meth was inside a van parked inside a storage unit at 4095 west kearns 0 1 1 4 4 these tests establish baseline information on employees and help insure that they are appropriately matched to the physical demands of their jobs 3 2 2 9 9 the cerebral cortex is composed of a sheet of neurons that during evolution has increased by three orders of mag nitude in surface area 1 2 2 8 8 because the disorders are caused by defective lysosomal enzymes , with the result being lysosomal accumulation of pathway intermediates , these are often referred to as lysosomal storage diseases 6 2 2 5 5 she poured flour into the bowl , and asked me to take out four eggs from the carton and carefully crack them into the bowl 14 6 7 9 9 they respond to more and more telephone calls demanding payments to cover costs in order to receive their prize 14 1 1 7 7 this speech makes explicitly crystal clear the strategies adopted by the imperialists to subjugate man 6 4 4 7 8 finally , we injected syscalls into the virtual machine 9 4 4 20 20 the region ' s forests also provide minor forest produce such as posts and poles , other hewn timber , firewood , wood chop blocks and specialty timbers 13 4 4 7 7 there is a large network of social scientists studying agricultural systems , and interdisciplinary working groups have developed around themes such as the nature off traditional and modern agrucultural production and the energetic efficiencies of farminc systems 3 1 1 5 5 the festival involved two practical competitions and a lecture 13 14 14 17 17 outside the walls of athens , the site of the academy was a sacred grove of olive trees , still recalled in the phrase the groves of academe 13 28 28 29 29 just as jack says , on deck , you scabrous dogs , to the very left edge of the screen over jack ' s shoulder is a grip crew member with a tan cowboy hat , white short sleeve tee shirt and sunglasses , just standing there looking out to sea 9 2 2 10 10 the tuxtlas area is the source of the olivine augite basalts 18 2 2 7 7 the uk economy has come out of recession , after figures showed it had grown by a weaker than expected 0 1 in the last three months of 2009 6 1 1 8 8 the car has been delivered to the upholstery shop 8 5 5 8 8 in lotus , the 1st circuit departed from precedent , narrowing protection for developed software and giving crafty litigators a blank disk 6 12 12 16 16 i pulled the breather hose off of the airbox and placed the end in a nalgene bottle 6 3 3 8 8 when a metallic screen was placed inside the coil , so as to surround the needle , the demagnetization produced by the discharge was less 6 3 3 6 7 only few selected people journeyed into outer space 1 2 2 7 8 the current crisis was caused by the housing bubble , and the primary cause of the housing bubble was the federal reserve keeping interest rates at 1 percent 2 1 1 11 11 this photograph of an automobile training device was enclosed in a letter to edwin link 6 1 1 6 6 the strips were placed into individual chambers for incubation 13 23 23 25 25 over the sierras from los gazquez , passing the peaks of limestone , the cliffs where the peregrines battle for purchase , the clattering of choughs tumble to cave mouths 18 8 8 14 14 i read that interview you did with the guy who came up with flash mobs 18 7 7 15 15 winners of four straight games , the side has constructed the program ' s best start since 1979 80 and the third best opening in school history 11 1 1 6 6 some researchers watered the plant with luciferin 18 12 12 15 15 the tour of california raced through west marin on monday in a blur of speeding bicyclists and their caravan of support vehicles , once again sparking charges that it puts spectators in harm ' s way 6 5 5 8 8 international committees have bestowed industry awards to outstanding companies 14 2 2 9 9 the first workshop was convened on the topic of derivatives 14 1 1 7 7 the appendix gives a summary of financing transactions 18 1 1 19 19 that song immediately segues into the maniacal red purple , a bewilderingly worded love song accompanied by a toy piano and fuzzy bass 4 2 2 8 8 the skinner box was inside a large wooden icebox 11 2 2 12 12 one marine mammal breaks open shellfish by hitting the shellfish with a stone 3 2 2 6 6 the liftable scaffold 10 has a platform 12 including a frame 14 14 4 4 9 9 it is an international newsletter designed to inform about work in progress , conferences , publications , etc 2 1 1 4 4 the fundus of the stomach is that part dorsal to the cardiac ostium and refers to either its lumen or its wall 0 5 5 12 12 both over the counter pain pills and prescription drugs cause medication overuse headaches 13 5 5 7 7 the kennels of hounds and mews of hawks were a form of conspicuous consumption that only a noble could afford as so mark his status 4 27 27 30 30 when recruits were paid a shilling for signing on to the royal navy , press gangs tricked men into committing themselves to service by passing them the coin in a tankard of beer 3 4 4 5 5 she lightly clicked the mouse button with her index finger 18 2 2 6 6 the protein products encoded by this class of resistance gene are located within the plant cell cytoplasm 13 11 11 13 13 instead of this set of grub street authors , the mere canaille of letters , this corporation of mendicity , this ragged regiment of genius suing at the corners of streets in forma pauperis , give me the gentleman and scholar , with a good house over his head and a handsome table ` with wine of attic taste ' to ask his friends to , and where want and sorrow never come 4 1 1 6 7 the cup was inside a 9ft oak coffin , carved from a single tree trunk 17 1 1 7 7 his rival won the nod with a pledge to spend 500000 of his own money on the race 1 1 1 9 9 most deaths from the accident were caused by radiation poisoning 18 1 1 6 6 the prisoner was taken into preventive custody this morning 6 1 1 6 6 the leftovers are pushed into the colon 1 4 4 9 9 bankers were assessing the loss caused by the poor performance of gartmore ' s 340m pounds ipo this week after it needed to be scaled down and its price slashed 4 4 4 8 9 his mother ' s body was in a chest freezer in the basement 6 5 5 8 8 the second dancer has added rhythm into his dance 3 1 1 8 8 the crane has a five section 51 m boom with megaform shaping for greater rigidity and grove ' s patented twin lock boom pinning system 3 5 5 8 8 i made two pairs of jeans with regular zippers , which both quickly tore out 9 7 7 8 8 a nice , big bowl of homemade vegetable soup is one of the best ways to get a lot of the veggies you need all in one dish 17 12 12 22 22 using the latest techniques of a science known as tissue engineering , researchers at the university of boston recently grew a human ear on the back of a mouse apparently with no adverse effects to the hybrid rodent 14 2 2 5 5 such a conclusion highlights the importance of environmental concern in understanding and encouraging environmental behavior 4 4 4 8 8 the balance of the loot was in a box in the garage 3 1 1 2 2 this door handle is in gold color and is installed on the front door 18 1 1 6 6 the phrase was related in a preface of a 1904 collection of drury ' s stories 4 1 1 5 5 the ring was in a glass of champagne , and all of hubby ' s family was present 8 1 1 8 8 the legend was derived from a much older publication 3 9 9 10 10 mothers transmit the cavity causing bacteria by kissing their babies mouths 8 14 14 20 20 the death of a massive nearby star billions of years ago offers evidence the sun was born in a star cluster 6 1 1 4 4 throwing trash into the dumpster 70 feet away from the third story floor was very dangerous 18 1 1 7 7 the company has been dragged into a lawsuit 15 2 2 10 10 the calculated efficiency has already been defined in the preceding paragraph 18 16 16 19 19 state abandoned national socio cultural imperatives and rushed in to join the scandalous community and the camaraderie of the tyrants 18 1 1 5 5 the pronouns are indicated with parentheses and are given for example purposes 18 3 3 9 9 the aim of ecophilosophy is a total or comprehensive view of our human and individual situation 6 3 3 7 7 zook took the ax to the coaching staff 5 3 3 6 6 there is a suitcase full of money , which is being auctioned off 6 0 0 7 7 jars were then placed into three separate cages 18 2 2 5 5 u s embassy participated in opening of the unique exhibition about general pika 5 9 9 11 11 an 11 year old greensboro boy turned in a purse with money inside after he found it in a creek saturday 6 2 2 7 7 the committee meetings have been rescheduled to tomorrow , january 17 18 5 5 12 12 the origin of the superficial extensors is from a flattened common extensor tendon 13 7 7 9 9 recently a national geographic video showed a pod of seals teasing a group of iguanas 11 1 1 4 4 the peasants used of donkeys for cart pulling which not only enables larger quantities of goods to be transported but also allows users to earn extra income 3 1 1 4 4 the method includes the steps of contacting a bacterial suspension with a single wavelength in the ultra violet range 3 4 4 9 9 the remainder of the breast is composed of connective tissue ( collagen and elastin ) , adipose tissue ( fat ) , and cooper ' s ligaments 6 1 1 6 6 the mist was carried into the air by bursting bubbles over the plating vats 15 1 1 5 5 this paper received positive review comments from the senior editors of the journal and was accepted for december 2005 presentation 14 3 3 9 9 it is a comedy centered on a has been coach who is given a shot at redemption when he ' s asked to run his local high school ' s girls basketball team 3 9 9 13 13 another favorite supper at my house is the classic combo of grilled cheese sandwiches and cream of tomato soup 18 6 6 12 12 a first prototype of the new system is constructed from the preliminary design 16 9 9 10 10 he works as an accounts manager for a luxury housing developer 11 9 9 12 12 it runs past la guardia airport , where the senator took the shuttle to washington many times 17 9 9 13 13 we did not endorse a candidate unlike the ten scientists who wrote a letter in support of john kerry 14 3 3 13 13 a number of bills and acts are under consideration concerning a variety of topics that relate to telemedicine , electronic medical record systems , research , prescriptions , task forces , commissions , and broadband adoption 1 5 5 8 8 gis revealed a relationship between cracks caused by earthquakes and paddy fields 14 4 4 10 10 the purpose of this report is to present an unusual case of hepatic abscess due to infestation by endamoeba histolytica 16 11 11 14 14 bollywood stunner koena mitra sashayed down the ramp in a stunning creation by the designer 5 6 7 9 9 the election judges found in a ballot box some ballots that were not the kind properly belonging in it they ' ve put those ballots aside 18 2 2 8 8 a reasonable approach was distilled from the initial shock at the conflicting data 18 1 1 11 11 the researcher approached the subjects and their experiences with an open mind 6 8 8 11 11 the growing use of this technology passed on infertility to future generations 18 9 9 11 11 they presented very extensive and detailed report on greenhouse heating with compost 10 20 20 24 24 the second stage , referred to as the optimizer , optimizes the code according to the various switches on the compiler set by the programmer 0 1 1 3 3 both bacteria cause mortality in target species via a lethal septicemia as a result of spore germination 4 2 2 6 6 the second router was in a box under the overhang of the bathrooms at the top part of the map 2 8 8 11 11 but she had brought them up to the roof of the house , and hid them with the stalks of flax , which she had laid in order upon the roof 15 6 6 14 14 charles rennie mackintosh ' s unique building was enthusiastically described by the modern art journal , as ` one of the most complete and best equipped schools in the united kingdom ' 6 4 4 11 11 a trillion gallons of water have been poured into an empty region of outer space heated by a star 1 3 3 10 10 pancreatitis is an inflammation of the pancreas caused by a malfunction involving the digestive enzymes that the pancreas makes 17 1 1 4 4 this machine pops out pancakes at a rate of 200 pancakes per hour 1 2 2 6 6 the direct catastrophe caused by the earthquake was estimated at 10 2 billion euro , clearly justifying european intervention 8 1 1 8 8 the money was income from his small retail shop 3 0 0 3 3 fish use their muscles to move their bodies and fins 1 1 1 5 5 the damages caused by the fires that immediately broke out and raged for three days , were by far worse than those caused by the earthquake itself 18 3 3 6 6 gavin wears a kilt for the outing 17 4 4 3 3 four sets of wax glands , situated inside the last four ventral segments of the abdomen , produce wax for comb construction 6 4 4 8 8 we have donated the books to the local library 6 8 8 15 15 the new ceo has invested 10 of the profit from last year into a new project 13 4 4 6 6 icen yelled to his battalion of crossbowmen 6 2 2 9 9 the medical devices were inserted into a female teen patient 4 6 6 12 12 local fisherman heated some of their catch cooked over coals in a scuttle 16 5 5 9 9 in 1991 the placental cell preparations developed by the company where entered into clinical tests by the health authorities 18 16 16 18 18 as longtime publishers in the healthcare industry , we , too , are skeptical about the glut of startups in this area 2 14 14 15 15 the photodeflection technique or mirage method consists in periodically heating a sample with a pump laser modulated by an optical chopper 13 34 34 36 36 the story of the epic struggle between the islamic empire of the ottomans and the christian kingdoms of eastern europe is told from the perspective of a secret fraternity , the excubitors , a brotherhood of counselors to kings , sultans , head of churches , knights , scholars , financiers , and merchant adventurers who hold influential positions on both sides of the conflict 11 0 0 16 16 designers focus more time and energy on improving and differentiating their system level product by using megafunctions 6 5 5 8 8 i have put an empty line into an article 3 7 7 8 8 the technitians discussed how to clean the throttle cable on a gas scooter 18 1 1 11 11 the citizenship and connection to britain and italy is shown in parentheses 8 2 2 7 7 a social ride departs from the cleveland library and heads for carbrook where it splits into 2 groups 13 2 2 4 4 the forth devision of crossbowmen marched through the gate , dust hanging in stifling clouds above the column 1 5 5 20 20 he testified that cause of death was massive bleeding into the blood sac of the heart caused by a stab wound on the left chest 10 6 6 8 8 the woods that furnish the best charcoal for painters are the beech and vine 1 40 40 28 28 the scale of such landslides on natural slopes can be large enough to devastate entire villages or towns , such as the huascaran avalanche triggered by the peru earthquake ( 1970 , mw 7 8 ) , or the complex slides caused by the alaska earthquake in 1964 ( ms 8 4 ) 13 15 15 17 17 as part of his wicked plan , pete promotes mickey and his pals into the legion of musketeers and assigns them to guard minnie 9 10 10 11 11 she made a face at him and slowly sipped her guava nectar , watching him over the rim of her glass 14 1 1 8 8 an invoice is a commercial document indicating the products , quantities , and agreed prices for products or services the seller has provided the buyer 6 3 3 6 8 i have inserted animation into the e post card 13 18 18 20 20 donald rayfield , professor of russian and georgian at the university of london , presents us with a blush of boys who made the faustian bargain with stalin 6 3 3 7 8 he dumped the pineapple into the ungreased cake pan 5 2 2 4 4 the chosen volume contains software which is newer than the software you are installing 18 2 2 18 18 a remote slope of nevado mismi , a 5316 m peak , is the ultimate source of the river 18 1 1 8 8 the composition forming the subject of the present invention included one or more fillers as defined above 8 2 2 7 7 much indian whisky is distilled from fermented molasses , and as such would be considered a sort of rum outside of the indian subcontinent 16 10 10 14 14 thrombopoietin is a glycoprotein hormone that regulates the production of platelets by the bone marrow 16 1 1 14 14 the study is the first major contribution to the global warming debate by an economist , rather than an environmental scientist 0 4 4 2 2 chronic daily headaches are tension headaches or headaches which are caused by taking too many pain killers 6 2 2 7 7 only domestic flights are landing into this airport 4 4 4 8 8 we currently store the mixture in a covered container in the refrigerator and we will use it up within a couple of days 17 2 2 7 7 the israeli army erected a giant earth mound across a crucial agricultural road in the northern west bank 4 20 20 23 23 a grieving family learned their 95 year old great grandmother had been cremated when they found a stranger ' s body in her casket 3 1 1 4 4 a train with a locomotive attached at each end is described as ` top and tailed ' , this practice typically being used when there are no reversing facilities available 15 2 2 9 9 pilot information needs were investigated in a web based survey 18 6 6 16 16 the immediate , down to earth impact of the poem is established in the first two lines 16 4 4 11 11 we feasted upon a meal sumptuously produced by our ever wondrous chef ( issy ) and then the games commenced 18 4 4 7 7 as soon as the lumberjack saw the thief , the lumberjack thought that if i kill him and bring his head to the authorities , i will get a reward 11 4 4 5 5 i purchased the wen lumberjack saw a few years ago , and just broke the blade 1 1 1 20 22 a trend has been caused by the growing absolute numbers of young people on the planet , and by the rising unemployment rate 18 5 5 11 11 for some reason , the star was blinded from his own insight about the incommensurability of time 16 4 4 5 5 it is the last auto plant operating in california and toyota ' s only plant represented by the united automobile workers 1 0 1 5 5 birth defects are caused by drugs that the persons have been exposed to before birth 18 2 2 5 5 the precautionary principle insists on certainty that a technology is not harmful before it can be used 3 1 1 9 9 the controller regulates the superheat using a double loop system 18 1 1 5 5 the soils used for the growing of irrigated cotton in the macquarie valley of n s w are variable and each soil type has its own characteristics and problems 8 2 2 6 7 reagent grade acetonitrile is distilled from phosphorus pentoxide immediately before use 8 6 6 9 9 this still images sequence shows a plane switching from runway 25l to 25r while on final approach in frankfurt airport 3 3 3 10 10 each omnidirectional mic capsule is fitted with a metal alligator clip which can be attached on either side of your head 18 0 0 4 4 rainwater falls into special use 1 4 4 6 6 in these cases of fever from constipation there are no local signs except , perhaps , a varying amount of tenderness over the sigmoid flexure of the colon , but only appreciable where the distension of gut is extreme 2 16 16 22 22 you carry it in a purse or pocket or attach it to your belt using the clip on the back of the alarm 14 1 1 6 7 the film makes the point that decision making is an important aspect of such an affair of the heart 6 3 3 7 7 prevx has added functionality into its new tool 6 5 5 7 7 a kid took a baby koala to church on sunday 6 5 6 15 15 acid precipitation was caused when sulphur dioxides and oxides of nitrogen were released into the atmosphere 10 23 23 28 28 for other useful ideas on how to use e texts to aide literary analysis the girls read robert harris ' s the personal computer as a tool for student literary analysis 14 0 0 10 10 allegations were made about galloway ' s personal and financial behavior 18 2 2 7 7 when the cleaner was down in a cistern , the children enjoyed looking down into the cistern to see him work 12 2 2 5 5 about 40 animals in a herd of 3050 swine herd ( approximately 1 3 ) contracted the virus 9 3 3 9 9 a popular local restaurant is the source of an outbreak linked to salmonella 2 2 2 5 5 when the coil of the relay is at rest ( not energized ) , the common terminal ( 30 ) and the normally closed terminal ( 87a ) have continuity 13 5 5 11 11 the manor , with its tower of endangered rothschild ' s giraffes , also features an education center where kids can take guided walks through the surrounding primeval forest and learn about the rich local flora and fauna 18 1 2 9 10 the cell line was derived from a macrophage enriched cell culture 3 1 1 5 6 the apartment has a separate dining room , which can easily be converted into a third bedroom if need be 12 4 4 8 8 campbell , from the congressman ' s own party , stepped into the fray , introducing a special bill that made an exception to the general rule in the particular case of the student , jesus apodaca 6 9 9 12 12 when service time came , he carefully put the wine in a cradle that holded it at an angle 1 0 0 12 12 toxoplasmosis is caused by infection with toxoplasma gondii , an obligate intracellular parasite 3 8 8 12 12 the goods and services that make up this economy are sadly familiar prostitution , slavery , drugs , arms , protection rackets , money laundering 14 4 4 12 12 in several of her songs , marshall has reflected on her racial identity 11 1 1 10 10 the artist skilfully hand carves the wood with a distinctive style which captures the beauty and the harmony of the nature 1 4 4 11 11 most importantly , the shock and anger caused by the surprise attack on pearl harbor united a divided nation and was translated into a wholehearted commitment to victory in world war ii 6 1 1 7 7 the message is being delivered to the mailman 17 7 7 10 10 over the next six years , the army built a wall 80 roman miles long ( 117km or 73 modern miles ) , some 5 metres ( 15 feet ) high , east to west from wallsend to bowness 0 3 3 11 11 morton ' s neuroma is the most common cause of localized pain in the third interspace and these diagnostic tests produce good indications of the condition 18 7 7 12 12 the government of iraq has established a committee to consider a proposed amendment to the constitution of iraq 15 1 1 6 6 the government has run into a criticism after quietly closing its grant program for solar energy last week 4 0 0 3 3 water in a cistern is suitable for drinking water or bathing 18 3 3 5 5 new experiences throw neurons into reverse 17 10 10 13 13 he had attended vollenhoven ' s lectures and read the philosopher ' s books , much of them available for years in mimeo editions in dutch 13 9 9 12 12 the parthenon frieze shows racing chariots ahead of the cavalcade of mounted horsemen 18 15 15 18 18 i ' ve never seen anything like it in my life they have a whole town of prarie dogs 0 9 9 11 11 furthermore , the substrate doping density at which impact ionization causes avalanche breakdown at the trench capacitor junction has been estimated 18 1 1 7 7 the man is falling into a drug addiction and needs help 4 8 8 11 12 while it is very easy to tuck the cash in a desk drawer or a closet shelf , it is not secure 8 1 1 5 5 the socialists had left the room to protest against wilm ' s speech on the taxi 4 1 1 9 9 the body of sandra cantu was discovered inside a suitcase in an irrigation pond 1 3 3 15 16 major disasters like cyclone , floods and the storm surges , drought are caused by climate change 4 1 1 4 4 when water in a kettle becomes acidic due to decomposing organic plant matter , it becomes a kettle bog or kettle peatland 5 4 4 7 8 i got ta a bottle full of snake oil with a label made of rainbows 18 6 6 8 8 i really got into using baking soda for cleaning , so i buy it in bulk 14 2 2 7 7 the billboard charts tabulate the relative weekly popularity of songs or albums in the united states 13 4 4 5 5 he has been a jury member at four olympic games , and chairman in 2004 and 2008 4 1 1 13 13 this information is part of the ` header ' information in the file storage , and is required for proper display and analysis of the images 2 8 8 11 11 they were allowed to use the top two steps of the ladder 1 1 1 3 3 knee injuries from running are treated and prevented by following tips and performing stretches from runner ' s world com 18 1 1 6 6 each zone is denoted with an icon indicating how difficult the zone is expected to be to conquer 3 14 14 15 15 this paper discusses an on line signature verification method based on angular direction of pen point movement ( adpm ) 11 1 1 9 9 spanish people successfully resolved the problem through a judicious combination of self rule and shared rule 2 1 1 4 4 the thermostat of the refrigerator is fitted on the aluminium evaporator surface 1 8 8 16 16 ita s hard for me to fathom the craziness that has been caused by the h1n1 virus 8 20 20 24 24 he remembers their shared past childhood , school , the war years and those which followed until 1956 when the girl left her native country 15 0 0 6 6 details of new contract were under discussion 18 1 1 4 4 the fit of this jacket is perfect , it is not bulky 1 1 1 5 6 the displacement comes from low atmospheric pressure within the center of the depression 4 1 2 6 7 the prescription bottle was inside a plastic pouch along with the newport cigarette box containing one of the crack pipes 3 1 1 4 4 the church comprises six portals , representing different architectural styles from gothic to renaissance style 18 3 3 1 1 blast fishing or dynamite fishing is the practice of using explosives to stun or kill fish 11 5 5 8 8 this usage is uncommon among players of the instrument 14 2 2 5 5 the first question concerns the extent and nature of the shocks that buffet the system 6 3 3 6 6 the trustees invested money directly into funds made available by newton investment 3 1 1 5 5 the eye works using the retina as a lens 6 1 1 7 7 new furniture has been delivered to the house 12 1 2 5 5 as sergeant major of the army , preston serves as the army chief of the staff ' s personal adviser on all enlisted related matters , particularly in areas affecting soldier training and quality of life 3 1 1 4 4 a snake ' s tongue looks like a long , sharp , slender forked finger 6 1 1 6 6 the team moved into the championship game 11 4 4 16 16 a 24 year old undergraduate from nigeria is building helicopters out of old car and bike parts 15 1 1 9 9 his adventures form the subject of my first two films 15 11 11 17 17 they respond directly to these current vacancies mentioning the job code reference on the subject of the mail 4 27 27 33 33 it is inherently no less silly to see a king in a pear ( as all of france did ) than to see a pear in a rabbit , a rabbit in a carafe , a carafe in a clock , and so on and so forth 16 3 3 8 8 this self help book , written by a man for the benefit of women , seems to be dividing reader opinion 14 4 4 7 7 salva kiir gave a speech criticising the north for the slow progress of the country ' s peace agreement 18 4 5 8 8 in 1993 , international news agencies reported the murder of a four year old english boy , james bulger 1 0 0 5 5 dacryoadenitis is caused by local infection of the lacrimal gland by bacteria or viruses 2 8 8 10 10 this page shows you how to hold your fingers and hands correctly , and addresses the most common problems 18 10 10 13 13 first of all , it is a source of specialist cadre of various specialties , such as monument and art renovation , foreign language teachers , economists , chemists , lawyers and it specialists , just to name a few , who often stay in the city after graduating 0 7 7 12 12 shortly after takeoff , an apparent systems malfunction has caused the inadvertent launch of an aim 9 sidewinder missile 1 26 26 29 29 after the war , as the midway was preparing for retirement , she was called upon one last time to the philippines to help with an evacuation after the eruption of mt pinatubo 18 1 1 6 6 the palace was built by the lake during the reign of the umayyad caliph al walid i ( 705 715 ce ) 0 1 1 6 6 the vibrations caused a violent twisting motion on the bridge 6 2 2 4 4 mp shows spread into mesophyll rather than epidermal tissues during virus infection 11 1 1 4 4 the kids took the bus to school before , so do n ' t start taking them now that you have more free time 11 3 3 18 18 just as the terrorists took advantage of our relatively open and porous educational , aviation , and immigration systems to plan and execute their attacks , they also likely took advantage of our financial systems 15 11 11 16 16 brent , writing in 1952 , accepted much of the classification scheme set out in earlier works 18 2 2 7 7 the final round lets the last 2 contestants answer the question from a hint of a given qualification to find the last man standing 1 7 7 9 10 to help doctors to know and cure headaches from medication overuse a revised criteria was published by the international headache society 9 3 3 4 4 another variety of flower wine , called baekhwaju , is made from 100 varieties of flowers 18 2 2 6 6 the debates proposal is still under consideration , although there are potential problems 18 1 1 5 5 less obedience was extracted from subjects in this case 13 1 1 4 4 a bazaar of fledgling guillemots braved a plunge from the flat this afternoon to raucous cheering from the crowd 11 4 4 17 17 in 2004 a two men , including a local parks commissioner , defaced the monument with white paint and were sentenced to jail time 6 4 4 10 10 we saw that the email had been sent to the customer 10 7 7 11 11 there are a variety of basic gardening tools that the all gardeners have 16 1 1 12 12 a coat of arms was conjured from the fertile imagination of an artist 17 6 6 9 9 the struggle began in 1968 when machinists making seat covers for the car giant were paid less than men who swept floors 2 15 15 2 2 another known connector uses the center conductor of the coaxial cable to push out the pin of the connector 8 14 14 22 22 they are arranged on the chart in accordance with their position relative to the aircraft ' s arrival from the en route structure 3 2 2 4 4 for the satellite with rotors , one must include the effects of p as well this modification , consistent with ( 2 2 ) , is given in ( 4 3 ) 14 0 0 6 6 debate continues to swirl around the theory of evolution charles darwin proposed 150 years ago in his groundbreaking book 5 1 1 9 9 the wallet contained a driver ' s license , passport , a couple credit cards and 16 in cash 0 1 1 7 7 head injuries are a common cause of unconsciousness and they occur in many sports like rugby and boxing 18 1 1 5 5 modern pioneer builds home from scratch 8 1 1 6 6 a family was evacuated from their home near the north canterbury township of waiau when the waiau river flooded overnight 18 1 1 5 5 his girlfriend was in a trunk and they drove over a bridge 18 1 1 6 6 the tabernacle was inside a rectangular court whose entrance faced the east 1 1 1 8 8 the colouration has been caused by a blue dye 9 4 4 19 19 small diced pieces of peach is found in the cheesecake and whats more , a thick slice of peach jelly is hidden in between the cheesecake 4 11 11 18 18 a drug smuggler tried to secret more than 2 pounds of hashish into the country inside a wooden chessboard 18 2 2 4 4 from the anger , sky was evolved , from the sky air was evolved , from the air fire was evolved and from the fire water was evolved 13 18 18 22 22 angeles ortega ' s family became involved with yeni navan after hearing from the local priest about a cooperative of organic coffee producers that was forming in order to seek out new markets and better prices 4 1 1 7 7 the disk and controller were in a box seven feet high and about 20 feet long and 3 feet wide 8 1 1 6 6 the poem is from his posthumous diaries and collection , a river dies of thirst the girl the scream 6 17 17 20 20 i ' ve obediently banked in all his cash into my account and put a big fat cheque into his casket 3 1 1 7 7 the studentship comprises of a tax free bursary of 15290 gbp pa plus the payment of fees for three years 2 5 5 12 12 as a noun , a tag is a basic element of the languages used to create web pages ( html ) and similar languages such as xml 2 22 22 25 25 as zhivago ( omar sharif ) grabs her hand to help her aboard , she slips and seems to fall beneath the wheels of the train 11 1 1 10 10 the defendant battered the victim with a standard weighted workout glove containing sand in the palm area 1 11 11 17 17 occasionally , a dream proffers no solution but portrays only the anxiety which is generated by the conflict 18 13 13 14 14 when the merchant was ready to come home , he had bought a diamond necklace for his first daughter 13 19 19 21 21 scarcely had we reached the edge of the wood when turk darted past us , barking furiously at a troop of monkeys , who were gambolling on the turf 6 1 1 6 6 their omelette was put inside the bread and was served on their plates 6 1 1 6 7 my cousin was arriving at the train station in boston and i went for pickup 3 2 2 6 6 this amazing machine contained a shift register made out of a motor and a rotor as well as a keyboard rom consisting solely of levers and springs 18 8 8 11 11 your republican tax cut fetish has drained government surpluses into unprecedented deficits 8 1 1 5 5 the ship sailed from the port of site , near marseilles , on july 11 , 1947 , with 4515 immigrants 18 2 2 10 10 they ordered vaccine made with a 50 year old egg technology rather than experimental methods 9 0 0 1 1 corn whiskey is an american liquor made from a mash made of at least 80 percent corn 5 15 15 18 19 police investigating the discovery of a severed head on a british beach have found a suitcase full of body parts in a nearby harbor 3 1 1 4 4 this volume contains a selection of japanese prose literature dating from the classical age 18 9 9 10 10 this was meant to represent the resting of the maize spirits until the next harvesting period came around 6 1 1 7 7 the casket has been moved into the mausoleum 17 9 9 14 14 the index is based on the set of the scientist ' s most cited papers and the number of citations that they have received in other people ' s publications 13 22 22 25 25 though the woods petered out further south , the ground became increasingly difficult down towards the coast , where it resembled a range of rocky mountains 18 4 4 8 8 robert pattinson wears a suit for a cemetery scene on location 11 1 1 16 16 the researchers applied a vibration to monkeys ' fingertips for half a second using a pencillike probe 6 1 1 7 7 white gasoline was put inside a metal canister with a smooth , flat base , and lit to heat up the metal 14 3 3 10 10 hitler expressed his disappointment over the munich agreement in a speech on 9 october 1938 3 6 6 8 8 for cricket , we use a ball with pellets inside it , which make a noise 14 1 1 4 4 his works criticize agricultural civilization as inherently oppressive 0 7 7 15 16 using the product around the house killed germs that were causing flu , colds or sore throat 15 1 1 9 9 the pain of loneliness is another theme of the book 13 4 4 6 6 his tale of a subculture of poets , folk singers , and eccentrics who smoked marijuana and rejected conformist society was written in just three weeks 6 1 1 7 7 the items are handed over into our trust 8 5 5 12 12 he also hinted that the team is going away from the running game far too soon 13 24 24 26 26 two large ash trees dominate the back garden and offer shade and shelter in all weathers and home to a colony of bats and building of rooks 18 7 7 13 13 police charge a carlisle man with eight offences in relation to the illegal trade of endangered tortoises 6 1 1 7 7 the seeds have been blown into their fields by wind or deposited by birds 6 7 7 10 10 on national day , the government bestowed awards to deserving individuals 4 1 1 5 5 the machine was in a cabinet very similar to the type ` a ' machines , and weighed 95 pounds 4 1 1 5 5 the charger was in a suitcase that was ( and still is ! ) lost by the airline 3 1 1 4 4 the electromagnet has a coil of insulated wire around it , which corresponds to the life energy currents which magnetise our body 8 1 1 6 6 the bicycle was manufactured in a building leased from their former employer , the canadian typothetac company 18 2 2 8 8 an iraqi unit is sent to battle the cult 6 1 1 8 8 those people from mexico have entered into this country illegally 14 1 1 6 6 my remark pertained to your earlier comments 4 2 2 12 12 the dead body of a british tourist was found tied in a sack with weights , stripped , and thrown into sea 11 0 0 10 10 doctors treated the cancer with an experimental bone marrow transplant procedure at berlin ' s charite hospital 2 4 4 13 13 we filled the second drawer from the bottom in a four drawer filing cabinet before any of the others , to weight the bottom and to prevent it from tilting over 3 1 1 7 7 those canvases by mark rothko with luminous colors floating in space make me swoon 17 3 3 10 10 here was a woman who invented a generic plastic pouring insert a few years ago making the spout to cup distance less critical 6 1 1 12 12 an album by the same artist has now been put into a folder 2 8 8 11 11 a device for controlling the swinging of the boom of a sailboat comprises a line fixed at its opposite ends to opposite gunwales of the boat and passing intermediate its ends about a sheave carried by the boom 6 5 5 8 8 i have put the memory card into the camera 18 5 5 10 10 in australia , fifty cent coins have been put into circulation 13 1 1 3 3 a covey of partridges nested in my pear grove 5 2 2 4 4 this picture frame fits photographs measuring 9 x 13 cm , 3 5 x 5 inches 14 1 1 6 6 the film details plastic ' s path over the last 100 years and provides a wealth of expert interviews on practical and cutting edge solutions to recycling 6 3 3 8 8 finally , the solute was placed inside a beaker and 5 ml of the solvent was pipetted into a 25 ml glass flask for each trial 4 2 2 8 8 a sluggish cat named minnie sleeps in a scuttle beside the stove 13 11 11 14 14 somali pirates simply shift their area of activity to avoid international flotilla of navy ships in the area 14 4 4 7 7 it is a reality series documenting the lives of teenagers 1 16 16 19 19 this consensus paper describes the essential skills that clinicians need to help persons who are experiencing grief after the death of a loved one 13 1 1 3 3 this set of principles serves to offer a baseline for quality vocal leadership 4 2 2 7 7 a chicken skin is cooked inside a carafe after having been stuffed with its own meat 18 6 6 12 12 perhaps even more compelling , the design is rooted in an optimistic worldview 6 1 1 7 7 several cats ran into rob ' s garage 14 1 1 6 6 the trilogy studies in depth the transition from war to peace in 1815 , 1918 and 1945 1 3 3 10 10 after making an impression the crowd with an a capella rendition of their national anthem , the south african were immediately under pressure 14 7 7 13 13 the halsey institute has put together a symposium with intent to discuss the dissemination of difficult imagery 16 4 4 5 5 her dad was an umbrella maker and spoke loudly about honor 2 7 7 10 10 the memory compartment is placed in the handgrip of the camera 18 16 16 18 19 as delegates gather in copenhagen for the un climate summit , a new poll shows growing concern for climate change 3 15 15 16 16 the pan and scan area ( lighter shaded ) is what is shown when your television screen is full 18 2 2 6 6 the washington sniper is put to death 5 1 1 3 3 a bottle with cereal in it contains more calories than the bottle alone so it can set your baby up for some overeating habits 4 2 2 3 3 the first tea bags were made from hand sewn silk muslin bags 18 14 14 17 17 on 16th avenue , throngs of cars crowded the street forming a huge traffic jam of honking horns with people hanging out of windows and sunroofs , slapping high fives to all who passed 18 2 2 8 8 after massive companies were bailed out of the recession earlier this year , an advantage to cardholders started to be there 3 0 0 4 4 treatment consists of antifungal therapy , surgery , and supportive care 2 19 19 22 23 additionally , and particularly in the case of injured or weak knees , means must be provided in the hinge of the knee brace to control the extension of the knee joint and to stop the extension 13 21 21 23 23 stripped even of reservation rights , the few survivors drifted between the four winds on their final journey into the bitter rain of tears 6 4 4 6 6 drug smugglers surgically implanted heroin into puppies 14 1 1 5 5 the series reflected on the changes that had taken place in ireland since the 1960s 3 23 23 26 26 mixing the best spirit of punk with a rock musician ' s technical ability , the 36 minutes blur past in a furious menage of soloing guitars , crunching rhythm and fantastic lead vocals 18 1 1 5 5 the orchestra was in a box above the stage 18 3 3 5 6 he put the posts in chronological order 13 4 4 6 6 they are the biggest bunch of crybabies i have dealt with in my 30 years in washington 5 11 11 14 14 because we made observations , we know the fate of the cat in the box 3 5 5 6 6 i removed and reinstalled my door handle just to see if it could be all be done external to the door 17 1 1 9 9 other companies compete with us by inventing their own technologies 3 9 9 18 18 tgmc is a public , non profit integrated healthcare system consisting of a 299 licensed bed acute care facility complete with a range of services such as rehabilitation and skilled nursing units , an outpatient surgery center , emergency care services , primary care services and a community outreach center 0 2 3 6 6 recently , marketing spending translated into revenue 18 2 2 10 10 a simple intervention in relation to local small scale gold production was undertaken in the late 1980s 13 2 2 4 4 a large constituency of voters is concerned that america , an historic leader in innovation , is falling behind as it devotes less attention to developing what they perceive to be essential skills of the imagination and inovation than do other nations 8 2 2 6 6 the water samples eluded from the resin were collected and analyzed for mercury content 1 6 6 13 13 in reality , however , the drama has been caused by the erupting ash and smoke colliding with a lightning storm 8 5 5 1 1 some cycles depend on the results from previous cycles 0 18 18 25 25 yet on the whole , given the constraints of sticking so closely to the original book , the developer has crafted a thoroughly pleasing puzzle adventure 12 1 1 4 4 the striker of the team dimcho belyakov became top goalscorer with his 21 goals scored during the season 18 1 1 5 5 the story is narrated in flashback 14 5 5 11 11 three large scale controlled observational studies have been reported on this issue 13 5 5 8 8 they had stumbled upon a nest of saltwater crocodiles that had made their home deep into the swamp , near the coastline 16 1 1 6 6 a method , discovered by a team of seven researchers , exploits a weakness in the md5 hash function to construct a rogue certificate authority 11 1 1 7 7 the surgeon repairs the cartilage with a suture 15 5 5 10 10 philip collins discusses the apparent decline in rhetoric in a speech given at radio 3 13 10 10 13 13 i ' m still having a hard time imagining a smuck of glowing jellyfish 10x10 miles and 35 feet deep 14 1 1 5 5 this article deals with a province in belgium 4 1 1 6 6 the manure was stored in open sheds , though some stored it in closed sheds 6 1 1 7 7 new words are manually added into phone dictionaries 18 1 1 5 5 the subject was taken into custody for trespassing 2 1 1 6 6 vestigial organs are parts of the body that once had a function but are now more or less useless 8 10 10 13 13 v starts with the arrival of a couple of dozen ships from outer space , piloted by creatures who look like humans except a lot prettier 8 2 2 7 7 a little girl came out of the closet , her face swollen and red from crying 4 3 3 7 7 so often the products in a gift basket look wonderful until you actually remove them from the basket 5 3 3 7 7 you find a bottle with pretty blue water in it in the bathroom 10 16 16 23 23 flamenco and bullfight cultural icons such as the ghostly bullhorns of the bullfight , or the anvil of the romani ( gypsy ) blacksmiths are used in these paintings to visually sing a seguiriyas 6 0 0 5 5 malls are spreading into smaller towns with few precedents to guide them 8 2 2 10 10 he bought tickets for the local train from the ticket machines or staffed kiosks 17 1 1 9 9 the factory produced several versions of the raf 2203 minibuses based on gaz 24 6 3 3 6 6 china sent the premier to the meeting on the climate change 13 12 12 15 15 aldergrove airport in belfast was once renowned for the sight of a warren of 80 hares feeding between the runways 11 24 24 27 27 beaulieu ' s predilection for the work of hugo was evident in the recurrent use of grotesque or architecturally fantastic pictorial material from the poet ' s pen and ink sketches , with the whale a recurrent figure 6 1 1 6 6 the aircraft is moved into the hangar 6 6 6 10 10 the factory owners have drained polluted water into their paddy fields 6 8 8 13 13 a broken exxon pipeline leaked 567000 gallons of oil into the new york harbor 16 1 1 7 7 some tombs were laboriously piled up by legions of coolies , others dug into hills 17 3 3 11 11 hundreds of tramping feet have pressed the snow into a glacial track 10 2 2 6 6 semi structured interviews are used by researchers in order to acquire an agent informed account of policy processes 18 1 1 7 8 after receipt of the invoice through the air mail or the email , we send it the accounting department for payment procedures 18 4 4 8 8 in a decade , neighborhoods are sinking into disrepair 18 2 2 13 13 the plasma membrane is composed of a double layer ( bilayer ) of lipids , oily substances found in all cells ( see figure 1 ) 0 0 0 10 10 corruption is one of the main causes of a global crisis that deprives more than a billion people of access to safe drinking water and more than 2 6 billion of access to sanitation systems 11 6 6 10 10 and so i was in the group that took the taxi to the restaurant and then back again to the end of the race 3 1 1 5 5 the infrastructure comprises the physical hardware and services that must be maintained and operated for the resource sharing to occur 10 1 1 6 6 the fuel or energy that the body uses , comes from the food and drink that we consume in our diet 18 11 11 16 16 when frances was 13 , she read an article about a woman who escaped an unhappy marriage and went to kenya 0 12 12 19 19 many commercial soap , shower gel or cleanser products contain preservatives , colorants and chemicals that cause dryness , rashes , itchiness and roughness on the skin 14 6 6 9 9 created by bloc 8406 , this manifesto declares the need for democratic reforms in vietnam 14 1 1 6 6 this forum is particularly specialized in firefighting , ems , and rescue discussions 18 1 1 9 9 the presentation of the data is rooted in an identity in which a nation ' s saving is equal to domestic investment plus net foreign investment 3 1 1 10 11 this microphone is made with a medical grade gray silicone suction cup that can stay attached to slick smooth surfaces for long periods 9 7 7 8 8 the big secret is that their white cream sauce is in fact the same ranch sauce they put on their salads and for dipping 14 2 2 6 6 naturally the exhibition studies the modern techniques of communication 8 4 4 19 19 the pitch of a train ' s whistle that is lower when the train is going away from an observer 6 1 1 7 7 flag holders have been pushed into the floor to remove the bump on top of the flag 2 0 0 5 5 joints are parts of the body where bones meet , such as your knee 14 2 2 7 7 this introductory chapter sets out the main themes of the book 18 2 2 9 9 both her parents wind up accompanying her to the factory , though her mother disapproves of violet ' s gum chewing habit 1 3 3 8 8 for all the pain caused by the great recession , the job market still was not in as bad shape as it had been during the depths of the early 1980s recession , until now 3 1 1 5 5 the method comprises a cleaning step of applying a cleaning fluid on the teats and the udder 1 6 6 10 10 landrieu where he saw firsthand the destruction caused by the hurricanes and the failure of the storm protection system 1 1 1 9 9 sea breezes are caused by cool and more dense air moving inland off the water 8 3 3 7 7 here are some stories from the international press involving balkan sunflowers 6 5 5 9 9 mrs bissell then gathered the parts in a clothes basket and took them back to a room above the store for assembly 6 4 4 7 7 i have dropped the beads into the gasoline 3 1 1 10 10 the heel of a persons foot consists of the heel bone , a pad of fat which acts as a protective cushion and a layer of thickened skin 11 1 1 10 10 a client copes with replica failures using a simple retransmission mechanism 12 1 1 7 7 this sculpture is part of a shoes series i ' m currently working on where i revisit some of my favorite classic sneakers silhouettes 17 1 1 4 4 the factory ' s waste had still not been proven as the cause of minamata disease 0 1 1 10 10 these germs cause several kinds of illnesses , such as diarrhea , meningitis or a cold 14 5 5 8 9 the section provides a detailed description of the market segments within the communications service industries 5 4 4 8 8 he found that the envelope contained a white powder , which you told him was anthrax 6 11 11 6 6 a combustion chamber leak in the cylinder head or block leaks coolant into the cylinder 18 2 2 3 3 waves and coastal erosion is a good general discussion of these subjects 16 7 7 15 16 it was first applied to an eating establishment in around 1765 founded by a parisian soup seller named boulanger 17 4 4 8 8 ford ' s dagenham workers still produced more cars for less pay than any other plant in europe in the 1960s 6 4 4 8 8 i have drained the antifreeze into the open containers 15 1 1 4 4 the movie received poor review from critics 18 1 1 5 5 baking soda safely tackles kitchen jobs above and beyond the legendary box at the back of the refrigerator 18 2 2 6 6 but the role is also under scrutiny in this affair 13 7 7 9 9 the revolution of ayutla represented a broad coalition of forces 14 1 1 3 3 this exhibition involves literature and ethics as well as science and history 17 1 1 6 6 the company has made available its collection of luxurious full black parts 6 1 1 6 6 the riders are moved into the beams until the pointer is balanced at the zero point 6 2 2 5 5 he put sugar into his coffee without even trying it 18 9 9 14 14 at the end of a long day , the teacher relaxed with a short nap on her sofa 8 1 1 8 8 a person has just arrived from an affected country and developed flu like symptoms 13 4 4 7 7 thomas once found a clew of slow worms ( about 8 ) under a stone 13 6 6 8 8 when i read that an irish firm of solicitors was named argue and phibbs i assumed that this was an urban legend 2 5 5 8 8 he went to the kids department in the store , decorated one of the little brown bags and was entered to win prizes , including a 100 shopping spree 9 0 0 1 1 soy oil used in our handmade soy candles is renewable with each growing season , and is just one of the many uses of soybeans 18 1 1 5 5 the road starts at an intersection with melrose avenue , east 165th street , brook avenue and park avenue in melrose 4 4 4 8 8 the weight of the groceries in a shopping basket and the number of items in a shopping basket are discrete quantities 18 1 1 8 8 the artist hid the convulsion with a forced laugh and finished the performance , but went immediately to bed 18 1 1 7 8 the organization campaigns against such things as child labor 13 0 0 3 3 herds with one stallion were organized in many stud farms , and a large number of separate lines were recognized 8 1 1 7 7 the couple got out safely from the area 6 1 1 9 9 the filters are going into people ' s blood streams 1 1 2 6 6 the brown areas are caused by drought , brown patch , take all patch , chinch bugs or grubs 11 1 1 7 7 the restaurant creates dishes using farm fresh products and organic products found from local farms like meadow mountains and haystack 18 4 4 8 9 but in 2004 the rupture started at the southeast end of the segment and ran northwestward , the opposite direction from those that struck in ' 34 and ' 66 13 12 12 14 14 in doing this we recognize that english language teaching comprises a global community of teachers and learners in a range of social contexts 8 2 2 10 10 the tsunami wave was generated by a 100 kilometer radius cavity , 3000 meters deep 13 11 11 14 14 their dash raised a flock of morning doves and caused a scurry of ground squirrels into their holes 18 6 6 11 11 the other countries passed their own laws to establish local slave registries 6 0 0 6 6 millions of dollars are poured into research for the innermost recesses of the atom 2 1 1 4 4 the bail of the pendant is created in dimensional lattice weave 1 3 3 5 6 many adults retain scars from acne breakouts during their teen years and feel marked for life 13 15 15 18 18 it has been nearly 40 years since former u s president lyndon johnson convened the skulk of veteran foxes for the fateful consultation on november 2 , 1967 , on the issue of the vietnam war 15 1 1 7 7 similar provisions are established in the same article 18 5 5 8 8 northern michigan towns hosts an array of yuletide events 3 3 3 6 6 i judged the book by the cover 11 6 6 10 10 at the same time , the government carefully chose the facts that it gave to the newspapers 0 2 2 10 10 the slow suffocation of the cells swiftly cause unconsciousness and shock , soon followed by death 18 1 1 9 10 the granules and the pebbles are caused by a magnetic force to collide with one another , thereby resulting in liberation of the oxygen molecules contained in the granules and the pebbles 15 1 1 15 15 the results of al shabab ksa in the 2007 2008 season are shown in this article 6 1 1 6 6 the metacorpora ware misplaced into the isthmus 14 1 1 7 7 the document makes reference to three similar incidents 17 1 1 9 9 the governor piled up all the mud into another causeway , in the style of bai causeway 16 4 4 8 8 his site shows some pottery by well known potters 3 2 2 8 8 a reservation newspaper captured the mood with a headline wilma mankiller , cecelia babykiller 18 4 4 13 13 description stylesearch is a competition to establish the uk ' s most ethical dressers 8 1 1 7 7 his family was originally from the baltic region 14 12 12 20 20 the catalog of norwegian research institutes and laboratories is a database containing information on more than 110 r d performing institutions in the norwegian institute sector 14 2 2 9 9 in his speech , he related his trishaw journey experience to the residents who kept giving him loud applause 2 1 1 4 4 the ear of the mouse was used in this study 8 10 10 14 14 qualifying for the champions league , and earning the extra revenue from guaranteed television money , is a major goal of top european clubs 11 5 5 13 13 in prologue , the youthful scientist splits open a hailstone with a violin string , the only sharp edge available 1 5 5 8 8 in these cases , the disappointment from the purchase is not forgotten over time , but rather accumulates 18 8 8 10 10 in 1805 merchants of the city formed a troop of cavalry in montreal 6 4 4 7 7 the operator drained the outfall into the curb 6 2 2 7 7 they packed saltpetre into thin size bamboo sticks 18 1 1 5 5 the streaking was from the penguins doing what all animals do in the forests and woods , etc 13 6 6 8 8 solitaire generates its keystream using a deck of cards 16 11 11 16 16 once upon a time , the remit of getting a first book published by an unknown author was that you had talent for prose and storytelling , along with promise 18 12 12 16 16 the term dung beetle or mistkaefer is in fact used in the novella by the cleaning lady near the end of the story , but it is not used in the narration 17 21 21 24 24 in the festival hall ' s foyer , alongside videos of birtwistle cooking pasta , is an exhibition of the versatile composer ' s drawings 3 1 1 6 7 this machine has a high speed semiconductor switch for quick interruption and restart 18 5 5 9 9 other standards can apply to products covered by this document 15 1 1 11 11 this issue has been covered in greater detail in many other documents about network abuse 0 2 2 7 7 unemployment , debt and poverty cause enormous stress 13 7 7 10 10 the students are groomed by an expert faculty of respected academicians and proven management professionals , who bring the knowledge and experience of the corporate world to the classroom 1 1 1 7 7 the earthquake was caused by the anatolian plate and the eurasian plate moving past each other 2 2 2 8 8 the frontal cortex is a part of the brain that maintains very close ties with the limbic system 10 16 16 18 18 there is an exhaust vent and a cable to start the engine , just like a petrol driven lawnmower 8 1 1 7 7 the synthesis was developed from his own work and that of m c read in northern and northeastern ohio , g k gilbert and n h winchell in northwestern ohio , and edward orton in southwestern ohio 6 3 3 6 7 we have injected liquidity into the banking system 13 4 4 6 6 a large wading bird rookery of egrets , herons , ibis and anhinga is along the lake edge at the east side of the park 4 2 2 6 7 the mp3 player was inside a silicone case that covered everything but the click wheel and the screen 0 8 8 13 13 while it took only minutes for the pacific tsunami and earthquake to cause havoc to the south coast of samoa , the rebuilding and reconstruction efforts will take years 2 2 2 7 8 with the lid of the three story vacuum chamber in place , a worker on top checks release of the cables 1 10 10 17 17 many more resources are required in order to stem the devastation that has been caused by the epidemic throughout sub saharan africa 2 5 5 8 8 the red bead on the crank of the toy detaches , posing a choking hazard to young children 18 4 4 18 18 the responsibility of the carrier commences from the moment he receives the merchandise , personally or through a person charged for the purpose 13 17 17 20 20 everything ' s been done , all interventions applied and everyone has worked hard at motivating that cohort of underperforming students 6 1 1 7 7 each bid was enclosed in a sealed envelope bearing the title of the project 6 3 3 6 6 she placed the bottle in a jug , filled this with freshly boiled water , and placed it on a low table for ease of access 12 11 11 15 15 as the story goes , whiteman went from being a string player in a symphony orchestra to becoming , after the first world war , the highest paid dance band in the country , achieving both fame and money 11 10 10 14 14 in the end the most important factor is how the electrician ' s tool belt fits 0 5 5 9 9 in one case , the waterjet caused a large gouge on the bottom side of a a copper wood piece 0 2 2 7 7 frustrations , threats , and conflicts cause stress 18 5 5 8 8 this is an atlas of maps and graphic representations of the geographies of the new electronic territories of the internet , the world wide web and other emerging cyberspaces 11 6 6 13 13 during each trial , the first experimenter observed the infant through the small peephole and recorded visual fixations to the left and right stimuli 4 1 1 8 8 the sample was contained in a brass sample cup 17 1 1 17 17 the blacksmith creates shoes for horses and oxen , hinges for doors , farm implements , metal parts for wagons , hooks for home use , cutting utensils and other similar devices 16 4 4 12 12 there ' s the city that sprang from the imagination of the author of the charterhouse of parma , and there ' s the real place 17 2 2 6 6 the second author constructed the web site using a new open source toolkit 2 3 3 7 7 he pushed the rivet of the cable strap back into the hole 6 5 5 9 9 this pipeline has transported natural gas to the urban area 14 2 2 9 10 recently , interviews were conduced on the topic of academic freedom 14 4 4 17 17 there was also some argumentation between the co pilot and the pilot and captain relating with the speed and flaps 13 4 4 7 7 there was a whole cohort of young professionals working to establish themselves 16 6 6 7 7 in those five years , a drug developer must make enough profit to recover costs and replenish its research budget 1 1 1 6 6 the damages caused by mudslides , tremors , subsidence , superficial or underground water were verified , as well as swelling clay soils 6 1 1 5 6 our ancestors journeyed into an unknown world to find food 16 4 4 5 5 it is currently a cabinet maker ' s workshop 8 2 2 5 5 in an excerpt from upcoming books , andre agassi says he took what he believes to be speed 13 19 19 22 22 several of the street ' s whores had wended their way through the crowd and now cooed like a cote of perfumed doves as they strove to press their exposed flesh to him 4 2 2 6 6 the real rum was in a glass on a nearby shelf 14 5 5 8 8 uk researchers have offered new insight into the origins of rna 11 1 1 23 23 the man delivers one more hard charging book about the hellish demands of corporate law with the help of a well used cookie cutter 8 2 2 7 7 as the boat sailed away from the port , we had a perfect view of fira and the zigzag road we just traversed via our donkey rides 8 0 0 4 4 polonium is distilled from bismuth under vacuum in a pot provided with a cover carrying a condenser which is positioned inside the pot 0 2 2 5 5 the sound machine contained 10 sounds that his dog loved 18 1 1 7 7 coast guard participates in veterans day observance ceremony in juneau 13 8 8 10 10 in the present study , we adapted a battery of tests used to assess age related cognitive decline in english speakers for use with older spanish speakers 13 1 1 5 5 its menu includes customary chinese dishes , such as sweet and sour pork and cashew chicken , but it also lists some uncommon choices such as lemongrass chicken and kung pao triple delight 5 12 12 15 15 police have appealed for help in catching a burglar who snatched a suitcase full of booze from a garden shed 2 6 6 7 7 she saved up to 80 on ring binders , lever arch files , box files , folders , manilla wallets , suspension files , plastic wallets and plastic pockets 14 5 5 8 9 this is a list of films that feature extraterrestrial life 13 5 5 7 7 mep center specialists provide an array of services to companies , from initial assessments prioritizing opportunities for improvement , to implementation projects guiding companies through process improvements , productivity increases , and growth 14 4 4 9 9 a second element of debate had to do with transparency 2 1 1 9 9 this module is part of the virtual geography department project and has been prepared for the physical geography working group of the project 13 1 1 5 5 this series consists of edited collections of essays , some original and some previously published 3 4 5 7 7 these slippers have a double sole with padding inside 6 0 1 6 6 jumbo squids are migrating into new waters , and scientists wonder why 13 13 13 16 16 a cornerstone of american jurisprudence is the right to be tried by a jury of ones peers 3 4 4 5 5 highly durable , the umbrella frame and thatch tiles have been designed to withstand harsh conditions including strong winds , driving rain and snow 14 1 1 7 7 the article also talks about some fascinating movies made by luis bunuel 14 3 3 10 11 a variety of articles were written on the topic of alarm management 14 4 4 9 9 however , his detailed description made quite clear the effect of the drug 4 1 1 7 8 the box was inside a plain brown paper bag with a heart drawn on the side 3 1 1 8 8 the system works using a spring loaded trem arm which when turned raises or lowers itself from a nut in the steel backplate 0 1 1 4 4 the steam caused a backpressure on the vtd , resulting in the rupture disc opening 14 6 6 14 14 such parodies are encouraged by the news that the british government ' s league tables for schools and health authorities contain basic flaws which render them practically useless 18 6 6 9 10 the campaign coincides with a government initiative to promote safer drinking 4 7 7 14 14 but solomon had arranged that the only water in the palace was in a jar by his bed 13 7 7 11 11 a decade later , with a growing congregation of several hundred worshippers , the mosque was ready to expand 8 15 15 19 19 the federal aviation administration is investigating the two latest cases under the theory that the ice fell from an aircraft 18 3 3 5 5 there was the glitter of admirals and generals before the high altar , and the brighter colors of the representatives of powers and potentates 13 8 8 10 10 as per traditional indian thinking , seeing a brood of chickens along with a hen is a bad omen 18 9 9 18 18 furthermore , the present invention includes a composition for treatment of disorders associated with or enhanced by an eosinophilia 0 1 1 10 10 his death during one of the portuguese raids caused the abandonment of the settlement 14 3 3 5 6 furthermore , many journals publishing biomedical research demand formal ethical clearance 3 14 14 15 15 my son ( 9 years old ) has been complaining of pain on his jaw bone for a few weeks now 18 5 5 9 9 by choosing to hold the ceremony in a public building and inviting guests you are recognizing both that your new life affects the lives of many other people 11 0 0 12 12 engineers turn co2 into methane with the help of a novel cellular trick 17 4 4 12 12 by 1906 , the company was making over 3000 different soaps , perfumes and other products 8 1 1 7 7 the author was born in a loving family , with all the privileges of an upper middle class lifestyle , and in fact was an accomplished athlete in high school and writer in his adult life 8 4 4 7 7 these are archived boat logs from previous months sampling beginning in february 2002 15 1 1 6 6 their passion was reflected in the correspondence they kept 3 1 1 5 5 the lungs are divided into lobes 17 5 5 8 8 in general , the old queen starts laying eggs into queen cups when conditions are right for swarming or supersedure 6 5 5 8 8 two attributes have carried meraki networks into amazonian towns 18 5 5 10 10 ku ' s sculpture like knitwear was inspired by the concept of ` sculpture ' 11 1 1 5 5 a hacker uses a home computer that can be linked to other computers by a modem that allows the user to send and receive information over telephone lines 6 3 3 6 6 this activity spreads disease to our dogs 4 4 5 11 12 the aviator ' s jungle aid was contained in a sealed escape kit along with maps of the territory and a dictionary of phrases and words in local dialect 18 1 4 9 9 the eight year old boy was locked in a safe for a prank but had to be rescued when his air ran short 2 10 10 14 14 thus the leaves situated in the middle part of the stem of the sunflower plant show the highest amounts of endogenous cytokinin like substances 14 1 1 5 5 the paper inquires into energy storage examining electrical energy storage devices , especially supercapacitors 6 21 21 24 24 a 60 year old us grandmother , blind for nearly a decade , has recovered her sight after surgeons implanted a tooth in her eye as a base to hold a tiny plastic lens 8 3 3 6 6 you catched the train from the terminal , direct non stop to rome termini station 13 6 6 8 8 forests are benefited by harboring a cete of badgers , who burrow in the soil , thereby aerating it , which helps root systems to grow through the soil 11 7 7 16 16 i watched with utter amazement as the upholsterer attached the pieces with a hook and eye gizmo 18 9 9 16 16 finally , this entire assembly is covered by a lid attached to the rear of the coffeemaker and latches in front 0 0 0 5 5 exposure to vapor causes intense watering and irritation to eyes 14 3 3 8 8 this two day tutorial introduced astronomers to modern methods in nonparametric statistics 6 4 4 7 7 the boy inserted a coin into the machine and then took the ticket 18 15 15 20 20 biting into the grill charred , bronze fleshed copper river salmon fillet perched on a hill of crisp tender green beans and roasted fingerling potatoes a dribble of mustard vinaigrette around the plate rim the only sauce it wanted i was back in san francisco again 8 4 4 9 9 once unregistered , the folder went away from the shell 16 3 3 6 6 each weekday one photograph by a member of the utata flickr group is chosen to be featured on the utata blog 10 4 4 6 6 this is an online notebook for astronomers and space scientists wanting to become involved in science education 5 4 4 7 7 i always carry a suitcase with my clothes in it 3 3 3 4 4 she lost a propellor blade going through the bay of biscay and was taken in tow arriving gibraltar 2pm 6th march 18 0 0 5 5 democrats are running into one problem after another trying to pass the health care bill in the senate 6 8 8 16 16 the royal navy ' s newest 1bn gbp warship has been handed over to the new owner in a formal ceremony 3 7 7 13 13 designed for light chewers , this colorful toy is made with little vine rings that slide between wood balls joined together with wooden craft sticks 6 3 3 6 6 it only spreads tick to other cats 2 1 1 4 4 the stem of this tree is carved all around with names and dates , many of them grown into mere scars on the bark 17 1 1 12 12 the company has also targeted the premium sector with the pringles gourmet line 6 3 3 6 6 he took the cameras to the concert 3 9 9 13 13 fine workmanship is the result almost entirely of the worker ' s accurate eye and deft hand 11 1 1 9 9 the printer covers the plate with a sheet of paper and runs both through a press under light pressure 2 2 2 5 6 close the lid of the portable computer , disconnect the computer from the power source , and then reopen the lid 10 2 2 6 6 marketing communications resources are used by organizations in order to communicate with their target audiences 6 1 1 7 7 the disease is passed on to another person by skin 1 1 1 8 8 the scandals are caused by the young female celebs who ` inadvertently ' reveal glimpses of their naked faces as they get out of limousines 15 1 2 7 7 many historical events have been described through music and song 1 1 1 7 7 the infection was caused by the contaminated chopsticks used by the parent to feed her child 18 10 10 15 15 any time , he told her before turning to the boy who was in the desk next to him 13 1 1 27 27 one caravan trail developed into the silk road during the height of caravan travel , which lasted until the 19th century , a single caravan of muslim pilgrims journeying from cairo and damascus to mecca might employ as many as 10 , 000 camels 17 1 1 7 7 this author has just completed the first book on the topic gis in hospital and healthcare emergency management 11 1 1 11 11 a customer picks and chooses the level of information by using podcasting 14 4 4 8 8 jordan ' s recent works are concerned with questions of truth , beauty and the human condition 14 2 2 7 7 in his remarks , he described his call to bush while the u s president was giving a speech in philadelphia 6 4 4 9 10 smith passed on his advice to the naples high baseball team 13 27 27 30 30 as we left , three liberated frenchmen drove up in a car they had captured a few minutes before and tried to make their way through the jam of jabbering women 8 12 12 19 19 in order to evaluate monotouch , i ' ve got an evaluation copy with the debugger from the evaluation page 18 1 1 5 5 the convention took into account discharges of harmful substances from ships 17 2 2 4 4 the modern industry fabricates foods from non traditional ingredients and additives to look like a familiar product 18 9 9 14 14 grint shows he ' s becoming a delightful comic actor with a highly flexible voice 18 5 6 9 10 an unknown source brought an alien frog into our eco system 18 5 5 9 9 they achieved the maximum possible flexibility in a crockery basket for receiving a plurality of different items of crockery 3 5 5 10 10 another important part of the coffeemaker is the one way valve 2 6 6 10 10 the paint on the metal spiral bindings of the address books and journals contains excessive levels of lead , which violates the federal lead paint ban 14 1 1 4 4 the debate considers cultural value , social relevance , sustainability and other abstract topics as possible measures to drive a decision 11 1 1 10 10 a man in a mechanic ' s jumpsuit took the elevator to the eighteenth floor and shook hands with a smiling agent 8 3 3 9 9 eight to 10 protesters broke away from a larger group of demonstrators and darted into the street in front of palin ' s car just after the first police motorcycles in her motorcade had passed 11 8 8 17 17 parsley , french , koomjian and two other members of the group scaled the tree with a rope 15 1 1 11 11 this subject has over the years become the topic for much discussion 8 0 0 5 5 parameters were obtained from eeg epochs of 30s 18 1 1 8 8 internal emails have been leaked to the public broadcasting 18 2 2 7 7 these latter reports were subjected to intensive examination 14 8 9 8 8 lucy , ali and beth produced a photo story board to tell the story of the legend of the drift 14 6 6 10 10 he also appeared in a television commercial against internet movie piracy 3 5 5 7 7 this is the most stable configuration of electrons adding or subtracting an electron requires too much energy and so it does not really happen in nature 6 3 3 6 6 they placed the rats in a chamber which would give their feet an electrical shock 18 1 1 4 4 the aircraft accommodated a pilot and copilot sitting side by side in a framed canopy 8 14 14 21 21 our procedure is applicable to a wide variety of problems in which an order parameter departs spontaneously from an unstable initial value 13 2 2 5 5 a large smack of translucent jellyfish mechanically undulates in and around the frothy pacific shoreline , cast against the sharp backdrop of a 35 million year old canyon that takes my breath away 8 1 1 8 8 the spirit was distilled from a capacious glass vessel , and the vapor allowed to pass into a long glass tube about three inches in diameter 6 3 3 6 7 he accidental put oil into the gas tank 1 17 17 23 23 a university of michigan study of 756 recently unemployed job seekers has found that medical and emotional fallout , including depression , from unemployment continued even after two years , when 71 percent were re employed 18 5 5 7 7 before leaving peter bought a silver star necklace for tina 1 1 1 8 8 the accolade was decided upon after an intense discussion between about 200 members 14 2 2 7 7 the second example was about memory allocation functions 18 2 2 10 10 the infamous teacher has been dragged into another child abuse case 0 1 1 8 9 food poisoning is perhaps the commonest cause of abdominal pain , especially in the young dog or the scavenger type 18 16 16 20 20 the first days were frustrating as the winds were blowing for large sails , but the direction was from the north , and the bay was at low tide 3 4 4 11 11 the trailer is a combo of the movies comedy and horror elements whilst also selling the potential for megan fox to be mostly naked 4 1 1 6 7 the alkali was contained in a nickel crucible with a loose lid having openings for the stirrer and for the passage of nitrogen 14 1 1 10 10 the lawsuit alleged the release of the records was a violation of the video privacy protection act 2 2 2 8 8 rudders and skegs improve the control over your kayak 8 3 4 9 9 formerly , the essential oil was distilled from the peel for use in perfumery 15 2 2 10 10 the harrowing scenes were reported over several weeks in national newspapers 3 7 7 10 10 i make all of my skirts and pants with elastic waists 18 8 8 12 12 the model was approved by as the top design by a professional panel however , it was later exhibited for the public 16 6 6 9 9 the ending consists of a long speech by the narrator informing us that there was no monster 8 1 1 6 6 the defendant had absconded from his probation 6 1 1 5 5 a tablet was given to patients to relieve extreme conditions of discomfort 12 1 1 7 7 this surgeon is part of the study group 3 17 17 13 13 we are able to wax any of our wicks with either a paraffin coating or for natural candles a 100 natural wax coating 14 4 4 7 7 the rest of the paragraph talks about attitude rather than syntax 17 2 2 7 7 the wrathful goddess turned her into a crane and proclaimed that her bird descendants should wage eternal war on the pygmy folk 3 1 1 5 5 the mansion has a small museum with exhibits linked to the building ' s history , including antique singer sewing machines 6 4 4 7 7 many local shops donated funds to the candidate 2 1 1 4 4 the stem of this tree was completely eaten by termites 6 8 8 11 11 i took everything out and immediately placed the phone in the cradle to charge the battery 0 3 3 12 12 instead , the success of the revolution is the reason for the celebration 1 3 3 5 5 i got a fever from exhaustion and it seems like i ' m better but basically my body is suffering from major exhaustion so i ' m always tired 18 8 8 12 12 this is one of the most abundant tree species in the whole forest , and with a maximum height of 14 m the dominant tree species of the first canopy layer 18 8 8 10 10 the trio , the penguins , and a cartload of chimpanzees use the newly fixed plane ( which looks more like a helicopter ) to come to the rescue 6 1 1 6 6 this heart was put inside a dog after its own heart had been removed 18 4 4 8 8 the author examines some issues connected to religious freedom 11 5 5 7 7 these are the most typical student edition textbooks 0 1 1 4 4 the hinge caused a crack on the left side of my kindle , and amazon has been horrible about helping with this issue 1 0 0 12 12 injury of patients of the bikini accident has been caused by the radiation of the fallout in contrast to the atomic bomb injury at hiroshima and nagasaki 1 2 2 6 6 the abdominal distention caused by the worms was slightly asymmetrical when compared with the normal fright induced swelling 14 4 4 10 10 the candidates then answered questions from other mps on their proposals for reform of parliament 1 12 12 16 16 more than thirty people lost their lives in june , in the disaster caused by torrential rains in hiroshima prefecture , and in september more than thirty people lost their lives in the damage caused by the typhoon that swept through various regions , centering on kumamoto prefecture 18 5 5 6 6 i ' ve sold a diamond ring that i bought at zales for about 500 for 200 on craigslist 17 4 4 12 12 in september , an executive worked with goofy boi to create this video to support a current promotion 6 1 1 8 8 the concerns over security has moved into the boardrooms 4 2 2 7 7 an explosive charge was discovered inside a bag at the entrance to the shalom theater in moscow 11 7 7 10 10 putting a first time learner in the driver ' s seat of a car is a scary proposition 18 2 2 10 10 this introductory text makes a threefold contribution to the undergraduate literature 4 1 1 6 6 a body was discovered inside a wall in the yale university building at 10 amistad street 18 1 1 5 5 term limits apply to many offices at both the federal and state level in the united states 11 2 2 6 6 a german soldier attaches a eufor sign to a vehicle 14 1 1 6 6 the essay makes the point that inventories are legally required 15 2 3 7 8 samples of good practice were highlighted through film clips presented to the audience 4 1 1 8 9 the sample was contained in a tightly sealed silver crucible 18 1 1 5 5 liberal ideas insist on large gambles and conservatives rely on incremental small changes 2 1 1 2 2 a staysail schooner has no foresail , but instead carries a main staysail between the masts in addition to the fore staysail ahead of the foremast 14 1 1 7 7 other reports talk about the former government troops that are holding out in other regions of sierra leone , particularly the town of makeni 2 2 2 5 5 often the message includes a warning regarding a problem related to related to the recipient ' s account 11 3 3 7 7 you saw professional chefs using a garlic press 8 5 5 10 10 the relative proportion of the vancomycin release from the bone cement was lower , although its initial quantity was four times higher 1 10 10 5 5 learning about the dynamics of addiction starts from repairing the damage that has been caused by the addiction 16 2 2 3 3 the thriving wool industry led to the development in tregaron of one of the first welsh banks , the bank of the black sheep 2 1 1 4 4 the roots of your teeth are fixed into a socket in your jawbone 18 5 5 11 11 the first is that the ossicles are caused by an avulsion fracture 1 , 5 and the second is that the ossicles occur as a result of accessory ossification 17 6 6 9 9 with operations in scandinavia , the company manufactures plastic drums , jerricans and pails 18 9 10 13 13 american scientists have discovered a way of creating new brain cells in a dish 3 1 1 3 3 the accommodation comprises hall , dining room , extended lounge , kitchen , two double bedrooms , single bedroom , shower room 2 19 19 21 21 specific viral rna and antigen were detected by reverse transcription pcr and immunohistochemical evaluation , respectively , in nasal turbinates of birds 18 0 0 7 7 farmers till now have negotiated with the market as individuals 18 2 2 10 10 the corporate regulator has been dragged into undertaker ' s inquiry 1 5 5 12 12 a febrile seizure is a convulsion in a child triggered by a fever 4 1 1 5 5 the contraband was in a suitcase in the unclaimed luggage room at the airport 3 5 5 8 8 beyond its guardtowers , the castle had two gatehouses , a barbican and a tall tower in the castle ' s inner ward 6 4 4 11 11 in recent years much work has been invested into a new model of computers 18 19 19 24 24 the merchant facilitates attacks using fake or modified terminals , towards tapping both the financial data stored on the cards as well as the pin of the cardsholders 14 1 1 4 4 the study considered dairy farms , sheep and beef farms , vineyards and orchards in hawkes 14 2 3 6 6 the presented case study charts the route taken by north kesteven 17 8 8 13 13 in one of the early years , a quizmaster thought up an abstruse riddle based on an arcane area of study then checked the only two books relating to it out of the library 8 1 1 6 6 the angel was sent from the throneroom of god 9 10 10 11 11 bellini was not very good though , like they used peach nectar instead of fresh peaches 3 1 1 6 6 this house has a false front door facing the river and a real entrance on wilmington street 11 1 1 7 7 the researchers took advantage of a natural experiment to compare school performance with varying degrees of competition 4 4 4 15 15 he removed the glass slide precleaned in piranha solution that was placed upright in a beaker 16 13 13 11 11 i am prepared to accept what was going on in the family from letters written by your family 18 10 10 12 12 the disruption of electricity and telecommunication lines have thrown the city into darkness 14 6 6 11 11 the following is a list of journals and magazines relating to birding and ornithology , arranged by place of publication 16 1 1 4 4 the device established the company as a leading player in the digital decade 13 2 2 4 4 entering a community of minds is conceptualized as a theoretical framework for understanding social cognitive development during the preschool years 1 5 5 15 15 recently , there is a movement afoot , instigated by the heterodox section of the community , as well as by the followers of the gatha alone cultists to proselytise others to become zarthushtis 14 2 2 10 10 the first point of his statement has relation to the house 18 1 1 9 9 the experiments reported in this article investigated two specific properties of the location probability effect 18 18 18 21 21 yet a recent tour of the handful of year round farmers ' markets in town turned up a cornucopia of fresh foods , from staples to rarities , sweets to meats 8 1 1 5 5 the interference arrives from a direction near endfire since this is the direction where the interelement propagation delay for the interference is largest 2 11 11 14 15 the ethmoid forms the medial portions of the orbits and the roof of the nasal cavity 15 8 8 9 9 he has released a photocopy of his original birth certificate 1 7 7 9 9 regardless i got my life back , sadness from divorce is gone i am thrilled i am not bleeding , dont need red shorts to walk my daughter to the park 18 5 5 9 9 after some time , the acids caused a white spot on the tooth where they dissolved some of the enamel 13 11 11 15 15 she is the village bank president for a village bank loan group consisting of eight people 1 6 6 13 13 he is personally responsible for the carnage that has been caused by the fight 18 5 5 10 10 he has highlighted some important issues with regard to the abilities of firefighters 18 7 7 11 12 he has been used to promote many issues to do with animal welfare and has also helped raise funds for many of the service charities 18 5 5 11 11 hundreds of years ago the island was almost discovered by an explorer called marco polo 6 3 3 6 6 we drained the liquid into the container 14 6 6 12 12 this add on uses an intermediate form to declare the latex rendering options 18 1 1 14 14 the decline of the old ideologies has made many of the old left right arguments redundant 8 5 5 10 10 they found that after the protein was manufactured in the nucleus , it traveled outward through the cell ' s many branching dendrites and eventually settled in 18 1 1 10 10 the size of the issue was increased from its initial amount of us 750 million following strong market interest 1 3 3 11 11 peters ' s pain and symptoms were caused by the automobile accident 14 1 1 3 3 these acts declared principles and established policies in the only way it has ever been successfully done 16 1 1 7 7 the dinner , cooked by his gorgeous fiance , was beautiful 13 5 5 7 7 egyptian archaeologists discovered a new set of tombs belonging to the workers who built the great pyramids , shedding light on how the labourers lived and ate more than 4 , 000 years ago 6 1 1 5 5 the epidemic is spreading into areas and countries where , until recently , there was little or no hiv present 13 8 8 10 10 he was the muster spirit of that glorious pleiad of warriors and sailors who at that epoch used to swarm the indian seas 18 14 14 17 17 provention has supported the development of a series of ifrc studies on rebuilding and reconstruction after the tsunami to identify lessons learned in promoting and strengthening community roles in the rebuilding process 3 6 6 2 2 the temporomandibular joints are the two jaw joints , one at each side of the face 14 1 1 8 8 the excerpt was speaking about the average processing times of social security disability decisions by these aforementioned offices 18 3 3 9 9 last week the city had patched up the offending section of roadway 8 4 4 11 11 the origin of the word thong is from the old english thwong 18 13 13 18 18 it is the oldest and largest international research consortium aimed at understanding the challenges facing the global automotive industry 4 1 1 5 5 the backflap was in a suitcase in the trunk of the car 2 1 1 11 11 the clip on the back of the little plastic puck like holder is handy for clipping onto your belt , backpack , arm band or lady ' s bag strap 12 4 4 9 9 a growing number of smallholders have formed themselves into associations to sell tea , sugar , cotton and nuts to processors 15 1 1 6 6 difficult passages have been explained in footnotes 3 3 3 13 13 the higher ranking wolf on the right shows his dominance by baring his teeth and growling 8 1 1 9 9 colonial families of the united states descended from the immigrants who arrived before 1700 13 7 7 10 10 watching that ` apology ' from the wunch of senior bankers was vomit inducing 6 1 1 6 6 the spores were blown into the air and a spark caused them to give off an enormous flash 2 9 9 12 12 the top half of the network belongs to the engine of the refrigerator 18 4 4 11 11 the goal of the project was to introduce environmentally efficient production technologies 8 0 0 8 8 eggs come out of the female ' s body through the ovipositor 11 6 6 14 14 lc repair is a special welding system that employs a high power yag laser beam 1 3 3 9 9 sensitive pets experience rashes and discomfort from ticks and fleas 1 10 10 12 12 morning sickness is a bit of a misnomer , as nausea from pregnancy it can happen at any time of the day 11 17 17 19 19 the stay at home dads in inverness put their feet up for a little while in a chauffeur driven limousine 17 12 12 15 15 his aim was to regain the previous high artistic level of the factory ' s products 1 9 9 15 15 some people took this as an indication that the increase was caused by the mmr vaccine 8 3 3 7 7 as an immortal goddess descended from a race of divine beings , she ' s probably all entitled 13 31 31 33 33 in general , i am not in favor of the television journalist , mr jeremy paxman , a gentleman who reads the news with the impatience of a man astride a bike of wasps , but i must confess i have been warming to him in recent weeks 6 3 3 6 6 twenty physicists sent letters to the government as an act of protest 18 1 1 5 5 the prisoner has departed into captivity 8 2 2 6 6 the real danger comes from fossil fuel firms that , like big tobacco corporations decades ago , know full well the lethal potential of their products 18 31 32 35 35 moreover , it is beyond the power of the state to compel the syme family to retain their shares or , more importantly , to oblige mr macdonald to remain the chief executive of this company 6 2 2 7 7 two million dollars are given to the winner of the contest 6 2 2 6 6 germany sent observers to the 9 trial 13 16 16 19 19 with each visit , the lamb shank gets better , tender and lemon scented beside a hill of cannellini beans seasoned with oven intensified tomatoes 2 4 4 9 9 the exhibition shows the hilt of the 18th century smallsword used by captain john paul schott in the american revolutionary war 0 1 1 14 14 the wind caused a neat effect on the smoke clouds though , causing a corkscrew in the otherwise straight line 17 15 15 21 21 with the end of his task , gibbon felt that ambiguous elation known to all authors who have completed a weighty work 4 1 1 7 7 the coolant was contained in a special tank divided by a flexible membrane onto a coolant storage and an air pressurization chamber 1 2 2 8 8 a women fear from darkness , insects , cockroaches , mice , lizards , spiders and more and more 2 16 16 19 19 each airsoft pistol has a separate magazine for the bbs which is normally stored in the handgrip of the gun ( just like the real thing ) 16 7 7 14 14 a sensible , rational person reads a book written by a show offy irrational intellectual and does n ' t like the book 17 0 0 3 3 artisans created unique footwear for rich patrons , and new styles developed 3 14 14 15 15 these tough , stainless steel bolts have a pentagonal head designed for fastening a manhole cover in place 17 17 17 25 25 pre contact native peoples , living in the northeastern part of north america , were the first people who have produced maple syrup and maple sugar 18 1 1 6 6 the house was packed from that moment to past midnight 11 1 1 7 7 the workman stirs the ore with a hoe or an iron rake , back and forward across the hearth , moving it from the bridge toward the flue and back 16 6 6 7 7 jane works all day in the toy factory 18 0 0 5 5 prospectors have arrived in midland cars 2 5 5 11 11 the model accurately predicted the snout lengths of a number of pipefishes 16 1 1 19 19 this book is another eloquent triumph from the pen of the world ' s bravest and most beautiful war reporter 0 3 3 8 8 bacteria and comedonal debris cause acne pimples or pustules ( inflammatory lesions ) 8 3 3 10 10 this atalanta running skirt is made of beefier dry flex fabric , which will help smooth your curves but also stretch to let you move 17 3 3 8 8 it produces a wine descended from a local vine , galbena de odobesti , a light white wine , little aromatic but appreciated for its freshness and its balance 10 3 3 13 13 other keyed string instruments , small enough to be held by a strolling player , include the plucked autoharp , the bowed nyckelharpa , and the hurdy gurdy , which is played by cranking a rosined wheel 11 3 3 10 10 three of the men flew to miami on a private jet , and the fourth traveled to honduras on a false u s passport 4 8 8 13 13 today i was there and i bought a ball that was in a bin with a ton of things placed on top of it 18 1 1 5 5 the chimps had tasted cooked food before , which may have influenced the outcome 18 1 1 2 2 autologous blood clot is useful to occlude and repair perforations in small side branches of the coronary artery without myocardial damage 2 15 15 21 21 the steep slopes of the rooftop ' s hills draw cool air into the open piazza at the center of the building 18 1 1 9 9 the slope on a distance time graph represents the speed of an object 18 2 2 10 10 the illustrators section has been brought into the new web format 18 0 0 5 5 families are being thrown into poverty by our corrupt health care system 13 13 13 15 15 in these ancient religions the clergymen were women , the monks were a sorority of lesbians , who were a subculture that lived near the ordinary local people , but were not really part of the community 4 4 4 8 8 that big piece of meat was in a can of bush ' s baked beans that we had for lunch today 13 13 13 16 16 in particular , the main target of the bombing in tigray was the network of rural markets in tplf controlled areas 3 0 0 8 8 birds with eyes on the sides of their heads have a wide visual field , while birds with eyes on the front of their heads , such as owls , have binocular vision 18 9 9 13 13 since the earliest period of its history , the church made use of messengers , called cursores , in order to communicate with the entire world 1 2 2 6 6 an oil spill caused by a collision between a ship and a barge closed the ship channel servicing the nation ' s second largest port 18 5 5 13 13 in america , one of dynamite ' s first use was in the creation of trenches for irrigation systems 0 5 5 11 12 excessive anxiety , worry or fear are among the causes of heart attack 14 5 5 7 7 a vibrant collection of oil paintings depicting women at various stages in life is on display through mid december 18 1 1 6 6 the builder who has mortgaged the land to raise money will have to spell this out in all advertisements and brochures 11 1 1 4 4 the outfielder needs a glove that is large enough 13 15 15 17 17 his work presented a new , spontaneous , unpolished style , which appealed to a subculture of folksingers , hipsters , mystics , and writers of 50s cold war america where conformity and witchhunts sought to impose straitjacket freedom 3 1 1 5 5 this crane has a telescopic boom that is mounted on a movable platform 12 3 3 6 6 he was a corporal in the army of sierra leone , a wedding photographer and cameraman for the state television 5 5 6 8 8 inside , they found a plastic bag with cocaine inside under the driver ' s seat 14 2 2 6 6 these are documents to do with finance 3 3 3 5 5 mockingbirds build a nest of twigs , plant stems , mosses , cloth , string , and dry leaves 0 1 1 6 6 medical bills make up half of bankruptcies 18 3 3 9 9 stuart ' s cavalry observed the passing through the town 13 14 14 16 16 there is also , an organization for moms as a mom org , a sisterhood of patriots , it is helping like minded women to meet , come together and realize we are not alone in our thinking 13 1 1 3 3 large rafters of turkeys have drown by standing out in the rain , looking up at it , with their mouths open 1 3 3 7 7 in reality , acne is caused by bacteria and oil on the skin 6 4 4 7 7 these tanks have leaked contaminants into the groundwater 13 2 2 4 4 a veritable ratpack of architects are turning up the style in sin city , writes thomas lane and they ' re not all playing it straight 17 1 1 6 6 the child collected names on a petition and wrote to the premier 18 7 7 10 10 while he was freeing himself from the clutches of the dishwasher , he ripped off some of his skin , revealing his bionic arm 8 1 1 6 6 the water starts in an underground lake a mile away , arrives in an intricately ptterned moss pool and falls over a small cliff face 18 6 6 9 9 a locksmith copies and repairs car keys for modern vehicles at a lower cost 18 2 2 6 6 when the traveller drew up the blind the next morning , the sea opened before him joyously under the broad august sunlight 6 1 1 15 15 infinitesimal changes between a large serial of different sub functions are running into different graphical spaces or dimensions 6 13 13 19 19 we watched as a barman poured alcohol on to the bar , poured absinthe into a couple of shot glasses , then lit the lot 1 5 5 7 7 the 77 year old is suffering from exhaustion and he will undergo medical tests 2 8 8 11 11 pierre stood , breathing heavily , as the screw of the press caught at her hair and dragged her in 18 5 5 11 11 a substrate treating apparatus for treatment of substrates with a treating liquid includes a treating tank having an inner tank for storing the treating liquid 2 7 7 10 10 second , the user removes the safety clip from the grenade 6 3 3 6 6 someone has blown soot into my face 6 0 1 5 6 honey bees have migrated into warmer areas 11 2 2 16 16 an experienced driver feathers the brakes so as to stop the vehicle with only just enough torque in the brakes to hold the vehicle stationary on any gradient 8 11 11 14 14 it is an exceptional location to see lake tenkiller and private plane takeoffs from runway 9 6 6 7 7 a woman accused of throwing a table leg through the window of her home after her boyfriend refused to buy more beer faces a felony charge 18 2 2 6 6 they are symbols that indicate the structure and organization of written language 8 4 4 8 8 genghis khan ' s mother hailed from a tribe which later became part of the kazakh people 8 2 2 8 8 the new vaccine was manufactured in a tobacco plant using plant viruses engineered to produce high levels of virus like particles 8 5 5 9 9 the exit of such a substance from the anterior chamber is equal to the transfer constant for the loss of fluid 18 1 1 5 7 the company has moved into mobile software applications , which connect to enterprise databases 18 1 1 6 6 many students participated in the tutoring programs funded by the legislation , but the controversial element was not the options for public schools or the tutoring program ( both of which where never challenged ) 5 5 5 9 9 the liberian national offered a suitcase full of purported bills 13 5 5 6 6 he has been a core team member for the various research publications and resource person for policy documents of the rbi 17 0 0 7 7 scientists have succeeded in creating the first transistor made from a single molecule 3 1 1 4 4 the receptor comprises four subunits , which are chemically identical but , surprisingly , are folded differently ( see picture ) 11 9 9 12 12 we now live in a country in which the president wields the power to send the entire nation into war on his own initiative 3 2 2 8 8 a damper assembly is further comprising a control knob coupled to said rod , said knob extending radially about said axis 15 2 2 13 13 the early aims and objectives of cooperatives have been considered in the first chapter of this book 16 1 1 6 6 the galls are caused by the larvae of a small gnat like midge , dasyneura communis felt 18 1 1 6 6 the orders are shipped to foreign countries using us postal service delivery 1 5 5 18 18 we began to reverse the damage to one of the greatest rivers in the state caused by the construction of a dam nearly 70 years ago 13 20 20 22 22 as the bus climbed steadily throughrich terraced fields of grain towards the qilian shan , layersof mountains enfolded like a weyr of dragons 12 7 7 10 10 until the 1960s , rural laborers and peasants composed the majority of brazil ' s population and yet most scholars have downplayed their influence on the country ' s history 3 5 5 13 13 typhoon was a dapple gray gelding with small splashes of brown around his nuzzle and his hind end 9 4 4 5 5 this item is orange fruit oil and is used in the creation and manufacturing of fragrance and flavor concentrates of all types 16 1 1 12 12 the charter was a joint creation by the local authorities co ordinating body , the trading standards institute , the market operators association and industry groups representing copyright and trademark owners 0 1 1 6 6 a loop emiting short flashes of light is projected onto volunteer members of the audience 4 1 1 5 5 the file was in the desk of a researcher employed by kenny macaskill and tricia marwick who had been dismissed earlier in the month 1 0 0 4 4 earthquakes are caused by movement of the earth ' s crust along this fault 11 1 1 7 8 the villain sweeps the ceiling with a machine gun , perforating milla jovovich , who is hiding in the ceiling duct 4 4 4 9 9 i like how the device is crammed into a beaker i view this gizmo as a metaphor for a mad scientist ' s brain 17 8 8 10 10 this is a classic book by the famous writer of folktales 14 4 4 8 8 it is a dark song reflecting on potential love with deep electronic tones and soft beats 4 4 4 15 15 i saw that the antenna was placed inside the two dimensional labyrinth based left handed medium 5 1 1 5 5 the envelope contained a single sheet of paper , describing an attempt to set the record for the world ' s longest running chain letter 18 4 4 9 9 we see that the universe starts at an initial epoch t0 18 15 15 16 16 rice university and houston based mi swaco , the world ' s largest producer of drilling fluids for the petrochemical industry , aim to develop a graphene additive 14 1 1 5 5 such trials were concerned with matters of national importance such as treason 14 0 1 10 10 crime fiction is the genre of fiction that deals with crimes , their detection , criminals and their motives 12 3 3 29 29 thousands of multicoloured fish populate the lagoon and the fallings of the passes the large barracudas are scouting dangerously , and their cousins the becunes fish gather in immense shoal , like thecaranguesplaying in the sun , as squadrons driving out of their territory the too daring small sharks 6 4 4 7 7 she delivered a healthy boy to this family 14 5 5 8 8 it is a 1956 crime drama examining the reactions of parents , police , and the public to a kidnapping 6 1 1 5 5 the jobs migrated into the government 8 1 1 9 9 the feed was derived from a commercial mink feed kitchen 1 7 7 14 14 the tsunami was generated by an undersea landslide , which was triggered by the earthquake 18 2 2 4 4 the greatest plenitude of graces was conferred on him as man , and from him , as he was our head , derived to all the members of his church 13 13 13 16 16 with the conquest of jerusalem in 1099 , geoffrey de bouillon established a chapter of secular canons in the basilica of the holy sepulcher to offer the sacred liturgy according to the latin rite 18 23 24 27 27 in the presence of cuba ' s favorite son , estrada palma , who is to enjoy the honor of being the first chief executive of this republic 4 1 1 5 5 my itinerary was in a suitcase , among stacks of teaching materials so i asked the delta ticket agent to look up my outgoing flight number 11 5 5 11 11 a new york times food writer fries the potatoes in a mixture of peanut oil and duck fat with bacon added 13 9 9 11 11 his administration is moderate , but it contains a faction of extremists 6 4 4 9 9 the passenger side front window has fallen into the door , both front and back need new window regulators 13 6 6 9 9 unfortunately on the right flank a unit of dismounted grenadiers were spotted by a tau piranha team supported by kroot 17 2 2 5 5 at the saint ' s prayer , the statue comes to life , and drops of milk , a metaphor for the gift of life , fall from the virgin ' s breast onto bernard ' s lips 18 3 3 8 8 welch shows how laws composed to incorporate rural workers in a controlled way became platforms for unexpected protest and political mobilization culminating in the 1963 rural laborer statute ( etr ) 13 22 22 24 24 melvin hancock was one of the residents to spot the about 85 pound full grown coyote and other residents have seen a band of coyotes with a litter of pups 18 5 5 8 8 the decision to take the meeting on the road gave groups around the world the opportunity to host future keele meetings 18 6 6 9 9 dr k p kumar is the chairman of the college that strives to impart value education to students and guide them for excellent prospects in career making 17 1 1 4 4 the judge put two questions to the jury 17 4 4 7 7 the 22 year old rapper posted a message on his twitter page just after midnight admitting he was driving his lambo , or lamborghini , while sloshed or tispy , as he misspelled tipsy 0 2 2 5 5 the dancing duo caused a stir on the 2008 series of the show with their infusion of classic michael jackson songs and dance moves mixed with bangra 6 5 5 11 11 the investigator has released his report on this case to the public 6 4 4 6 6 we poured the molten aluminium into ingots , which was very dangerous 18 3 3 9 9 this pacific chorus frog was found in a christmas tree being sold in anchorage , alaska 17 1 1 6 6 the liver synthesizes angiotensinogen , a hormone that is responsible for raising the blood pressure when activated by renin 18 5 5 7 7 the spreading riots threw the country into turmoil 2 4 4 7 7 the upper and lower steps of the stairs inside university buildings are clearly marked and are all equipped with at least one handrail 17 5 5 25 25 this picture shows a glass blower in one of hebron ' s blown glass factories molding the hot glass paste into the bottom of a vase 11 0 0 18 18 contractors quickly generate documents that are shared via fax , email , or text message , by using templates 6 2 2 7 7 this new religion was spread to the society 18 6 6 11 11 dutch national ballet ' s new production , by the creative partnership of rachel beaujean and ricardo bustamante , is based on the original ballet by jean coralli and jules perrot 8 5 5 10 10 of course , the biggest clues leaked from former blizzard employees in korea who hinted that the game was going totally 3d 8 1 1 7 7 the contents release from the copolymer modified liposomes was strongly accelerated around the lcst of the copolymer 8 6 6 12 12 on this day in 1897 , writer oscar wilde is released from jail after two years of hard labor 18 4 4 10 10 this was performed by illumination of the urethra with a candle 6 3 3 9 9 since 1982 , people have traveled into low earth orbit aboard the workhorse of nasa ' s space program 15 1 1 16 16 elegant people walking in an early eighteenth century garden are depicted in this beautiful embroidered wall hanging 18 1 1 5 5 our companions have departed into eternity 18 10 10 14 14 this is the second italian championship won by woody with horses bred in his stud 16 18 18 23 23 the most telling critique of this delusional foreign policy comes in regular instalments in the form of a blog by the former british ambassador to poland 1 2 2 6 6 the deeper currents are caused by heat from the sun 16 13 13 22 22 the author of the letter , francis pawlett , wrote of a delicious cheese produced by cooper thornhill , the well known landlord of the bull inn 3 3 3 12 12 the wastewater treatment plant processes the influent using a ultra violet light system to kill the bacteria prior to outflow 8 1 1 9 9 the name is derived from a dutch or flemish word 2 7 7 1 1 varicose veins result from weakening of the valves of the veins so that blood pools in the legs or another dependent area 3 9 9 10 10 the pictorial demonstration below shows how to put your skirt waistband on after you have sewn your zipper and how to join and serge the skirt side seams 18 6 6 12 12 but this is a very dark novel , driven by an unsparing view of human nature and a clear eyed analysis of the idea of human perfectibility 6 3 3 6 6 americans have exported democracy to many countries 18 11 11 14 14 since arriving in cairns , co workers have thrown the new employee into local issues 6 1 1 7 7 the water is running into the overflow pipe 17 2 2 13 13 highly specialized workers situated alongside a series of rolling ramps built up a product such as ( in ford ' s case ) an automobile 4 1 1 5 5 the flour was in a can marked sugar and the tea was in a box marked salt 5 7 7 11 11 ten years ago i started bringing a suitcase full of odd props to schools and libraries all over the world 3 1 1 8 8 the kangaroo moves by hopping on its hind legs using its tail for steering and balancing while hopping at speed up to 40mph 16 3 3 9 9 the 82500 seat stadium was built privately by the teams , the first constructed to serve as the host of two nfl teams 8 1 1 25 25 the quote above , about how he wants to build magma into the biggest business of its kind in the world , is from an interview that he gave almost a year ago 1 13 13 16 16 an alert victim with a broken neck or severely torn ligament has enough discomfort from the injury and muscle spasm to force him to hold his neck still 8 1 1 5 5 the boat departs from the harbor at approximately 08 30 to arrive in the channel 30 minutes later 3 1 1 2 2 the cottage kitchen is on the first floor and is fully fitted with fridge , dishwasher , microwave and all the standard self catering facilities 6 1 1 6 6 the team journeyed into an uncharted area 1 9 9 12 12 the affiliate classroom promotes the direct sales and gets commission from the selling of products 1 17 17 22 22 the act of repeated hand washing is the compulsive behavior performed in an attempt to remove the anxiety caused by the obsessive thought 4 1 1 10 10 the infusion was contained in a 6 ml plastic disposable syringe 18 13 13 18 18 it ' s basically just a shack with a fridge and some fosters beers stacked up the back wall 16 12 12 20 20 in fact , this is not so far removed from the famous ziggurat , the huge building erected by the emperor to communicate with the god marduk 16 3 3 8 8 the draft ministerial declaration developed by the council chairman was untenable and caused the meeting to be still born 18 16 16 19 19 that ' s right boys and girls you read that correctly , you just shared a printer over the internet 18 3 3 4 4 she bought a gold bracelet for her sister 14 1 1 4 4 the conversation centers around privacy , contextualization and other issues surrounding our increasingly digital lives 11 12 12 16 16 as a term , fiddle better indicates the style of music the musician plays on the violin 18 4 4 6 6 people have inherited a tendency to obesity 18 16 16 19 19 i stood at the great central window , which was wide open , and watched the whiteness of the swans moving vaguely over the surface of the canal in the oncoming twilight 16 3 3 21 21 fiber cans , tubes , and similar products are , by far , the largest category of products produced by this industry , accounting for 1 76 billion of the industry value of shipments in 2001 6 0 0 5 6 investments have gone into the light rail 2 18 18 21 21 the resident , who had gone out for a short while when the thieves struck , found the padlock of the flat broken and all the household articles strewn around 14 2 2 6 6 students wrote scripts to narrate their story 16 1 1 6 6 chenodeoxycholic acid is made by many species , and is quite a functional bile acid 1 4 4 8 8 in relation to the catastrophe caused by the rains of recent days in the sierra and coastal zones of chiapas 6 2 2 9 9 fair trade bananas have been imported into a few countries in europe for decades 6 3 4 8 8 the instructor gave extra credit to an outstanding student 18 3 3 16 16 the second primer set was derived from a specific variant surface glycoprotein ( vsg ) expression site where the sra gene is expressed ( r es ) 18 23 23 25 25 when the police raid the catacombs , shannyn ' s character hits her head while fleeing only to wake up alone in the maze of skulls and bones 8 3 3 8 8 the red colobus groups went away from the chimpanzees when they were alone and no potential association partner was around 18 2 2 7 7 the magnetic island grows from the resonant radius until the so called mixing radius rmix and full reconnection are reached 17 1 1 7 7 our company converts waste plastics into crude oil 5 4 4 7 7 so with my little bag full of buttons , i faced the cold , blustery day to carry out some of these lovely ideas 18 6 6 9 9 i have blocked out the pin code of the phone ( please do not give this code to the customer ) 6 11 11 15 15 however , the 5 year survival rate falls steadily as the cancer spreads into other areas 17 8 8 18 18 a big thanks goes out to the expert craftsman who did such a good job building my sailing hat 11 7 7 16 16 upon emerging from the car , the stranger battered the man to death with a baseball bat 11 5 5 13 13 more than 10 percent of drivers admit to having fallen asleep at the wheel 2 8 8 11 11 she used her fingertips to scrub into the bristles of the brush , getting between crevices where food can often get stuck 18 1 1 18 18 the research , performed at the kyoto prefectural university of medicine , has been presented at a medical meeting in japan 11 1 1 6 6 masked robber threatens worker with claw hammer 3 2 2 11 11 this pavoni machine has continuous brewing espresso coffee machine with push button , power indicator light and electro valve 6 14 14 3 3 the white plastic cup was put inside a large cup and 100 formosan subterranean termites were released inside the large cup 13 3 3 5 5 there is a nest of rabbits up in the loft 13 7 7 10 10 this rather bizarre picture is of a whirl hedge of herons for such is the collective noun for these birds 18 1 1 7 7 the housing encloses a double sealed ball bearing , with a lower lip seal for additional protection 2 6 6 3 3 like the canary rockfish , the chin of the yelloweye rockfish is smooth 18 2 2 7 7 the new law has been brought into force 18 1 1 5 5 the restaurant was filled with customers , most of them children and mothers 0 1 1 14 14 the development of oil palm plantations is one of the biggest causes of rainforest clearance 10 3 3 10 10 lineman ' s pliers are an essential item in the electrician ' s tool complement 11 1 1 6 6 professional counselors use a number of techniques , including conflict management seminars , peer mediation teams , student mentoring , group guidance activities and rumor control 18 1 1 5 5 a terrorist has planted a bomb in a city center and it is due to go off in one or two hours ' time 3 5 5 8 8 the second biggest problem for dogs and their teeth is that hard chews can break the teeth 0 0 0 2 2 asthma causes swelling and narrowing of the airways 11 0 0 3 3 mothers brought all items required to dress the child bandages , creams , gloves all of which are ridiculously expensive here 10 1 1 2 2 the camera operator is that person behind the scenes but very much a part of the final project 4 2 2 6 6 the purple puppet was in a crate being shipped from the uk to australia 13 1 1 3 3 the hailstorm of atoms triggers nano avalanches on the slopes 6 4 4 7 7 the governments have injected billions into their economies 6 4 4 8 8 my wife mistakenly poured water into the valve cover of her 1999 sebring when it began overheating 14 1 2 5 6 the study report compares the genetic structure of two vastly different flowering plants to see whether differences exist in the set of circuits that create each species ' flower 0 2 2 4 4 the weekend snowstorm caused delays that had some passengers still stuck in washington , dc on monday night 18 2 2 6 6 the heaviest rain fell from an area from roane and clay counties northeastward across braxton , gilmer and lewis counties and into southern harrison county 15 1 1 8 8 these tests are a major theme of the book , so it is worth investigating them 8 1 1 5 5 the country emerged from the war as clearly the greatest power in the world as well as the creditor nation of the world 18 3 4 6 6 we hold the magnesium ribbon in tongs , and place one end in a bunsen burner flame 18 1 1 5 5 the walk starts at an entry to mealmore forest 18 3 3 14 14 the71 year old man has already converted a room in the basement into an office 1 2 2 4 4 global warming pollution from cars , light trucks and suv ' s is the single largest source of global warming pollution generated in maine 8 6 6 9 9 pharmacognosy is the study of crude drugs obtained from plants , animals and mineral kingdom 4 10 10 13 13 the swelling continued so it was time to try the oils in a capsule 3 1 1 5 5 the bungalow has a full bar and offers a wide selection of draft and bottled beer and wine 13 10 10 13 13 a woman diagnosed with breast cancer today joins a huge sisterhood of cancer survivors ready to help her along the way to recovery 11 3 3 9 9 a qualified medical professional uses a variety of diagnostic tests 18 1 1 6 6 the insert starts in the left column and only spans the left column 1 16 16 21 22 cervical strain results from the physical stresses of everyday life , including poor posture , muscle tension from psychologic stress or poor sleeping 1 3 3 9 9 the reference clock signal originates from an internal clock source 18 5 5 13 13 the morning session of the symposium ends with a reunion lunch for the attendees 8 1 1 7 7 the timber fell from the russian registered vessel the sinegorsk in the channel on monday , 14 miles off of new haven , sussex 16 13 13 14 14 rather more fun is book crossing , started in the us by a software developer to encourage the release of books into the wild so they can be enjoyed by others 2 1 1 4 4 the mast of the ship , part of a waterfront memorial in portland , had fallen into disrepair , tarnishing the image of the once proud ship 6 6 6 9 9 researchers have thrown a lot of resources into the archives without checking 3 5 5 8 8 the primary parts of a skateboard are the deck , the trucks , the wheels and bearings , the hardware and the grip tape 17 2 2 5 5 in the author ' s note to this work he writes about the importance of the play ' s threnodic essence 8 3 3 8 8 a number of papers have emanated from this laboratory on the chemistry of dl pinonic acid ( i , ) and dl pinolic acid ( ii a ) 5 16 16 19 19 be careful , because just one little clove imparts a terrific amount of spice to a bottle full of rum 4 1 3 7 7 the mah jongg set was in a trunk in the attic all through my childhood , then the trunk was in the garage for ten years 13 9 9 11 11 hotels and restaurants downtown are prepared to handle the crush of delegates 6 8 8 11 11 then after the concert , he stuffed the slides into a box under his bed where they remained for 40 years 6 5 6 8 9 the school has rescheduled the field trip to next month 2 20 20 23 23 white and rose wines are served slightly chilled ( around 10 c or 50 f ) one hour on the shelf of the refrigerator brings them to the right temperature 6 0 0 5 5 billions have sunk into devastating companies 15 6 6 10 10 throughout the series run , the character has received positive reviews 10 1 1 4 4 the stethoscope gives the doctor clues as to the presence or absence of pathology 0 2 2 9 9 the chemical reaction in the water caused a bubbling affect on the surface 8 8 8 14 14 i remember there being an uproar because the video got out from an apartment complex and was n ' t suppsoed to 8 6 6 11 11 although most scientists suspected that the virus descended from a primate species , only three chimpanzees infected with viruses 18 1 1 7 7 the research has been published in a paper by the scottish records association 3 1 1 5 5 the book is rich in exercises , most with answers 6 1 1 6 6 a bird has flown into the building and is flying around the atrium 3 1 1 6 6 the results are often displayed in charts or written as narratives 6 1 2 8 8 the test results are entered into the electronic logbook 8 2 2 7 7 all the actors came from a theater background 1 1 1 7 7 the conflict is rooted in an ongoing refusal by the palestinians and the arab world to recognize the right of the jewish people 13 21 21 24 24 universal design makes stand alone courseware , web based e learning systems , and other content more accessible to a larger population , including people with disabilities 8 1 1 9 9 the name of the method comes from an arabic saying 14 2 2 7 7 the urban legend was that the whole village had moved from italy to south wales 10 2 2 6 6 choreographed fighting forms are used by students in order to develop an understanding of the offense , defense , distance , reaction , speed , and so forth 1 2 2 7 7 a spot fire is caused by burning embers being blown away by high winds that occur during bushfires 18 12 12 0 0 stack gummy savers with a little frosting in between to make a smoke stack on the engine 13 10 10 12 12 kind hearted market traders have stepped in to rescue a litter of kittens which were abandoned under one of their stalls 15 1 1 7 7 these subjects were thoroughly investigated at the conference during the three seminars each of high specialist content 0 1 1 7 7 a rock in the road caused an accident by breaking the rear wheel on the wagon 2 3 3 6 6 the number of sheets in a carton varies for large printing sheets 8 4 4 11 11 the origin of the schwannoma is from the normally existing schwann cells in the tentorium 0 7 7 11 11 ditto for his funny turn as a man who instigates the kidnapping of his own wife in e niwas ' s love ke liye kuch bhi karega 16 4 4 7 7 this is the first book by this author that i have read and i thoroughly enjoyed it 12 1 1 5 6 my father is in a lunch group of old timey political people called the sacramento seminar 15 1 1 8 8 related questions form the subject of the next chapter 0 1 1 4 5 the explosion caused a gas leak on the pipeline near the village of pouce coupe , south of dawson creek 8 1 1 10 10 the picture of the orb was then extracted from the photo and inverted and this is what was found to be inside of this tiny looking orb 5 13 13 16 16 the tube was placed in an inclined position with the end in a glass filled with water that was kept boiling 17 1 1 15 15 the factory ' s main products are brandy ( armenian cognac ) , wine and vodka 2 6 6 9 9 the absorbed nutrients move through the wall of the intestines and into blood vessels that take them throughout the body 6 4 4 8 8 they then placed the fish in a wooden barrel filled with water and fired at the fish with a 9 mm pistol 14 1 1 6 6 the news that there was an execution in lydgate ' s house had got to lowick by the evening 0 2 2 11 11 a spaghetti pie served at a church dinner had caused the poisoning of one hundred people 8 14 14 17 17 one of the nicest ways to spend an afternoon anywhere is to take a boat from the port of ouchy on the lakefront of lausanne 18 0 0 16 16 prospectors seeking their fortune in the colorado gold fields traveled to denver on the smoky hill trail from kansas and points east 14 1 1 4 4 the instructions were concerning funds for benevolent purposes 18 2 2 7 7 most commercial pasta is made by this method 18 23 23 26 26 many marriages do not recover from affairs at all , but at least one third do find some way to rebuild trust and happiness after an affair 1 4 4 6 6 my dog has a fever from allergies he was given clavamox and a shot 18 3 3 4 4 we sold a diamond ring on consignment through a jeweller who also dealt in second hand jewellery 16 1 1 5 5 the saplings put up new sprouts by the end of the monsoon 14 4 4 10 11 in january 2003 a symposium was held to discuss the current state of progress and future challenges 14 1 1 4 4 these photographs show the survivors of a time that the truly nostalgic fondly remember and the rest of us ca n ' t believe existed at all 18 5 5 8 8 it is also when a parent manipulates a child 16 12 12 16 16 the us army is in the early stages of testing an aluminium exoskeleton made by a company called sarcos 2 10 10 13 13 issues are presented concerning the importance of annually inspecting the centerboard on a yacht 2 4 4 7 7 usually only the bottom lid of one eye is involved , but the top eyelid also can twitch 1 1 1 5 5 the shooting stemmed from an argument the two students had in the community over the weekend 4 6 6 10 10 they had been alerted that the cocaine was in a crate of turkeys , but they did n ' t see any 18 1 1 5 5 the chemicals used for screen reclamation are some of the most hazardous products in a screen printing facility 6 1 1 13 14 such ideas and technologies from the functional language community are migrating into mainstream software engineering 6 3 3 6 6 we sent a query to two servers at a time 6 3 3 6 6 the seniors poured flour into wax paper and threw the items as projectiles on freshmen during a morning pep rally 10 1 1 10 10 the ladder is designed for the specific needs of the electrician 3 7 7 26 27 options that are core components of the plan include a benefit period , an elimination period , a maximum benefit percentage of salary and a maximum weekly benefit 2 1 1 9 9 his poetry and fiction have been published in literary magazines around the world 3 1 1 5 5 the resort comprises a central hotel and free standing villas in the forest 18 2 2 9 9 the four men are being dragged into the criminal underworld 16 14 14 19 19 next we stopped by a pine table where an arrangement of cobalt blue knitted bowls by a south african ceramicist complemented a neat stack of chic indigo denim trousers by london ' s made in heaven 18 7 7 10 10 while the curved shape resembles the gentle undulation of sand dunes , two raised starfish accent the border 3 22 22 23 23 when a key is pressed and the circuit is completed , the code generated is sent to the computer either via a keyboard cable ( using on off electrical pulses to represent bits ) or over a wireless connection 3 15 15 18 18 an open file is described in the linux kernel by a struct file item the structure encloses a pointer to the inode representing the file 9 12 12 13 13 rabbi was cured of a severe disorder of the bowels by drinking apple wine seventy years old , a gentile having stored away 300 casks of it ( ` ab zarah 40b ) 1 3 3 11 11 part of the problem is rooted in an ill conceived state law 14 5 5 12 12 in the 1950s , several books were published on the topic of sociometrics 1 11 11 17 17 an important challenge for the new administration was to address the insecurity and poverty caused by civil war 13 8 8 11 11 two days ago , adept garazo sighted a wake of ash vultures circling over the foothills of the redimeres 18 2 2 9 9 the old man fixed the children with a firm stare 18 5 5 7 7 an afghan handed over innocent people into torture 18 9 9 13 13 his good taste for good cheese leads to the factory ' s commercial success 0 1 1 13 13 phone masts for the high tech third generation mobile phones cause headaches and nausea 6 4 4 8 8 nasa successfully dropped a probe into the designated area 6 1 1 5 5 injected clodronate was removed into dialysate 3 12 12 15 15 the joey is blind at birth , and must instinctively ascend their mother ' s belly and crawl into the nurturing pouch 8 8 8 18 18 from the fires of inner earth , a mountain was formed that grew from the depths of the ocean 16 8 8 14 14 tribble ' s one story , wood frame home is the 34th that the group has constructed in the county 6 1 1 11 11 this article is included into australia ' s most well respected newspaper 6 5 5 2 2 the us government sent an envoy to the north korean government 6 0 0 5 5 ants are spreading into new habitats 18 12 12 13 13 claiming to have better fm reception than the previous model , this radio tuner works with both windows and mac systems 17 1 1 5 5 the sculptor has carved a statue of brad pitt and angelina jolie , naked and embracing one another and placed it inside an oklahoma city home 18 1 1 8 8 a diapir uprises from the upward convex silicone dome , intruding within the sand 4 6 6 10 10 a talented student who kept a pistol locked in a safe at his wolverhampton home has been sent to a young offenders institution 18 2 2 23 23 this acoustic instrumental ( which has always been one of my favorites ) , makes an abrupt departure from the band ' s signature and dark sounding metal riffs 3 1 1 7 7 the monitor comprises the display device , circuitry , and an enclosure 18 1 1 5 5 the laptop was in the desk 14 1 1 6 6 the description reveals that mass psychology swings from pessimism to optimism and back in a natural sequence 18 1 1 8 8 the findings were from two years of dna testing and ct scans on 16 mummies , including those of tutankhamun and his family , the team that carried out the study said in an article to be published wednesday in the journal of the american medical association 6 5 6 9 10 the man is draining the pool water into the sanitary sewer 18 7 7 9 9 the immediate post war years were a hive of ideas at glyndebourne , some worked and others did not 13 4 4 8 8 goguryeo developed from a league of various yemaek tribes to an early state and rapidly expanded its power from their original basin of control in the hun river drainage 11 16 16 20 20 the harper brothers were blindfolded , and swung most of their punches into the air as seconds punched them with gloves attached to long poles 11 1 1 13 13 the inmates successfully scaled the barbed wire fence by using heavy duty work gloves 12 3 3 6 6 ultimately , a soldier joins the army and trains to fight 16 3 3 7 7 following is a statement released by the lawyers acting on behalf of humayra abedin 4 1 1 6 6 the money was contained in a bag of chamois leather , of respectable dimensions , which my banker had given me 6 8 8 15 15 at one point in desperation , i poured flour into my great aunt ' s hand and measured how much it could hold 3 1 1 8 8 the dog scratched at the door with its forepaw 2 5 5 8 8 when he clicked on the plug of the antenna and it automatically attached to the wires of the bulb socket 3 0 0 1 1 fish gills are multifunctional organs 8 10 10 17 17 this suspicion is further fueled by the arrival of a piano for jane from a mysterious anonymous benefactor 11 0 0 8 8 students learn at their own pace by using computers 5 5 5 7 7 every bride was given a suitcase with gifts in it 5 1 1 4 4 a suitcase with his things in it was on the doorstep 6 3 3 6 6 the bacteria released arsenic into the groundwater 17 4 4 8 8 from here , the cast improvised an elaborate story of teenage vampire romance , centering on actress chelsea gilman 8 1 1 8 8 the kids got tuckered out from the bouncy castle 6 13 13 16 16 a number of vendors , including salesforce com and rightnow , have released integration into social networks 0 6 6 8 8 various hormonal , bacterial and inflammatory disturbances cause acne 8 10 10 13 13 from the front , it looks like some sort of car from the future in a 50 ' s sci fi movie 14 3 3 6 6 this famous chinese fable describes a fox , who visits chickens and brings presents 6 8 8 13 13 thanks to the new product , a large profit is brought into the company 13 6 6 8 8 there is a wedge or a sownder of swans flying north for the spring breeding season 9 3 3 4 4 coconut rice and potato stew was a sunday lunch on a day when i wanted to spend as less time as possible in the kitchen 14 4 4 11 12 the purpose of the chapter is to create a picture of palliative care today by presenting its definition , history , philosophy objectives , and standards of care 18 5 5 13 13 the gateway dx 4822 01 computer makes a convincing pitch with the performance numbers and features to earn its place in your home 1 0 0 9 9 paralysis or convulsions are caused by hormone deficiencies and imbalances 16 10 10 16 16 tamkin is interested in musique concrete , a form of music that emanated from the french composer and theorist pierre schaeffer , in which emphasis is placed on finding new sounds that are n ' t traditionally regarded as music to create a new aesthetic 6 6 6 8 8 the dust storm in libya blew sand into seashores in the mediterranean 6 2 2 6 7 the whole company migrated into the country side 14 0 0 5 5 laws often refer to blade lengths and styles to define tools with useful purposes 15 7 7 12 12 the doctors , who are behind the motion being discussed at the conference , are unhappy about the guidance that has been issued 2 4 4 10 10 they learned that some herbs and flowers planted in the garden help to control pests 18 5 5 8 8 suzy probably refers to the artist ' s assistant , suzanne miller 16 5 5 14 14 traditionally in china , such depictions of nature come from the mind of the artist , and are idealized representations of the natural world 13 2 2 4 4 the current flotilla of icebergs that split off antarctic ice shelves is slowly drifting in the direction of new zealand 8 3 3 12 12 it removes the hair to the precise contour of a perfectly shaped eyebrow 3 1 1 13 13 this blouse puts a unique twist on the classic blouse with bat wing sleeves 4 1 1 6 6 the bag was stored in a sack 18 3 3 8 9 a sharp marginal rim starts at the anterior dorsal angle and continues around the anterior and ventral margins to the posterior ventral angle 3 1 1 6 7 this car even has the original casette player and cd changer , which is fully functional 18 1 1 6 6 real estate builds itself out of downturn 2 2 2 5 5 fill the reservoir of the coffeemaker with white vinegar 18 8 8 9 9 a detailed estimate is built up of many component parts which may result in cumulative errors 0 0 0 4 4 conflict had caused the collapse of the somali republic 6 1 1 5 5 the carbon sank into the emitter 2 10 10 13 13 i kept my mobile ( cellphone ) in the same pocket in my trousers ( pants ) 8 10 10 20 20 it does n ' t hurt either that the understated style is a satisfying departure from the faux french imperial designs 8 2 2 7 7 when the word got out from the paperboy , the town cheered 9 0 0 1 1 cane sugar engineering and technology texts currently used are out of date and do not include most of the developments in technology 9 0 0 1 1 chocolate cake is a dessert popularized at the end of the 19th century and popular internationally 17 8 8 13 13 common ravens are one of only a few species who make their own toys 13 3 3 7 7 here is a dole of female wild turkeys 16 7 7 11 11 gis analysis did show a relationship between cracks caused by the earthquakes and paddy fields and ponds with or without water 17 5 5 12 12 having done this , the society of agents has constructed a valid plan to deliver the set of initial orders and has reached a state of equilibrium in the sense of ( ste90 ) 18 13 13 16 16 a concise , comprehensive style is a great ornament in narration and a superfluity of unnecessary words , altogether improper 16 4 4 9 9 most of the relevant theories were derived by the geodesist in his famous books die mathematischen und physikalischen theorien der hoeheren geodaesie ( 1880 ) 12 8 8 13 13 winter is here , and the little fir tree stands lonely in the forest 11 1 1 5 5 the author carefully chose the composition so that the desired molecular machines and the relationship between them are clearly revealed 6 4 4 7 7 manufacturers passed on the costs to the consumers 6 1 1 6 6 the particles were dropped into the clouds before the storm occurred 2 3 3 6 6 branches overhang the roof of this house 11 16 16 23 23 however , the trial court also found , within the same aggravating factor , that the defendant killed the victim with a deadly weapon 16 7 7 11 11 tad wilkes wrote a note titled kind words from the local press 4 1 1 6 6 the information was stored in the memory of a second hand photo camera 4 8 8 18 19 in the first series of tests , the aluminum was contained in a vacuum sealed , pyrolytic boron nitride crucible 17 25 25 32 32 mark coreth , 48 , a troop leader with 4 troop , b squadron the blues and royals during the conflict , and now a sculptor who has recently completed a memorial work featuring three flying albatrosses , spoke after the service 2 9 9 13 13 the experiments indicated that the insulin content of the pancreas of the normal rabbit averaged one half unit of lilly insulin 18 1 2 7 8 the vowel length was denoted by the acute accent 2 6 6 9 9 the deformity is similar to the claw of lower animals , and perhaps its cause is atavistic 14 8 8 11 11 reverend stafford carson focused almost all of his message on the dangers of abusing alcohol 17 2 2 8 8 the islamist group which provoked outrage with its plan to march through wootton bassett was banned 13 6 6 8 9 in these woods they had an aerie of sparrow hawks and merlins , and the right to bees , honey and millstones and turf , bracken and heather for themselves and their tenants 0 2 2 5 5 the fatal mistake caused a quarrel between different companies 13 1 1 4 4 one drift of the sheep was marked with a red cross , and the other drift with a black patch 0 1 1 10 10 many disorders of the stomach and intestines cause nausea and vomiting 6 1 1 10 10 the statue of an aztec god is carried into a temple 1 7 7 12 12 these are all symptoms of the muscle paralysis caused by the bacterial toxin 13 9 9 11 11 the structure of the benthic boundary layer over a bed of mussels ( mytilus edulis ) was investigated in a large racetrack flume 2 6 6 9 9 first , he pressed the start button of the calculator to see what happens , then tried to vary the parameters 18 2 2 6 6 a makeup artist applies the finishing touches to marquesa lawrence before the taping of a segment of the scholar 14 1 1 4 4 these resources discuss the development of photography through the 20th century 3 2 2 7 7 this led system contains 5 colored led bulbs meant to calm the mind and provide a truly memorable bathing experience 4 22 22 27 28 4 g of sodium metabisulfite were spread between sheets of greaseproof paper at the bottom of 40 x 30 x 10 cm cartons which were enclosed in plastic bags 2 2 2 5 5 the metal casing of the refrigerator made it impossible to access them 3 8 8 9 9 he has simply taken the hook of the fishes mouth because the point of the hook did not stick out 3 4 4 9 9 the solar powered bus shelter was composed of recycled bottles 17 2 2 6 6 a pious lady having built a church under the invocation of the blessed virgin , on the high road to bethlehem , longinus refused her request that his pupil should undertake the charge of it 4 2 2 6 6 my first dog was in a crate until about a year old 8 1 1 5 5 the form originated in sixteenth century as a kind of parody of tales of chivalric adventures 17 0 0 4 4 dissidents have drawn up plans to kill policemen in milltown in west belfast 11 7 7 16 16 on a clear fall night , the president had traveled to dover on a 40 minute helicopter ride from the white house 2 5 5 8 8 the article appears on the backpage of the newspaper , in the endzone section , and makes viola the first known njcu athlete to ever appear on a cover of the ncaa news 18 1 1 5 5 gaza families recover from three weeks of war 18 6 6 11 11 we detect defect sites by chemical modification of the sites with polymers 18 10 10 19 19 it was drizzling lightly in late october when the midnight shift started at the owls head water pollution control plant 0 3 3 15 15 it was the destruction of the gold standard by the government that caused the unprecedented collapse in the world economy 1 0 0 2 2 coughing from asthma is worse at night or early in the morning , making it hard to sleep 9 15 15 16 16 day two in the sacred valley began with a trip to a local chicha ( corn beer ) brewery , but there was more there than just beer 12 8 8 11 11 during this period of time , when a soldier joins the army , he has to buy his own war horse and weapons 15 1 1 6 6 the migration as defined in this article was the expansion of the turkic peoples across most of central asia into europe and the middle east 4 4 4 9 9 they saw that the equipment was put inside rollout drawers , which looked aesthetically more pleasing and tidy 13 3 3 4 4 in addition , herd bulls supply half of the genetics to all the calves he sires therefore , bull selection can be the most powerful method of genetic improvement in the herd 6 3 3 13 13 ms sendler made lists of these children and placed the lists in a jar that she buried in a garden 18 3 3 7 7 5 lbs of clay made into a canister hold a 5 lb bag of flour 0 8 8 10 10 the obama administration supports ending the use of antibiotics for growth and feed efficiency in food animals 3 2 2 4 4 in each bank of circuits , one side of each of all 8 circuits thereof is commonly connected 17 11 11 14 14 jazz represented a break from western musical traditions , where the composer wrote a piece of music on paper and the musicians then tried their best to play exactly what was in the score 16 6 6 13 13 by the 7th century ad , beer was also being produced by european monasteries 8 14 14 17 17 younger workers demand more perks due to the exit of the much larger boomer generation from the workforce 18 1 1 6 6 the concerns were related to property taxes , sewage systems , property values , and control of school districts 6 11 11 18 18 the album was stored in a protective poly jacket and the vinyl was stored in an anti static sleeve 18 1 1 4 4 the machine needs user confirmation each time the camera is turned on 1 3 3 11 11 the primary electron beam was generated by an electrostatically focused electron gun , with a rhenium strip cathode 10 3 3 4 4 violin family string instrument players are also occasionally instructed to strike the string with the side of the bow , a technique called col legno 14 12 12 14 14 in 1672 he opened a tavern in leiden and many of his pictures represent taverns and festive gatherings 18 2 2 5 5 cache designs qualifications in the care and education of children and young people 17 1 1 4 4 the author wrote a book , moneyball , that drove baseball ' s clubby traditionalists crazy 16 6 6 8 8 as must concerto ph , a piece this modernist composed for the brussels fair using amplified burning charcoal as his single sound source 0 3 3 14 14 higher doses of cocaine cause convulsions , severe maternal weight loss and increased maternal mortality 6 0 0 6 6 droxyapatite were implanted into facial osteotomy gaps 13 10 10 12 12 i ' m going with some girls to get a bunch of flowers 0 1 1 10 10 a dog loose on the carriageway caused a five vehicle crash on the m25 on wednesday morning 18 1 2 10 10 the microprocessor cluster has been migrated into high end embedded applications 8 8 8 15 15 they were ready to bake the best darn cakes that ever popped out of an oven 8 1 1 5 5 the demonstrators descended from the vehicles and marched five kilometers 4 1 1 27 27 his interview for colonel james critchfield of the cia ' s gehlen organization that runs to nearly a thousand pages was hidden in the cia ' s files for years 9 3 3 4 4 once all the corn liquor is collected , you have to proof it down 11 1 1 9 9 the navigator did his job then with a plath sextant and a chronograph 3 1 1 9 10 the bathroom comprises bath tub with electric shower , wash basin and wc 3 1 1 4 4 the system uses a filter to clean the air that the central vacuum has taken in 14 2 2 4 4 the following regulations govern refunds available upon withdrawal from the university or when other changes of status take place 15 4 4 9 9 we teach conflict resolution skills to young people through workshops in schools and youth centres 1 4 4 7 7 in economic terms , pollution from fossil fuels is regarded as a negative externality and should be taxed 1 5 5 8 8 third , air and water pollution from fossil fuels are a huge problem in china 3 4 4 7 7 once he dangled his axe by the helve to sight along the tree trunk 9 5 5 6 6 the ca content in the corn flour has also a strong dependence on the pericarp thickness ( gutierrez et al , 2007 ) 5 1 1 7 7 the suitcase was full of smart new clothes 16 4 4 8 8 there are three different estrogens made by your body 13 9 9 12 12 the pandemic h1n1 flu virus was confirmed in a flock of breeder turkeys in virginia 18 17 17 22 22 murmur of water , kuttimuratov ' s other piece i photographed for you , shows the zoroastrian goddess of water with a fish 0 7 7 15 15 in 1880 , there was a strong typhoon and an earthquake that lead to the destruction of the instrument 4 5 5 11 11 in the beginning , the yarn was stored in plastic ikea bins 18 6 6 10 10 two extra time goals sent the team into the carling final 8 8 8 17 17 buoyed by liberal attitudes such as those , politicians across western europe are stepping out of the closet 17 10 10 16 16 it took sonu shamdasani , the primary translator and the writer of a 33 page introductory essay , two years to persuade jung ' s family to let him start working on a color copy of the original book 9 28 28 29 29 still , wondrich , a onetime history professor who is now the drinks correspondent for esquire magazine , was the man who made me see the light about rye whiskey 18 2 2 8 8 the foreign company has entered into the insurance market in china 8 10 10 17 17 well rested from our relaxing day pool side , the tourists had an early departure from the hotel 15 4 4 7 7 he learned about their divorce from a newspaper 18 11 11 15 15 also included is our commission authorization form , which collects the author ' s contact information and authorizes us to retain our standard 5 commission 13 8 8 10 10 far below and a universe away , a constellation of windows darkened 13 1 1 4 4 one faction of netherwing dragons , named the netherwing , were attacked by the dragonmaw orcs of shadowmoon valley and many were enslaved by zuluhed , including the female karynaku ( mate of neltharaku ) who was leader of the brood 16 6 6 10 10 the ditch was dug and the rampart piled up by gangs of men working in sections 0 0 0 10 10 speeding is one of the more obvious causes of pedestrian accidents 15 1 1 8 8 family values and meanings are narrated through family albums 4 9 9 12 12 it was a jigsaw puzzle game of several spilled pecans in a dish 2 1 1 5 5 the axis of the drive wheel of the internal geneva drive haves a bearing only on one side 14 6 6 9 10 even though the network ' s programming covers the political process , the network receives no funding from the government 4 1 2 6 6 the tea bag was in a mug , which made the whole process more straightforward 13 4 4 8 8 microsoft has announced an alliance of various industry partners whose goal is to fight the conficker worm 14 1 1 4 4 the images show a group of men that detectives want to question 11 1 1 8 8 the detainee traveled to afghanistan on a forged passport 11 18 18 24 24 thorstein has no choice but to ride to the village of hof and deal with thord , the man who struck him with the staff 14 2 2 5 5 numerous international treatises assert the obligation to give medical care without discrimination to all victims in a war zone 13 1 1 3 3 a lamentation of swans is swimming on the lake , some are on the shore , and others are flying 8 14 14 20 20 note that the relevant superannuation fund ( s ) must be notified of the employee ' s departure from the company 6 4 4 12 13 this year , many films from asian countries are entering into the film festival 0 1 2 5 6 the high temperature caused a decomposition reaction , increased the inner pressure of the reactor , and resulted in a rupture 13 12 12 15 15 new zealand raised a force to fight in europe and sent a brigade of mounted riflemen and a brigade of infantry which after meeting up with the australians , was diverted to egypt 2 3 3 6 6 he hold the body of the plane loosely between two fingers with the nose of the plane pointing toward the floor 11 1 1 11 11 the scientists and monitored the depth while studying the narrows through binoculars 6 3 4 7 7 these people dropped animal food into the lake 6 1 3 1 1 five space shuttle orbiters have flown into space on nasa ' s missions 13 11 11 17 17 athos , porthos and aramis were soldiers in the very prestigious regiment of the king ' s musketeers something like king ' s guard which main arm , in the battlefield was the musket , a very heavy gun that needed to be held on a fork 18 0 0 9 9 access to two gateway center is gained from a doorway just inside the liberty avenue vehicle entrance 6 2 2 6 7 branton bridge solicitors entered into the administration building 9 26 26 15 15 it is a general rule of thumb that the tastier and more expensive a blended whisky is , the more single malt , i e , barley whisky , has gone into its making 17 1 1 5 5 the school convinced jurors with plans for ground breaking research programs , such as the karlsruhe school of optics and photonics 1 1 1 9 9 the deterioration has been caused by an apparently endless recession 6 1 1 5 5 the money was put into education and health 6 2 2 5 6 he poured water into a cookie pan , put the mold into the pan , and froze the two together 3 1 1 5 5 the apartment comprises of two bedrooms with fitted wardrobes , two bathrooms with tub , a spacious kitchen and lounge room 2 3 3 7 7 i pressed the button of the radio transmitter to be programmed 1x 16 3 3 11 11 here is another work from the pen of a vital american composer 13 13 13 17 17 after a short playing session they walked off on the trail of a couple of lone female impalas 17 1 1 7 7 the committee came up with some interesting recommendations 9 7 7 8 8 the greatest exponent of monounsaturated fat is olive oil , and it is a prime component of the mediterranean diet 6 4 4 7 7 my father spent his money on his company 17 1 1 8 8 my wife quickly prepared scrambled eggs and black coffee and took them back to bed with her copy of miss pettigrew lives for a day 2 12 12 15 15 i took a look at the way and in what direction the door of the dryer swings open since there was limited space in my laundry room 1 19 20 31 31 the scientific , yet understandable reasons of why the l bo aid is so effective in eliminating and preventing elbow pain due to epicondylitis commonly referred to as tennis elbow and tendinitis 6 1 2 11 11 the baby bat was blown into the squirrel ' s treetop nest by a storm 18 16 16 17 17 the principal hazard facing the publisher with respect to reviews is getting panned by an honest book reviewer or scammed by a phony book reviewer 4 3 3 7 7 the money laced comforter was in a suitcase bound for the middle east aboard a commercial flight 1 1 1 5 5 the process departs from an inspiration and idea generation phase based on challenges the company faces in the coming years 2 1 1 10 10 shrimp paste is a key ingredient used for making thai curry and it is also used in many spicy soups , salads , sauces and stir fries 1 1 1 7 7 the decline has been caused by the immigration of lower ability immigrants 8 4 4 11 11 the country lane charm birdhouse is made from antique salvaged barn wood 17 1 1 4 4 one factory ' s output or waste product became the raw materials of another factory ( preferably nearby ) 6 2 2 6 6 the following letter was sent to members of the u s senate 4 1 1 5 5 this machine was in a suitcase that was the size of a carry on bag and weighed less than 10 pounds 2 15 15 18 18 simple plastic covered wire baskets with wheels on a rail , allows access to the rear of the refrigerator 3 6 6 7 7 judging by the decorations in the shop windows , it is christmas time 1 2 3 10 10 instead , criminal law is set out in a diverse range of statutes and court decisions 18 3 3 6 6 here , the coast comprises coastal lowlands that receive the many small rivers flowing from the lake studded plains of the island ' s western half 0 1 1 8 8 infectious conjunctivitis is the most common cause of pinkeye around the world 14 2 2 7 7 afterwards the work points out the great difficulties due to the measurement of those parameters and reports about some experimental investigations executed 1 1 1 6 6 the singing comes from the substantial figure of mole paul smith in the normal world who crams into his days a full time job 13 24 24 27 27 his poetry began enjoying increasing success , and in 1933 he was able to earn his living exclusively from his writings , joining the collective of young writers at the magazine ogonyok 4 1 1 5 5 the bible was in a trunk that was sent to fort worth , texas 11 1 1 3 3 the author uses symbolism in order to show the importance of some ideals and main themes of the novel 9 0 0 1 1 strawberry tea tastes almost as delicious as the berry itself , with a mild and fruity flavor 18 1 1 8 8 the bacon is home cured by our local butcher who also supplies the award winning sausages 17 1 1 14 14 these studios became veritable hit factories that produced many of the most successful pop recordings of the latter 20th century 16 2 2 15 15 the 1886 terraces are of historic importance to geelong , having been built by the philanthropist elizabeth austin 6 3 3 9 9 finally , the slider was inserted up into the machine and used to trip the payout switch 3 5 5 10 10 the second day of the conference started with the fourth session on knowledge 3 2 2 7 7 the morning session of the symposium comprises contributions from former group members and ends with a reunion lunch for the attendees 3 2 2 8 8 the adult female has a faint emerald green collar that is difficult to discern in the field 14 11 11 16 16 the demon princes is a five book series of science fiction novels which cumulatively relate the story of kirth gersen 1 1 1 16 16 the damage in washington was so much less than the damage caused by the 1994 northridge earthquake , despite that their magnitudes were so similar 6 8 vs 6 7 8 3 3 10 10 a specially built sculpture of the ship emerges from the harbor 9 2 2 3 3 the highland barley beer produced in tibet has been becoming increasingly popular among americans since the first batch of 11 , 340 boxes of such beer were shipped to the united states in may 3 1 1 4 4 the award comprises a trophy and a certificate and is being run by the british cartographic society with the support of stanfords map shop 15 1 1 12 12 the violence in indonesia ' s aceh province has been discussed at talks in jakarta between president wahid and the visiting malaysian prime minister , mahathir mohamad 15 1 1 12 12 aboriginal people have repeatedly been popularly described through coarse , even racist caricatures 6 5 5 8 8 the hotel sector passed on benefits to the consumers 4 15 15 19 19 it showed a photo of it being enclosed in a black plastic case and the disc was enclosed in paper 11 4 4 12 12 i even have a friend who cooks the cans in a pressure cooker because she ca n ' t be bothered cooking them on the stove for 3 hours 16 1 1 31 31 the picture of madonna and child in glory with st sebastian and st rocco on the far wall of the church of campello sul clitunno was completed by one of his pupils from a preparatory drawing by lo spagna 18 17 17 21 21 here , we analyzed changes in heterozygosity over time in an insular mouflon ( ovis aries ) population founded by two individuals in 1957 8 1 1 10 10 the train departs from the bryson city , nc train depot on its magical journey to the north pole 5 1 1 5 5 the windshield encloses a parachute housing containing a parachute assembly 0 7 7 13 13 in early 2007 renewed a coal mining activity in the region triggered the earthquake , although earthquake activity has been present in the area at least since white settlement first occurred 17 5 5 9 9 in experiments so far the researchers have produced spider silk by inserting the gene into the genome of cows and hamsters 16 6 6 10 10 this little cutie was once a jumper knitted by my grandmother 18 5 5 9 9 since last year , many people are sinking into debt 14 1 1 5 5 the report insisted on the need to guarantee income security independently of the variations in economic circumstances 6 3 3 6 6 he placed the ashes in a jar and divided them equally into eight portions 0 1 1 9 9 this bacteria causes skin infections , colds , or diarrhea 6 7 7 10 10 washington has fiddled while other states poured money into higher education 6 4 4 8 8 the un has transported troops into the deep jungle of cambodia 14 1 1 7 7 a script was written describing the initial situation , with ongoing scenarios developed containing essential actions 2 9 9 12 12 he was all asshatty about the mural on the wall of the building and thus he did not spend much time in cities 1 7 7 10 10 brushing the air with both hands and coughing from the dust , it settled on both vehicles 8 17 17 21 21 but all these friedmann universes are very different from the kind of expansion one gets when the universe originated in an explosion 4 1 1 5 5 storing clothing in a cedar chest protected the apparel from the damaging effects of moth larvae 18 0 0 7 7 experts said that the creation of such facilities contributes to strengthening the city ' s position as one of eastern cuba ' s major tourist destinations 0 0 0 3 3 anger leads to aggressions towards colleagues 6 3 3 6 6 the organization delivered meals to homebound seniors 1 2 2 8 8 the former emission arose from the primary collisional excitation 10 3 3 7 7 we present a perception driven autonomous urban vehicle 18 7 7 10 10 a solar calendar is a calendar whose dates indicate the position of the earth on its revolution around the sun 13 19 19 22 22 the regiment is composed of ten battalions of 400 heavy infantry and 50 light infantry each plus an extra unit of 1000 pikemen and 500 extra light infantry 17 1 1 6 6 this magazine has thrown together a list of the top 100 albums between 2000 and 2009 3 3 3 17 17 traditionally the national dish of the island is ` spuds and herrin ' , boiled potatoes and herring 8 11 11 15 16 weights were added to the other side of the balance until tissue release from the choroidal side was achieved 6 2 2 7 7 newly generated pneuroblasts are migrating into the dam 6 14 14 25 25 shri pandit krishnapal sharma made approximately 1 tola of gold from 1 tola of mercury in front of us the mercury was put inside a shell of reetha 6 4 4 8 8 i even placed the dish in a cold oven as directions state 1 8 8 13 13 this sweet satisfaction was only troubled by the sorrow caused by the horrible attack on the person of a representative of the nation 2 6 6 9 9 earl turned and leaned on the railing of the balcony 2 12 12 20 20 in a similar context , this circuit has followed the rule that reinstatement is a basic element of the appropriate remedy in wrongful employee discharge cases 18 6 6 10 10 i love the sweet and salty combo of the watermelon salads that have been all over the food world lately 18 6 6 14 14 it is exciting to see the windsurfers conquer the water body with their impressive control and skills 14 14 14 17 19 during the period of professor mikko niemi ( 1965 1996 ) the focus of research was in male reproduction biology 6 4 4 7 7 the head gasket leaked coolant into the oil 16 2 2 5 5 a german company dug a pool on an outdoor running track and then covered it up 18 4 4 8 8 it ' s the quality inside a fertilizer bag 1 8 8 1 1 many depression sufferers and their physicians revealed that insomnia was caused by depression 3 0 0 9 10 education in early african societies included such things as artistic performances , ceremonies , games , festivals , dancing , singing , and drawing 6 2 2 7 7 some foreign workers moved into a converted dormitory at serangoon gardens estate on friday 6 5 5 8 8 this company has put the insulation into the walls 13 15 15 18 18 from 1958 to the present , he has cautiously undertaken a close collaboration with a pleiad of reputed authors in his cinematic endeavors 17 0 0 5 5 artists have created a living piece of leather from mouse stem cells 6 4 4 8 8 the taxpayers have dumped billions into this bankrupt company without noticing it 18 3 3 7 7 she wears a brace for her left ankle , has restricted use of her left hand , still has vision problems and continues with therapy 9 23 23 24 24 we had calamari appetizer which was no different then any other place , the lamb shank tasted like it was cooked in canned tomato sauce 6 1 1 7 7 the disease was transmitted on to another patient by skin 10 1 1 15 15 the bridges of a koto , on the other hand , are moved by the player , in the course of a single piece of music 17 1 1 7 7 the liver is responsible for production of biochemicals necessary for digestion 0 2 2 5 5 the increased spending caused a strain on the state treasury as the sultan was spending increasing amounts of time in the harem rather than leading the people 14 1 1 9 9 that episode also reflected on the 1992 los angeles riots 1 3 3 7 7 my earliest research interest stemmed from an internship at tall timbers 1 12 12 14 14 here are some ways to avoid mindless eating and boost your weight loss from running 3 5 5 8 8 adding a staysail gives a boat a small jib that can balance the boat in heavier wind and sea conditions 14 1 1 5 5 this statement pointed toward the resolution preferred by the bosnian serbs 18 1 1 3 3 latest figures show unemployment in wales is rising again despite falls in the previous two months 8 3 3 8 8 when the anatolian language went away from the community , it continued its dialectal divisions 1 1 1 5 5 the tides caused by the sun follow the exact same methods as those by the moon 18 1 1 11 11 the organizers of the retreat near lake placid threw together a group of people on a hunch 18 1 1 6 7 this study aimed at assessing the processing time of a natural scene in a fast categorization task of its context or ` gist ' 18 16 16 19 19 athens , in his time , was strictly a portion of feudal europe , and the chivalry of athenian dukes was familiar to those for whom he wrote , and wherever chivalry was in esteem and when he described a fatal battle in the plain of thebes , the slaughter of knights , the despair of their ladies , he recalled a great catastrophe recent in men ' s memories 9 0 0 1 1 elderberry wine has a unique flavor that changes considerably over time 12 17 17 20 20 all that has changed after the arrival , last month , of a handful of socialist environmental campaigners from the group 16 12 12 16 16 in 1946 , maytag began marketing a separate line of ranges and refrigerators made by other companies under the maytag name 8 5 5 11 11 maybe a few times my boobs have popped out of an outfit but that happens 18 8 8 12 12 lionsgate has announced that they have pulled the film from its release date , but as of yet have not announced when we can expect to dee the movie in theaters 6 3 3 6 6 you have added keys into the memory on the remote systems 15 1 1 6 6 the debacle was the topic of conversation for days 0 11 11 16 16 i forgot to shut the bathroom door before showering and the steam set off the smoke alarm on the wall between the bathroom and my bedroom 9 9 9 10 10 mekong is a 35 percent ( 70 proof ) rice whisky famous in thailand as the drink of choice for the blue collar workforce 16 9 9 11 11 a katrina like hurricane eventually collapses the slapdash apartment buildings the villains have constructed , killing the guilty and innocent alike 14 1 1 9 9 this article introduces feminist and women ' s rights arguments 1 4 4 12 12 characteristics of a vacuum spark triggered by the transient hollowcathode discharge electron beam 9 0 0 1 1 lemon cake is my husband ' s favorite 17 11 11 19 19 some of you remember the story of william kamkwamba , the boy who at 14 built a 12 watt windmill from improvised materials for his famine stricken home in africa 2 3 3 6 6 she painted the socket of the bulb with black paint , using a cotton swab 17 3 3 8 8 the fuel processor system of the invention generates hydrogen from a hydrocarbon compound or from mixtures of hydrocarbon compounds 18 3 3 9 9 the sliding bar assembly is attached to the removable panel and the bush is mounted to the panel ' s stationary support 16 1 1 6 6 the design unveiled yesterday by the architects is on a more human scale than the american and spanish projects 3 4 4 7 7 this particular x ray machine has a timer on it that they used for exposure time 15 1 1 8 8 the disparity became the topic for her doctoral dissertation 6 1 1 5 5 my friend travels into several countries in northern europe by himself 14 1 1 6 6 this document reflects the best browser settings for use with a macintosh system 6 1 1 6 6 the paste was put inside a wrap which reminded me of a chinese mu shu wrapper 6 4 4 7 8 sky transfer has taken cycling into the football age 18 1 1 5 5 the electrician carries out audibility checks throughout the building during the drill 6 3 3 6 6 we placed the burlap into the bucket as lining 8 7 7 10 10 that puts you a little above the recomendations from the article i linked , but not rediculously so 6 1 1 6 6 the leukocytes migrated into the body tissues to take up a permanent residence at that location rather than remaining in the blood 18 1 1 6 6 a dehydrator is best for the drying of high moisture herbs 4 1 1 5 6 the dagger was inside a wooden sheath which is actually a walking stick 11 0 0 12 12 ships heading north and eastward across the north atlantic stayed in the current 2 7 7 10 10 jack and jill are lying on the floor inside the house dead 3 2 2 7 8 this revolutionary system contains dvd ' s reference guides , phone and online support and much more ( it ' s like having your own personal weight loss coach 24 7 ) 11 1 1 6 6 professional painters use a 5 gallon bucket with a roller screen 4 1 1 6 6 a gas is enclosed in a container fitted with a piston of cross sectional area 0 10 mz 1 10 10 12 12 each year , many infants and toddlers die due to suffocation from breathing small objects into their breathing passages and lungs 6 1 2 7 7 the flu shot was given to young children , pregnant women , and elders first 11 11 11 14 14 transient reduced electronic dynamics at low temperatures has been attempted by researchers using qdt approaches 13 12 12 15 15 ultimately , this began to shake the confidence of people in the union of the provinces 15 0 0 9 9 solutions to these exercises have been provided in the appendix 1 3 3 7 7 aware of the suffering caused by the destruction of life , i am committed to cultivating compassion and learning ways to protect the lives of people , animals , plants , and minerals 2 1 1 11 11 the story was related in the adevarul newspaper ' s online edition 4 1 1 6 7 the cocaine was concealed inside a teddy bear 1 16 16 7 7 even way back in the san francisco earthquake , most of the damage was caused by fire after the earthquake 16 17 17 22 22 these three dimensional lithographs are similar to the paper constructions of red grooms and an impressive installation piece previously created by the artist 6 1 1 6 6 the fuel is leaked into a crankcase 13 1 1 9 9 the management of the club consists of thai office bearers and local expatriate volunteers 16 10 10 15 15 the promotion of tourist attractions in baracoa , the first village founded by the spanish conquistadors in cuba , is the main goal of the tourist information center ( infotur ) in that eastern city 12 2 2 3 3 a new student organization is being established at uws from the beginning of 2009 4 1 1 7 8 the bomb was discovered placed inside a rubbish bin 8 1 1 6 6 the aircraft departed from the illegal airport of lefkoniko the following day 18 1 1 7 7 the company has entered into a reseller agreement 18 1 1 5 5 more people are falling into poverty , especially those already struggling to make ends meet 18 1 1 5 5 the decade produced a bumper crop of great movies 18 1 1 5 5 the trail starts at an elevation of 5600 ' and steadily climbs to the top of a 6850 ' promontory overlooking pine and juniper canyons 4 1 1 5 5 the tv was in a cabinet that you can only see from the bed but not from the side because of the cabinet ' s door 2 1 1 4 4 the aisles in the supermarket are well designed 17 5 5 17 17 a microbrewery , or craft brewery , is a modern brewery which produces a limited amount of beer 9 7 7 8 8 groups of them were gathered , drinking barley ale 8 2 2 9 9 the present essay is derived from a more comprehensive study 6 3 3 7 7 venezuela sent an ambassador to the palestine border 18 1 1 9 9 the smile runs away from the kid ' s face 18 3 3 7 7 they are navigational maps based on realistic descriptions of harbors and coasts 18 1 1 7 7 the bottom is welded into each monoseal casket using a continuous weld aldong the entire seam 18 4 4 6 6 he ' s stuffed pork into defense and homeland security 2 1 1 8 9 the intestines and appendix are part of the gastrointestinal system 1 1 1 5 5 liver cancer caused by hbv virus is among the first three causes of death from cancer in men , and a major cause of cancer in women 1 13 13 15 16 a common side effect of strict elimination after extended periods of use is headaches from caffeine withdrawal , which is also a clear sign of the addiction 0 1 1 7 7 the war resulted in other collateral imperial conquests as well 6 0 0 5 5 backpackers are traveling to several countries in a short period of time 13 7 7 9 9 congenital renal disease was detected in a flock of sheep in the english midlands over 2 successive years ( 1982 and 1983 ) 4 1 1 5 5 the anthrax was in a suitcase , on its way to canada 6 0 0 6 6 funds are moving into this new project 11 2 2 8 8 management unit personnel marked private lines with blue paint 14 1 1 3 3 published papers include results of original investigation , clinical reports , case history reports and review articles 6 2 2 7 7 water disinfection tablets were put into the canteen 4 1 1 5 5 the tea was in a cup and not as the menu suggested in a pot 8 5 5 9 9 with one exception , the moths emerged from the cocoon during hours of darkness 13 7 7 11 11 what passes for a town is a huddle of bubble shaped huts , the movable homes of camel thwacking nomads who somehow survive out here 3 2 2 8 8 an mri machine measures the response with a computer 18 15 15 16 16 i hear it , too , in the lovely expansiveness of his work as a chamber musician 18 8 8 15 15 the teenager fell seriously ill after receiving the injection , along with thousands of other pupils across northern ireland last friday 14 3 3 10 10 the most specific prophecies are on the topic of the rise and fall of leaders and organizations 17 5 5 8 8 when they became adults the twins established a city 1 1 1 12 12 the light that is currently reaching the earth was generated in the sun approximately 100000 years ago 8 5 5 11 11 around 5 of the eu population was born in a third country and as many as one in 12 are living in a country different to the one in which they grew up 6 1 1 7 7 a panda moved into the suburban darwin park 11 2 2 13 13 a former prostitute finds a professional job with the help of a training program 1 2 2 9 9 the bounded applicability of the perceptron arose from the linearity of its modifiable decision rule 12 18 18 22 22 in addition to my passionate work with this firm and other moustache related activities i work as a policeman in trondheim police department 1 2 2 7 7 the shock wave was generated by an explosive made from rdx 18 8 8 12 12 at that time there was also a renaissance building founded by the wall 16 8 8 12 12 frankies 457 spuntino is a cozy tin ceilinged trattoria founded by a pair of italian american pals from queens both named frankie 11 5 5 10 10 in that case , the doctor stops the bleeding with hormones 3 1 1 8 8 the violin is a string instrument with four strings usually tuned in perfect fifths 6 2 2 6 6 he added ethanol into the wash buffer 2 13 13 16 16 to enable the animal to perform this wide range of activities , the beak of the chicken has an extensive nerve supply with numerous mechanoreceptors , thermoreceptors , and nociceptors 13 6 6 8 8 it is okay to have a bale of turtles for pets , but they must be free of salmonella bacteria 9 0 0 1 1 ginger wine is a fortified wine made from a fermented blend of ground ginger and raisins that was first produced in england 4 1 1 5 5 the pepper was in a bottle , and the roll of butter was made around it 3 1 1 13 13 the fuselage accommodated a camera bay , flare bay and an additional fuel tank 18 19 19 22 22 lycophytes are vascular plants in the class lycopodiopsida , a division of vascular plants known as pteridophytes ( the ferns and their allies ) 18 1 1 8 8 the department achieved the goal with a 75 reduction in accidents 13 21 21 23 23 ching survives by latching on to a prostitute , played by maggie cheung , while fung works his way in a circle of robbers 8 2 2 14 14 the root vocabulary was generated from the world ' s six most widely spoken languages ( chinese , hindi , english , spanish , arabic and russian ) 13 9 9 11 11 we sit up for almost an hour before a sounder of boar enter the arena 4 3 3 8 9 the 9 mm pistol was hidden in the battery slot of the laptop and could have been used in a possible hijacking attempt 0 13 13 18 18 in a literature review of 875 cases of merkel cell carcinoma , the tumor was the cause of death in 34 of these patients 13 6 6 9 9 anyway , there ' s a cabal of ninja assassins who traverse the globe killing people for 100 pounds of gold , or the modern day equivalent 8 14 14 17 17 for this moment with you gives me hope of happier tomorrows and eases the pain from sad yesterdays 4 8 9 12 12 one of the soft baby toys were four bug buddies in a jug with a mesh top lid 1 1 1 5 5 the instability grows from an perturbation whose initial amplitude is small 0 1 1 5 5 both praise and blame cause concern , for they bring people hope and fear 3 1 1 6 6 this apartment has a recently redone kitchen and bathroom and gets lots of light 18 6 6 10 11 this article is about pre existing conditions with respect to health insurance 8 1 1 7 7 the azeotrope was distilled from an equimolar mixture 9 4 4 5 5 the key to drinking ginger ale for an upset stomach is to make sure it actually has ginger in it 18 14 14 16 17 the dreary tenement scene is architecturally reminiscent of the neighborhood of fagin ' s den of child thieves in oliver twist 2 2 2 8 8 the exact equations are set out in later sections of this article 4 1 1 6 6 this skirt was sitting in a bin in my garage 11 4 4 7 7 it shows a female doctor with a veil standing beside a female patient in bed , also wearing the veil 6 3 3 6 7 she moved the files into a shared folder 6 6 6 8 8 virgin galactic is determined to send folks into space 1 9 9 16 16 a method of mitigating the effect of a market spike caused by the triggering and the election of a conditional order includes monitoring conditional orders 13 8 8 10 10 it is a beautiful sight to watch a bouquet of pheasants fly from their nesting area , straight up into the sky 11 0 0 8 8 researchers formed a mold using a silicon coating process 5 17 17 20 20 this video segment , adapted from zoom , demonstrates how to use a drinking straw and a bottle full of water to make low and high pitched sounds 3 13 13 27 27 this paralyzed him so much that when trying to lay back on the bed , he fell on his back and hit his head on the bed post 18 1 1 7 7 my friend has entered into a new relationship 16 1 1 11 11 the wall was built some 2000 years ago by the first settlers of new zealand , the waitahas , who were subsequently nearly exterminated by the maoris 16 3 3 19 19 the associated extra output of co2 through the lungs acts as one of the principal buffering mechanisms of the body 1 1 1 6 6 the deaths of israelis caused by terror are permanent and irreversible whereas the hardships faced by the palestinians are temporary and reversible 8 5 5 8 8 i notice that some indian actors from bollywood movies sometimes star in punjabi movies 4 0 0 5 5 fruit is held in a chute or on pack or rotary tables prior to being loaded into a carton 13 7 7 10 10 in 1752 , william hallam sent a company of twelve actors from britain to the colonies with his brother lewis as their manager 3 1 2 8 8 the micro machine was composed of a bulk magnet and a spiral structure 8 5 5 12 12 on each occasion the search parties departed from commissioner tyers ' s headquarters at eagle point overlooking lake king 4 7 7 12 12 the club ' s president saw the money that was inside a box 6 1 1 6 6 the outsiders are moving into the pole 14 2 2 14 14 this short tract , among other things , contains a description of the psychosomatic method 6 1 2 8 9 the insurance cost has been added into the shipping price 2 5 5 6 6 most techniques to thicken the eyebrow hair are actually meant to give the appearance of thicker eyebrows , without really affecting the eyebrow hair growth itself 0 0 1 9 9 job dissatisfaction is one of the main causes of stress and stress is one of the main causes of illness 2 15 15 18 18 there is a cluster of nerves that is located below each ear and at the hinge of the jaw 6 3 3 5 5 the town poured money into schools , streetscapes and new buildings for city services 4 1 2 6 6 this stolen property was in a trunk which was locked , and was in her room 6 4 4 9 9 the doctor implanted an injection into three vertical glabellar furrows 16 5 5 10 10 these maps are from an atlas made by the french mapmaker , guillaume de l ' isle in about 1740 17 12 12 16 16 know that you are in our thoughts and our prayers , the president said in a message released two days early because of christmas 6 12 13 17 17 for the past hundred or so years , the culverts have drained storm runoff into san ramon creek 6 1 1 7 7 a vehicle has been delivered to the premises of eads 8 5 5 10 10 we recoil at the roman delicacy made by drowning tiny birds in wine before consuming them whole 14 3 3 7 7 students express their ideas and opinions on topics of interest , and illustrate their writings with drawings and photos 16 6 6 11 11 and , even stranger , a book published by an academic press is made into a play 13 6 6 9 9 and a third option is a cooperative of water consumers under the cooperatives code of the philippines under ra 6938 , with the consumers converted into shareholders , with voting rights after contributing equity to the enterprise 1 1 1 8 8 the stroke , which was triggered by a bout of chicken pox , also weakened her arteries so much that doctors said she had the brain ` of an 80 year old ' 18 3 3 8 8 commuters and holiday travellers are running into heavy delays on route 128 in weston this morning 11 1 1 8 8 the citizen observed the robbery through the store window and was assaulted by chaplin as he left the store 13 5 5 10 10 hizb e wahdat , a confederacy of various hazara mujahideen factions , was supported by iran during the anti soviet resistance in the 1980s 8 6 6 15 15 referred to as the other white meat , pork is a meat originating from the pig that comes in a variety of cuts , and can be cooked almost any way 5 1 1 4 4 a bottle full of liquid flew out of the stands and struck visiting keeper armando ribeiro just below the right eye 6 3 3 6 6 he added the explanation to the comments 6 2 2 7 7 the us marines have landed into the port this morning 18 1 1 7 8 the aerosol was generated from an oxalic acid solution containing only the tracer 2 7 7 14 14 in particular , we missed the way music was a part of the everyday culture in holland 17 5 5 6 6 ensuring a stable supply of farm produce is good news to most chinese people who spend much of their money on food 13 6 6 8 8 we are a small but brave bevy of otters located in eugene , oregon 17 3 3 11 11 however , his company , gordon ramsay holdings , issued a statement that appeared remarkably graceful at first glance 1 1 1 14 14 the delay in the progression of these applications has been caused by the original applicants 6 4 4 7 7 we have drained our toxins into puget sound 18 12 12 17 18 about two hours later , officers got an anonymous tip that the gunman was inside a nearby apartment building 6 2 2 7 7 the limited editions have arrived into our warehouse in time for the release date on thursday 18 5 5 7 7 the executioners have carried the scholar into exile 1 16 16 20 20 boslough and colleagues achieved fame more than a decade ago by accurately predicting that that the fireball caused by the intersection of the comet shoemaker levy 9 with jupiter is observable from earth 18 7 7 11 11 declining oil revenues have dragged this poor country into even deeper recession 2 12 12 15 15 side play of the spindle is prevented in one direction by the crank of the handle , and in other directions by a piece of brass tube 16 9 9 12 12 for example , during a chorus later in the song , the composer has interjected musical elements from the bridge 6 8 8 11 13 spain , portugal and greece invested the eu funds into massive road construction projects 6 8 8 12 12 the government has been dumping huge amount of money into the devastated economy 6 4 4 9 9 once outside , the python was placed in a bag , which was put inside a dog crate 9 15 15 5 5 the current list includes pumpkin ale , local hops ale and an organic wheat and oats ale 6 1 1 6 6 the fireman ran into the burning building 14 5 5 8 8 in this section there are examples comparing possessive adjectives and pronouns 6 1 1 6 6 the poisons were poured into his veins 1 15 15 7 7 here are reside meningococcal bacilli in the vaccine and it is accessible to bolt the ache or become a carrier of the ache from the vaccine 8 1 1 7 7 the game was rescheduled from its original date of september 15 due to the events of september 11 16 1 1 4 4 the book ' s author is so historically significant that any of his or her written works may be considered notable 3 0 0 4 4 light was composed of corpuscles ( particles of matter ) which were emitted in all directions from a source 5 14 14 17 17 when she had her last surgery in march , her grandma got her a suitcase with new pajamas in it 18 1 1 7 7 the student demonstrates his understanding through active participation in the learning process 11 0 1 6 6 sea otters often swim with a stone on their stomachs , which they use to crack abalone 6 3 3 7 7 the sailors threw tea into the boston harbor 6 3 4 9 10 a lovely bauble homepage sticker has arrived into your homepage inventory 2 10 10 13 13 the bridge tower of an mc80 was located towards the stern of the vessel 18 1 1 5 5 hc lawyers entered into a scuffle over the division of ap 18 1 1 7 7 the slope is going away from the house 6 4 4 8 8 his friend accidently poured water into the gas tank 14 1 1 8 8 the newsletter of the center informs about new exhibitions , congresses , seminars and conferences 18 2 2 5 6 there are charts for all land masses on earth , and long distance charts for trans oceanic travel 13 6 6 8 8 so there ' s a great bike of ants outside , and in dealing with such i ' ve managed to bring some inside with me 14 10 11 15 15 that ' s because local stations are beginning to provide digital channels devoted entirely to weather 10 3 3 9 9 there are guide lines under the paint that the artist used to create the pedestal in perfect perspective 18 1 1 12 13 the initiative , called the big switch off , aims to reduce energy consumption by turning off lights and unused appliances 2 1 1 12 12 the fastener and delivery mechanism are core components of the endogastric solutions platform , which will continue to spawn a range of innovative products for nos 11 12 12 16 16 the tube former also cuts the tubes to length before a tube sprayer applies the brazing alloy to the tubes ' od 0 1 1 4 4 good breeding consists of concealing how much we think of ourselves and how little we think of the other person 6 3 3 8 8 i dragged the files into the file sharing folder 4 23 23 27 27 as it was , the principal thing she thought of , after mr wales and his wife had gone , was that the key was in the desk 17 1 1 8 8 the piper made many recordings , including an album called the king of the highland pipers 11 0 0 20 20 listeners receive wbai live over the internet ( referred to as streaming ) , using one of the various audio formats below 9 8 8 9 9 the first legislation specifically forbidding the production of wheat spirits for anything other than medicinal purposes appeared in 1570 1 1 1 9 9 the bruises are caused by the attacker ' s fingertips pressing into the skin 17 6 6 11 11 pressley was the member of the gang that dug the shallow grave for nicholas 14 5 5 9 9 brazil is trying to change laws that limit political speech 3 7 7 10 10 the e tank assembly on the anesthesia machine contains various pins whose position is peculiar for each gas 16 1 1 4 4 a statement from the campaign claimed that police knew quickly they had killed an innocent man 14 1 1 12 12 a book titled heures de louis le grand that looks at the life and arts of the sun king is showcased at the exhibition 0 0 0 12 12 fog , rain , darkness , and or blowing snow lead to disorientation 3 1 1 5 5 the program is constructed from modules , and teaching consists of lectures , seminars on various themes , and project work 13 6 6 8 8 lake oswego was home to a sord of mallards who fled south during january and february , and returned in march for breeding 16 4 4 16 16 this is a powerful novel , well and clearly written , by an experienced and compassionate observer 1 4 4 15 15 fungal growth and aflatoxin contamination are caused by the following factors warm temperature , high humidity and poor soil condition 1 1 1 6 7 the tides are caused by the gravitational force of the moon 18 5 5 12 12 by now an seo minded attendee has journeyed deep into advanced seo concepts 6 1 1 5 6 celebrity royalties flow into dutch tax shelters 5 3 3 7 7 i found a wallet once with 30 quid in it , i handed in the wallet but took the money 5 4 4 8 8 anne grey ' s mind was filled with questions 9 2 2 5 5 then the king handed the key to the queen , telling her , be warned that whoever lets the serpent escape will be hung 6 6 6 9 9 like blood , the nanorobots deliver oxygen to each cell 14 4 4 12 12 this is a wholesale forum to discuss aspects of business such as dropshipping , wholesale buying and selling , reselling , etc 1 2 2 6 6 reducing the harm caused by the war on drugs is a big task 18 16 16 22 22 i recently decided to work a bit outside of visual studio and configure a plain text editor to work with the c compiler 6 3 3 8 8 for example , consonants were misplaced into consonant slots 2 6 6 11 11 i solder a wire onto the rivet of the chassis ground truck , run it into the searchlight , and connect the other end of the wire to the rear of the lamp socket 18 2 2 6 6 five ancient temples have fallen into disrepair 18 20 20 23 23 the request to alter the voice to a great extent has resulted in exaggerated deviations from the normally accepted opera singer ' s timbre 8 7 7 12 12 a huge percentage of the united states government was from a greek organization along with many presidents being from greek organizations 14 1 1 7 7 the file contains a description of the settings that can be altered 18 1 1 5 5 the reindeer made his television debut on nbc in 1964 , when rankin produced a stop motion animated tv special 13 1 1 3 3 a phalanx of umbrellas followed the casket toward the gravesite 14 1 1 9 9 the discussion here has made extensive reference to the contrasts between systems 18 9 9 10 10 sotheby ' s yesterday in hong kong sold a diamond ring containing a 8 74 carat blue diamond for 3 5 m pounds 6 2 2 8 8 a small piece of rock landed into the trunk 2 11 11 14 14 edmund produced a small , green spiral notebook from the back pocket of his jeans 14 1 2 5 5 the case studies detail where refugees come from now and in the past 4 1 1 12 12 the ice was contained in a 10 cm thick insulating foam lined box 13 1 1 4 4 the set of hyperreal numbers satisfies the same first order sentences as r 13 7 7 9 9 that looked like an equally impenetrable city jungle of wagons , horses , small tents , and humanity 6 7 7 10 10 a greedy real estate developer has released toxins into the ocean 15 4 4 9 10 mr clinton made the request in a twenty minute phone call to the prime minister , john howard 4 1 1 7 7 the letter was contained in a stamped envelope of the type sold in the south dakota state penitentiary commissary 14 4 4 8 8 we have provided detailed instructions setting out each step you need to follow in order to carry out your own dna sample collection 8 6 6 11 11 for the present , the religious conception uprises from the human intellect 3 1 1 4 5 this apartment has a lounge area with 1 sofa bed and a separate bedroom with 1 double bed ( twin beds not available ) 14 4 4 8 9 people walk past a poster advertising a luxury fashion brand on a main street in shanghai 14 1 1 10 11 the newspaper gave extensive coverage to a broad range of feminist issues 6 3 3 5 6 scientists have put sensors into mobile phones 14 1 1 4 4 the parable related the rewards for those who invested successfully and the punishment for those who did not 13 28 28 33 33 in the film , howell plays a cop who gets involved with a murder witness , only to find out that she ' s part of an international ring of sex for hire beauties 0 9 9 23 23 when these fuels are burned , they create air pollution that contributes to global warming and causes smog , acid rain and respiratory disease 3 1 2 6 6 the car kit has a gps receiver built in that is better than the iphone ' s 18 15 15 18 18 the financial regulator today amended the code of conduct of mortgage arrears by increasing the moratorium from six months to 12 months 6 1 1 7 7 this issue has been sent to the printer 6 3 3 6 6 he put a sample into a funnel and , after giving it three years to settle , sealed everything in a glass jar 8 0 0 3 3 remains from ancient epochs are discernible in the village vicinities to the north of the village , in the location of gradishteto , lie the ruins of a thracian and late antique fortresses , thracian mounds and objects , bearing witness to ancient metallurgy 6 3 3 7 7 norway sent a delegation to the madagascar government 13 11 11 14 14 today , on the way to work , i saw a shrewdness of pink apes being chased by a colony of noctiphobic bats 18 5 5 16 16 in psychology , eysenck personality questionnaire ( epq ) is a questionnaire to assess the personality traits of a person 1 4 4 8 8 my friend got a rash from a mosquito bite and westcort helped her but it left a scar so she also put on mederma after the rash went away 18 11 11 18 18 it really underscores everything in the pro life movement , that abortion is part of a very sad story for women 17 0 0 3 3 engineers manually manufacture parts in the areas of applied spray coatings , finishes , and other processes that can not economically or practically be done by a machine 4 3 3 7 7 second , the car was in a crate , so no one would have been able to climb into it even if he had found a way into the cargo hold 18 3 3 9 9 the floating zenith telescope has come into formal observatory routine since september 2 3 3 6 6 she marked the handle of the mop used for washing with red duct tape to prevent mixing up mops when working 17 6 6 10 10 an elite u s army study center has devised a plan for enforcing a major israeli palestinian peace accord that requires about 20000 well armed troops 2 2 2 7 7 the various sensors and fuses of this coffeemaker lie in the white sheathing bridging the heating element 6 2 2 5 5 he poured flour into the tuba of an orchestra collegue 0 1 1 13 13 these germs cause illnesses ranging from common ailments , like the cold and flu , to disabling 3 5 5 8 8 like the bosch , this dishwasher has a filter that must be manually emptied and does not include a built in food disposal 1 16 16 5 5 the greatest impact of the tsunami was generally in an east west direction , so the havoc caused by the tsunami along the southwestern shores of sri lanka was not as severe as along the eastern coast 6 5 5 8 8 operation homefront and partners delivered toys to military children 14 9 9 12 12 the term has been used by a number of publications discussing the phenomenon 11 5 5 11 11 diane daly , multi talented photographer , creates magic with her camera and intuitive eye 3 4 4 11 11 the top of the electroscope consists of a flat , smooth plate of lacquered brass on which another plate of brass rests , separated from it by three minute fragments of glass or shellac , or a film of shellac varnish 9 3 3 4 4 i have a strawberry tea addiction 18 1 1 5 5 the blisters are caused by moisture that was actually trapped in between the layers of paint 18 7 7 11 11 orientation is towards the future , and satisfaction is gained from feelings of progress 2 3 3 6 6 i grabbed the handle of the bucket and even this small 20 second interaction was enough to make me break out in a small rash 3 1 1 4 4 the book contains short tales , it is regarded as the first book of juvenile literature 0 0 0 15 15 scleroderma is a disease of the body ' s connective tissue that causes thickening and hardening of the skin 16 8 8 11 11 the studio picked up the sci fi action spec by tyro scribe chad st john , and set up the project with gianni nunnari ( 300 ) at his hollywood gang shingle 13 8 8 10 10 you are on the committee to select a slate of officers for the next academic year 18 2 2 6 6 the developmental bureaucracy has come into being 9 3 3 6 6 the man took driver ' s keys until the arrival of police , thus preventing him from leaving 11 9 9 12 12 another example is the hammered dulcimer , where the player holds the hammers 3 1 1 6 6 the campus comprises the most noteworthy buildings including the rector tower , the central library and the university olympic stadium used for the 1968 olympic games and the 1986 soccer world cup 13 1 1 4 4 this generation of unregenerated vipers was still perverse , stiff necked , and hardened in their iniquity 2 30 30 15 15 in one of the scenes when robert and francessca are talking in front of his truck , a reflection of one of the movie set lights is seen on the hood of the truck 1 1 1 6 7 the cramps are caused by the anxiety reaction but because the sufferer has high anxiety , they can be interpreted in other ways fears grow and the anxiety worsens 8 1 1 9 9 a gift arrived from the politician ' s big brother 6 1 1 6 6 the subway is now approaching the stop at city hall 14 4 4 7 7 a less well known debate swirls about patent and antitrust law interactions 11 2 2 10 10 the present invention processes a transaction using a plurality of servers 16 7 7 11 11 i sent the daily family a moving statement made by the mother of michael kelly 6 2 2 11 11 the dissemination grants have been awarded to three idaho public charter schools this year 8 1 1 5 5 the photograph was from the scene of the play ' s climax , where the character formerly known as shylock threatens antonio with a knife while demanding his pound of coins 18 4 4 7 7 all 18 of the men assist that season 16 5 5 11 12 prairie dog is a free newspaper produced by a saskatchewan worker co operative 6 4 4 7 8 helicobacter pylori was released cysteamine into the gastric juice 2 1 1 7 7 their productions have been presented at drama festivals across the country 6 4 4 8 8 i am putting the results into a mysql database 18 1 1 6 6 the website is concerned with the dissemination and exchange of information about the encore project 2 7 7 10 10 the chicken in a bag on the floor of the bus does n ' t seem to appreciate the driver ' s hard breaking 18 7 7 11 11 germany produced many of the bottle stopper marbles made by this method 8 3 3 11 11 some of the movies got kicked out from the most recent list 0 1 2 11 11 a fuel leak in one of the c 17s caused a delay on the morning of nov 7 as the crew was preparing for departure for cairo , egypt 0 0 0 1 1 pinworm infestation is very rarely fatal death and morbidity are from secondary infection 6 1 1 5 5 the money was invested into stocks 6 0 0 5 5 toxins are drained into the sea 17 1 1 7 7 the painter ' s strange , anguished figures have enthralled artists and bewildered viewers for centuries 13 20 20 23 23 so if you see a solitary dutch cyclist stopping at a red light while the others gallop on like a sneak of famished weasels , it ' s probably me 18 1 1 7 7 the lava has been blown into great bubbles 18 14 14 18 18 some accounts detail the routine and perfunctory nature of arrest and proceedings against the riffraff of the criminal classes ( friedman and percival ) 18 2 2 6 6 an advance visit was made by staff to arrange the visits 0 1 1 8 8 the drugs he sold had caused the overdose death of matthew lessard , 19 , of lowell 0 1 1 9 9 the jar from the fall had caused a subdural hematoma on the right front side of my brain that shows up in the ct 11 1 1 12 12 gazan police have rebuilt at least one of their stations out of mud and residents throughout the territory have used mud to build simple homes 4 1 1 5 6 this money was in a trunk box as a family treasure and was deposited as consignment to avoid much demurrage from the security company 18 4 4 10 10 the hip hop national interschool is rescheduled to the 1st week of july 11 14 14 9 9 instead of plowing the land with a single furrow plow , some large scale farmers began to use a multiple share or bukker plow 2 6 6 9 9 i pulled the bags over the rim of the bucket and pulled the cord to tighten it 2 4 4 7 7 a talon is the claw of a bird of prey 18 3 3 8 8 davies , the writer behind award winning bbc adaptations of bleak house , little dorrit and pride and prejudice , blamed what he called a new breed of bbc executives 18 5 5 10 10 in february of 1885 the news reached the city by telegraph that indians and half breeds had massacred a number of white people at duck lake 16 1 1 6 6 a report by two independent medical experts has concluded that the rate of staph infections among nfl players is low 8 4 4 9 9 some of the following quotes come from newspaper article leads 18 26 26 29 29 at his inauguration in november , he pledged a fresh start after an election marred by fraud and violence , but disappointed many by presenting a cabinet of familiar names 16 12 12 17 17 the three lionesses and two cubs were electrocuted by a crop protection fence put up by a farmer near dhari 14 3 3 8 8 the adaptive control literature focuses primarily on adaptive stabilization , adaptive tracking , and model reference adaptive control 3 1 1 6 6 the exhibition brings together rare chinese ceramics and paintings 6 4 4 7 7 an israeli minister sent troops into the schools to boost conscription 9 5 5 6 6 this southern style homemade vegetable beef soup was my very first recipe i ever made 8 17 17 24 24 following the first definition above , parasites evolved billions of years ago from the beginning when life form was evolved from the primordial organic soup 1 0 0 5 5 earthquakes are caused by the discharge of accumulated along geologic faults 15 1 1 3 3 most health related data has been developed by using animal models 11 1 1 8 8 the students labeled the 13 colonies using a map 17 1 1 9 9 the band themselves explained the decision with a following statement on their official website 18 1 2 6 6 the outdoor unit is going into defrost 1 0 0 7 7 oscillation of the lever caused by the swinging of the pendulum 1 25 25 30 30 method according to claim 1 , characterized in that the time duration of the quality reduction is limited at least to the duration of the interference triggered by the switching process 16 6 6 10 10 the world ' s largest aid organization founded by a woman celebrates 90th anniversary 6 1 1 6 6 the book was placed into every store within the past few days 13 17 17 20 20 just as we were sitting down to dinner one night , someone brushed the drapes and a cloud of baby grasshoppers erupted over the dining room table and into our dinner 14 1 1 5 5 the theory explained low temperature superconductivity almost 50 years after its discovery 0 1 1 7 7 student protests are turning into a twitter revolution in moldova 18 1 1 6 6 glacial landscapes are parts of the earth that were covered by glaciers during the last ice age 15 1 1 8 8 that cooperation has been explicitly described in the press in recent days 2 9 9 12 12 a favorite amulet for demoniacal possession consists of the whiskers of the tiger or leopard mixed with nail parings , some sacred root or grass and red lead and hung on the troat or the upper arm 18 6 6 9 9 while twitter is a powerful social medium for spreading news and information , some government agencies fear it could also be used by terrorists as a tool for communication 4 1 1 8 8 the body of her nephew was in a suitcase under the bed 8 17 17 22 22 the drama unfolded shortly after 7pm last tuesday ( december 22 ) , when glyn saw that smoke was coming from a bonfire 11 5 5 12 12 prior to the 4004 , engineers built computers either from collections of chips or from discrete components 13 5 5 7 7 the effective utilization of a cluster of workstations for the implementation of a scientific application requires a highly flexible software environment 11 1 1 4 4 a player manipulates a keyboard , a mouse , or a joystick as a game scene is displayed on a video monitor , or the like 10 0 0 7 7 tarps plus has the best tarps for painters on the market 0 1 1 5 5 nasal dryness causes nosebleeds , coughing , wheezing , and other short term respiratory problems 18 1 1 5 5 the building was surrounded by police who arrested three people as they tried to gain access 8 7 7 11 11 in this beautiful re imagining , the story starts in an orphanage and moves to a magical land where the sweets have a sexual subtext 8 7 7 16 16 parker dunlap was startled when a beautiful genie popped out of an old , beat up lamp 0 2 2 4 4 colds and flu cause inflammation of the mucous membranes of the nose , throat and mouth 13 44 44 48 48 after 1646 , however , the puritan emphasis upon individualism and the individual conscience made it impossible for the movement to form a national presbyterian church , and by 1662 , when the anglican church was re established , puritanism had become a loose confederation of various dissenting sects 18 2 2 8 8 the internal payoff is rooted in the psychological cost of preference falsification 13 18 18 20 20 officials in the northern chinese province of inner mongolia have mobilized 33 , 000 people to stop a swarm of locusts 267 miles outside of beijing 12 5 5 12 12 mehmet oz , a cardiovascular surgeon , is part of a new generation of doctors who are taking medicine to new technological and spiritual frontiers 18 18 18 21 21 the government has spended the following 18 months before the elections in a similar vein shooting a whole lead of conservative foxes , to extend the metaphor namely heathrow and royal mail privatisation 11 6 6 14 14 quickly , but neatly , the secretary tore the side open with a letter opener , pulling out yet another sheet of paper 16 5 5 17 17 the first british steam powered vibrator dates back to the early 1880s , developed by an american physician 3 10 10 11 11 i love the imperial logo at the end of the tank canons 13 4 4 6 6 the efficiency of the body of teachers , taken as a whole , during the past seven years has at no time been better than it was during the past year 14 6 6 12 13 it is an international , monthly magazine dedicated to all forms of contemporary sculpture 14 1 1 15 15 this chapter gives an introduction , and a brief overview of the most important optimization techniques 0 4 4 7 7 defra identified the different noises made by dogs and the meanings behind them 3 2 2 7 8 the project process is comprised of a field study with istanbul inhabitants for 4 weeks and presentations to last 8 weeks 4 14 14 18 18 there are actual world records for the kookiest hat , the longest time a message was in a bottle at sea , and the tallest scarecrow 18 3 4 8 8 annulment is a legal procedure for declaring a marriage null and void 13 5 5 8 8 there is also a large convocation of bald eagles near the park entrance that provides excellent viewing opportunities 12 5 5 8 8 this past summer , the goalkeeper helped her team advance to the finals of the w league tournament 13 7 7 10 10 the pilgrims rejoiced when they located a skein of wild fowl for their thanksgiving tables 14 3 3 9 9 daborne ' s play is also about a historic person , the pirate ward , famous in england at the time of its writing 18 3 3 7 7 they stored the wine in a cool temperature 18 1 1 6 6 the company moved into the music business 1 14 14 20 20 the maryland department of the environment has already worked to reduce the amount of pollution from sources like cars and factories 0 0 1 10 10 soya farming is one of the main causes of tropical deforestation , which currently produces a fifth of global climate change 17 2 2 5 5 the church leader made his comments as he flew to cameroon for the first leg of a six day trip that will also see him traveling to angola 1 2 2 15 15 the encroaching darkness has been caused by the twin horrors of war and a mysterious plague 17 1 1 6 6 the man who grew a human ear on the back of a mouse has made a breakthrough that brings the prospect of an artificial liver much closer 17 10 10 13 13 like a scene from lord of the rings , the wrestlers formed a wedge using a table as a shield and rushed the smark cluster en masse 6 6 6 10 10 we watched as a barman poured alcohol on to the bar , poured absinthe into a couple of shot glasses , then lit the lot 11 1 1 3 3 the playwright uses names as a device for wordplay at several points in the play 18 2 2 6 6 since the complex was built in stages , discrepancies exist in completion dates due to differing opinions on completion 18 1 1 9 9 a mason has removed the original left and right edges and in their place has prepared a simple moulding on each side 14 3 3 8 8 in the second section , the authors explore factors that are ostensibly unrelated to race but nonetheless contribute to racial inequality 13 4 4 6 6 in particular , a ratpack of colonels in arrested development are the worst possible people to handle relations with latin countries 4 1 1 8 8 the playlist was enclosed in a small leather portfolio in which i keep important papers 11 9 9 13 13 at the andaman islands fish are captured by the convicts by means of weirs fixed across the openings of creeks 13 3 3 6 6 many joined the armada of sailing ships which sailed from belfast , dublin , cork , holyhead , liverpool and glasgow , all bound for the new world 14 1 2 5 6 this information sheet summarises the labor environment in the uk 4 1 1 6 6 the necklace was locked in a safe in their room at the victor hugo hotel 8 1 1 6 6 the term is derived from a root which can mean both ` to be effective and ` to be bright ' 3 1 1 6 7 the animal is lowered until its pelvic limbs touch the floor or a solid supporting surface 3 12 12 15 15 bob oblong ' s suggestions have been used as kindling for the factory ' s furnace 14 1 1 5 5 the laws apply to the play , officiating , equipment and procedures of the sport 0 8 8 12 13 alzheimer ' s disease is a degenerative brain disorder that results in memory loss , impaired thinking , difficulty finding the right word when speaking , and personality changes ( see warning signs of alzheimer ' s disease , below ) 6 7 7 13 13 as the winter is coming , the virus is rapidly spreading into young children and elderly people 4 8 8 12 12 it was n ' t long before the animal was in a crate on its way back to its farm , courtesy of the assistant , of course 1 2 2 10 10 the clock signal was generated from an external cavity semiconductor laser 10 3 3 5 5 this is a deadline driven industry 18 2 2 5 5 only a minority of armenian physicians felt well prepared to counsel patients to quit smoking 18 1 1 11 11 the team captured the provincial title with a convincing 6 1 victory over their adversaries , the pas huskies 6 2 2 9 9 360 bln yuan have been invested into post quake reconstruction 18 24 24 31 31 a university of washington system named hubble looks for these black holes and maps them on a web site , providing an ever changing constellation of the internet ' s weak points 1 1 1 7 7 the landslides caused by these earthquakes and aftershocks were concentrated along the mudstone and sandstone surfaces 6 5 5 8 9 we carefully poured the hot coffee into a glass cup 0 2 2 16 16 the desperate man who had clung to the stump had battered the rocks with a shuddering thump 12 13 13 17 17 butlers ( sometimes known as a household managers ) are respected as the head of the household staff 18 1 1 8 8 this document makes a significant contribution into further clarification of the access to drinking water as a human right 6 6 6 12 12 the following day , the heat exchanger was installed in the fuel tank 0 4 4 16 16 systemically , dust and fume cause irritation of the upper respiratory tract , metallic taste and nausea 13 5 5 7 7 i awoke to find a conjunction of grammarians standing over me , observing my disposition with a look that would put a sneer of butlers to shame 4 1 1 5 6 the disc in a disc music box plays this function , with pins perpendicular to the plane surface 2 1 1 4 4 the skin of the orange has multiple benefits you can take advantage of its external skin contains flavonoids , a valuable component of vitamin c 1 1 1 11 11 the dust , noise , and sleep deprivation produced by the construction are intolerable 4 1 1 10 10 my tuxedo for the banquet that night was in a suitcase in peter rickham ' s office 17 14 14 18 18 as an option for extra credit , i read it also and completed a parent ' s book report for the teacher 18 22 22 30 30 the nrma ' s president , wendy machin , and the chief executive , tony stuart , were among members of the party which viewed the concert in a private box 18 7 7 13 13 the picture at the top shows a farmer with a genetically engineered cotton plant in south africa in 2003 18 1 2 7 7 integrated production schemes are spreading into various crops and may have relevance for sectors such as dairy production 2 6 6 10 10 with a pen procured from the pocket of his lab coat he jotted a quick note in the spiral , yelling , driver ! why in the fuck are n ' t you pumping any gas ? ! ? 2 1 1 4 4 the chassis of the truck has two wooden beams fixed to it , which carry the body framework two monorails 2 4 4 7 7 the throttle of the truck ' s engine was wide open now , and the roar of the engine , emitted through the vertical exhaust acting as a stack , was loud and strangely comforting 6 1 1 6 6 much effort has been put into research of the phenomenon of voltage collapse 14 1 1 5 5 this article is about the use of bench marks in surveying , for other uses see bench mark 16 8 8 12 12 it ' s called symform a stealthy seattle outfit founded by a pair of ex microsoft employees , praerit garg and bassam tabbara 16 2 2 4 4 in this work the researchers , for the first time , attest that monopoles exist as emergent states of matter , i e they emerge from special arrangements of dipoles and are completely different from the constituents of the material 0 1 1 5 5 the transmitter sends a radio signal to the doorbell radio receiver inside the building 16 3 3 8 8 but in a statement put out by the group , it reiterated that it would be illegal to create a robot that used dead bodies as an energy source 13 17 17 19 19 this classic huffman photograph pictures the cow hands on their way to set up camp with their remuda of geldings trailing behind 6 5 6 11 12 a real time three dimensional echocardiography system has arrived into our clinical cardiology , allowing noninvasive and repeatable spatial visualisation 6 17 17 23 23 news of the broken engagement came three months after love hewitt was snapped sobbing as he packed luggage into the back of a vehicle outside her home 15 10 10 15 15 germans complained bitterly in the rostrum newspapers , and these complaints were reflected in propaganda films regarding soldiers from the french colonial 16 1 1 5 5 the products manufactured by this firm still continue to be chiefly dyestuffs 16 11 11 15 15 the remainder was reconstructed by deryck cooke in 1964 from extensive sketches left by the composer 11 5 5 11 11 specifying a command once , consumers execute it by using input parameters 14 2 2 10 10 the new letter reminds them of the broker ' s prediction about abc ' s stock and makes a new prediction about def ' s stock for the next month 0 9 9 13 13 they are all in on it and the same people who caused the destruction of the economy are still running the show so they can keep us down and buy up the country cheap 6 4 4 8 10 the nuclear qualified electronics technicians were sent to nuclear aircraft carriers 11 1 1 4 4 a player attaches a flashlight to a rifle which is later discarded 15 3 3 14 14 additionally , his record as a vietnam veteran has been documented in a recent book 1 28 28 34 34 in two of the cases reported in the media , an older woman ' s baby was stillborn because of an abnormal placeta , and one of the miscarriages was caused by the umbilical chord encircling the fetus 13 12 12 14 14 the plan for the day was for our group to join a convoy of buses , vans and coasters on a 3 hour drive across the bare egyptian desert to the distant city of abu simbel 1 7 7 12 12 when it was closer she saw the light was coming from a flashlight being carried in the mouth of a large black scottie dog , its muzzle gray with age 3 1 1 6 7 the meeting was opened by the welcome speech of the mayor of komotini , mr dimitrios kotsakis 13 31 31 33 33 having been won over by the slick downiness of a paddling of ducklings nibbling bread crumbs on the central pond , i was irritated to see their place taken by a squabble of seagulls 18 1 1 6 6 the building leaked from every conceivable place 13 27 27 29 29 such an uneasy state of affairs existed until the fifth century , when the empire ' s rhine barrier was breached , allowing a vast , mixed horde of barbarians to stream into italy , thereby laying the groundwork for the kingdoms that would eventually come to dominate the european continent 11 1 1 11 11 the users navigate on a bloomberg with a special color coded keyboard 2 18 18 21 21 the fourteen paintings are presented in up to three levels of detail as you walk through the two floors of the cottage 14 12 12 16 16 on the eve of the olympics , the times online ran a story looking at disconcerting trends developing in the doping world 6 3 3 7 7 we inserted the faces into the provided templates 3 3 3 5 5 the full featured keyboards had keys 4 times bigger than the traditional keyboard 14 1 1 10 10 the program of events has been organised around five main themes 16 10 10 17 17 defining the bounds of the old city are its massive walls having been built by the ottoman sultan sulieman the magnificent 6 5 5 8 8 the princeton jaycees have bestowed senatorships to three individuals 18 11 11 12 12 both goals were addressed , but the primary goal of the street furniture was to enhance the quality of life for people in phildaelphia and the secondary goal was to increase revenue for the city of philadelphia 14 7 7 12 12 the gaa ' s central council published measures with regard to disciplinary procedures 13 37 37 39 39 the young goshawks seemed a bit fazed by all the cover , and never really got onto the rabbits , so we moved out to the field and roy worked his pointer until we found a youngish covey of partridges 17 3 3 11 11 a senior un official sacked earlier this year had drawn up plans to depose afghanistan ' s president hamid karzai 16 6 6 7 7 buy owner is a brick and mortar company with a long term knowledgeable staff dedicated to providing your property with the maximum amount of exposure 18 4 4 9 9 the jury ' s deliberations were reported weekly on air 8 1 1 5 5 space beer is made from barley grown in space 0 0 0 6 7 vulvodynia is the cause of chronic vulval pain in the absence of skin disease and infection 2 4 4 8 8 this concept uses a servo embedded in a wallet , which rotates its arm from parallel to perpendicular to the wallet surface 18 4 4 6 6 this movie has thrown viewers into confusion 2 12 12 15 15 the old brick walls , the smell of paper and the big couch in the shop all help to create the image of a comfortable place where people would want to spend time 6 5 5 8 8 i have already fetched the mail into my account via gmail 6 6 6 10 10 high test scores have placed the student into a top university 16 4 4 5 5 the distance between a blog writer and an audience happens only if the audience never shows up 1 7 7 12 12 olympic chiefs are worried about the environmental damage caused by the olympic flame 1 4 4 7 7 the log truck caught fire after the collision , but the 35 year old driver escaped before the cab became engulfed in flames 18 1 1 6 6 the aeroplane was withdrawn from that duty and confined to low level flying , where it became a success 4 1 1 6 6 the seed was discovered inside a jar full of the discarded pits of dates during excavations of masada in the 1960s 1 11 11 14 14 i have an additional concern about body exposure to any electromagnetic radiation , from computers and cell phones held next to the body 5 1 1 3 3 a suitcase with clothing in it had escaped the flames , yet some of the clothing inside were ashes , while the rest remained intact 1 1 1 6 6 the spill was caused by a leak in a kuwaiti tanker carrying 160 , 000 tonnes of crude , after it collided with a dredger further south on december 14 12 1 1 7 7 the lawyer was a member of the team 8 8 8 15 15 it was the whole world to a sun boy who was born in a refugee camp 17 12 12 16 16 here is jose mojica marins , the popular coffin joe , a filmmaker who invented a cinema of total grossness 13 18 18 21 21 in one place the sea had a sweep fifteen feet of the were upturned , and a big pile of human bones was exhumed 6 1 2 6 7 the museum pieces are moved into federal storage at the famous washington museums 13 5 5 7 7 they are just a nice bunch of guys 6 2 2 6 6 his donating blood to an unknown patient was a good thing to do 6 1 1 6 6 the cells migrated into both upper layers 14 5 5 10 10 hakani is a 30 minute movie alleging the occurrence of infanticide in tribal communities in brazil 13 14 14 17 17 opm and others have regularly bemoaned the failure of the ses to produce a corps of generalist executives and have regularly suggested the removal from the ses of executives with technical or professional skills and competencies 0 14 14 19 19 josie cormier , succumbed to peer pressure and now hangs out with the popular crowd that often instigates the harassment 18 12 12 13 13 he had visited myer ' s during the afternoon and bought a gold bracelet for 300 13 15 15 18 18 april , 1903 saw the first issue of the delta chi quarterly published for a fraternity of fourteen chapters and fewer than 3000 alumni 6 4 4 22 22 an array of severed limbs are then thrown down , the magician returns to earth , collects the limbs in a covered basket and the boy magically reappears 14 5 5 10 10 the government ' s new measures to regulate cosmetic surgery procedures are a good move 3 11 11 18 18 he was very careful to see that the bit of the ax comes in direct line with the helve 18 8 8 12 12 the saving from the introduction of a single machine for flange hole drilling was 15500 rubles 4 10 10 16 16 one pottery vessel lay on her breast , and the body was enclosed in a reed mat 0 2 2 5 5 her unexpected elimination caused a riot on the internet , and one blog site ( sohh com ) referred to her elimination episode as the one where the show lost all credibility 16 4 4 11 11 the gold leaf lobby ceiling was hand finished by an italian craftsman 6 2 2 4 4 i sent files to programs other than metax 5 19 19 21 21 vinegar flies are capable of living off alcohol fumes , alas , so it is enough toput out a bottle with attractant in it 14 4 4 11 11 the focus of any course is , however , art therapy theory 18 3 3 7 7 their standard variable rates are still under review 8 10 10 13 13 we are in advertising and yes , some of those images from past days are quite the find 1 16 16 24 25 i changed the balance of the flavors through my selection of bread , and got an increase in the sweetness with a choice of raisin bread 14 7 7 10 10 typically , employees attend a day long course explaining the initiative 16 2 2 13 13 a superblack material made from microscopic carbon nanotubes is produced by a us laboratory 5 3 3 7 7 he had a suitcase full of new clothing bought from new york and took a flight to india from heathrow 13 26 26 29 29 in december , 1216 , pope honorius iii ( 1216 1227 ) , the successor of innocent iii , approved dominic ' s plan for an order of contemplative preachers exercising the priestly ministry and living in mendicant poverty 10 4 4 11 11 mind you , a backpack is interpreted as a sign of geeks 17 2 2 8 8 even the toddlers make a tasty mint pea soup at the kids ' cooking school in bucktown that tax attorney elena marre gave up her law practice to open 16 13 13 16 16 throughout the past decade , monsanto has been re making itself as a seed and biotech company , as opposed to one focused on agrochemicals 18 0 0 7 7 children in rural southern areas fell into poverty faster than those in cities in 2008 14 1 1 4 6 the news that the stock index futures have been approved stimulated wednesday ' s market 17 1 1 6 6 a beetle protects itself by constructing armor made from excrement 1 1 1 16 16 our inquiry into the city ' s job creation funding came from a reader ' s tip 1 10 10 13 13 it is very natural and normal to feel grief and sorrow after the loss of a pet 3 1 1 6 6 an eagle hatches with both a beak and talons and these will continue to grow throughout the bird ' s life 16 4 4 9 9 it is an opinion piece by a collegue and friend who is gravely concerned about the survival of israel as a unique jewish state 11 12 12 18 18 with the help of scots who spoke perfect french , the english army scaled the cliffs with a maneuver the french never considered 18 23 23 33 33 the dog , owned by steve abbott , the singer ' s manager , is stranger to music and has reacted to the sounds made by any other of universal ' s top names 10 15 15 16 16 licensing is different from a certification since it is a governmental requirement needed before a crane operator starts practicing his occupation 14 1 1 6 6 the film features eight influential contemporary philosophers walking around new york 1 1 1 4 4 the irritation from the chemicals in the tobacco is considered to be the number one contributing factor 18 5 5 11 11 the exit portion of the runway is cantilevered from the support stanchion 1 1 1 10 10 the smell was radiating from all directions , from every tree and branch 17 4 4 9 9 bob the builder and friends construct an ecologically friendly town 8 2 3 6 6 the first single release from the album was africa , a remake of the worldwide hit africa by toto 18 15 15 24 24 the town ' s population is approximately four , the school closed years ago and birds have turned the church into a poop caked aviary 17 1 1 14 14 the foundry utilizes the best horizontal parted molding line for the manufacturing of street castings and features the best environmental control technology available 8 12 12 18 18 twice when i was putting on the fully loaded atlas , the knobs popped out of the frame slots 11 1 1 12 12 the motor turns the panel with the help of the mechanical transmission system 8 14 14 18 18 police in taiwan were forced to shoot a crocodile after it bit off the arm of the zoo veterinarian treating it 18 1 1 5 5 the party has made the crazies into mainstream republicans 18 1 1 1 1 the lymphomas are divided into two major categories hodgkin lymphoma and all other lymphomas , called non hodgkin lymphomas 5 10 10 12 12 in the bushes near the door , investigators found a backpack with papers inside 18 4 4 7 8 the children sent their marriage into a downward spiral 14 4 4 8 8 it is a fairy story depicting the incredible ugliness of human sin , misery , and futility , yet also the incredible and beautiful power of love 16 8 8 11 11 bmw or bavarian motor works is a german car and motorcycle manufacturer 2 7 7 3 3 leah day attached quilt binding to the back of a quilt using a sewing machine 14 2 2 6 6 bbc radio documentary spoke about an increase in the cases of black anorexic women in south africa 17 9 9 13 13 as part of a short term strategy , the government has constructed 10300 houses , double than the fixed target of 5000 houses 14 1 1 4 4 their perspectives explain democracy promotion as an instrument of global capitalism 16 2 2 8 8 the third novel by the well known turkish writer recounts the life of a young italian christian taken captive at sea by the ottoman turks in the 17th century 1 4 4 6 7 thousands of women suffer headaches from caffeine withdrawal as a result of this study 18 5 5 11 11 once again , the infamous politician has landed into a nepotism controversy 17 4 4 18 18 gee ' s bend men and women grew cotton , peanuts , okra , corn , peas and potatoes 16 10 10 11 11 he also went on to found next inc , a computer company that built machines with futuristic designs 3 2 2 24 24 with the knife at a 10 to 25 degree angle to the steel , he hold the steel rod steady and drew the knife blade down the steel 11 1 1 3 3 the system uses routings for the part number identified in the work order to determine workstation assignment and loading 11 6 6 9 9 william durand ' book on the clergy and their vestments was the topic of the discussion 0 4 4 8 8 up to 85 of viruses that cause respiratory illness are identified by the technology 18 5 5 11 11 in recent years , considerable attention has been focused on regenerative medicine because of its applicability to a wide range of medical fields 3 1 1 2 2 the bridge pillars , constructed with stone and lime mortar cores rather than wooden posts , rest on a large oak beam grate that was built atop the gravel bed of the danube , at the bottom of the cofferdam 8 1 1 7 7 a man who leapt from a brothel window during an immigration raid filmed for reality television later died 13 8 8 10 10 the democrats are competing for positions in the college of electors 2 4 4 8 8 the spring and damper components of the absorber system are provided by the plate of the absorber , which is a continuous mechanical system 8 13 13 16 16 the health medical insurance coverage for allergy kits , abortificants , and prescription drugs produced from blood or blood products is discussed 8 2 2 10 10 the source data was generated from an ultrasound reflection mode simulation 16 6 6 11 11 it is typical of the distinguished portraits made by professionals and amateurs in the late 19th century 9 2 2 3 3 cream of mushroom soup was first made available in the 30s and became one of the most popular recipe helpers as a substitution for veloutes and bechamel sauces 15 0 0 6 6 spamming has been the subject of legislation in many jurisdictions 14 2 2 9 9 the first chapter gives an account of the ancient history of the country 14 0 0 4 4 marketing was focused on stimulating existing subscribers to use the telephone more often 6 1 1 7 7 your upload has been added to the system 17 5 5 10 10 in 1999 , the british consultant thought up an innovative way of dealing with waste paper 6 0 0 5 5 metals were released into the environment 13 16 16 19 19 i saw his piece in the post this morning , and it is predicated on a bunch of erroneous conclusions 17 2 2 8 8 given the factory ' s primary product is condoms , the gay community ' s support is essential 18 1 1 10 10 the study is making a valuable contribution to determining the levels of sustainable tourism in this country 6 1 1 6 6 new settlers arrived into this harsh land to seek a new life 4 2 2 3 3 a digital photo frame ( also called digital media frame ) is a picture frame that displays digital photos without the need to print them or use a computer 17 1 1 5 5 the author ' s new novel , a staggeringly detailed and charged re creation of the period between the end of the 19th century and the first world war , overflows with people attempting to define their responsibilities 6 4 4 9 9 csu stanislaus students take complaints to president ' s door 16 3 3 15 15 any form of clinker hull , even the triple clinker of the late medieval english shipwrights , was totally unsuitable for such treatment 13 12 12 15 15 china has tested barack obama early in his presidency , with a flotilla of naval vessels surrounding and harassing a us spy ship in the south china sea 9 17 17 18 18 however , since meat eating was a taboo in japan then , azuki bean paste sweetened with honeysuckle syrup , was used as a replacement filling 2 4 4 7 7 it was in the lining of this jacket that he had managed to secrete the valuables of several villagers 17 3 3 7 7 4300 years ago chimps started making stone tools 18 10 10 15 15 the recovery plan was the commencement of a captive breeding program from a small wild population 6 3 4 7 8 we introduced leak detection dye into the air conditioning 13 17 17 20 20 we evaluated the application of these guidelines , focusing on the opinions and experience of the global community of national assessors 6 6 6 9 9 caribbean criminal groups have been transporting cocaine into major cities in usa 13 14 14 16 16 first these hawks made a meal of a diving of teal , then a trimming of finches came last 16 12 12 17 17 the vatican ' s pontifical council for social communications has blessed an app developed by an italian priest 13 2 2 5 5 like a battalion of medieval archers , these plasma cells let fly their antibodies , which travel to their targets on the outer surface of harmful bacteria 14 2 2 6 6 the second clause tells of the pension that is the equal of one service fraction of final compensation 1 1 1 11 11 the disruption has been caused by the freak storms and flash floods overnight 1 15 15 18 18 an organization with the mission of allowing a safe haven for parents to share their grief after the death of a child 17 5 5 9 9 earlier this year , the author ' s latest novel , the complaints his first since retiring rebus became a number one bestseller 14 1 1 4 4 our theory supplies the answer 3 1 1 5 5 the alarm has one magnetic switch and operates on a 12 volt battery 1 8 8 20 20 i have been talking extensively here about the disruption that has been caused by the brazilian air traffic controllers white strike 18 1 1 8 8 the detectives have been dragged into a mysterious case 18 4 4 6 8 legislators are considering new limits on stem cell research 1 1 1 3 3 air pollution from coal fired sources is so serious we can not afford a policy that backslides in any way 8 1 1 9 9 the difficulties in developing vista stemmed from its monolithic structure and the need for ` backwards compatibility ' , i e ensuring that software used by customers on older versions of windows will work under vista 18 1 1 6 6 the satellite has been placed into service 16 1 1 5 5 the batteries developed by the team from tel aviv university ( tau ) work in a different way than conventional batteries 4 3 3 4 4 i had the picture frame in my office for couple of days , but like anybody else in the world i wanted to play with the device for a little longer 13 11 11 14 14 initially , the infantry component of the guard consisted of one regiment of foot grenadiers and one of foot chasseurs , each with two march battalions and one training battalion 18 8 8 14 14 in these cases , marriages performed in the temple by a duly authorized temple sealer are recognized by the government 17 4 4 10 10 they really saw the architect ' s expensively produced dongtan masterplan as a blueprint for a more sustainable future 6 5 5 8 8 the workers have accidentally placed exeretonevra into several families 2 4 4 7 7 one drug blocks the protein inside a cell and the other does the same on the cell ' s surface 17 10 10 14 14 another period of silence was broken by one of the men who told a joke 13 21 21 24 24 surviving a plane crash over micronesia as a baby that killed my adoptive parents , i was initially raised by a whoop of wild gorillas , then later by savage pygmies who idolised me as someone with special powers and christened me mighty white man , shortened recently to dean wightman 6 3 3 9 9 all 1000 lemote boxes have been delivered to the users 11 1 1 4 4 some players attach a pickup to their traditional string instrument to electrify it 15 1 1 7 7 the weather is a constant topic of conversation , especially of course when it comes to climate change 0 2 2 5 5 many viral infections that cause rash resolve within several days and require no medication 6 1 1 7 7 the bird was put in a fish tank , and a tube was run into the tank 11 7 7 14 14 after the heimlich maneuver fails , the teacher performs a cricothyrotomy with a kitchen knife and a drinking straw 13 10 10 12 12 blum turned whistle blower after becoming morally nauseated at the bagful of lies that launched the country on its disastrous adventure in vietnam 4 1 1 5 5 my soda came in a can 2 15 15 6 6 a laser sighting device for a firearm comprises a holder adapted to attach to the handgrip of the firearm such that the firearm may be held in a firing position 2 4 4 7 8 people did read the text in a dialog box 8 2 2 12 12 the finished products ordered by the customer are manufactured using the raw materials purchased from suppliers 16 2 2 8 8 the theme song was written by the songwriting team of jay livingston and ray evans 2 11 11 15 15 after the family leaves , remove the towel from under the chin of the deceased patient 13 2 2 4 4 ws a murmuration of starlings enters a holly grove , it ruins the entire crop 17 3 3 10 10 angela works with authors who ' ve completed a nonfiction book , and also with authors who are just in the planning stages 14 2 2 9 9 the preceding chapters have made little reference to the notion of film language 17 1 1 3 3 the manufacturers of pyrometers put up an excellent show 11 18 18 13 13 meurkens is one of those rare musicians who makes you listen to his instrument the harmonica as a virtuoso instrument 17 16 16 19 19 in most non percussion music , the instrument sounds are simply the tools with which the composer creates a composition 2 6 6 9 9 the roaring chainsword bit into the haft of the axe , just below the massive blade 5 4 4 9 9 he also finds a bottle with joe ' s appendix in it 12 10 10 13 13 all they have on their side is the most artful sergeant in the army and a vampire with a lust for coffee 6 1 1 17 17 the money getting through from our own third world bankrupt economy is drained into corrupt dictators ' accounts 0 8 8 12 12 the kind of treatments necessary to kill the bacteria which cause acne breakouts must be prescribed or administered by a medical professional 18 1 2 6 6 the opposition leader has gone into hiding 18 3 3 7 8 i had another idea to do with child care that was stroller related 14 3 3 7 7 the remaining three manuscripts concerned the psychological aspects of gender confirming surgical treatment 4 4 4 7 7 lacrosse players carry the ball inside a stick 18 6 6 7 7 i ' ve just sold a gold ring , which was my last asset and now we have nothing left for a better life 6 5 5 9 9 a few have successfully imported programs into their own computers 13 7 7 9 9 when the pilots were flying over a colony of penguins , the birds were watching the planes , but instead of moving their bodies to follow the aircrafts they only moved their heads which lead them fall backwards over 8 23 23 27 27 he was beginning to think he ' d better find something else to do with his life when out of the blue a telegram arrived from an executive at ibm 13 9 9 12 12 the report looks at past and future of booming population of senior citizens 9 0 0 1 1 yogurt soup is a popular comfort dish both in turkey and central asia 16 2 2 7 7 in this book , the coptic egyptian poet returns to his cultural roots and the legacy of strength so necessary to confront the hostilities against entire communities because of language , nationhood or religion 3 13 13 14 14 drawings , backgrounds and decorations are placed over the complete height of the train wagon , but do n ' t cover the entire width of the train wagon 14 4 4 10 10 the commission is accepting comments regarding the program ' s adherence to the accreditation standards 1 0 0 5 5 blinking is caused by the eyelids sliding down over the positively charged cornea , whereas saccade potentials are caused by changes in the orientation of the corneoretinal dipole 0 2 2 5 5 the surprise visit caused a frenzy on the already chaotic trading floor 12 1 1 8 8 each organization that is a member of the corporation as provided in the constitution of the corporation is entitled to all the benefits of incorporation under this chapter 15 4 4 9 9 lina ' s incredible story was documented in contemporaneous reports by edmundo escomel 18 8 8 12 12 but i am trying to get a week number from a given date 4 1 1 12 12 a copy of the survey was enclosed in the back up materials packet 1 17 17 23 23 an agenda of deeper reforms can boost public confidence even as it undoes a lot of the distress caused by the financiers and bankers 3 7 7 13 13 as it did in 2004 , the event combined the annual neural prosthesis workshop now in its 36th year and the dbs consortium 4 1 1 6 6 the mouse was enclosed in a prison with no hope of escape 1 11 11 13 13 be sure to drink plenty of water to prevent running a fever from dehydration 2 6 6 12 12 but researchers have now learned how molecules at the site of the synapse behave to cement a memory 13 1 1 3 3 a flush of mallards splash and forage in melt water on the parkland turf 17 24 24 28 28 on the other , there ' s the man of letters jim , a stalwart of book festivals from edinburgh to richmond , the author of an acclaimed study on the progress of music , chairman of last year ' s man booker prize and the presenter of the long running radio 4 series book club 13 4 4 10 10 the following is a list showing the 100 largest incorporated cities in the state of california ranked by population 4 4 4 8 8 the first mass marketed toothpaste was in a jar from colgate with the tubes we know today coming into existence in 1896 4 8 8 15 15 i have no idea why this rather loud blazer from the gap was in a bin at my local dollar tree 14 3 3 8 8 the concluding panel discussion pointed out a high need and interest on sharing a set of well defined same scenarios and use cases transparently described as well as modules and simulators 8 3 3 11 11 this speed bag plaform is made of heavy duty powder coated steel that secures easily to a wood stud , brick or concrete 6 3 3 9 9 th animal rights activists have approached the open air cages 18 2 2 12 12 our first sighting of the mighty mount kinabalu was from quite a distance and it was still extremely impressive 16 1 1 2 2 a textile mill is a factory for making textiles 13 1 1 3 3 the gaze of raccoons seemingly form an orderly queue to accept snacks from the bus driver as he stops off outside the legion of honor museum in san francisco 14 2 2 5 5 the melodramatic plot dealt with crises of human emotion 16 16 16 21 21 in october , the group reporters without borders , based in paris , released an astonishing report by a chinese internet technician writing under the pseudonym mr tao 6 1 1 6 6 a bear was dropped into petrified swamps devastated by the 2004 tsunami 1 4 4 8 9 the consequences of the injuries caused by the bike accident in february , fractures in the area of head and neck , unfortunately have turned out to be still too severe 18 1 1 12 12 the agency also provides a third of the region ' s power supply , drawn mostly from generators inside big dams 13 22 22 24 24 last month , police fired shots into the air at a soccer game in eastern congo , attempting to break up a melee of rioters who believed one of the players was a witch 15 fans died from trampling 18 6 6 11 11 more people know and understand their rights on issues such as benefits , housing and employment 6 5 6 11 11 during a root canal , sodium hypochlorite was put into the tooth , and went through the tooth into the patient ' s sinuses 16 15 15 20 20 even so , the labor involved in the meticulous copying of a text made a book produced by a professional scribe a comparatively expensive luxury 2 15 15 21 21 the software made it easier for the team to explore rational ways of expanding the lobby using the geometry of the building 13 7 7 9 9 in the age of myth , a clan of berserkers made war against a druidic order 18 5 5 13 13 the passenger set off the devices at detroit metropolitan airport , causing a commotion and some injuries 17 1 1 4 4 the author of this book is believed to be nehemiah himself 16 19 19 23 24 he noted that , before printing , key phrases had been deleted that had earlier been approved by the draft ' s several scientist authors 6 2 2 8 10 the new product has been released into the online shopping malls 17 1 1 5 5 the team put up an advertisement to fill 225 posts , we received over 6500 applications 14 0 0 5 5 conversation was centered more around investment in the consumer area rather than fb specific 5 18 18 21 21 the mechanism whereby air enters the skull could perhaps be compared to that in which air enters a bottle full of liquid 2 2 2 5 5 the right sleeve of this shirt features the harley davidson bar shield logo in orange , black and white 18 1 1 7 7 the association keeps teachers informed about current developments 3 1 1 5 5 the flat has a big balcony , a bathtub and there ' s also a lift if you do n ' t want to walk up 2 flights of steps to the second floor 0 4 4 11 11 the amide linked local anesthetics , bupivacaine and ropivacaine , cause depression of cardiac contractility and dysrhythmias 6 1 1 7 7 two nuclei have migrated into the conjugation tube 2 12 12 15 15 the engine operated three strands of rope fall , hoisting from the hold of the boat three tubs of iron ore at a time 18 9 9 12 12 from the transistor radio you listened to under the pillow of your bed to streamcasts on the net , fisher covers it all , and extremely well 18 2 2 7 7 the functionalist approach tries to explain the convergence of modern welfare states 2 7 7 12 12 the ground has eroded away around the roots of this young pine tree 13 9 9 12 12 it was a beautiful example of community forming a circle of kindred souls who shared a vision and a dream 1 3 3 7 7 aware of the suffering caused by unmindful drinking , i am committed to cultivate good health , both physical and mental , for myself , my family , and my society 3 4 4 5 5 she clicked on the book title to see a couple of illustrations from the book 18 1 1 3 3 this configuration of dominoes is called the layout , string , or line of play 11 1 1 10 10 a man in a boat pushes the shore with a pole and his boat gets clear of the shore 13 6 6 9 9 often times i have watched a scold of blue jays band together to battle the crows 6 1 1 8 9 ten applications are automatically entered into a monthly prize draw 13 23 23 26 26 george clooney , ewan mcgregor , kevin spacey and jeff bridges are in top form in this uproarious tale about a top secret brigade of psychic soldiers trained in new age warfare 6 1 1 6 6 the viruses were sent to unsuspecting labs 4 1 1 5 5 the journal was inside a box of items given to him and his wife by his stepfather , after his mother ' s passing , which they never sorted through but kept stored in a garage 8 1 1 9 9 the tie is going away from men ' s wardrobes 8 2 2 7 7 after the swing went away from the wicket he could n ' t do anything 3 13 13 16 16 years later , and here i am , thirteen years old , the child with her nose pressed up against the window waving goodbye 18 17 17 21 21 milinkovich , executive director for life of the eclipse foundation ( just kidding mike ) broke the news today in his blog 6 1 1 8 8 77793 civilians have arrived into the government controlled areas within the last two days 5 9 9 12 13 on my trip , i brought with me a suitcase full of school supplies 8 4 4 9 9 surprisingly soon , a culprit popped out of the data 13 23 23 26 26 american warships , which , in addition to opening japan ' s borders with their show of military supremacy , brought along a troupe of blackface minstrels as entertainment 13 14 14 16 16 the reddish purple bracts of the flower roll back and split to expose a hand of bananas , usually at the rate of one per day 14 7 7 10 10 annie mae young is looking at a photograph of a quilt she pieced together out of strips torn from well worn cotton shirts and polyester pants 1 15 15 18 18 oak root and chamomile provide a gentle astringent that helps reduce inflammation and calms skin irritation from the sun and environmental pollutants 6 1 1 7 7 skype founders have moved into a net tv 17 18 18 23 23 but what is not seen in the television pictures , is the almost invisible army of 7000 migrant workers who built the iconic structure 6 2 2 8 8 the older people have been moving into new homes 1 1 1 7 7 the colitis usually is caused by taking antibiotics 14 1 1 5 5 comprehensive notes survey the current state of the law , raise questions for class discussion , and address the continuing controversies in this field 6 1 1 10 10 50 cents from every book sold are invested into sustainability initiatives 14 8 8 11 11 the panelists bring knowledge and experience to a debate focusing on mergers , acquisitions and joint ventures within the world ' s largest industry 4 1 1 5 6 the figurine was inside a chocolate egg eaten by ten year old dixie , a dalmatian collie living in aberdeen 18 2 2 21 21 this lowly structure is preserved and protected from decay by having built over it an outer structure surmounted by a great dome of glass 8 5 5 8 8 out current secretary is gathering information from past presidents and committee chairs 8 2 2 7 7 it is stardust that remains from previous cycles of evolution , cycles without a beginning or end 18 1 2 6 6 the protein molecule has come into existence by natural processes 16 2 2 5 5 starting a food and beverage company from scratch requires a lot of planning and research 4 20 20 26 26 methamphetamine residue and a broken pipe used for consuming it were retrieved from a toilet , along with 7800 in cash that was hidden in a towel 17 1 1 24 24 the puppet , who rose to fame through a children ' s tv show called the den , has recorded a string of hit records , including dustin unplucked 1 4 4 6 6 the halting of easy profits from inflation brought on a banking crisis , which resulted in a complete restructuring of the industry during the late 1990s 17 9 9 15 15 then they came near , and spake before the king concerning the king ' s decree 1 3 3 6 6 overall , the fire after the earthquake burned out 7456 houses in over 530 localities 18 1 1 11 11 the hero initially attempts to stop the train with his own strength , but fails miserably and does n ' t slow the train down 8 2 2 8 8 the injured worker fell from an elevated work surface or was struck by an object falling from an elevated work surface 17 1 1 4 4 the scientist ' s theories about the mutants being extinct were proven false when hades and his surviving clan members stalked and brutally killed wilson 17 2 2 11 11 the remaining settlers dug a 10 miles ( 16 km ) ditch from the sevier ' s east fork into tropic valley 6 1 1 8 8 the commandos were dropped into a french nuclear plant 16 19 19 25 25 film exhibition in north america , wrapped this past weekend , and paste was there to sample the latest wares from the world ' s filmmakers 14 3 3 5 5 students write a paragraph stating reasons for doing something , and then a paragraph about how to do something 13 3 3 6 6 we have a congress of different nations and congress within nations and some sports congress 11 1 1 10 10 the subjects adjusted the signal level with a shop built attenuator 18 11 11 13 13 remaining under the same influence , it was in the natural order of events that john , a little later , recorded his awakening into the new life at a religious meeting at a quarter before nine o ' clock on the evening of may 24th 1738 8 5 5 12 12 in this animation the incident wave is traveling from a high density region towards a low density ( high wave speed ) region 1 2 2 8 8 the northwest swell was generated by a powerful storm off japan on jan 5 and gained strength last week 16 4 4 7 7 having built a makeshift slingshot , the hero apparently flies through the ceiling of his shabby room and vanishes into space 4 11 11 14 14 a customer shopping at a walmart in falmouth found 10 human teeth in a wallet he was about to purchase 15 1 1 7 8 the procession formed the subject of the bas reliefs which embellished the outside of the temple of the parthenon 0 7 7 10 10 in the same way that diet and stress effect facial acne they also effect body acne therefore the basic clear skin rules of cutting out greasy , fatty foods , and sugary foods as well as trying to reduce everyday stress apply to body acne as well 8 7 7 12 12 when i got up there , a woman popped out of an office and introduced herself as the pm ' s secretary 13 2 2 10 10 a western regiment was behind it , a regiment of hunters and marksmen 17 5 5 21 21 the museum ' s first director , who oversaw the museum for 50 years , converted the building into an art studio 6 1 1 5 5 the man fell into a pit 14 1 1 9 9 the accounts have been prepared on a historical cost basis 6 2 2 7 7 a young couple traveled into the australian outback 14 2 2 5 5 the discworld novels contain common themes and motifs that run through the series 18 2 2 6 6 this latest adventure from the animation wizards at pixar is beautiful , masterly , inspired and delivers a powerful ecological message 18 0 0 2 2 hairdressing with color has become a common trend these days 18 7 7 10 10 the height time profiles revealed that the downflow started at times of the deceleration phase of the cme core 2 1 1 4 4 the rod of the piston , which is connected to the nose steering spindle , causes it to pivot at point x 8 16 16 21 21 the purpose of this paper is to present an on going research that constructs a live thesaurus directly from search term logs of real world search engines 4 1 1 5 5 the bike was in a crate on the back of a truck 8 1 1 11 11 the information presented here comes from a series of seasonal telephone surveys 5 1 1 4 4 the pack contained a cd which held a range of resource information sheets and some presentations that could be integrated into your training packages 6 1 2 1 1 a space shuttle travels into space 6 3 3 8 8 the eu sent peacekeepers to the middle eastern region 18 1 1 10 10 the team won the association ' s championship with some regularity 3 1 1 6 6 the exhibition comprises more than sixty works of art from international public and private collections 17 3 3 14 14 the strawberry maker enzyme , found in the roots of the plant , builds strawberries after being catalyzed by the digestive fluid of an earthworm 2 12 13 17 17 microorganisms in your oral flora gain access to the pulp chamber and root canals in the affected tooth 4 10 10 13 13 i was thrilled to see this delicious pennsylvania 7 5 amber in a firkin down there 6 2 2 7 7 all the birds have flown into the subway for the snowstorm 13 1 1 4 4 a galaxy of legendary figures from the annals of western history comes to life in this stirring sequel to intellectuals and creators 17 15 15 17 17 the quilting tradition in gee ' s bend goes back to the 1800s , when slaves fashioned bedcovers out of strips of cloth 0 1 1 6 6 the wire had caused a slight injury on the ventral side of the neck and at the base of horns 17 5 7 18 18 sir john mortimer , the barrister cum writer who created the old bailey ' s most famous fictional defender , has died at the age of 85 14 2 2 12 12 the resulting deliverables provide richer , more detailed , and more helpful information for your clients 17 19 19 25 25 today ' s story of patent insanity comes to us courtesy of wysong , a small natural pet foods company that came up with a method to put probiotics in foods in the early 80s 18 3 3 8 8 the industrial chemical melamine was found in a sample of infant formula made in the usa 18 5 5 6 6 who buys all these glittering diamond colliers , rings , pendants , etc , eto , is a mystery 18 6 6 10 10 better partners communications is an advertising agency specialized in tv ads , outdoors , media , marketing , consulting , press , etc 18 10 10 15 15 the spread is mainly airborne , via the virus laden droplets produced by coughing and sneezing 0 7 7 5 5 special articles specifically on gas corrosion and stress corrosion are also available in the literature 3 1 3 6 6 the central nervous system comprises the brain and the spinal chord 1 12 12 16 16 recent traffic studies by the department show that a majority of the accidents are caused by drivers 13 9 9 11 11 in the past couple of days , a small army of bloggers and journalists have indicated that they ' re heading for ses chicago 1 1 1 3 3 chest pain from indigestion feels like an intense burning and is usually accompanied by regurgitation and gas 6 1 2 7 7 new skate shoes have arrived into the store 5 16 16 19 19 u s customs and border protection officers stopped a drug smuggling attempt when they seized a suitcase full of marijuana 2 1 1 14 14 this course is part of the master of veterinary public health ( mvph ) program at faculty of life sciences , university of copenhagen , denmark 14 7 7 12 12 the best online advices come from the websites that are specialized in college and nba leagues 6 5 5 9 9 he has been draining the wetlands into federally owned ditches 13 9 9 12 12 this time , however , another bird joined the eyrar of black swans , as dubai owned subsidiary dubai world oliver russ argonaut capital partners 2 0 0 12 12 presentations and outputs of the conference have been provided in the conference proceedings 4 21 21 26 26 a traffic stop for speeding tuesday afternoon in troup county led to the seizure of more than 540 , 000 in currency that was hidden in buckets of roofing tar 2 3 3 6 6 they set the timer on the cooker for three minutes 1 18 18 22 22 it was intermittently wet and dry , and almost always followed with a whine and often a few tears from the terrible pain 0 4 4 15 15 the mite ' s burrows , fecal matter , proteins and eggs cause itching , rashes and sensitivity 9 19 19 8 8 marcus stabs one of the attackers with a screwdriver and we see the impact , as well as the victim painfully removing the screwdriver 18 4 4 9 10 it also uses the intranet to inform staff about training opportunities or forthcoming staff events 6 2 2 7 7 externally derived data were leaked into the system 14 1 1 9 9 a question was raised in relation to the partnership arrangements in germany 3 7 7 16 16 for a beginner , the layout of piano keys is hard to recognize on a piano keyboard 18 7 7 10 10 the kiosk was placed at a statewide convention of science teachers and in a high school science classroom 1 7 7 11 11 thus previous scientific estimates had overstated the devastation caused by the asteroid , since topographic and ecologic factors contributing to the result had not been taken into account 6 1 1 5 5 the pieces are falling into place 14 1 1 7 7 a preamble explains the document ' s purpose and underlying philosophy 0 2 2 5 5 the analysis device instigates the termination of the connection 8 9 9 13 13 they took her address and two years later a letter arrived from an agent asking if she ' d like a part in a big motion picture 8 10 10 15 15 the local industry was virtually demolished that year as other agencies bailed out of a country whose business practices were becoming increasingly corrupt and dangerous for foreign executives 18 5 5 8 8 kids built forts and tree houses in the woods out of materials swiped from the construction sites that would eventually render those woods someone ' s back yard 14 4 5 11 11 the marketing strategy and advertising campaign of the company ' s products are dedicated to bringing back the old traditional glamorous image 1 6 6 8 8 either we saw our mothers show fear from bugs spiders and learned to fear them irrationally 2 1 1 4 4 the point of the pen is in good writing position if the tip is anywhere from a to b 8 1 1 5 5 this plane taxied back from runway 22r to business apron after aborted takeoff 18 1 1 7 7 a woman was recovering from a bullet wound after she was caught in the cross fire of a shootout 17 12 12 15 15 after birth , which usually takes place in shallow waters , the mother suckles her young for up to 18 months 9 0 0 1 1 apricot marmalade is effective in treating emotional indigestion 11 0 0 14 14 plants obtain a significant reduction in water usage and costs by effectively using conductivity analysis 18 5 5 10 10 i was digging up the earth to throw into the cradle , when i turned up a lump of ore about the size of a small walnut , which i knew at once was a piece of gold 18 13 13 14 14 so mary found a pocketknife in the compartment and a straw from her soda drink now spilled everywhere 18 30 30 33 33 these four superb performers and at the end it ' s almost impossible to believe there have been so few of them present a wordless show that is like a circus of human dreams and nightmares 14 5 5 8 8 the breakthrough came after the news that a sheep named dolly was born as the first cloned mammal 14 4 4 7 7 it is an occasional publication reporting recent events and activities taking place at the institute for agriculture and trade policy 2 1 1 8 8 the luff is the leading edge of a sail 3 7 7 8 8 blood looks very red on the color television screen 6 3 3 7 7 nielsen released his insights into the online industry 1 8 8 10 10 it ' s common to get a slight fever from immunizations , which can make them uncomfortable 1 11 11 13 13 they are intentionally sewn larger than the pillow to accommodate for shrinkage from washing 8 4 4 9 9 the first workers ' committee was formed in yamit factory 13 8 8 12 12 my grandfather ' s backyard is an absolute jungle of old wrecked cars 10 9 9 11 11 the 50g is hands down , the absolute best calculator for engineers , surveyors , and hackers 14 9 9 12 13 they planned a meeting where they discussed about this idea regarding the football team 4 17 17 21 21 neighbours and some parents saw the limbs and head were missing from the body , and its torso was in a suitcase 18 1 1 13 13 a trawl through ancient copies of the herts advertiser threw up a treasure trove of information about the early days of the city ' s first ever cinema 18 12 12 15 15 this unwillingness to fund on a secured basis placed stress on the liquidity of the firm 2 2 2 6 6 the small wheel of the button panel is limited to the range of a button , so you do n ' t have to worry that you turn into another function 14 1 1 7 7 the exhibition considers tea ' s mythic origins in the hills of southern china 0 1 1 3 3 heavy thunderstorms caused cancellation of races later in the afternoon preventing the masters mens fours and masters womens and womens eights from racing 2 13 13 16 16 but pradyumna did not die , even when he was digested in the belly of the fish 18 3 3 4 4 she sold a gold ring she received as a gift from her company and her old ' 80s style chains 17 9 9 15 15 in fact , in the concerto form , the soloist often composed and performed a cadenza as a way to express their individual interpretation of the piece 0 19 19 20 20 actually , the earthquake is largely from a global company that had interests insured in china , whereas the snowstorm losses are exclusively from a variety of chinese companies that we had relationships with for some year 6 2 2 8 8 the us troops are going into a mountain area in pakistan 17 0 0 5 5 scientists have made batteries and supercapacitors with little more than ordinary office paper and some carbon and silver nanomaterials 4 1 1 8 8 the bomb was contained in a large white truck and consisted of a fertilizer device wrapped with a detonation cord made from semtex 2 5 5 9 9 the three types of bone cells in the nasal turbinates had characteristic ultrastructural features 6 3 3 7 7 the o dichlorobenzene extractant was removed into chlorobenzene for the first step of rough separation 6 2 2 7 8 the tumorous tissue was sealed in pyrex glass tubes with a gas oxygen flame and frozen by the procedure described previously 6 5 5 8 8 the porter passed on the licence to the wife and the daughter 6 1 1 6 6 the pollution is being spread to air rapidly 8 3 3 9 9 none of the answers just popped out of the computer 12 4 4 9 9 pierre cardo , a deputy from chirac ' s party , explained that the most rebellious of delinquents are often products of polygamous families 3 1 1 6 6 the car already has a digital speedometer which tracks speed at , yes , precision of 1 kilometer not 1 3 , 1 6 , but exactly 1 km 17 1 1 12 12 the reporters on this project have constructed one of the most comprehensive explanations of how the price of this vital infrastructure has spiraled out of control 0 11 11 15 15 by avoiding or limiting contact with trash the chance of contracting germs that lead to sickness or disease is decreased 12 1 1 10 10 each member takes part in the activity of the whole organization in the same way as the organisation is responsible for the revolutionary and political activity of each of its members , since they do not act in the political domain without consulting the organization 18 1 1 20 20 the dialect spoken in the south karelian region of finland is part of the south eastern dialects of the finnish language 18 0 1 7 7 climate change is the topic of the day 3 3 3 11 11 the rabbit wine opener even automatically releases the cork from the spiral 3 6 6 8 8 a popular kitchen protection is a rope of garlic , onions or peppers 18 7 7 15 15 his promised bride was already in great peril from the twisted love of an insane suitor 1 12 12 16 16 in the years since the adm scandal of the 1990s , the calamities caused by the subversion of the food resources of masses of people to the private profit interests of a few has reached new heights 18 1 1 4 4 worker bees eating ordinary honey live only four to six weeks 0 2 2 7 8 the living vaccine , caused a sharp temperature elevation on the day following the second injection 13 16 16 18 18 instead , i ran at them , whirling my arms and screeching as loud as a sedge of bitterns 13 15 15 18 18 once more he is facing off against the malicious cobra , who has released a division of irresistible infantrymen with fierce battle talents 13 2 2 7 7 the executive committee is composed of the president , vice presidents from the 10 largest affiliates , and nine other vice presidents chosen in consultation 8 4 4 9 9 the philippines ' aboriginal inhabitants arrived from the asian mainland around 25000 bc 4 1 1 6 6 an explosive was hidden in a condom or condom like bag just below his torso 1 8 8 10 10 in a person who already has some neck tension from stress , such an event can lead to a long term increase of neck tension 6 3 3 6 6 the spices took pasta into moroccan territory 1 10 10 21 22 the first order of business when a patient complains of palpitations is to check whether the palpitations are caused by a heart rhythm 6 1 1 7 7 the book was misplaced into the wrong shelf 8 1 1 7 7 the bridge was moved from its original location in an effort to save it 18 8 8 11 11 we report the second case of ureteropelvic junction obstruction after radiofrequency ablation that resulted in nephrectomy 1 1 1 10 11 the miscarriages are caused by one time , non repeating genetic problems 1 14 14 20 20 it found the net aggregate economic benefit to native born americans from the enormous influx accidentally triggered by the 1965 immigration is nugatory less than 10 billion a year , in an economy of 10 trillion 10 4 4 5 5 osha regulates that a forklift operator ' s training program have three parts 5 1 1 4 6 the backpack contained a social security number and other miscellaneous items 13 14 14 17 17 standing squarely in the way of progressive plans to fortify marseilles , that magic grove of dodonian oaks , holly oaks and alder just had to go 8 1 1 4 4 the joey leaves the pouch for short periods in about nine months of age , but continues to be suckled until it is about 18 months of age 11 0 0 2 2 engineers use computers to solve a variety of problems ranging from the evaluation of a simple function to solving a system of nonlinear equations 6 4 4 7 7 someone leaked the secret document to a journalist 8 1 1 5 5 the list was distilled from conversations and presentations at ibm ' s emea analyst conference , analyst insights 07 6 9 9 12 12 we did an integration of the git based release workflow into the distribution 6 1 1 5 5 the mice fell into the trap 12 13 13 4 4 this is the basic household return , filled in and signed by the head of the household 6 2 2 5 5 two other teens ran into snags 8 4 4 10 10 deeply chauvinistic , the movement is rooted in an atavistic sense of indian identity that harks back to a mystical time 18 1 1 4 4 the lighting in the shop was dim and the walls were covered with shelves which were covered with shoes 13 4 4 7 7 just then a camel caravan of ishmaelite merchants came passing by , on their way to trade in egypt 6 1 1 6 6 these services are migrated into the call since they require booking facilities 3 1 1 4 4 our microwave has a button for popcorn 13 2 2 5 5 a small charm of seven goldfinches bounced in front of the bus 4 1 1 5 5 the book was in a trunk full of documents handed over to the archive 2 1 1 4 4 the legs of the chairs were designed differently and they were continuously upgraded with new styles and designs 18 3 3 5 5 this statement threw people into chaos 2 2 2 10 10 the overseas department collaborates with the law department of the company to resolve any legal matters in the field of international trade 18 6 6 12 12 the concert closes with the young composer ' s take on another aria from guilio cesare , the notoriously tricky al lampo dell ` armi 11 1 1 11 11 the spotter sweeps the surrounding countryside with a powerful hand held lamp with a tightly focused beam 6 5 5 8 8 the clinical trials have implanted cells into the patient 6 3 3 11 11 we had a flour bin , i poured flour into the well , and i stirred it with the bucket 1 3 3 9 9 mcgee ' s talent stemmed from mother ' s teaching 8 10 10 15 15 i make this all the time and replicated a similar recipe from a wonderful wonderful restaurant in paducah , ky 1 5 5 10 10 harbor beach man pleads in case that stemmed from dog attack on tot 6 0 0 4 4 antibodies introduced into living cells by red cell ghosts are functionally stable in the cytoplasm of the cells 13 16 16 18 18 many people gamble away their rent and grocery money just to take a chance on a leash of greyhounds chasing a mechanical rabbit 14 3 3 6 6 ibsen ' s work examined the realities that lay behind many facades , possessing a revelatory nature that was disquieting to many contemporaries 13 17 17 19 20 this morning while shoveling snow a commotion caused me to look up and see that a small pandemonium of monk parrots had chased away all the cardinals from our bird feeder 6 7 7 9 9 nasa paid a private company which carried astronauts into orbit 17 1 1 8 8 the band first reached the charts with the song touch my light in the late spring of 1993 , receiving major airplay on mainstream radio stations 18 2 2 9 9 the younger female got out rather easily from the cuffs and massaged her wrists 6 6 6 5 5 the animal control released a wild leopard into the wild 0 0 0 6 6 sinusitis and tinnitus cause stress or anxiety 9 4 4 5 5 la nicchia ' s lemon marmalade is a sublime addition to any vinaigrette or fish marinade 6 3 3 6 6 they have poured millions into these projects 18 3 3 6 7 the hand cranked churn produced smoother ice cream than the pot freezer and did it quicker 2 15 15 8 8 as part of their class , titled sustainable building design , the students analyze the components of the building that play a role in the structure ' s environmental impact , such as insulation , water usage and drainage , and the heating , ventilation and air conditioning ( hvac ) system 17 1 1 5 5 british scientists have created human sperm using stem cells in a medical first that could revolutionise fertility treatment 18 5 5 8 8 it is the way of deliverance from vicious cycles of anger and insult 13 15 15 17 17 lake st lucia , africa ' s largest estuary , is home to the greatest congregation of hippos and crocodiles in south africa 0 2 2 19 19 the cool fog of the summer morning had inundated the fabric of the blimp ' s coverings with excess moisture , adding additional weight to the aircraft 16 6 6 14 14 the movie represents the only film soundtrack by the seminal los angeles punk rock band 18 1 1 8 8 the kids dug into the baked ziti with gusto 2 1 1 9 9 the campaign is part of the european e inclusion initiative , which seeks to build on all existing e inclusion activities and identify synergies between them and improvements in overall e inclusion impact 1 1 1 9 9 the perturbations caused by the substorm related field aligned currents are most notable in the east west deflections of the geosynchronous magnetic field 8 3 3 9 9 after 1890 the house was moved from its original location to the complex of outbuildings next to the present ross home 13 15 15 18 18 in the process , they initiated the establishment of the tirailleurs senegalais , the first battalion of senegalese infantrymen in 1857 16 11 11 16 16 in both course offerings , all except one student completed the questionnaire designed by the university coordinators 8 3 3 8 8 the program featured clips from 1950 ' s television and interviews with game show stars 14 18 18 22 22 goltv ' s unique offering positions it in the highly competitive us media market as the only tv channel devoted exclusively to soccer 11 3 3 18 18 it took the mechanic less than 10 seconds ( no exaggeration ) to fix the lock with a screwdriver 15 2 2 9 9 this public debate has been reflected in widely advertised series in the popular magazines and by numerous analysts 0 5 5 10 10 xanax works by changing brain chemicals that cause stress and anxiety 4 1 1 8 8 the handgun was discovered inside a sealed velcro pocket on the front driver ' s seat 2 8 8 15 15 brightly colored honey dipper beads and chunky disk rings make up this all wood foot toy 5 12 12 14 14 these children have given up everything all they own now is a suitcase with clothes in it 0 4 4 11 11 however several species of fungi , insect , and bacteria cause mortality or reduced growth of the tree 6 1 1 6 6 the replies are posted to all groups 18 1 1 4 4 the cockpit accommodated a crew of three , including pilot , radar operator , and sensor operator 9 0 0 1 1 rye flour was found to contain only one glutelin , which separated at 3 per cent of saturation with ammonium sulfate 6 10 10 13 13 pee dee academy girls basketball coach jerry coleman placed the quote in a spot where he was sure all of his players could see it 2 5 5 7 7 viral dna forms in the livers of ducks transfected with mutant genomes 17 1 1 4 4 the painter ' s marks represent the story of a hunt or a great war my symbols represent the story of a problem and its solution 1 8 8 11 11 the author clearly got a great deal of pleasure from the work and did not allow his vast amount of material to force him into shallow generalizations 1 4 4 8 8 general information about the infection caused by the bacteria called salmonella , when food is eaten raw or undercooked 1 2 2 5 5 all the profits from the books listed below are donated to the norman historic preservation program , inc ( nhpp ) to be used toward the renovation of the old norman high school as a children ' s educational center and museum 18 0 1 4 5 physical geography examines the natural environment and how the climate , vegetation life , soil , water , and landforms are produced and interact 11 1 1 10 10 this code constructs a triangle from a set of three lines 3 5 5 10 10 the target is semantically a tree that is constructed from elements of terminal and non terminal nodes represented through lists and symbols 12 1 1 9 9 my home is a part of homeowner ' s association 18 2 2 10 10 recently the man was put into an interpol red flag list 4 33 33 39 40 in the 1940s and 50s the empty canal was used by a chemical and plastics company to dump nearly 20 , 000 tons ( c 18 , 000 metric tons ) of toxic waste the waste was sealed in metal drums in a manner that has since been declared illegal 14 7 7 11 11 young people from bridgend made this animated film to highlight the dangers of forest fires 2 1 1 8 8 the pouch is a distinguishing feature of female marsupials ( and rarely in the males as in the water opossum and the extinct thylacine ) 13 9 9 13 13 but nothing prepared her for the day when a surfeit of 10 baby skunks popped their heads out of the hole and began scurrying about with their mommy 17 8 8 14 14 we started the scholarship and then formed a committee of employees who drafted the guidelines of what we wanted to do with it 14 2 2 5 5 despite previous statements asserting their innocence , both titus and ryan pleaded guilty to various charges on may 30 1 4 4 9 9 gaza following the widespread destruction caused by the israeli invasion 13 9 9 12 12 the ragtag cast evinces as much harmony as a clutter of alley cats in your backyard 14 10 10 12 12 in 2006 , the international astronomical union officially adopted a resolution defining planets within the solar system 18 1 1 7 7 the continent has sunk into deep economic abyss 14 3 3 9 9 meanwhile , the speech pointed out that the scientific innovation is the only way to develop 6 3 3 14 14 for years , adventurers from across the prime realms have journeyed into those dark depths seeking glory and wealth 3 9 9 10 10 fig 1 is a front perspective view of a pants pocket showing my new design 18 0 0 7 7 investigations are under way to establish the identity of human remains found by police in woodland in surrey 6 5 5 7 7 the house has postponed the vote to tomorrow 3 3 3 5 5 the majority of tree feeder roots are located in the top four to eight inches of soil 6 1 1 7 7 the gas is blown into the molten metal through a gas blast nozzle in a refining furnace 1 1 1 7 7 the hole has been caused by the accumulation of dust into planets like earth 18 5 5 9 9 i managed to squeeze decent photos out of an iphone 0 2 2 10 10 sigmoid colon diverticulitis is the most common cause of acute pain in the left lower abdomen in older adults 0 2 2 7 7 the relative calm produced by the shia ceasefire has coincided with what the cia is now calling the near strategic defeat of al qaeda in iraq 17 1 1 7 7 the president surprised world leaders with a joke about his poor record on the environment as he left the g8 summit in japan 13 12 12 14 15 i am a semi professional myself and i also have a small hug of teddy bears , but the photos that marc hoberman made of these bears are really fantastic 18 1 1 6 6 the auction started at the ungodly hour of 10 am , which i ' m guessing ensures no one will show up after hitting the bars and bid drunk 1 4 4 10 11 we are aware that acne or pimples are caused by hormonal imbalance , improper skin care or bad eating habits 14 5 5 12 12 in march 1997 a scientific conference was held on the topic of prevention and health promotion 10 4 4 7 7 by contrast , the robot lets the operator just queue raw stock and walk away , returning later to pick up completed parts in the unload queue 5 1 1 4 4 a suitcase with a bomb in it is carried around 1 11 11 14 14 my grandmother is beautiful too but she has a lot of wrinkles from the sun 18 3 3 6 6 originally , the buttonhole accommodated a button sewn to the underside of the opposite lapel , thus allowing a man to button all the way up in brisk weather 4 6 6 12 12 britain ' s oldest surviving human brain was discovered inside a decapitated skull placed in a small pit near york 18 49 49 51 51 he established a new administrative system , sent a regiment of regular troops which quelled the lroquois , and then invested vast sums in economicdevelopment , establishing new industries such as lumbering and shipbuilding and subsidizing the immigration of skilled and unskilled labor , and marriageable girls for the superfluity of bachelors 18 3 3 6 6 you store the information in the variable in your source code 14 3 3 16 16 the eight part serial was a historical drama set in ancient egypt and charted the ruling dynasty of the cleopatras 2 11 11 16 16 the device operates as follows the flowing medium presses against the paddle of the kobold flow switch 13 8 8 12 12 the republican party of pennsylvania has a strong slate of endorsed judicial candidates running for statewide office 0 10 10 17 17 the confrontation between martyn and liz earlier ended with a struggle that resulted in martyn ' s drowning 18 1 1 6 7 his scepticism in regard to the liberal reforms of the sixties made him very unpopular among the more progressive writers of that time 11 1 1 4 4 the researcher started the slide show with a blue slide showing an overview of all episodes of the task and left the adolescent alone 2 10 10 15 15 he noticed that this black substance was also on the lid of the cracked stone casing 1 13 13 19 19 the lancet study already demonstrated that , as of july 2006 , the deaths caused by the u s invasion of iraq rivaled the death toll of the 1994 rwandan genocide 15 0 0 10 10 characters native to the african continent have been depicted in comics since the beginnings of the modern comic strip 2 2 2 5 5 the two pillars of the temple reinforce the theme of polarity 4 1 1 5 5 the letter was in a chest downstairs in the kitchen area 17 5 5 8 8 this comment refers to the author ' s reply 6 3 3 6 6 we sent the string to the webserver 1 8 8 11 11 a 3 year old boy sustains a chemical burn after the spilling of bleach onto his lower extremities 18 7 7 12 12 in the fifties , they developed a technique for treating blood with ozone called ` major autohemotherapy ' 16 8 8 26 26 from 1972 through 2000 , cassioli ' s design ( or a slight modification ) remained on the obverse with a custom design by the host city on the reverse 13 12 12 15 15 here at flamingo gardens we are proud to have the most prolific romp of river otters in the world , and romp they do 17 1 1 12 12 a writer who lives in salt lake city has recently completed a memoir about her experiences as a mormon missionary 13 11 11 14 14 this miller ' s dozen as i ' m calling our troubling of 11 goldfish was thought to have dwindled to only 5 or 6 by as soon as the first morning after their purchase 13 5 5 7 7 the farm takes on the raffle of turkeys in july , when they ' re just one day old , until they ' re slaughtered in december 16 2 2 5 5 in the poem , the author develops the metaphysical issues raised in a riddle and canto 1 5 5 9 9 i get severe headaches and dizziness from colas and drinks with nutrasweet ( aspartame ) and splenda ( sucralose ) 11 2 2 10 10 the armed men tore down the rear wall using a sledgehammer and used a bolt cutter to destroy the detention locks 18 3 3 6 6 they have thrown mankind into deeper bondage than ever 2 2 2 9 9 the longest hairs that make the tip of the brush all have the same length and stay evenly together 6 3 3 5 5 voters passed on messages to members of the congress by email 9 8 8 9 9 hermione just shook her head and drank her mango nectar , laughing a little 13 27 27 29 29 the plot evokes old school space opera with its whirlwind pace , immense scope and twist ending , but cutting edge extrapolation breathes vivid life into this universe of scoundrels , heroes and romantics 18 4 4 8 8 before attacking the walthers kit with a razor saw , however , let ' s take care of some other important layout details 6 1 1 6 8 a copy was sent to your e mail address 8 4 4 8 8 they were sailing the ship away from the harbor laughing and cheering 18 3 3 8 8 at least 140000 homeowners have fallen into negative equity 11 8 8 13 13 the whole thing was cleaned up by the mechanic with a high pressure hose 18 1 1 5 5 all parties were taken into confidence over swat offensive 6 2 2 10 10 approximately 2 trillions are invested into sri socially responsible investing ventures in the present day 17 0 0 1 1 fish eggs are collected by opening the outlet of the spawning pond leading to the egg collection chamber 13 7 7 10 10 canned vocally , caruso is worth a wilderness of wagner monkeys 18 9 9 15 15 the cccb is an institution that organizes contemporary cultural events and exhibitions with regard to music , dance , debates and readings 10 9 9 11 11 without doubt , this is one of the best books for artists available 15 1 1 7 7 the government was criticised in a radio debate 13 18 18 21 21 in her emotional acceptance speech , berry shook off the happy heaves and dedicated her prize to a sorority of splendid sisters dorothy dandridge , lena horne , diahann carroll , jada pinkett , angela bassett , viveca fox and every nameless , faceless woman of color that now has a chance because this door tonight has been opened 8 6 6 10 10 we are being cautious as the flies emerged from the perforation after a period of three days last week 14 2 2 4 4 he made allegations of corruption against the administration 18 6 6 10 11 since then , numerous independent feature directors have journeyed into series television 1 6 6 11 11 for a few more years the surplus is generated by the excess of social security tax revenue over benefits paid to today ' s elderly and disabled 4 3 3 12 12 the entire running gear of the engine was enclosed in a copper case 1 1 1 9 9 the decline in populations has been caused by the influx of industrial and resident waste water , sludge sedimentation , and land reclamation 3 1 1 2 2 this rose bud waiting to open up for the world to see , was in the garden at the swan inn 14 1 1 4 5 the guide depicts the chronological order of electronic music genres ' appearance 0 1 1 6 6 a lamp emiting a strong white light is placed on an mobile block makes it possible to the scanner to sweep all the document 8 0 0 4 4 oil produced from such reservoirs , especially nigeria and middle east , could have poor economical balance 3 2 2 5 5 the following figures summarise the results for the last financial year 8 10 10 14 14 thinking to better his chances in his chosen calling the father left his native land in 1817 and came to america , landing at st john ' s , newfoundland 1 9 9 15 15 relena ' s head was bowed , though the heat was radiating from the young princess in waves 14 3 3 7 7 it presents some questions connected to these cases 1 5 5 10 10 in many patients , the disease caused by the h5n1 virus follows an unusually aggressive clinical course , with rapid deterioration and high fatality 8 5 5 9 9 after lost ! , the bandmembers descended from the stage , winding their way through the crowd on the floor 14 3 3 5 6 the first public allegations of prisoner suffocation in the containers appeared in a december 2001 new york times article 9 10 10 11 11 this week we take a look at instructions for all grain beer brewing using a single step infusion mash setup 3 0 0 1 1 television screen size is measured diagonally , so that ' s what the 19 , 22 , 24 , 32 measurements on televisions are referencing 14 1 1 9 9 the statue is an armless depiction of a young boy and was first acknowledged as an early work of michelangelo in 1997 13 4 4 6 6 anybody who has a peep of chickens has an opportunity for some interesting observations and great omelet material 18 1 1 6 6 the automaton starts in the initial state , reads input character by character and changes state according to the program 16 3 3 17 17 lidenbrock translates the note , which is revealed to be a medieval note written by the icelandic alchemist arne saknussemm 4 1 1 6 6 the map was locked in a safe in her office 8 6 6 12 12 it was probable that the mn atom went away from an interstitial site neighboring on the substitutional pt atom after the dissociation of the pt mn complex 0 5 5 9 9 agriculture has again become a producer of renewable domestic energy to offset supply disruption and stabilize fuel prices 8 3 5 10 10 tiger woods ' mother in law was released from the hospital tuesday , 11 hours after a pre dawn emergency call was made from his florida mansion because she was suffering from stomach pains 18 1 1 4 4 the lawnmower cuts a swath of grass as it moves across the lawn 18 7 7 12 12 the center and right images show progressive shrinkage after two and four years 18 17 17 20 20 although harry noticed it during exercise , the change that was identified was the difference in muscular discomfort from the beginning of his training program ( riding five miles per day ) to his current status two months later 17 5 5 9 9 during this procedure , the surgeon makes a small hole ( fenestration ) in the baffle to help relieve the symptoms of the original heart disease 5 7 7 14 14 tim boyle ( 1846 ) checks a flask that contains the dried cathode precursor powder 18 1 1 4 4 a moat keeps the enemy at bay 18 7 7 9 9 his lung function remained stable after complete removal from exposure to metalworking fluids 1 18 18 21 21 losing land to new white settlers , non payment , past broken treaties , plus food shortages and famine following crop failure led to great discontent among the dakota people 18 1 1 6 6 the patient is kept in the hospital one night for observation 1 13 13 6 6 some people voluntarily get involved with politicisation , while others become victims of circumstances created by the politicisation 18 12 12 14 14 they ' re bringing in applications such as catalog management and order fulfillment from vendors , then laboriously developing and integrating those applications themselves 1 12 12 14 15 polar bears and hippos have joined the ranks of species threatened with extinction from climate change , unregulated hunting and other dangers created by humans 2 1 1 4 4 the bulbs in my house use 190 watts 2 6 6 9 9 so i was looking at the ceiling in my kitchen yelling at god 3 1 1 3 3 the implant contains nanoparticles which are designed to test for different substances , including metabolites such as glucose and oxygen that are associated with tumor growth 1 3 3 7 7 most of the excitement came from the anticipation of winning a nice prize , all for the sum of one dollar 5 4 4 7 7 the contents of the envelope were a sheet of foreign note paper , and a folded enclosure 18 23 23 26 26 their retreat was disorderly and confused and much like a flight , the pallantines hanging on their flanks and rear and doing great damage from early dawn till evening 18 12 12 14 14 these hebrew histories tell the story of a people ' s upward growth from savagery 11 16 16 19 19 a major government researcher once complained that his bosses used his scientific findings the way a drunk uses a lamppost for support rather than illumination 17 2 2 5 5 eventually the company manufactured the machines 1 0 0 4 4 progress comes from constructive competition , and churches and religions can benefit greatly from it 0 2 2 4 4 the concrete sidewalk radiated heat like a furnace , and there was no relief in the shade of a large crepe myrtle tree as they walked under it 17 9 9 13 13 in cicero ' s speech for milo , the orator makes a valid argument 18 6 6 12 12 in a preliminary investigation , cheddar cheese was made with a lactococcal starter overproducing different peptidases 1 1 1 5 5 the fire started with an explosion in the cargo hold and spread across the ship within 10 minutes 18 7 7 8 8 until last year , afghanistan was an opium exporter , not a major heroin producer 10 1 2 5 6 a car battery powered a laptop computer connected to a small , portable satellite antenna 11 2 2 8 9 anti gun forces still wield a lot of political power 18 1 1 9 9 the logs sawed smoothly and accurately using either saw design 1 4 4 7 7 villagers live in constant terror of indiscriminate gunfire which fills the nights throughout chechnya 4 6 7 11 11 he used a stable form of liquid nitroglycerin carried in a bottle labeled as contact lens solution , using cotton as a stabilizer 8 2 2 9 9 the basement carpeting is made from recycled plastic pop bottles , and the underpad was once automobile tires 18 5 5 10 10 but the contents of the audit were a closely held secret , and attempts to obtain other records were denied repeatedly 3 1 1 9 10 the kitchen contained one other interesting item , a trap door in the ceiling 3 4 4 7 7 the contents of the workshop included a discussion on various documents in respect of exports , imports and documents relating to letters of credit 18 1 1 6 6 the tenant has farmed for this owner for several years and does n ' t want to lose the ground , but also does not want to pay the large increase in rent 16 6 6 8 8 we ' re always looking for feedback from readers and articles to highlight 1 4 4 8 8 there was an the outrage from the sexism crusaders 8 1 1 4 4 the hydrogen comes from water and electricity from any source can be used to electrolyze the water 1 22 22 24 24 his highly original and topical act reaches from the top of the corporate ladder into blokes ' sheds , leaving his audiences aching from laughter 17 4 4 10 10 the pancreas is the organ of the body that produces insulin 16 7 7 8 8 nine year old chloe clark joined a ballet company on stage last monday 11 1 1 5 5 the weaver sits with a loom fixing the back strap , keeps her legs against the footrest , which is adjustable for keeping the loom in tension 5 10 10 14 14 the conventional way to grow bacteria is to inoculate a flask that contains a broth of nutrients 18 1 1 5 5 the toolkits provide a secure framework where sensitive information remains private 18 4 4 8 8 in a nutshell , orienteering combines a physical skill with a more cerebral element 18 1 1 6 6 the food is kept in the kitchen and guests help themselves as it is a self service 1 9 9 11 11 videotape is a fragile medium subject to damage and deterioration from exposure to poor environmental conditions and inadequate handling practices 18 1 1 8 8 the challenges are being addressed from a manufacturing standpoint rather than ict solutions that could answer them 3 1 1 8 8 the kitchen contains various commercial equipment such as stoves , griddles , deep fryer , and an oven 1 3 3 10 10 most of the steam comes from a volcano ' s magma 11 1 1 4 4 the artist played the piano with great precision 0 6 6 10 10 when i start the engine the car makes a screaching sound 18 2 2 5 5 touch sliding keyboard offers keyless typing 4 1 1 8 8 the acid is kept in a level controlled tank ( with a controller and an alarm in the event of low acid level ) 16 1 1 4 4 the yeast ' s manufacturer , lesaffre yeast corp of milwaukee , did not return calls seeking comment 0 2 2 6 6 the enclosed community produced the enclosed personality , and vice versa 18 0 0 3 4 batteries kept in good condition have a 5 to 6 year service life 1 6 6 12 12 in a clock , the ' tick ' is produced by the action of the escapement 18 2 2 7 7 non uk students benefit from the bursary scheme 8 5 5 9 9 this is the winning sand castle from the castlemania contest 1 15 16 18 18 the risks of this procedure include anesthesia complications , post operative difficulty breathing , and sore throat from intubation 11 12 12 16 16 an accompanying cd of light classic italian music helps to inspire the cook laboring over the stove or to create a romantic atmosphere at dinner 11 1 1 13 13 the victim , who was positioned underneath the conveyor , was using a hammer to adjust the return roller 18 1 1 6 6 the bulldozer is kept in the area and is suspected of being used to create makeshift paths across the river 5 7 7 9 10 the contents of the bear ' s stomach included apple mash , corn and blueberries 17 3 4 6 7 normally , the bone marrow produces stem cells ( immature cells ) that develop into mature blood cells 18 1 1 4 4 a marinade that contains acid , alcohol or salt has been used for a short time 18 3 3 8 8 to say that rowing is just pulling an oar is like saying golf is just swinging a club 18 12 12 16 17 the main cell types are fibroblasts , macrophages and adipocytes ( the hypodermis contains 50 of body fat ) 1 22 22 25 25 whilst audio sampled at 8khz is sufficient for communication , such narrow band speech does not sound natural , leading to user frustration after prolonged exposure , and making language learning difficult 9 1 1 2 2 the country gentleman , lodging at the hotel de mayence , rue saint honore , near the place vendome , one morning received a visit from a confidential agent of the ministry , who was an expert in ` winding up ' business 18 5 5 8 8 with these axioms , the judges cultivated the principles of judgment , and those principles could be used in gauging the restrictions on freedom that were justified or unjustified , in any domain of the law 11 10 10 16 16 it is noteworthy that peacham ' s emblem has a hunter chasing the ermine with a spear and dogs 8 1 1 6 6 the dollar fell from six week peaks against major european currencies 18 8 8 11 11 some inactivated influenza vaccine contains thimerosal , a preservative that contains mercury 1 17 17 19 19 initiated during the early 1990 ' s national mineral resource assessment , this project received a major boost from funding provided through the ` data at risk ' add on funding received by the usgs through the 2004 fiscal year 10 4 4 5 5 i worked as a crane operator in construction at that time 18 18 18 22 22 a pop up roll cage and active headrests aim to protect occupants during a rollover , and the floorboard is made from bamboo and aluminum 3 5 5 8 9 in simplest terms , a hybrid combines a gasoline engine and an electric motor to provide adequate power with minimal fuel useage and low emissions 0 1 1 6 7 the energy of emission produces the separation field 18 0 0 4 5 batteries stored in a discharged state are susceptible to freezing , sulfation and an increased rate of discharge 8 9 9 15 15 from the diagrams of davinci to the latest photographic marvels retrieved from the remotest galactic outback , visualization of research has a long and literally illustrious history 1 5 5 7 7 i derive tremendous pleasure and fulfillment from teaching , particularly when i am able to help students understand a previously foreign concept or idea , aid them in seeing a familiar object or event from a new and unusual perspective , guide them with projects they are working on , or encourage the interests they have 10 6 6 10 10 pot supports are used in the stove to protect the cook from the heat 17 16 16 19 19 the guarantees so painfully obtained by formal verification of the source program are useless if the compiler generates wrong code 16 1 1 4 4 the vaccine ' s maker , the irish drug company elan , has stopped giving the shots to its 360 volunteers while doctors determine what caused this serious side effect 11 1 1 8 8 a man struck my video camera with a hammer while i accompanied a german film crew in clearwater 1 2 2 5 5 sometimes the blockage comes from fear , as for a ceo who hates public speaking but must give frequent speeches 11 0 0 5 5 evaluators applied the statistically accurate generalization that men are usually taller than women to their estimates of the height of individuals who did not necessarily conform to the generalization 18 12 12 15 15 it makes the drive more comfortable by intelligently seeking out what the passengers inside the car prefer in terms of temperature , music , lighting etc 18 13 13 21 21 it is a family luxury villa with breeze kissed balconies from which the sounds of the sea provide a sensuous nightly serenade 0 16 16 19 19 when they took the floor against a team favored to win the national championship , the patriots radiated carefree confidence 6 25 25 28 28 while calvin is able to get the diamond , he ' s nearly caught by the police while making his getaway , and stashes the jewel in a bag carried by a passerby 18 2 2 7 8 the discharge valve is kept in the closed position at all times unless the dike is deliberately being drained 17 1 1 16 16 the company practically created the personal home computer industry , but the company made the fateful decision not to liberally license its software applications 18 4 4 8 8 the 3 km long beach extends from the mouth of the oro river in the west , to the cliffs of point caramonal to the southeast 18 1 1 7 7 the tests are generated randomly from a bank of questions developed for each module 18 2 2 9 9 suddenly a nurse takes off her familiar loose fitting clothes , and dresses her in clothes , which fit her more closely 3 3 3 10 10 the global warming segment starts off with two , cute anecdotes about flowers blooming early and aardvarks moving north 18 2 2 7 7 the outer shell is made from anodized aluminum 16 3 3 4 4 we cleaned the coffee maker , repeating this step again with a fresh vinegar and water mixture 18 1 1 4 4 the servant brought forth jewels of silver , and jewels of gold , and clothing , and gave them to rebekah 11 1 1 7 7 the device uses the newest personal antenna technology 18 6 6 10 10 colorful , almost fat free salad dressings start with fresh fruit 17 1 1 5 5 the company uses a policy assertion to convey a condition under which they offer a web service 9 0 0 6 6 fruit juice has all the fruit sugar and none of the fruit fiber , and only some of the fruit nutrients 5 1 1 5 6 the box holds three stiff cardboard tubes , each wrapped in now decaying cellophane 18 3 3 7 8 until 1729 the building contained only the grammar school 18 1 1 4 4 the move makes a mockery of china ' s long standing opposition to such capabilities in the hands of other powers 6 11 11 16 16 suddenly , a man approached me from nowhere and stuck a bag of candy in my face 18 6 6 11 11 he went on to examine the theory from a risk assessment perspective 17 1 1 7 7 the courts created the freeman walter abele test to determine whether an algorithm only represents an abstract idea 11 6 6 10 11 it was the only time the president has wielded the veto pen during his six years in office 18 6 6 8 8 kids love watching the stages of growth from caterpillar to cocoon to butterfly in this easy reliable kit 18 1 1 4 4 the mood inside the car was very quiet as the couple continued home and went to bed 18 8 8 11 11 television cooking shows and more advertising have put wine in the limelight 11 3 3 8 8 currently , the villagers operate a ram oil press that is counter intuitive to use and leads to sub optimal oil extraction from groundnuts 5 1 1 7 7 the building contained a significant amount of furniture and equipment 0 0 0 4 4 zinc is essential for growth and cell division 18 9 9 13 13 with its non slip , ambidextrous grip , the peeler glides effortlessly through foods 11 1 1 6 6 police officer uses a taser stun gun to subdue a glass wielding six year old 9 1 1 9 9 the land surrounding the lakes is extensively farmed for wheat , while elsewhere in the national park the steppe is heavily grazed by domestic livestock 0 2 2 8 8 the backup vocals are from a rather talented female , stephanie eitel 8 16 16 19 19 so you are not only sharing the speaker information , but you are also sharing the audio from the event quickly and easily 5 2 2 10 10 the remaining contents of the package included four ounces of plastique filled with tiny metallic slivers 4 1 1 7 7 the newspaper was being kept in a box 18 10 10 13 13 two years ago , president george w bush ordered the activation by the end of 2004 of a system capable of defending the united states against a missile attack by a terrorist group or an unfriendly rogue state such as north korea 0 5 5 12 12 the soft brown and beige tones in the decoration provide a tranquil mood 18 1 1 4 4 the tram makes the trip from the main university campus in less than 5 minutes , while driving can take 15 minutes or longer 18 1 1 4 5 a lodge combines a colonial atmosphere with the rustic beauty and history of africa 17 2 2 4 4 the simple rule produces sentences such as abab 8 8 8 10 10 tub drains clog up with hair and the grease from soap and must be cleaned out occasionally 18 4 4 7 7 you proved that a gas takes up space 16 9 9 10 10 alex ' s skills as an editor and a documentary maker allowed us to be able to shoot it and turn it in that short amount of time 1 1 1 5 5 their success comes from their ability to quickly answer a growing surge of mid size customer demands demands that always focus around ease of implementation and ease of administration 9 6 6 7 7 orpheus falls in love with the country girl for no apparent reason save her name and beauty 4 23 24 29 30 harry stanley , 46 , from hackney , east london , was shot and killed by metropolitan police officers who had mistaken a chair leg being carried in a plastic bag for a firearm 4 10 10 11 11 you noticed the three numbers at the bottom of a fertilizer package 5 1 1 4 4 the box holds the answer to how you got trapped 2 1 3 6 6 the turn signal indicator inside the car was blinking erratically for the last month and someone recently explained that it meant the bulb had gone somewhere on the left 0 1 1 6 6 the filament emits a yellowish white light , and the walls have a strong yellow tint 1 8 8 10 10 this program is an effective step to mitigate damage from hurricanes , but let us not forget this is a retroactive measure 11 1 1 4 4 the hairdresser took his scissors and held up a coil of hair 17 1 1 5 5 the monitor provides a quarterly report to the chapter ( or nec ) 17 1 1 5 5 the discoverer writes a short citation explaining the reasons for assigning the name 11 1 1 4 4 the carpenter carries an axe over his shoulder and a smaller one in his belt 2 2 2 7 7 a gasoline engine powers a hydraulic drive train that provides torque at all six wheels 8 4 4 9 10 elizabeth smither ' s tokotoko was made with a gear lever 1 12 12 14 14 it ' s not unlike an archeological dig through an attic , choking from laughter rather than dust , as familiar and forgotten memories are refreshed and taken for a satirical synaptic spin by a master humorist 18 9 9 13 13 these are memorable words written on a piece of paper kept in a museum 11 1 1 8 8 electron microscopes are scientific instruments that use a beam of highly energetic electrons to examine objects on a very fine scale 11 9 9 13 13 but then one of them got hold of an axe belonging to the carpenter 18 3 3 7 7 quality forged pinking scissors cut with exceptional ease and efficiency 9 0 0 1 1 almond butter is available in many natural and whole food stores 1 4 4 7 7 six glowing disks await activation by the footsteps of desert wanderers 11 1 1 4 4 the tailor brought his scissors and a newly made garment 11 1 2 6 6 most sewing machines use a sturdier stitch known as the lock stitch 1 16 16 18 18 significant reductions of these levels produce pastries with poor lift in the oven and with unacceptable shrinkage after cooling 0 1 1 5 5 the transmitter generates the electromagnetic wave , some of which will be incident on the receiver 18 10 10 17 17 it is set in the most beautiful surroundings and the land has been biodynamically farmed for many years 8 0 0 4 4 rain comes from evaporated seawater , transferring not just water but the solar energy that took it from the sea 18 6 6 11 11 some plants and animals are facing extinction from alberta ' s lakes , rivers , mountains and prairies 1 1 1 4 4 true progress comes from science , debate , inference , logic and reasoning 0 10 10 15 16 preliminary experiments seemed to support this idea in that the quenches produced the predicted high vortex densities 1 16 16 18 18 a tear or a crease changes the character of the surface more drastically than a mere deformation from roundness 1 1 1 4 4 continuous improvement starts with measuring process performance , and instigating a robust process for reviewing further changes logically and quickly 1 4 4 7 7 the period of tumor shrinkage after radiation therapy is often long and varied ( mean 29 months ) 3 3 3 7 8 you own a house that contains a granny flat 11 3 3 6 6 when the taxi driver stopped his car and got out , the two people ran up the street toward downtown potsdam 8 7 7 10 10 this appalachian region had been settled by emigrants from the lowlands 18 23 23 30 30 arthur and franz are thieves , or they ' re trying to be thieves , and somehow learn that odile lives in a house that contains a large sum of money 10 1 1 5 6 the river once powered a grist mill 8 5 5 8 8 the older child took the firearm from a closet and was handling it when he fired and struck eric , who was in the same room , investigators concluded 1 3 3 7 7 first , the sound radiated from a surface simulating a two dimensional monopole is calculated using an unstructured mesh 1 4 4 6 6 i have always drawn satisfaction from exertion , straining my muscles to their limits 0 4 4 7 7 that happens when the media makes a mistake 2 5 5 8 9 the viewer looks through an eyehole in the metal box into the abyss , an infinite regression of mirrors reflecting themselves 1 1 1 3 3 sudden death from inhalation of petroleum distillates is well recognized in misuses of volatile substances 5 1 1 4 4 the box contained 126 recipes , mostly written in pen in neatly rounded script 18 1 1 6 6 the architect carefully designed the 15 rowhouses , reflecting the suburban ideal of the late 1800s 13 3 3 5 5 contents of the scrapbooks included pictures cut from magazines and newspapers , stories , poems and anecdotes as well as photographs 18 5 5 10 10 the piglet ' s incisor teeth are cut off with pliers 2 2 2 8 8 the original engine powered a limited production mustang model sold for two years 18 20 20 22 22 intersense , inc , a market leader in precision motion technology , today announced that hydro , a leading offshore producer of oil and gas , has installed its tenth intersense is 900 precision motion tracking system as part of hydro ' s large scale immersive visualization rooms 18 1 1 4 4 the move from binary access ( yes or no ) to fine grained authorization betrays a shift in mindset from a defensible perimeter to a qualifier that identifies who can access what room 18 6 6 10 11 on the courtyard there is a room that contains a billiard table , a big cinema screen with a sony dvc player with over 300 titles and several sofas 18 14 14 15 15 she opened a fridge in the side of the door and got out a blueberry vodka 2 6 6 10 10 i reversed the position of the batteries stored in the flashlights to prevent them from accidentally switching on and losing power 9 15 15 19 19 when man sinned , the occasion of his fall was a tree , and the ground cursed brought forth thorns 16 5 5 9 9 showing a sample of a fertilizer package this fertilizer company shows what to look for on their label 18 1 1 4 4 the kitchen holds little clues about how we tried to reinvent the past 8 5 5 10 11 this is assuming that the dividend is received from a treaty country 8 18 18 10 10 patient survival one year after transplantation from a living related donor is 95 and comparably high if the organ comes from a cadaveric donor 1 12 12 15 15 we continue to see progress toward a world free of the daily terror of antipersonnel landmines 18 1 1 6 7 the micropump is fabricated by the anisotropic etching , the boron diffusion and the metal evaporation 9 0 0 1 1 pomegranate juice has anti inflammatory effects and high levels of anti oxidants , which are believed to protect the body from free radical damage 17 1 1 4 4 the artist made the picture when he was a fourth grade student in iowa city 18 8 8 12 12 dr aimee rose , a member of the team who made the discovery , predicts it will save many lives , both military and civilian 18 2 2 5 5 furthermore , control over agricultural research , production , distribution and practice is shifting from public institutions to private corporations , which are profit driven and are not motivated by humanitarian concerns 8 17 17 20 20 he described the meeting with her as an exception , since he normally has meetings directly with engineers from the regions 1 11 11 20 20 in a conventional , steam turbine only power plant , the heat required to produce the steam comes from a boiler 13 1 1 3 3 the list contained books of various genres and reading and interest levels 3 2 2 5 6 a large rig combines a trampoline system with a bungee cord system 16 9 9 10 10 now in its 56th year , this unique folkloric dance company continues to collect , perform and preserve authentic traditional hungarian music and dance 9 2 2 5 5 the burning fuel produces exhaust gases , which , when forced out the nozzle , produce thrust , moving the rocket in the other direction 18 9 9 12 12 in converting a tree into thick planks , the saw causes a waste of a very small fractional part 18 7 7 15 15 until recently patient record was represented by documents in paper kept in a variety of formats , different contents , and places 10 6 6 10 10 the book is about how the bomb was used in diplomacy 18 1 2 4 4 the display table contained books and posters for visitors to browse 1 15 15 19 19 after several years of self observation , alexander began to teach his method of conscious inhibition through manual facilitated movement 17 1 1 5 5 the spammer writes a simple bot that goes to your site and hits the registration page 1 11 11 18 18 as the molten metal cools , it hardens and assumes the shape created by the mold ' s cavity 18 10 10 16 16 in particular , we work on devices that take the signal that is carried in a beam of light going through an optical fiber and transfer that signal to another beam of light going through the same fiber 18 4 5 18 18 a knitting needle or knitting pin is a long stick or rod used as a tool in the manufacture of hand knitted fabric 18 0 0 3 3 driving with sleep deprivation has similar effects as driving under the influence 1 8 8 10 10 we planetary citizens have a unique capacity for ecstasy from repetition especially when it comes from drumming 11 1 1 4 4 the tailor left his scissors on a wall below his balcony 18 11 11 14 14 as many as 18 products in your home come from this guy ' s company 11 1 1 6 6 some pathologists do this with a scalpel , while others use scissors 10 17 17 20 20 the authors take us on an extraordinary journey , from the depths of the ocean to the net of a fisherman 0 1 2 4 5 the scintillator material produces visible light when transversed by the particle ' s radiated energy 17 1 1 4 4 the supplier ' s invoice is payable within 30 days 5 4 4 6 7 the contents of the boxes included phone cards , disposable cameras and razors , travel size toiletries , snack food , and lots of candy 17 1 1 6 6 the photoheliograph produced the glass plate photographs on display in this exhibition gallery 18 8 8 11 12 the acoustic test is where we put the spacecraft in a sound chamber and blast it with over 140 decibels of noise for at least a full minute to simulate what it is going to experience during the launch 1 1 1 5 5 the evacuation after the chernobyl accident was poorly planned and chaotic 5 4 4 7 7 the contents of the box were a present and the box itself was as a present 10 32 32 35 35 commodities that sell and bear rents are also products , including the coils that help distill whiskey , the tatters of the beggar , the retorts of the adulterating druggist , the jimmy of the burglar and the brig of the pirate 18 3 3 6 6 the typical flu infection starts with fever , muscular pains , headache and general fatigue 4 15 15 19 20 the goal of the study was to determine the percentage of adult americans who keep money in a regular savings account 8 1 1 7 7 the signal is received from a known direction 4 4 4 7 7 our water froze and batteries kept in pockets got cold 18 4 4 7 7 i had told this headhunter ' s company repeatedly that i was only interested in working in the philadelphia area 18 2 2 6 6 a single blow made with the chisel angled incorrectly cracks a block or break a delicate protrusion 3 1 1 7 7 the corbel was carved with a contorted face 17 2 2 5 5 the steering committee developed the protocol and consent forms with the participating sites and guided the implementation of the trial 16 17 17 20 20 buyers of new stoves are sometimes encouraged to buy the optional fan that is offered by the stove ' s manufacturer 17 4 4 14 14 to that end the faculty collaboratively designed the credential , certificate , and degree programs to provide you with a sequence of coursework and field experiences that prepares you to not only act like teachers , counselors and administrators , but to think like them as well 12 2 2 11 11 yet 14 members in the lebanese parliament are from the hezbollah party 17 11 11 14 14 the flavor and color depend on the plants from which the bees manufactured the nectar 16 0 0 8 8 insulin is a hormone naturally produced by the pancreas 9 0 0 1 1 canola oil is a versatile , neutral tasting oil that is very low in saturated fat 18 14 14 16 16 a second aspect of the invention provides apparatuses for indicating the position of an oar during rowing 18 9 9 14 14 such airships are essentially motorized free balloons and the engines are carried in a car attached to the lower side or bottom of the bag 1 2 2 4 4 their chemical activation by light ( halogen , plasma , lasers , etc ) enhances their efficiency by reducing exposure time and number of appointments 8 2 2 6 6 the best vodka is distilled from rye and barley malt , but the cheaper corn and potatoes are commonly employed 16 6 6 7 7 we put frozen prawns in the popcorn maker , and we obtained prawn crackers 11 13 13 17 17 the woman left the room and walked down the hall and saw the novelist hunched before his computer 16 6 6 20 20 the piedmont area of italy is wine country and is noted for the merits of the wine produced by its vintners 1 12 12 14 14 the moisturizers ' primary function is to keep skin moist , minimize wrinkles from dryness , smoothe and soften skin , and to deliver other ingredients , like sunscreen , that benefit the skin 8 0 0 5 5 biodiesel is derived from vegetable oils 2 11 11 14 14 i find it hard to bend and reach and use the cupboards in my kitchen 5 1 1 5 5 the box contained an entire legacy of her life and the lives of those she had known and loved 18 1 1 4 4 the ancients cultivated the species heracleum sphondylium which is the parsnip a similar plant to carrots 1 8 8 12 12 this lamp causes serious skin burn and eye inflammation from shortwave ultraviolet radiation when outer envelope of the lamp is broken or punctured 18 12 12 13 13 in contrast , clay textured soils are more difficult to prepare a canola seedbed because the clods can be too large when worked wet , and they tend to crust once worked to a fine seedbed 18 4 4 7 7 we recommend rinsing your grater in warm water immediately after each use 17 3 3 16 16 virtually all hillside farmers grow maize during both seasons , and many of the farmers cultivate beans , rice , and other crops as well 12 2 2 5 5 the cabin passengers composed the elite 1 1 1 6 6 genuine joy comes from profound spiritual awareness on life and an absolute clarity of direction , living for a purpose 8 9 9 12 12 we repositioned ourselves and our events , thus attracting scientists from complementary disciplines 18 1 1 6 6 the detainee is kept in the cell 23 5 hours a day 2 4 4 6 6 they are taking the brains from babies 17 0 0 13 13 seller adds taxes as a separate line item on the seller ' s invoice , when applicable 18 10 10 14 14 research shows that 30 to 40 of law students experience depression after their first semester and this depression persists throughout law school 10 1 1 6 6 the broadsword was used in some units , particularly scottish regiments 8 4 4 6 6 each year over 2300 scientists from universities , industries and government labs perform research at the nsls 18 8 8 10 10 the findings clearly show a high level of satisfaction from customers using new cutting edge retail technology that has led to higher sales 8 14 14 17 17 she looked like lauren bacall in those days and dated a few of the engineers from the refinery 18 1 1 4 4 the experimenters designed the shape and size of the enlarged fiber ends so they do n ' t experience the stresses that usually snap fibers and limit a short fiber composite ' s performance 11 1 1 5 6 cuban ballplayers wield a bigger policy bat 1 1 1 8 8 the light in the background is from the sunrise 17 4 4 8 8 however , the two brothers created the glagolithic alphabet it was their disciple saint climent who invented the simpler cyrillic alphabet and named it in honor of his teacher 9 0 0 1 1 chicken bouillon is obtained in three different forms , either liquid , powder or in cubes 11 0 0 3 3 thieves used a blowtorch and bolt cutters to force their way through a fenced area topped with razor wire 3 1 2 10 11 the booby trap puller stepped on was made with a howitzer shell 18 10 10 17 17 the milled powder is then heated converting it into a vapor which is then carried in a stream of argon to be deposited on the wafer 4 1 1 10 10 the information on the recorded talks is kept in the database 2 4 4 10 10 about 2000 feet of passageways have been located inside the cave , and about half of that has been mapped 9 1 1 5 5 the island was farmed for oats and barley until 1796 when the owner mandated that oak and alder trees be planted 18 11 11 12 12 because winter has been mild in much of the country , oil prices have been low for the past few months 17 1 1 4 4 the watchmaker makes the watch , he winds it up , he sets it going , he is outside the process but he initiates the process , he sets the hands in motion 18 1 1 16 16 the introduction of the gas stove , the electric mixer and the food processor made the process easier , faster and more reliable 18 2 2 5 5 our powered scissors effortlessly cut fabrics , gift wrap , vinyl and much more 1 9 9 11 11 the volunteers enjoy a sense of satisfaction and personal fulfillment from helping others , and recent findings suggest that this feeling may well be a major reason why many people choose to volunteer 18 2 2 5 5 the simulation study produces voluminous results , since there are two types of models , each with four different specifications and with two sample sizes involved 8 5 5 9 9 stadler agrees , stating that progress comes from unexpected sources 2 3 3 7 7 interestingly , the sink was inside the room 17 18 18 21 21 the glass dome from the beginning of the century is gorgeous , prices are reasonable , and the waiters provide a show worth watching 17 15 15 19 19 and this means that researchers have lost a valuable lead in their hunt for the artists who created the figurines 3 28 28 33 33 i ' m looking at one right now and he appears to be very content , despite the fact that he ' s trying to sleep in a kitchen that contains a noisy boiler 18 8 8 9 9 it is best to use bold flavors in herb butter 18 13 14 17 17 ribozymes , also known as catalytic rna and molecular scissors , break down nucleic acid inside a cell , cut out bad genetic information and splice in good material 1 4 4 6 6 this prescription drug alleviates panic from claustrophobia and is also very handy for airplane rides and in case of broken down subway cars or elevators 8 1 1 6 6 the sauce is made from soybean flour , chiles , red beans , and many other spices 18 4 4 5 5 we do know this telecommunications company 18 10 10 14 14 in my vancouver home there is small portion of our kitchen that contains my desk 5 4 4 9 11 the contents of the package included one opened individual candy bar wrapper , four unopened candy bar wrappers , one cardboard tray insert , and two cash register receipts 18 2 2 3 3 while public drinking regulations varied , some form of the beer parlor became the norm across the country 17 8 8 12 12 after successful completion of the comprehensives , the candidate writes a dissertation proposal 3 1 1 7 7 the contents of the questionnaire included the gender and age of the patient , his knowledge of the procedure undertaken and the person obtaining consent 18 14 14 15 15 the decedent was a licensed commercial truck driver and had been employed by this trucking company for five years 11 1 1 10 10 the observatory has used a 45 meter cosmic radio emission telescope to make a number of important contributions 11 1 1 7 7 the boys sawed wood with the sawing machine this afternoon 8 45 45 48 49 with five of the six classes being a single credit hour and the sixth being three credit hours of capstone design , sophomores , juniors , and seniors work directly with medical doctors , nurses , graduate students , ph d ' s , and engineers from the medical industry 17 5 5 10 10 after various rituals , the oracle brought forth mysteriously cryptic answers that had somehow to be interpreted by the visitor 1 17 17 19 19 it has helped to revive a city whose primary natural resource its charm is constantly threatened with extinction from overdevelopment 18 11 11 16 16 the remarkably comprehensive 32 page 2004 memorandum of understanding prohibited the candidates from asking each other questions , limited rebuttals to a mere 30 seconds , barred direct follow up questions and entirely prohibited surrebuttals 6 4 4 7 7 then , i put candy in my jar 3 6 6 10 11 first , the contents of the proposal included a detailed cost analysis , accurate marketing analysis and a preliminary project execution plan 11 1 1 5 5 the physician brought only his stethoscope and otoscope 18 14 14 17 17 francis hauksbee proves that sound needs air to travel , by experiments with a clock inside a vacuum 8 2 2 11 11 his favorite wine was made with the loire valley red wine grape 8 1 1 6 6 cinnamon oil is distilled from bark chips and used to alleviate stomach upsets 3 1 1 5 6 the recommendations contained the following key points and highlights 5 3 3 6 6 rather , the entrails contained mostly apples and corn 5 1 1 6 6 the envelope contained an important intelligence discovery of the war 13 1 1 3 3 the library contained books of guidance on the processes 18 1 1 4 4 the ghosts in my house are mischievous , like little children 1 7 7 10 10 diabetes drug shows promise for preventing brain injury from radiation therapy 10 5 5 8 8 francisco garcia lorca sees the horse carrying the rider , against his will , to his death 18 9 9 10 10 the date for final payment is shown on the confirmation invoice 2 1 1 4 4 a humidifier keeps the greenhouse between 47 and 58 percent humidity 17 7 7 12 12 to better follow the quality , the company manufactures itself the necessary fabrics , starting from the purchase of the yarn 18 9 9 11 11 it also includes an automatic purge valve for quick equalization after changes in atmospheric pressure 18 1 1 4 4 taxi driver spotted stolen car shortly after police sent out an alert 18 5 5 8 8 elecom ' s gear drive keyboard prevents typing errors 11 3 3 6 6 well , this footballer kicked the ball the hardest he could and hit me 5 1 1 4 4 the kitchen holds patient drinks and snacks 5 1 1 5 6 the box contained the jumbled skeletal remains of what appeared to be sheep , as well as a variety of other mammals 18 22 22 26 26 in prolific suspense novelist johansen ' s energetic new eve duncan thriller ( countdown , 2005 , etc ) , the forensics sculptor makes a dangerous deal with a colombian weapons dealer 18 1 1 8 8 this view from the inside is from the bridge that spans atherton street 18 7 8 12 12 unlike most of the annual showers the antihelion radiant is produced by debris from unknown sources orbiting in a direct motion like the earth 16 11 11 12 12 yanbian is also blessed with agricultural riches and is a major tobacco producer 18 1 1 4 4 the kitchen holds many opportunities for teaching kids as well as having fun 3 1 1 7 7 the debate starts with smalley ' s questions about drexler ' s proposal 18 31 31 35 35 apparantly you think two wrongs can make a right , but that does n ' t help the starving people of zimbabwe , who were previously not starving due to the land being farmed for profit instead of used as political gifts 4 14 14 17 18 paul powell was n ' t the only public figure in illinois to keep money in a shoe box 2 17 17 20 20 in my tests with a final engineering prototype , scooba generally did a fine job cleaning the linoleum in my kitchen after my 2 year old daughter ' s birthday party 8 4 4 8 8 the following are verbatim excerpts from a lengthy article 3 1 1 7 7 the kitchen contents include an ice dispensing refrigerator , ovens , a toaster , and a coffee maker 18 3 3 7 7 a white house usher prepares the blue room for a luncheon for the european commission 18 17 17 21 21 the wal mart supercenter plans to employ as many as 455 associates , including 180 planned new jobs created by the relocation 18 8 8 13 13 in the case of aerodynamic lift , the aircraft is kept in the air by wings or rotors ( see aerodynamics ) 4 4 4 8 8 that ' s all paper stored in a binder by the door of the room 8 1 1 9 9 the data are derived primarily from a three nation survey conducted for the harvard school of public health and the robert wood johnson foundation by louis harris and associates and its international affiliates between 10 june and 14 september 1994 17 1 1 4 4 the founders designed the constitution to transform the barbarian rule we rejected as colonies , into a civilization befitting the dignity of a free people 18 1 1 4 4 the rain begets the food we eat 2 10 10 13 13 on windy days i feel the drafts coming from the baseboards in my house 18 2 2 6 6 the local citizens farmed for a living , raising a variety of crops including peanuts , cotton , hay , sorghum , and a variety of truck crops 9 9 9 13 13 it is set in a future in which the oceans are farmed for food 1 1 1 4 4 scientific progress comes from breakthroughs and breakthroughs by their very nature are unpredictable and surprising in their impact 9 0 0 1 1 sunflower oil is obtained by extracting oil from sunflower seeds 18 2 2 9 9 entering the fissure created by the meteor ' s impact , sephiroth merged with all the energy of the planet , granting him god like power over it 18 9 9 11 11 the good friar was insistent on both celibacy and abstinence from laughter 17 6 6 9 9 the production assistant is basically the guy who makes coffee and goes to the post office 9 1 1 2 2 crude soybean oil meeting exchange approved grades and standards see exchange rules and regulations for exact specifications 18 6 6 15 15 on the other hand , the information being carried in a high frequency quasi sinusoidal wave invites comparisons with the auditory system of vertebrates 8 5 5 11 11 others think that the underwater ruins are from a different ancient monument , perhaps a temple that gradually sank beneath the waves 11 0 0 4 4 judges wear the bench wig when they are sitting in court 16 6 6 7 7 try a google search for the motherboard manufacturer and exact model if the information is not listed above 18 1 1 4 4 a midwife assists the birth , and women usually rely on their mothers or other women for support during labor 5 8 8 13 13 a letterbox is a plastic , screw top bottle that contains a small notebook and a unique rubber stamp 16 13 13 14 14 until last year , afghanistan was an opium exporter , not a major heroin producer 8 1 1 14 14 the art in the book is from the city of tulsa ' s public collection , as well as other collections 1 1 1 5 6 the afterglow is produced by shock waves in the jets of tenuous gas that shoot from the blast at almost the speed of light 2 3 3 6 6 we kept the antenna inside the car , which limited range due to the car ' s attenuation 12 11 11 17 17 the corel data set is relatively simple because the annotations are nouns selected from a relatively small vocabulary 0 21 21 24 24 like normal ` simon ' games , it starts with a one digit sequence , and then increases indefinitely until the caller makes a mistake 1 0 0 2 2 profit from sale of investments is tax free for general insurers 18 10 10 19 20 the conference center has at least one dedicated main conference room that contains a minimum of 1 , 000 square feet 1 19 19 22 22 the design of the shape of the can ends moreover has a marked effect on their ability to resist deformation from internal pressure 6 3 3 6 6 my friend puts tea in a thermos to take to work 18 3 3 15 15 the white fatty substance obtained from the head of the sperm whale was used in pharmaceuticals and candles 18 1 1 4 4 the dose makes the poison 11 9 9 14 14 to demonstrate the performance of the mixer , the researchers used a cold shock protein from the bacterium thermotoga maritime 17 3 3 8 8 while the yale biologists created the versatile protein mimic from dna , breaker theorizes that a similar enzyme could be created with rna , which many scientists believe is the strongest candidate for being the precursor of all other life forms 8 1 1 5 5 the food is made from scratch , fresh daily 9 1 1 5 5 the land was farmed for cattle , but segments of the forests were sold off and the chapel fell into disrepair 18 3 3 4 4 the margarine is imitation butter was without the superior flavor and pleasant mouthfeel 18 1 1 4 4 the tools made the job easy when it could have been a nightmare 1 3 3 5 5 companies face big risk from loss of key employees 18 3 3 6 8 the story put wine in a positive health light and pointed out that it was superior to other foods in that particular regard 8 1 1 5 5 the person fell from the tree 5 1 1 3 3 the shelves contained books with sinister sounding titles , such as crime and punishment , days of wrath , death walks among you and a few others 8 10 10 14 14 once it was the middle of winter , and the snowflakes fell from the sky like feathers 11 7 7 11 11 on october 28 , 2003 , a worker was using a hammer to tap the arms of a truck ' s cabstand into a vertical position when the cabstand ' s arms collapsed in an unintended opposite direction causing the cab to slide off the stand onto the worker ' s arm 5 1 1 4 4 the crypt contained the tomb of st paul but the altar had hidden it 16 2 2 7 7 the pi login is created by the administrator 18 5 5 1 1 heating oil is similar to diesel oil , and the process of refining it is very similar 18 15 15 18 19 that ' s because nostalgia serves a useful defensive and reparative function it took the sting from a painful episode in his life by shading the script 18 1 1 5 5 the plane makes a parabolic maneuver , much like a roller coaster with steep climbs and descents , that simulates zero gravity conditions 1 3 3 5 5 some people experience tremors after drinking coffee and tea 18 5 5 11 11 i ' m running a charity that helps the poorest school libraries in the u s 1 0 0 3 3 hitting out of anger is absolutely wrong 11 1 1 4 4 the president used the pretext of national security 18 5 5 7 7 these characteristics are inconsistent with observations from earthquakes of comparable distance and magnitude to those that dominate the hazard at yucca mountain 1 5 5 7 7 he derives great joy and happiness from cycling 1 16 16 18 18 the man can not be too old in his middle thirties but his face exhibits more wrinkles from smiling than i ' ve seen upon the mug of the happiest of grandparents 14 1 1 10 10 the book has as its backdrop the political controversy over euthanasia in australia , where the author is senior lecturer in the health law program 2 12 12 15 15 i am amazed how the sound is making things bounce off the walls in my house 16 10 10 11 11 at their peak on saturday , 23 september , the powerboat manufacturer sold a new boat every 28 minutes 1 7 7 24 24 the randomized hypertensive abcd study demonstrated a decrease in myocardial infarction with ace inhibitors and a decrease in overall mortality with aggressive blood pressure control 11 1 1 4 4 the scientist applied a method called recombineering to the fruitfly genes 0 2 2 7 7 the resulting shockwaves produced the metal forming conditions for periods of 100 200 ns 17 1 1 6 6 the software uses the wrong comment marks for php files 4 3 3 6 6 i found some candy in my underwear 17 2 2 6 6 once the prisoners had created the trapdoors , they were ready to start digging the tunnels , but there was a major problem to overcome 16 1 1 2 2 this skateboard company designs skateboards specifically for girls 18 6 6 8 8 myles and simpson also identify defensive behavior from learners like lashing out verbally or physically or threatening the educators or other learners and withdrawing from others emotionally or physically 0 1 1 2 2 another drinking accident happened in the gallup area the other day , which is plagued by drinking and driving accidents 0 1 1 4 4 the programmer made a mistake with respect to quoting , but it appeared as over quoting instead of lurking as a security problem 17 8 8 11 11 in almost all of the incidents , the attacker developed the idea to harm the target before the attack 8 1 1 5 5 the quotation is from the preface to the fourth edition 8 6 6 9 9 in america , generations of portuguese immigrants from the mainland , azores and madeira have brought their often simple but diverse and always tasty cuisine 18 1 1 4 4 the temperature inside the car was 79 degrees 16 4 4 5 5 her employment at this mustard company is considered the earliest recorded evidence of a company specifically hiring an industrial nurse 16 13 13 20 20 digital computers actually execute numerical instructions bitstrings that contain information in the native language created by the machine ' s designers 5 1 1 3 3 the bag contained books , a cell phone and notepads 1 0 0 3 3 entrepreneurship out of necessity is quite common in europe where 60 of female headed businesses in northern europe and 70 in southern europe are established for this reason 18 1 1 9 9 the actor played a psychopathic preacher with a restrained malice 18 1 1 4 4 a nurse helps the caregiver 6 6 6 9 9 beginning in 1966 67 , the club made the playoffs nine consecutive seasons , the only nhl team of the period to accomplish that feat 1 19 19 22 22 anthony finds inspiration in a beautiful , enigmatic older woman who teaches him to follow his heart and find happiness through swing dancing 11 1 1 7 7 the author applied the above mentioned simple dovetailer to all computable universes 18 9 9 12 12 st john ' s wort reduced the severity of depression after six weeks 18 1 1 7 7 statistical analysis was made using the pcsm program 16 10 10 14 14 they generally bought grapes from farmers or else they bought wine produced by cooperative wineries 18 1 1 5 5 habitat degradation from within stream channels , loss of riparian vegetation , and reductions in water quality degrade and also limit the population 17 9 10 12 13 located near the equator in south america , the cocoa tree produces cocoa beans , the source of all chocolate 18 4 4 8 8 they often have a pump over the drainage hole to draw the waste water towards it 8 7 7 26 26 the retailerer reported the income from a coupon ' s face value and its related handling fee at the time the coupon was received from the customer 18 10 10 13 13 surgery is reserved for treating residual disease six to eight weeks after radiation therapy or for recurrence 1 6 6 10 10 i ' m finding the most joy comes from asian flavors beautiful fresh fish things that have been marinated roasted vegetables meats that intensify in flavor during the cooking process and dishes made from the most brilliant , fresh , in season food 1 10 10 16 16 a cancer survivor writes about the relatively rare occurrence of calcification of the breast after radiation therapy 18 0 0 3 3 batteries stored in contact with one another generate heat and hydrogen gas 18 12 12 18 18 of the situation in the fifteenth century , parkes remarks ` the mass of the people cultivated the land ' 18 5 5 9 9 his tendency to experience pathological anxiety from his early years and his tendency to respond to novelty , change , and challenges with an exaggerated anxiety response were noted 6 3 3 6 7 we put frozen prawns in the popcorn maker , and we obtained prawn crackers 18 2 2 22 22 the entire site was actively farmed during the 2004 growing season and aerial photography indicates the site has been farmed for multiple years 1 1 1 5 5 the neutrons were produced by bombarding a tritium target with deuterium 1 5 5 8 8 before doing for his hair reduction by laser treatment , he first consulted with a dermatologist 18 1 1 7 8 the rings are preferably made from a copolymer polypropylene 3 3 3 7 8 this represents a house that contains a light bulb and an airconditioner 8 1 1 12 12 the name given to our cluster , valhalla , comes from norse mythology 16 5 5 6 6 i was trained as a vioin maker , over 20 years ago , and have built violins ( baroque and classical ) , violas , cellos , viols da gamba , and viols d ' amore 18 4 4 6 6 ancient pagan traditions used famine following feast as a way of revealing truth 18 1 1 8 8 the students designed the home ' s living areas with an eye toward making a small house feel spacious 18 1 1 4 4 the company developed the negatives and returned the camera with a fresh roll of film 18 1 1 10 10 the measurement was made using a gonio photometric color measurement system 11 4 4 7 7 for this reason the hairdresser prefers conventional scissors , which however do not exhibit the ergonomical advantages 18 1 1 5 5 any deformation from the circular form have a significant effect on the ability of the hose to sustain internal pressure 16 1 1 6 6 the data is received from a sensor in the shoe , with audible feedback provided through the earphones 18 31 31 34 34 the check given by charles v to the advance of the ottoman power along the african coast made him appear to the world as the liberator of the christians and the terror of the infidels , and gave him such prestige that francis felt obliged to get all the advantage possible out of his alliance 2 1 1 8 8 the patient had crushed a pencil with this toe about 30 years previously 2 6 6 9 9 it often becomes necessary to delete objects from the chart during the course of monitoring system performance 18 3 3 8 8 craig expressed his frustration after monday ' s meeting 8 5 5 12 12 on the other hand , gin is distilled from a neutral grain spirit , which is then infused with juniper and a host of other botanicals 5 1 1 7 7 the contents of the bag included numerous flyers from other conference sponsors and exhibitors and some useful stationery supplies 18 11 11 14 14 it supports the personal information and interaction environment thus liberating the person from tedious chores and enriching their life and interaction with others in social or business contexts it enlarges the personal contribution 18 1 1 4 4 the clutter in my house was destroying me 18 9 10 13 13 it is a motorized spherical mechanism that simulates the rowing motion of an oar 6 4 4 7 7 i put the remaining candy in my mouth and walked back the way i came , then past the village and into town 18 13 13 17 18 the site was encircled by a high fence and one could see a crane lifting some heavy construction material 18 13 13 17 17 with lyrical descriptions of landscape and terse , unpunctuated dialogue , a distinctive voice powered a gripping story 11 1 1 5 5 the cook squatted by the stove 18 12 12 13 13 during his travel to russia you managed to buy vodka in a plastic bag 18 7 7 12 12 among them , 24 is related to microarrays fabricated by the microspotting approach 18 6 6 10 10 chinese liquor is a kind of wine produced by solidified fermentation of grain 18 1 1 5 5 the saw cut a large hole in a huge concrete wall at the plant 2 8 9 4 4 woz has outfitted the house with an elaborate swimming pool that extends inside the house by way of an underwater channel 18 1 1 5 5 a raindrop keeps the same shape to a reasonable approximation all the time it is falling 18 1 1 5 5 the scientists made the surprising observation that smn binds efficiently and carry out its functions when the proteins to which it needs to bind are first tagged by specific enzymes 9 7 7 8 8 it ' s unfortunate you tried a potato vodka 5 1 1 3 4 the room contains radioactive materials 17 0 0 2 2 trees grow seeds 1 9 9 11 11 short term side effects are uncommon , but include headache from eyestrain , nausea , agitation or nervousness 18 2 2 7 7 the reaction mixture is kept in the dark at room temperature for 1 1 hours 1 5 5 7 7 thatch is caused by excessive growth from overfertilizing , by allowing the grass to get too high before mowing , or by incorrect watering 8 2 2 7 7 the clear spirit is distilled from fresh grain 1 7 7 10 10 alabama has since enacted legislation , allowing death by lethal injection as an alternative choice to death in the electric chair 18 17 18 25 25 as the officer shone his flashlight on the lock he was working on , he spotted a marijuana pipe laying on the floor inside the car 16 9 9 12 12 it is also illegal for anyone other than the drug ' s manufacturer to re import a prescription drug that was originally manufactured in the united states 6 19 19 22 22 bottle aging , which is anaerobic ( oxygen free ) , is one of the reasons that people put wine in a cellar and let it age 5 7 7 9 9 since i was a teacher , the boxes contained books i was bringing for the students to improve their english 5 1 1 4 5 the box holds our pool equipment perfectly 18 1 1 5 5 the organization helps educate practitioner dentists through clinical meetings 3 4 5 11 11 miss clockheart wears a silver heart around her neck with a clock inside 3 7 8 13 13 straight ahead you enter a nice sized living room that contains the front door 18 13 13 15 15 one newly formed iraqi battalion is on duty , with 27 scheduled for activation by summer 2004 18 1 1 2 2 the bacon manufacture is the 74th greatest export of denmark 18 1 1 5 7 the trench was inside the fenced back yard 18 6 6 10 10 strikingly large in scale , this grater shaves a perfect portion in a single stroke 8 2 2 6 6 the night hell fell from the sky 18 0 0 1 1 heating oil is a refined oil made from petroleum , used in furnaces to heat buildings 18 1 1 6 6 original sculptures were carved with a chainsaw 1 14 14 16 16 it ' s very rewarding and i get a great deal of enjoyment and satisfaction from mentoring 18 22 22 30 30 other non native species used in aquaculture are brook trout ( salvelinus fontinalis ) and lake trout ( salvelinus namaycush ) , fishes that mainly has been farmed for stocking purposes 0 1 1 5 5 the bombing produced the worst carnage since a nov 23 attack in the shi ' ite slum of sadr city that killed more than 200 people 17 5 5 9 9 like other spiders , the tarantula makes a silken web , but not for snaring prey 0 5 5 8 8 my problem is that the advertisement gives the impression that women in rural bangladesh have 6 children 8 1 1 6 6 the vaccine is made from inactivated virus , so it ' s impossible to get the flu from the vaccine 0 2 2 6 7 the southern supercell produced the longest tornado track of the outbreak ( tornado 4 ) 17 0 1 5 5 factory class that manufactures component objects for the farmyard 11 10 10 15 15 a sewing machine is a mechanical ( or electromechanical ) device that joins fabric using thread 18 12 12 13 13 the newer lesser known attraction that the kibbutz offers is a reconstructed oil press whose beginnings can be traced to the early 20th century in jaffa 1 14 14 18 18 that year , summer students at the vla made the first discovery of radio emission from a brown dwarf 1 11 11 15 15 the tongue has taste buds , but a cat ' s appetite comes from the smell of the food and does n ' t come from the taste of it 18 3 3 7 7 they understand the stakes from a personal perspective , as well , since the extremists have tried to assassinate them 1 1 1 3 3 the dryer emits air that is regulated close to your body temperature 3 14 14 20 21 because of the depression the original design was cut back significantly , but the building contained a number of unique architectural features 11 7 7 10 10 you are in the chair while the dentist gets the drill ready to begin work on your teeth 17 15 15 19 19 phy 319 is presently taught in three 50 minute lectures per week in which the instructor makes a chalkboard presentation 18 7 7 9 9 sparky anderson is making progress in his recovery from exhaustion and could return to managing the detroit tigers within a week 11 1 1 5 5 the senator also wielded enormous influence in the dispensing of rhode island ' s share of expanding federal budgets of the 1950s and 1960s 14 1 1 4 4 the draft makes a distinction between ` data ' and ` records ' 16 1 1 6 6 the vaccine is produced by the government and is not for sale to private individuals or companies 9 1 1 5 5 the land was farmed for olives and a few other crops 2 2 2 11 11 seventy first regiment and the rest of the cavalry composed the reserve 6 5 6 9 9 as the servants put the inflatable corgis in a bag for the balmoral jumble sale , the queen will be settling down this morning for a nice cup of tea and a quiet rest during the archers , known to be one of her radio favorites 1 1 1 4 4 flight disruption after the attacks in the us delayed him there for three days 3 5 5 12 12 public key encryption is a technique that uses a pair of asymmetric keys for encryption and decryption 8 3 3 6 6 i nicked a syringe from a nurse and got somebody to get me a lemon from the kitchen 1 4 4 9 9 ray parlour shows his frustration after middlesbrough ' s defeat 11 1 1 9 9 a biologist combines a range of diverse and distributed resources ( databases , tools , instruments ) to answer complex questions 17 8 8 11 12 then , in may , 2005 , the government produced the factual return , as ordered by the district court 17 23 23 27 27 these first person accounts humanize history as readers share the experiences of american prosecutors , security personnel , journalists , and even the architect who designed the courtroom 18 11 11 14 15 to repair , he used duct tape and caulk to seal gaps in the metal box and between joints and seams in the duct 1 13 13 18 18 hundreds of thousands in central china are sleeping outdoors for fear of more tremors after saturday ' s earthquake 11 1 1 6 6 the department applied a one time adjustment to the graduation rates to remove the bias 5 6 6 11 11 eight rooms surround a central square room that contains the mortal remains of bibi pari 11 1 1 10 10 the patient literally sawed it in half using a hard toothbrush over a period of many years 16 2 2 5 5 contact the router ' s manufacturer for assistance with configuration and proper setup of your wired router 9 1 1 2 2 most cane sugar comes from countries with warm climates , such as brazil , pakistan , india , china and australia 11 2 2 7 7 as the policeman hit her with his truncheon , another police officer pushed him away from her and shouted for him to stop 18 1 1 6 6 the carbohydrase is produced by a process which completely removes the organism rhizopus oryzae from the carbohydrase product 18 3 3 7 7 we saved the planet from the imperialist threat 18 4 4 7 7 the contents of the satchel were a revelation 18 19 19 20 20 intersense , inc , a market leader in precision motion technology , today announced that hydro , a leading offshore producer of oil and gas , has installed its tenth intersense is 900 precision motion tracking system as part of hydro ' s large scale immersive visualization rooms 10 9 9 12 12 the event featured a demonstration of weaving on a loom by local weaver nancy alexander 16 4 4 8 8 this is another false story fabricated by the sheriff 18 5 5 8 8 she got rid of the ants in the kitchen without using dangerous pesticides 1 1 1 5 5 the taste is from the ginseng , not alcohol 18 2 2 5 5 in each house lives a person with a different nationality 1 11 11 14 14 maybe the most significant difference is that we have changed from emigration out of necessity to emigration in search of new opportunities 18 1 1 4 4 an office that contains plants creates an agreeable environment for yourself and others 18 4 4 15 15 this daily assault of inflammation in their digestive system , plus the inflammation from your joints and an overworked immune system and excess weight easily exceed the amount of inflammation your body can effectively handle 8 1 1 7 7 the pollen is derived from a podocarp forest , which probably covered both the alluvial flats and sides of the valley 18 15 15 18 18 ` the incredible shrinking man ' follows matheson ' s novel and effectively captures the terror of the protagonist as he shrinks to oblivion 9 4 4 5 5 in any case , fish oil did harm patients 18 7 7 10 10 nausea is the sensation of unease and discomfort from the stomach , with the sufferers feeling that they may vomit 16 4 4 5 5 i ' m the decision maker , and i had to come up with a way forward that precluded disaster 14 3 3 6 6 this is an overview of the viewer from a developer ' s perspective 8 3 3 6 6 recruiting talented computer scientists from underrepresented communities is important to current and future workforce needs of the computation directorate as well as the laboratory as a whole 8 15 15 22 22 afterwards , stroll to a bar for a glass of ` medronho ' the national liquor made from a fleshy , red fruit grown in portugal 14 1 1 5 5 the section focused on the notion of a backprojection , which was used in that to characterize the set of states that can reach another set of states in one stage 17 8 8 12 12 the hp laserjet 3800n ' s instant on fuser produces the first page of each print job in less than 12 5 seconds 4 4 4 10 11 the record was a sheet of paper stored in a file cabinet or an image on microform 0 7 7 11 11 on both of my systems , the reboot produced the ominous message ` missing operating system ' 17 20 20 24 24 since the product has made it over that first hurdle , it was blessed with another two seconds while the shopper made his purchasing decision 0 1 1 4 4 the person providing the alibi is the culprit and would be providing a fabricated alibi 18 2 2 6 6 once the photon was inside the cloud , the control beam was switched off , allowing the photon to come to a halt inside the dense ensemble of atoms 8 1 1 7 7 the bytecodes compiled from a nonoptimized control structure are illustrated by the following hypothetical method in collection 1 4 4 6 6 the effect of pain relief by acupuncture lasts for an extended period of time , sometimes months after the needle was removed 1 21 21 26 26 about 30 ducks were found dead in klamath county in the past two days , and officials are investigating whether the deaths are from a cholera outbreak 0 4 4 10 10 principals respond to a decrease in uncertainty with more aggressive strategies 11 4 4 10 10 similarly , the western physician ' s white coat and stethoscope and the environment of western medical clinics and hospitals create an aura of expectancy and hope for healing 1 3 3 10 10 most of the taste of strong onions comes from the smell 3 1 1 3 4 the building contained laboratory facilities for conducting spectrochemical , chemical , and mass spectrometric analyses 1 14 14 17 17 a city nightclub has had an ambitious expansion plan blocked over concerns about unruly behavior from drunken revellers 5 1 1 3 3 the bowl contained apples , pears , and oranges 9 1 1 7 7 the site is currently dry farmed for wheat 17 1 1 4 4 the lady made the photocopies , pushed a few more keys on her computer , and shuffled some papers around 16 0 0 3 3 hamburgers from the restaurant were recalled , preventing further illness 4 5 5 8 8 one in four americans keeps coins in a jar 17 1 1 4 4 the demonstrators composed the figure 420 , representing the number of people still being held at the us prison in cuba 1 5 5 7 7 the studies revealed that skin irritation from soaps , inaccessibility to supplies or sinks , and insufficient time to wash hands between every patient care contact were the main reasons given by healthcare workers for lack of handwashing compliance 18 1 1 2 2 the hardcopy book ( at an even higher price ) and this one purchase ensures you are up to date with all future releases of the electronic book 0 6 6 10 10 but not every run of the experiment produced the desired state a very large number of failed tries accompanied each successful creation 18 19 19 20 20 monica mullikin ( ' 00 ) is working for willis of minneapolis as a catastrophe risk analyst for this reinsurance company 18 2 2 13 13 the brachioradialis reflex is observed by striking the brachioradialis tendon directly with the hammer when the patient ' s arm is resting 4 6 7 14 14 this experiment is performed with an aqueous solution of a strong acid inside a flask 0 1 1 5 5 the movie gives the inaccurate impression that the apaches all surrendered 18 6 6 9 9 saunders felt a resurgence of the panic from this morning when he ' d regained consciousness in the minefield 17 1 1 4 4 the aristocracy composed the laws , regulated the monetary system and banks , enforced justice , and often controlled prices , wages , and other economic transactions 8 2 2 8 8 the first quote is from the ginger meggs cartoon 18 7 7 8 8 learning to change your vehicle ' s engine oil saves you time and money 17 2 2 8 8 the same company also makes a good coffee substitute called bambu which is made from organic chicory combined with figs , cereals and acorns to the original recope of the late swiss nature doctor and founder of the company , alfred vogel 11 10 10 4 4 she spread a cream wax , applied strips ( the spa uses a stripless wax for the bikini ) , and removed them with such agility that we barely flinched 8 10 10 13 13 he put on a gold pointed hat and read out jokes from the crackers 10 3 3 6 6 just as the net enables the fisherman to catch many fish in one go , the pattern was favored by the samurai as it symbolized victory over many opponents at one time 10 1 1 4 4 the drill enables the dentist to accomplish these procedures quickly and reduces the trauma to oral tissues 10 10 10 11 11 they chose samples and prepared them for viewing with the electron microscope 5 5 5 7 8 the other contents of the suitcase included gym shoes , dirty sweat socks , limburger cheese , scented oils , and a severely poop stained armani suit 3 1 1 8 8 a house that contains a minimum of three bedrooms and a maximum of seven bedrooms to include the proprietor ' s bedroom is considered to be a b b ( a town or country home or a farmhouse ) 11 9 9 13 13 the fascinating aspect of therapeutic riding is that the rider sitting astride a horse walking establishes what is a perfect walking gait for the human 18 1 2 7 7 the soy milk makes a great coffee creamer ( and with whatever else you can cook it ) 1 7 7 13 13 thailand has been bracing itself for a downturn in the wake of the bombs , especially in the tourist sector 18 25 25 28 28 literary criticism is the study of literature by means of a microscopic knowledge of the language in which a book is written , of its growth from various roots , of its stages of development and the factors influencing them , of its condition in the period of this particular composition , of the writer ' s idiosyncrasies of thought and style in his ripening periods , of the general history and literature of his race , and of the special characteristics of his age and of his contemporary writers 5 5 5 13 13 among the contents of the vessel were a set of carpenter ' s tools , several large storage jars , ceramic utensils , ropes and remnants of food , as well as a heavy load of ballast stones 18 1 1 4 4 the ringtone makes the telecommunicator 11 1 1 4 4 construction workers utilized a crane to assist in bringing roofing materials up to the top 1 1 1 6 6 the spiciness comes from small capsaicin glands located between the pepper ' s outside skin and the white ribs inside 1 17 17 19 19 in one day , the red crescent treated more than 50 injuries mainly broken bones caused by panic from aftershocks 18 1 1 6 6 american sports are played with the hands 11 1 1 4 4 the climber had a hook in each hand 18 5 5 9 10 japanese commuters look at a clock inside a tokyo train station 4 1 1 6 6 the bomb was contained in a suitcase and was planted by two men 2 6 6 9 9 i am installing lights under the cabinets in my kitchen 17 1 1 4 4 the implementor makes the decision , not the protocol 18 6 6 9 9 he mounts the photo on a material that contains acid , so that the paper absorbs the acid which in turn attacks the photo itself 3 1 1 6 6 the commander sawed logs with his neck hanging radically from one medieval arm while his feet hung three feet above the hardwood floor on the other side 1 15 15 20 20 in the most common form of such an attack , called ischemic stroke , the blockage comes from a blood clot that develops in one of the brain ' s blood vessels 11 1 1 5 5 the diener takes a large scalpel and makes the incision in the trunk 17 6 6 9 9 as for camera info , the photographer made the picture , not the camera 1 21 21 24 24 the report links conditions in some of the worst affected localities and the likelihood that dire poverty combined with despair and outrage over rampant corruption , repressive policies , and governments ' failure to address local needs could lead to outbreaks of localized unrest with the potential to spread into a wider regional conflict 18 6 6 8 8 everybody in the region experienced the tremors after midnight 18 1 1 4 4 a thermostat keeps the water at the requested temperature 17 7 7 11 11 in response to the problem , the assembly composed the following statement 3 1 2 5 5 the morning session contains a tutorial that aims to address the basic issues necessary for a better understanding of this complicated topic 1 6 6 10 10 the troubled company is still feeling aftershocks after its devastating withdrawal of the pain medication vioxx six months ago 8 5 5 12 12 the company ' s storage strategy is derived from customer ' s needs 3 8 8 10 10 like many recipes for stuffing , the original recipe contained apples , but as apples are a higher carb fruit , i have substituted cranberries which have the dual effect of making the stuffing lower carb than the regular recipe and also adding a little extra seasonal color and flavor 1 1 1 4 4 energy expenditure through physical activity is a key component in the prevention and treatment of overweight and obesity 5 6 6 9 9 among the additional contents of the box were a controller , an audio connector , a plug , and quite a few manuals and booklets 18 1 1 6 6 the artist who originally made the song popular is listed for reference only 8 5 5 10 10 under the circumstance that the wife comes from a wealthy family , her dissatisfactions with her marriage may make her seem like a spoiled brat 3 1 1 4 4 the video contains a clip from the movie 11 8 8 3 3 originally , the typewriter sales companies sold the typist with the typewriter 8 8 8 16 16 your garden does well with either of these soils since these soils come from a reputable dealer 18 3 3 11 11 the quartz sample tube with polyradical residue was cut with diamond knife to the size that fit into the teflon digestion vessel 18 16 16 19 19 clinton portis , who missed last week ' s game against dallas because of a shoulder injury from the preseason , rushed for 86 yards on 16 attempts to become the fifth fastest player to reach the 6 , 000 yard mark in his career 2 1 1 6 6 the batteries are kept in a phone 0 1 1 3 3 the cathode emits electrons 0 1 1 3 3 the product emits radiation 18 2 2 6 6 they put wine in the exact context it needs to be kept in not so bloody serious 3 5 5 9 10 the lower portion of the building contained hundreds of storage rooms 1 0 0 4 4 infection starts with manual execution of the binary 11 2 2 5 5 like a carpenter wielding an axe to make furniture , the hacker does good things with his skills 0 1 1 4 4 the construction gives a refinement of nori ' s argument in the case of a self product of a curve 17 15 15 20 20 the architect created the beautiful division of the space and the exact proportions , the sculptor produced the anatomically correct figures , and the painter knew how to blend forms and colors into perfect harmony 18 0 1 6 7 picric acid is kept in an aqueous solution , which makes it suitable and safe to handle 10 8 8 9 9 hoover is also notable for an extremely unusual vacuum cleaner , the hoover constellation , which is canister type but lacks wheels 9 2 2 7 7 although the goats were farmed for their fiber from early times it was not until the 16th century that export of the goats was permitted 18 2 2 7 8 the big savings is coming from the hardware side 17 2 2 5 5 after the panel makes a recommendation , orasure said it likely will formally apply to sell the test over the counter 10 1 1 7 7 a juicer is a utensil used for squeezing juice from fruit 5 1 1 7 7 the kitchen contains basic items such as salt , pepper and olive oil 18 3 3 9 9 examples include the exclusion of certain benefits from funding standards and the exclusion of entire plans from certain funding requirements 18 11 11 14 14 when he was back he noticed that he had locked the keys inside the car 18 1 1 11 11 the collaboration produced the pump ( pittsburg urban mathematics program ) curriculum , which focuses on mathematical analyses of real world situations , the use of computational tools , and on making algebra accessible to all students 18 2 2 10 10 the only change is from the energy company ' s end , where their section of the gas or electricity infrastructure is now supplying an extra home 2 15 15 18 19 a high voltage coupling capacitor is added at the input as well as a small hole in the metal box in order to provide screwdriver adjustment to the gain control potentiometer 18 1 1 2 2 a potato peeler is a metal blade attached to a metal , plastic or wooden handle that is used for peeling vegetables , usually potatoes 18 5 5 10 10 a pool with a sand beach is located inside the cave 18 2 2 8 8 the third observation was made with the echellette spectrograph 18 8 8 13 13 for projects submitted at national level , the volunteer is sent by a organization legally established in his country of residence 18 9 9 11 11 in zen , there is a strong relationship between work and food , for the former begets the latter 8 7 7 6 6 different from the curry source , chicken bouillon is mainly distilled from chicken 3 3 3 20 20 the original waldorf salad , created at new york ' s waldorf astoria hotel in the 1890s , contained only apples , mayonnaise , and celery 1 20 20 22 22 there were the years of constant fatigue and shortness of breath , the heart attack at age 11 , the collapse from exhaustion on her high school graduation night 18 11 11 14 14 the commission merely implements the contracts , shielding the major party candidates from public criticism 15 10 10 4 4 the board selected a list of expenditure reduction and revenue increase from the list attached to staff report 3 4 4 6 7 the contents of the memorandum included stigmatizing statements about cannon 11 2 2 9 9 the pri government crushed a burgeoning student movement with gunfire that killed scores of peaceful demonstrators 18 6 6 8 8 and because of a last minute collapse from top to bottom what would be and should be a perfect season to this point is just another year 18 2 2 7 7 the surrounding region is farmed for its fertility 18 4 4 5 5 peterson worked as a fertilizer salesman before his arrest 18 0 0 3 3 surgery after radiation chemotherapy is an effective local treatment , which is able to significantly increase local tumor control compared to radiation chemotherapy only 1 18 18 20 20 the pipeline had to face the following main concerns from opposition disturbance of animal migration patterns , environmental damage from spills , geological concerns and the alaskan permafrost 13 1 1 3 3 the collection contained books , magazines , journals , and newspapers 8 0 0 14 15 agarwood , the world ' s most valuable incense , is produced by the aquilaria tree , found in tropical rainforests , and has been used for centuries as incense and in traditional medicine 16 9 9 12 12 so the inscription did n ' t name the pistol ' s maker , or the artist who decorated it , or the year it was made 8 2 2 9 9 the following excerpt is from the self help psychology book , be your own therapist 5 5 5 8 9 among the contents of the bag were a diamond ring worth 2000 and a watch worth 500 3 1 2 6 6 a dining room that contains direct access from the kitchen is the most practical , unless the room will exist for fluff purposes only 18 1 1 4 4 a therapist helps the patient to understand himself or herself better 1 0 0 3 3 dehydration from fluid loss is the only major problem the virus causes , most often in the elderly 16 2 2 7 7 when the request comes from a private company , there ' s no law that requires them to provide a disclosure notice 16 4 4 5 5 sharp , as a handset maker , produces panels for a possible competitor 0 0 0 5 5 yoga is fantastic for increased flexibility , which is great for cross training with all the other programs we offer 1 1 1 7 7 the electricity is produced by 440 nuclear reactors in 31 countries 17 11 11 17 17 outraged , upon his release and return to england , the artist produced the virulently anti french painting based on his experience there 8 5 5 11 11 interspersed in the design are patterns derived from a variety of textiles 18 1 1 4 4 a mediator assists the parties in finding their own answers for the problems before them by encouraging constructive communications , keeping the parties focused on settlement alternatives , offering information and suggestions as needed , and building the foundation for improved relations between the parties 18 29 29 32 32 this year ' s newest attractions include a dedicated music zone which takes you on a musical journey around the world and gives you a chance to experience musical ecstasy from different cultures 2 1 1 4 4 the heater inside the car consumed gasoline 11 7 7 10 10 the defendant and i flinched when the judge pounded his gavel 0 3 3 4 4 he was a trouble maker then , a leader in sds , and a trouble maker he remains 18 1 1 6 6 the driver was trapped inside the car , which landed upside down , and died while emergency crews were preparing to transport him to a local hospital 6 9 9 12 12 in the lineup , the police literally put the defendant in a line with other people to see if the victim or witness can identify anyone in the line as having participated in a crime 10 10 10 13 13 the test is made by inserting the end of a jimmy or other burglar ' s tool and endeavoring to produce impressions similar to those which have been found on doors or windows 18 2 2 6 7 since the evacuation was after normal business hours , the on duty security officer and maintenance personnel were responsible for the notification and evacuation of occupants of all buildings 18 3 3 6 6 the controlled environment facility is for growth of experimental material only 18 1 1 5 5 the materials were produced by mixing the constituents and processing them through a press cycle to produce a consolidated material 18 8 8 9 9 the hotel is in the style of a country lodge and only has 18 rooms 10 1 1 2 2 the microwave oven is one of the great inventions of the 20th century 9 3 3 7 7 some of the land was farmed for coffee in the past , but it is now mostly native vegetation ( with some emergent trees ) 16 8 8 11 11 the satisfaction was complete please find below a statement from the producer 1 17 17 20 21 in summer 2000 , an adventist church in polotsk , vitebsk region , was damaged by a fire started with flammable liquids 2 1 1 4 4 the jelly inside a doughnut is scalding while the pastry is only warm 1 12 12 15 15 the film also features documentary like segments about fishing and about the evacuation after the eruption of the volcano 1 2 2 17 17 the voltage swing obtainable across the load is greater than the output voltage swing obtainable from the amplifier alone , thus the efficiency of the amplifier system and power handling capacity of the system are improved 18 14 14 17 17 this was the signal for dozens of others to do the same and the noise inside the car was quite something 11 4 4 7 7 during a dribble the dribbler keeps the ball on the side of his body that is away from the defender 18 9 9 13 13 in 1871 , nearly 60 percent of the italian population farmed for a living , attempting to eke out an existence from arid land that often was not their own 16 14 15 19 20 another good example of the importance of hormonal balance in the body is the growth hormone produced by the pituitary gland 11 1 1 7 7 the astronauts used the orbiter boom sensor system mounted on the end of the shuttle ' s robotic arm 2 3 3 7 7 there are four caverns located inside the cave with the tunnel heading west being the largest 18 0 0 3 3 cooperation through physical activity promotes important life skills 2 9 9 15 15 tapestries of rocky coastlines share wall space with a clock inside a ship ' s wheel 11 2 2 5 5 before the barber takes his scissors out , family , friends and rabbis take turns snipping 1 3 3 6 6 we examined mood alterations through physical activity and other interventions 17 3 3 5 5 virtually all hillside farmers grow maize during both seasons , and many of the farmers cultivate beans , rice , and other crops as well 0 26 26 34 34 in addition , scientists maye have a number of potentially useful targets to prevent and treat this lethal tumor because of the findings that nox5 mediated overproduction of hydrogen peroxide is responsible for increased growth and decreased death of cancer cells 9 0 0 1 1 canola seed are small , and placement at a shallow depth is required 8 1 1 9 9 the mustard is made from brown or black mustard seed and has a smooth , not too acidic flavor 10 1 1 4 4 the gavel helps the judge establish his or her rule over the court room 6 4 4 7 7 we actually did put tea in the food 13 1 1 3 3 the catalogue contained books published in 1998 warning of the upcoming millennium bug and other similarly germane works , but neither of brock ' s bestsellers 16 11 11 12 12 we even heard from descendants of gustav schoenike who was the violin maker 3 1 1 5 5 the kitchen contained a large stove , a sink , a small table with chairs , and an old sofa that had seen many children and grandchildren tear at its skin 18 39 39 43 44 in a little time the numbers increased from forty five to eighty , and soon after to a greater number which , with the majority of the clergy , and the whole of the national representatives , put the malcontents in a very diminutive condition 18 2 2 5 5 paul the novelist has a computer but uses his old smith corona manual 1 22 22 24 24 it was also felt necessary at this time to draw up a similar document , dealing not with the prevention of marine pollution by dumping , but instead with the prevention of marine pollution by discharges of dangerous substances from land based sources , watercourses or pipelines 0 2 2 7 7 short term disability and long term disability benefits are available at no cost to ustelecom employees 8 1 1 10 10 the chart above is from the commission ' s 2005 report and outlines the strategic areas which require action 6 0 0 10 11 equipment for making repairs en route was carried in a jockey box attached to one end or side of the wagon 18 11 11 13 13 there are three set changes and two intervals which help the recovery from laughter , but the entertainment is maintained despite the well expected ending 0 4 4 9 9 this proves that the generator actually produced the renewable energy purchased and acts as the operative instrument of the transaction 8 4 4 10 10 he was a young refugee on the run from a nation at war 18 16 16 19 19 because it ' s a strong , lint free synthetic material with tiny absorbent fibers , microfiber allows a mop to hold sufficient water without dripping 18 1 1 6 6 the shroud is kept in the cathedral of st john the baptist in turin , italy 4 1 1 5 5 the worms are in a box with bedding made from such materials as straw , grass clippings , or shredded paper 0 2 2 7 7 the said whistle produced the 2600 hz tone necessary to authorize calls 16 14 14 15 15 these are new sorts of sponsors for us , a shoe company and a furniture maker 8 6 6 7 7 in addition to serving as a fertilizer ingredient , ammonia can also be used directly as a fertilizer by forming a solution with irrigation water , without additional chemical processing 18 8 8 15 15 while that operation was a success , the contents of the satchel were a tiny loss for the traffickers 11 6 6 9 9 anesthesia is not necessary since the dentist uses the drill and sandpaper discs and polishing wheels to reshape the teeth 16 4 4 9 9 this teaches that the body is procreated by the parents and the soul and spirit are directly created by god and placed in the body 17 12 12 14 14 the cup ' s a bit small but who cares , the machine makes coffee quickly enough that it ' s no problem to just make a second cup 1 4 4 8 8 there exists a widespread controversy over stem cell research that emanates from the techniques used in the creation and usage of stem cells 1 13 13 16 16 in the months leading up to trade negotiations , estimates of the economic gains from trade liberalization suddenly become newsworthy 11 3 3 10 10 further left a boy is fighting a peacock with a stick , and to the right a boy is killing an attacking goat with a spear 1 4 4 7 7 the resulting anti social behavior from alcohol consumption is an on going matter that the town and the police continue to address , particularly in the summer months 16 7 7 8 8 in addition to his reputation as a film maker lehmuskallio is also known as an artist 17 1 1 5 5 the hostess made the following rules no husband and wife could sit next to one another ( to the right or to the left ) and men had to alternate with women everywhere 1 1 1 5 5 the revolution brought forth impassioned pleas condemning the common law for not respecting the interests of the people and calling for law reform 2 1 1 4 4 the glomeruli assist the kidneys in filtering urine from the blood 9 4 4 9 9 today 75 of the county is intensively farmed for corn , soybeans , oats , and alfalfa with emphasis on dairy production 8 11 11 16 16 not sure what brand of model it came from but the wings are from a trashed plane my buddy had 18 22 22 27 27 and john was able to talk to some people in the u s government and verify that the substantive contents of the memo were a reasonably accurate transcription of what had transpired 18 4 4 5 5 he combines strawberries and powder sugar and mixes well 1 2 2 5 5 the health benefits of alcoholic beverages are the subject of this investigation 5 1 2 4 4 the fruit basket contained apples , oranges and bananas 10 1 1 5 5 a pulsar powers the supernova remnant by confirming the existence of the point like source and discovering a cloud of high energy electrons around the central object 3 5 5 10 11 this is the same basic mechanism at work in a vacuum cleaner , though the execution is a bit more complicated 16 11 11 19 19 he learned how cartographic evidence refutes the authenticity of the vinland map and from where the map ' s maker have drawn inspiration 18 8 8 10 11 and we do recommend excersise , as the kitchen holds culinary temptations in store for you that are bound to prolong your evening and lift your spirit 18 10 10 13 13 i struggle for my dream of painless perfection but a snowdrift keeps the door from opening 18 13 13 14 14 we conducted a usability test on the enterprise wide navigation system for this heathcare company ' s proposed intranet redesign 1 0 0 3 3 inhibition through synaptic depression is unlike the previous forms of inhibition in that it turns on more slowly and thus acts as delayed negative feedback 2 4 5 8 8 special construction and a rubberized trim helps the handset stand up to everyday wear and tear , and even occasional dropping 16 1 1 2 2 a coffin maker has increased productivity by 20 since securing a 180000 pounds finance package from business angels 1 1 1 7 7 the joy comes from cather ' s writing precise observation and wording , the lilting cadence of her phrasing , the beautiful and clear pictures she evokes of scenery and characters , and the unfamiliar , old fashioned words and expressions she uses 18 1 1 5 5 the robber was inside the office when the manager decided to take action and escape out the side door 1 0 0 2 2 famine following drought has hit the west african savannahs , where there have been other bad droughts , notably the great one of 1972 74 5 4 4 6 6 the contents of the binder included handouts on lectures , lab exercises , assignments , as well as production information of use to the participants 8 7 7 10 10 when you ' re an immigrant or refugee from any country then you have an experience with a botched translated name 18 14 14 18 19 but for the family that shares the cooking and clean up duties , the kitchen holds a special nuturing role beyond supplying nutrition for the physical body 17 0 0 4 4 stereograph produces the same output 18 3 3 10 10 the small knife assemblies are widely used for cutting various strips of flexible materials 18 0 0 3 3 people harvest the seeds , macerate them , and roll them into thick sticks of dry , hardened paste which can then be stored or exported from the region 8 2 2 9 9 the special ingredient in the lotion comes from a plant 5 2 2 8 9 the total contents of the purse included a cell phone and wallet valued at 120 2 14 15 20 21 in 1996 , a major publishing company simultaneously launched in 13 countries a dinosaur cartoon strip carried in a weekly comic book 18 5 5 7 7 grubs tend to cause significant damage from autumn to spring by which time the larvae are becoming fully grown 9 16 16 17 17 it was originally assumed that the ingredients responsible for drug interactions were the flavonoids that give grapefruit juice its bitter taste 17 1 1 5 5 the headmaster made the formal announcement 3 1 1 4 4 the kitchen contained a well at the northern end and a well and two holding areas for live fish on the southern end 3 4 4 9 9 the contents of the cyst included a foul smelling gas and white green pus 18 0 0 2 3 adults with sleep deprivation who listened to soft classical music at bedtime reported a 35 percent improvement in their quality of sleep 3 1 1 4 4 the kitchen holds a cooker , fridge , microwave oven , in short everything you need if you want to prepare a light meal 3 1 1 5 7 the building contained a large open central space with tables and chairs as well as a nursery and two tearooms 11 1 1 5 6 the knight raised his dragon battle axe , and dealt the creature a crushing blow 9 0 0 1 1 grapefruit juice causes more of these drugs to enter the blood 8 19 19 22 22 by the early ' 90s , indian entrepreneurs bought a majority of the properties and flourished with the new immigrants from the subcontinent 8 1 1 7 7 the colors were similarly derived from the stylesheet 11 10 10 15 15 at that point the patient grabbed the arm of the dentist to forcibly pull the drill out of his mouth 18 4 4 10 10 it was this moist ground that during construction engulfed a crane which remains under the stadium today 18 7 7 8 8 tom plans to continue to live the country life as he grows older 18 3 3 8 8 near adelaide the land is intensively farmed for dairying , fruit , and vegetables 5 15 15 18 18 bevan opens a case on the other side of the room and pulls out a flask that contains ale of the best sort 18 9 9 12 12 ride metrorail and then pick up a car just steps from the train to run errands , shop or reach any other business or social event not easily accessible via transit 18 5 5 11 11 providence had sent the old man into the world with a chisel in his hand 0 19 19 15 15 and , of course , everyone wants to prove the truth of their beliefs through experience , but the belief begets the experience 18 4 4 7 7 the mesopause separates the mesosphere from the thermosphere 10 5 5 8 8 unlike earlier machines , their typewriter permits the typist to see what is being typed and has other features that make it the first really practical typing machine 9 0 0 1 1 avocado butter is a very rich , moisturizing treatment for the hair and skin , and it has some natural sunscreen properties 0 1 1 3 3 the man radiated jolliness 1 3 3 5 5 earplugs relieve the discomfort from traveling with a cold allergy or sinus condition 1 6 6 9 9 there is a rise in erratic behavior from substance abuse and frustration caused by long waits for hospital treatment 8 4 4 8 8 the sisters are teenage refugees from a violent home , living alone in a faded victorian mansion where they survive by creating a closed world centered around each other and their new friends a rowdy makeshift family of castoffs , dealers , and drama queens on the periphery of the burgeoning drug game , some looking for a way out , some looking for a way deeper in 8 3 3 8 8 in europe the fuel is distilled from canola oil 9 3 3 4 4 she prepared some beef bouillon and let it cool 2 23 23 26 27 surrounding each neuron there was a group of cells of the glial type ( satellite cells ) , which together with the collagen fibers composed the glial capsule 18 3 3 8 8 the residents and scientists learned from the krakatau explosion 18 9 9 12 12 this is an overview of the viewer from a developer ' s perspective 18 4 4 7 7 months later , the birds composed the syllables into complete songs , whether the songs matched natural patterns or not 0 2 2 6 6 the spring molt produces mottled brown feathers , making the female almost invisible as she sits on her nest 17 2 2 6 6 the student committee developed the following guidelines 0 8 8 11 11 beauty had scarcely uttered these words when the castle radiated with light 18 11 11 13 14 muscles , tendons , and ligaments surround the ankle providing the stability the ankle joint needs for walking and running 8 13 13 17 17 the basement carpeting is made from recycled plastic pop bottles , and the underpad was once automobile tires 4 5 5 8 8 after the cashier put the cash in a bag , the robber saw a bottle of scotch that he wanted behind the counter on the shelf 1 15 15 17 17 this durable short sleeve crew neck tee shirt is made of preshrunk cotton to minimize shrinkage after washing 18 1 1 4 4 the institution provides a deposit , as set in the commission dues and fees schedule , towards the fee when it submits its appeal document 18 2 2 5 5 we take multivitamin that contains vitamins d , e , k , and beta carotene 17 1 1 6 6 the developer duly writes a test case , makes the necessary code changes , ensures the test passes , checks the code in and considers the job finished 18 1 1 6 6 many students deviate from the ideal curricula presented in a later section of this bulletin 2 1 2 7 7 the sound system is contained in a suitcase and controlled from within the steering wheel 1 5 5 7 7 givers gain moral strength and happiness from giving 18 1 1 2 2 effective canola production requires hands on involvement with the crop 17 1 1 5 5 the boy who made the threat was arrested , charged , and had items confiscated from his home 18 17 17 20 20 auto eq is a powerful sound tuning feature which uses a microphone to monitor and analyze the acoustics inside the car 18 6 6 13 13 a very robust metal hydride discovery approach was made with a demonstrated hts methodology 18 2 2 7 7 the norwalk juicer grinds and presses any fruit or vegetable 1 2 2 9 9 citing the conflict of interest created by the ethics charges , nifong asked the state attorney general ' s office to take over the lacrosse case 2 7 7 10 10 on this oval porthole , a lace drape keeps the bathroom private while showing off the shapely window and letting in light 9 1 2 7 8 the sub catchment is farmed primarily for beef sucklers with a single dairy enterprise and a single poultry unit so the land use is entirely grassland 16 2 2 7 7 the above advertisement is from the server provider not from me 18 1 1 5 5 sometimes joy comes from unexpected places 18 3 3 12 12 located inside the cave was an old , broken down army field telephone 1 14 14 17 17 apartment residents in delaware were awarded 1 million for health problems due to mold growth from unrepaired leaks 18 14 14 18 18 the rap star was apprehended at john wayne airport late last month and his truncheon was confiscated by police 18 2 2 5 6 the severe famine following the good years required a political and economic reorganization in the country 5 9 10 14 15 a tokamak is a toroidal ( doughnut shape ) magnetic bottle that contains the fusion plasma 8 1 1 5 5 the image is from the poster ` selling counterfeit products is illegal ' 18 7 7 10 10 retailers have done their bit to put wine in the hands of the masses , to make it more accessible to the wider uk public 18 1 1 4 5 the kitchen contained primarily drug paraphernalia 16 13 13 19 19 also , very rarely , hypnotherapy leads to the development of ` false memories ' fabricated by the unconscious mind these are called confabulations 11 1 1 4 4 a rower has one oar in sweep rowing , an oar in each hand in sculling 1 11 11 1 1 a lamp ' s lumen output expresses the total amount of light the lamp emits in all directions per unit time 5 6 6 9 9 now , i have a plastic bottle that contains alcohol in which i put my artificial eyelashes at night when i take them off , to clean them and keep them safe 5 1 1 5 6 the box holds all our empty promises to give back , to help others , to do something worthwhile if only we were n ' t so busy 18 1 1 7 7 the tutors provide a consistent , reliable intervention that allows students who are falling behind an opportunity to reach proficiency 18 0 0 2 2 brushing after meals became part of your daily schedule 18 1 1 2 2 a bus company has pledged a week long roadside survey after a group of workers complained about its bradford to morley service 0 5 5 12 12 when deliberations began , the crowd of people jamming the hallways radiated optimism 2 11 11 14 14 we have a bright and cheery yellow casement window over the sink in my kitchen 18 2 2 8 8 the snooker player played the game with a smile on his face 8 3 3 8 8 europeans have rejected wine produced from genetically modified grapevines , which has caused californian wine growers , who rely heavily on the european market , to worry 16 5 5 19 19 because the ice in the smoothie has to be crushed and blended with the other ingredients , a smoothie maker is usually the appliance of choice 16 1 1 5 5 the defamation comes from a bishop 8 2 2 6 6 the following advice is distilled from builders and first hand experience 4 1 1 4 4 the air in the jar started circulating to the rest of the room 1 15 15 17 17 but hong kong was able to recover from that and is now experiencing strong economic growth from exports 17 1 1 4 4 the legislature created the ombudsman to intervene when children or their parents are subjected to unauthorized or unreasonable agency decisions 0 1 1 3 3 the sun emits light or radiation at a large range of energies or frequencies 17 7 7 10 10 then , while you relax , the chef prepares the meal and serves it , restaurant style 18 19 19 23 24 however , the fact that the guinea pigs appeared to function in a normal physiological manner indicates that the diets contained the necessary energy density 17 1 1 5 5 the student provided a written request , mailed to the executive director of the pacific division 8 12 12 14 14 in order for handwashing to be effective , vigorous friction , ample lather from soap , and thorough rinsing are needed to remove the germs from the hands 1 3 3 10 10 mr c notes worsening of seizures and cognition with sleep deprivation and stress 16 2 2 3 3 get a quesadilla maker from one of your local discount stores such as target , walmart , or kmart 11 2 2 5 5 bernie the barber downed his scissors , leaving the final triangle of hair uncut 9 6 6 10 10 not too long ago , the grass was farmed for hay then , it was ditched for mosquito control 18 2 2 7 7 the punk explosion cultivated the underground rock scene that would one day be called ` alternative music ' 18 1 1 6 6 the carpet is made from recycled materials 18 7 7 8 8 this is incorrect , and when a minicab company uses the word taxi on their livery it can lead to prosecution by the local government body 11 10 10 13 14 a goal is like a mountain outcropping to which a climber throws a grappling hook and pulls themselves up 18 1 1 4 4 a facilitator keeps the discussion focused and limited to the allotted time , while the recorder keeps a written record of the panel ' s recommendations 1 3 3 5 5 hand creams counteract dryness from exposure to wind , sun , and detergents 1 1 1 4 5 eye discomfort from this staring effect is exacerbated by low humidity 17 6 6 10 10 the lower mark is the vienna company that made the mug 0 1 1 6 6 the transmitter emits a constant radio signal to crea 1 3 3 5 5 parents also experience anxiety from fear of the suffering of their child and worry about an uncertain outcome 10 6 6 9 9 it just so happened that the horse bucked the rider and threw him into a mud puddle 9 14 14 18 18 in some asian countries , including china , malaysia and the philippines , the turtles are farmed for food 17 12 12 3 3 using an e prescription module in an electronic record system , the prescriber makes out a prescription and transfers it to the national e prescription mailbox 17 1 1 4 4 state citizens created the states who created the federal government who created federal citizens 1 4 4 10 10 in chemical lasers the inversion is produced by a chemical reaction 16 1 1 6 6 the streaks are from a passing truck 18 2 2 11 11 a v8 engine mated with a manual transmission powers the convertible concept 18 2 2 6 6 when the notice is sent by fax , the notice is not deemed received until 3 days after faxing it 8 1 1 7 7 the herbicide is derived from a natural antibiotic , which is produced by two strains of a soil bacterium 6 8 8 11 11 to test this , we placed a kitchen match in the jar instead of the candle , lit the match , screwed on the lid and dropped the jar 18 1 1 18 18 the farmers and city officials in the region have tried to get state money to move the farmers market into a first class operation and tourist attraction 17 1 1 5 5 the surgeon cuts a small hole in the skull and lifts the edge of the brain to expose the nerve ================================================ FILE: dataset/SemEval/vector_50.txt ================================================ [File too large to display: 16.5 MB] ================================================ FILE: dataset/SemEval/vocab.txt ================================================ ! ' ( ) , 0 00 000 0025 005 01 05 065 07 08 1 10 100 1000 10000 100000 10300 105 106 1063 1099 10cm 10m 10x10 11 110 1106 112 114 1157 116 117km 11th 12 120 1200 1216 12225 1227 125 126 127 128 1293 12th 13 1300 1301 130c 130nm 1318 1350ml 13th 14 140 1400 140000 1414 144 1471 1475 1492 1497 14th 15 150 1500 150000 1512 15290 1532 1534 15500 1554 1559 1562 1570 1594 1597 16 160 1600 1600s 1607 1608 160gb 1628 1646 165 1659 165th 1662 1663 1672 1690 1693 16kg 16mm 16th 17 1700 1707 1715 1718 1724 1729 1738 1740 1743 1748 1750 1751 1752 1762 1765 1776 1780 1781 1784 1787 1789 1790 1792 1796 17s 17th 18 180 1800 180000 1800s 1802 1805 1806 1807 181 1811 1813 1815 1816 1817 1819 1826 183 1830 1830s 1833 1836 1846 1848 1857 1858 1860 1861 1864 1868 1871 1874 1875 1877 1878 1880 1880s 1882 1885 1886 1888 1890 1890s 1893 1894 1896 1897 1898 18k 18th 18x11x3 19 190 1900 1903 1904 1905 1906 1908 1912 1914 1916 1917 1918 1919 192 1920s 1922 1923 1925 1929 1930 1930s 1931 1932 1933 1935 1937 1938 1939 194 1940s 1941 1942 1944 1945 1946 1947 1949 1950 19504 1950s 1951 1952 1953 1954 1956 1957 1958 1959 196 1960 1960s 1961 1963 1964 1965 1966 1967 1968 1969 1970 1970s 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1980s 1981 1982 1983 1984 1986 1990 1990s 1991 1992 1993 1994 1995 1996 1997 1998 1999 19th 1bn 1cm 1gb 1p28 1st 1x 2 20 200 2000 20000 2001 2002 2003 2004 2005 2006 2007 2008 2009 200kg 2010 2011 2016 20c 20mm 20th 21 212 218 21st 22 2203 220m 224 22445 225 225000 22nd 22r 23 230 2300 23189 23rd 24 2401 245 2474 24th 25 250 2500 25000 250000 256 25l 25r 26 2600 265 267 26841 26th 27 275 277 28 29 2980 299 2am 2nd 2pm 3 30 300 3000 3050 30am 30pm 30s 31 310 31187 313 319 32 32000 3240 33 33000kl 34 340 340m 34th 35 3500 351 35mm 35w 36 360 36th 37 372 375 38 3800n 39 390 3d 4 40 400 4000 4004 402 4095 40b 40mph 40th 41 420 4280 4295 42nd 43 4300 434 44 440 4411529 45 4500 4515 455 457 458 45s 46 47 48 4822 49 4th 5 50 500 5000 50000 500000 508 50g 50s 51 52 53 530 53000 5316 540 545715 55 550 56 5600 567 567000 56th 575 58 59 590 5c 5ft10 5s 6 60 600 60th 61 616 63 63104 64 65 6500 66 67 6850 69 6938 6kg 6th 7 70 700 7000 705 70km 71 715 725000 73 74 7456 747 74th 75 750 756 76 77 770 777 77793 7800 782 787 79 795 7lbs 7pm 7th 8 80 800 8000 802 80s 82 82500 8260 8406 85 850 86 8600 87 875 87a 88 89 8ftx4ft 8khz 9 90 900 9000 902 90s 90th 91 92 93d 945gse 95 950 97 98 985 99 9am 9ft ? ` a a27 aardman aardvarks ab abab abalone abandoned abandonment abatoir abbey abbott abc abcd abdomen abdominal abducted abduction abductor abdullah abedin abele aberdeen aberg abergavenny aberrations abhishek abidemi abilities ability abingdon abit abject ablation able abnormal abnormality aboard abode abolish abolition abominations aboriginal aborted abortificants abortion abortive about above abraham abram abridger abroad abrupt abscess absconded absence absent absentmindedly absinthe absolute absolutely absorb absorbed absorbency absorbent absorber absorbing absorbs absorption abstinence abstract abstracts abstrupus abstruse abu abundant abuse abuses abusing abuzz abyss abyssinica academe academic academical academicians academics academies academy acapulco accelerate accelerated accelerating acceleration accent accentuates accept acceptable acceptance accepted accepting access accessed accesses accessible accessing accessories accessory accident accidental accidentally accidently accidents acclaim acclaimed accolade accommodate accommodated accommodation accompained accompanied accompaniment accompany accompanying accomplice accomplish accomplished accomplishments accord accordance according accordingly accordion accords account accountability accountants accounted accounting accounts accreditation accredited accretionary accumulate accumulated accumulates accumulation accuracy accurate accurately accused accuses ace aceh acetoin acetone acetonitrile ache aches achieve achieved achievement achievements achieves achieving achille achilles aching acid acidic acidity acids ackerman acknowledge acknowledged acknowledging acne acnes acorn acorns acoustic acoustically acoustics acquaintances acquainted acquire acquired acquiring acquisition acquisitions acre acres acropolis across acrylic act acted acting action actions activated activates activation active actively activist activists activities activity actor actors actress acts actual actually actuated acupressure acupuncture acura acute ad adam adams adapt adaptation adaptations adapted adapting adaptive adaptogens adapts add added adder addict addicted addiction addicts adding addition additional additionally additive additives addopted address addressed addressees addresses addressing adds adel adelaide adele adenomyosis adenosine adept adequate adevarul adeyinka adh adherence adherents adhesion adhesive adipocytes adipose adjacent adjective adjectives adjoining adjudicating adjust adjustable adjusted adjustment adjuvant adler adm administered administering administration administrative administrator administrators adminstrators admirable admirably admirals admirer admiring admission admissions admit admitted admitting adobe adolescent adolescents adonis adopt adopted adoption adoptive adopts adorable adpm ads adult adulterating adulterous adultery adults advance advanced advancement advances advancing advantage advantages adventist adventure adventurers adventures adventurous adversaries adverse advertised advertisement advertisements advertiser advertises advertising advice advices advised adviser advisers advisors advisory advocated advocates aea aerating aerial aerie aerobic aerodynamic aerodynamics aeronautical aeronomists aeroplane aerosmith aerosol aesthetic aesthetically afaanz affair affairs affect affected affecting affection affections affects affidavit affiliate affiliates affixes afford affrighted afghan afghanistan afl aflatoxin afloat afoot aforementioned afraid africa african afrikaans afro aft after afterglow aftermath afternoon aftershock aftershocks afterward afterwards again against agar agarose agarwood agassi agave age aged agencies agency agenda agendas agent agents ages aggravating aggravation aggregate aggregates aggression aggressions aggressive agility aging agitating agitation agitations agnes agnostic ago agonist agoura agree agreeable agreed agreement agreements agrees agricultural agriculture agrochemicals agrucultural ahead ahmed ai aichi aid aide aided aides aids ailments aim aimed aimee aiming aims air airborne airbox airconditioner airconditioners aircraft aircrafts airfield airflow airforce airglow airline airlines airman airmen airplane airplay airport airsheds airships airsoft airspace airstrike airstrip airways aisle aisles akin al al2o3 alabama alarm alarmed alas alaska alaskan albania albatross albatrosses albemarle alberta albicans albinistic albion album albums alchemist alchemists alchemy alcohol alcoholic alcoholism alder aldergrove aldermen aldong ale aleksandar aleksandr aleksopol alert alerted alertness ales alessi alex alexander alexandria alexandrian alexandros alexis alfalfa alfano alfonso alfred algae algebra algorithm algorithms ali alibi alice alien aliens align aligned alignment alike alive alizarin alkali alkaline all allaah allegations allegdely allege alleged alleging allegory allen allergies allergy alleviate alleviates alley alleys alliance alliances allied allies alligator allocation allotted allow allowed allowing allows alloy allraline alluded alluminium allusions alluvial almamy almond almost alone along alongside alphabet alphabetical alphabetizing alps already also altar altbier alter alterations altered alternate alternately alternating alternative alternatives alternator alternators although altogether alton aluminium aluminum alumni alveolar always alyosha alzheimer am amalgamated amateur amateurs amazed amazement amazing amazingly amazon amazonian ambani ambassador ambassadors amber ambiance ambidextrous ambient ambiguous ambition ambitious amble ambulance ambush amd amended amendment amenities america american americans americas amerindians ames amid amide amino amish amistad ammonia ammonium ammunition amnii among amongst amore amount amounted amounts amp amphibians amphibolites ample amplified amplifier amplitude amputees amritsar amsterdam amtrak amulet amusement amyloid an anabolic anaerobes anaerobic anal analgesics analog analogies analogous analyses analysis analyst analysts analytical analyze analyzed analyzer analyzes analyzing anarchism anarres anas anathema anatolian anatomically anatomy ancestors anchor anchorage anchored anchors ancient ancients and andaman anderson andes andflavor andian andre andrea andreas andrew androcles andronicus andy anecdote anecdotes anemia anesthesia anesthetic anesthetics angel angela angeles angelina angels anger angiogenesis angiosperm angiotensinogen angle angled angler anglerfish angles anglican anglicans anglo angola angry anguished angular angularity anhinga animal animals animate animated animating animation animations anisotropic ankle anna annals anne annette annexation annie anniversary anno annotations announce announced announcement announcements annoy annual annually annuity annulment anodized anonymous anorexic another anoxidized ansari ansem answer answered answering answers antacids antarctic antelope antenna antennas anterior anthem anthill anthology anthony anthrax anthropoid anthropological anthropologie anti antibiotic antibiotics antibodies antiboitics anticipated anticipation anticoagulation antidepressant antidepressants antifreeze antifungal antigen antihelion antikythera antioxidant antipathies antipersonnel antipsychotic antique antiquity antitrust antiwar antler antlers antoine antoinette antoni antonina antonio ants anurons anus anvil anwar anxiety anxious any anybody anyone anything anyway anywhere anzac aorta ap apaches apart apartment apartments aperitif apes apex aphorisms apical apis apocalyptic apodaca apologies apology apostolic apostrophes app appalachian appalling apparantly apparatus apparatuses apparel apparent apparently appeal appealed appealing appear appearance appearances appeared appears appellant appended appendix appenzeller appetising appetite appetites appetizer applause apple apples applet appliance appliances applicability applicable applicant applicants application applications applied applies apply applying appointed appointment appointments appraisal appraised appreciable appreciate appreciated appreciation apprehend apprehended apprentice apprenticeship approach approached approaches approaching appropriate appropriately appropriates approval approved approving approximate approximately approximation apps apricot apricots april apron aptitude aquaculture aquarium aquatic aqueous aquifer aquilaria aquitaine arab arabia arabian arabic arafat arak aral aramis arbiter arbitrarily arbitration arbitrator arbuzov arc arcade arcane arch archaeological archaeologists archaeology archbishop archeological archeology archer archers archetypal archipelago architect architecti architects architectural architecturally architecture archival archive archived archives arctic ard ardent ardfert are area areas arena areometer aretus argentina arginine argon argonaut arguably argue argued argument argumentation arguments aria aricept arid aries arife arisen arises aristocracy aristocrats aristotle arizona ark arkansas arlington arlonzia arm armada armando armani armature armed armenian armi armies armless armor armored armrest arms armstrong army arne arnie arnold aroma aromatherapy aromatic aroon arose around arra arrange arranged arrangement arrangements arranger array arrayed arrays arrears arrest arrested arresting arrests arrival arrive arrived arrives arriving arrogant arrows arsenal arsenate arsenic art artemis arterial arteries arteriovenous artery artful arthritic arthritis arthur article articles articulate articulated artifact artifacts artificial artillery artisan artisans artist artistic artistry artists arts artwork artworks as asadabad asbestos ascarids ascend ascending ascension ascent ash ashes ashwagandha asia asian aside ask asked asking aslan asleep asparagus aspartame aspect aspects aspergillus asphalt aspiring assam assassinate assassination assassins assault assaulted assaults assay assemblage assembled assembles assemblies assembly assert asserted asserting assertion assertiveness asserts asses assess assessed assesses assessing assessment assessments assessors asset assets asshatty assigned assigning assignment assignments assigns assimilated assimilation assist assistance assistant assisted assisting assists associatcd associate associated associates association associations assortment assortments assume assumed assumes assuming assumption assurance assures asterisk asteroid asteroids asthma astm astonished astonishing astonishingly astor astoria astoundingly astra astride astringent astronaut astronauts astronomer astronomers astronomical astronomy astrophysicists astroturf asuras asymmetric asymmetrical asymmetry asymptomatic at atached atalanta atascosito atavistic ate athena athenian athens atherton athlete athletes athletic athletiques athos atlanta atlantic atlantis atlas atm atmosphere atmospheric atom atomic atoms atop atopic atrium atrocities attach attached attaches attaching attachment attack attacked attacker attackers attacking attacks attain attained attaining attempt attempted attempting attempts attend attendance attendant attendants attended attendee attendees attending attention attenuation attenuator attest attic atticus attitude attitudes attitudinal attorney attract attractant attracted attracting attraction attractions attractive attracts attributed attributes attributing au auckland auction auctioned auctioning audacious audibility audible audience audiences audio audiophile audit audited auditing auditor auditors auditory audits aug augite augmented august auklets aunt aura aureus auricle aurora aurorae auschwitz austin australia australian australians austria austrian authentic authenticity author authored authorindex authoritarian authorities authority authorization authorize authorized authorizes authors authorship autism auto autobiography autograph autographs autoharp autohemotherapy autologous automated automatic automatically automaton automobile automobiles automotive automotives autonomic autonomous autopsy autumn autumnal auxiliary availability available avalanche avalanches avant avatar avatars avci ave avenger avenue avenues average averaged aversion avian aviary aviation aviator avila aviv avocado avoch avoid avoidance avoiding avulsion await awaited awaiting awakening award awarded awarding awards aware awareness away awe awful awkward awlaki awoke ax axe axel axes axioms axis axles axon ayatollahs ayers ayoddhya ayodhya ayutla azeotrope azimuth azores aztec azuki azul b b14 b15 b2 baandhani babble babel babies baboons baby babykiller bacall bacchus bach bachchan bachelor bachelors bacilli back backboard backbone backdrop backed backfill backflap background backgrounds backing backpack backpackers backpacking backpacks backpage backplate backpressure backprojection backscattered backside backslides backstage backup backwards backwaters backyard backyards bacon bacteria bacterial bacterium bad bade badge badgers badiru badly bae baekhwaju baffle bafta bag bagful baggage bagged baggy baghdad bagpipes bags baha bai bail bailed bailey bailing bailli baird bait baits bake baked baker bakeries bakers bakery bakes bakeshop bakhsh baking balance balanced balances balancing balconies balcony bald bale bales balewa baljinder balkan ball ballads ballast ballet balloon balloons ballot ballots ballplayers balls balm balmoral baltic baltimore bamboo bambu ban banana bananas banbury band banda bandage bandages banded bandmembers bandon bands bandura banduras bandy bang banging bangladesh bangra banishing bank banked banker bankers banking banko bankrupt bankruptcies bankruptcy banks banned banner banners banquet bantam baptist bar barack baracoa barbarian barbarians barbary barbauld barbed barbell barbels barber barbican barbie barchan bare bared barefoot barely bargain barge barges baring barium bark barking barley barman barn barnet barns barnyard baron baroque barr barracudas barrages barred barrel barreled barrels barren barricade barrier barriers barrister barro barrow barry barrymore bars bas basal basalt basalts base baseball baseboards based baseline baseman basement bases bash bashing basic basically basilica basilone basin basis bask basket basketball baskets basra bass bassam bassett bassoon bastard bastions bat batang batch bath bathing bathroom bathrooms bathtub baton bats battalion battalions batten batter battered batterfields batteries battering battery battle battlefield battlements battles battling bauble baur bautista bavarian bay bayern bayreuth bays bazaar bazooka bbc bbq bbs bc bcr bcs be beach beached beaches beaching bead beads beagle beak beaker beakers beam beams bean beane beanie beans bear bearded bearers bearing bearings bears beasts beat beaten beaters beatles beatniks beats beaubois beaujean beaulieu beauregard beauties beautiful beautifully beauty beaver beavers beaverton bebo became because bechamel becker beckhard becky become becomes becoming becunes bed bedcovers bedding bedouin bedrock bedroom bedrooms beds bedsheet bedtime bee beech beef beefier been beer beers bees beeswax beetle beetles befitting before befriends began begets begg beggar begin beginner beginning beginnings begins begun behalf behave behavior behavioral behaviors behemoth behind bei beige beijing being beings belenzian belfast belgian belgium beliarc belied belief beliefs believe believed believer believers believes bell bella belles bellini bellowing bells belly belong belonged belonging belongs beloved below belt belts beluga belyakov belying bemoaned ben benard benbecula bench benches benchmarking bend bending bends beneath benedict benefactor benefices beneficial beneficiaries benefit benefited benefits benevolent benign benjamin bennett benning bent benthic bergeron berlin berlusconi bern bernadotte bernanke bernard bernie berries berry berserk berserkers berserks bertolli bertrand beside besides besieged best bestowed bestowing bestseller bestsellers beta beth bethlehem betrayal betrays bets better between bevan beverage beverages beverly bevilona bevy bewildered bewilderingly bexar beyond bg bhargavas bhattacharya bhi bhutto biacetyl bianca bias biases biasing bibi bible bibliography bibliometrics bicentenary biceps bicycle bicyclists bid biddle bier big bigger biggest bigi bike bikini bilateral bilayer bilbao bile bill billboard billboards billed billiard billion billionaire billionaires billions bills billy bin binary bind binder binderies binders binding bindings binds binge binocular binoculars bins binzel bio biochemical biochemicals biocides biodiesel biodynamically biofilm biographer biographical biographies biography biological biologist biologists biology biomagnetic biomass biomedical bionic biopharmaceuticals biosurfactant biotech biotechnology biped bipolar birch birchwood bird birdhouse birding birdlife birds birdtown birmingham birth birthday birthmarks birthright birtwistle biryani biscay biscuit biscuits bisexuality bishop bishops bismarck bismuth bissell bist bit bite bites bitewing biting bits bitstrings bittangabee bitten bitter bitterly bitterns bizarre bizarrely bizzell bk black blackberry blackboard blackcurrent blackface blackjack blackmail blackness blackout blacksmith blacksmithing blacksmiths bladder bladders blade blades blaise blame blamed blanched blanck blank blanket blanks blast blasting blastocyst blasts blaze blazer blazes blazing bleach bleak bled bleeding blend blended blends blessed blessing bletchley blethering blew blighted blimp blind blinded blindfolded blindness blink blinking blinks blissful blister blistering blisters blizzard blizzards bln bloat bloating bloc block blockade blockage blockages blocked blocks blog blogger bloggers blogging blogosphere blogs bloke blokes blonde blood bloodhound bloodhounds bloodshed bloodstream bloodworth bloody bloomberg blooming blooms bloomy blossom blossoming blossoms blotter blouse blouses blow blowback blowby blower blowers blowing blowlamp blown blows blowtorch bludgeoned blue blueberries blueberry blueprint blueprints blues bluffing blum blunt blur blurb blurred blush blustery bm bmw bndes bo boar board boarder boardrooms boards boars boast boasts boat boaters boats bob bobsleigh bodice bodied bodies bodily body boeing bog bogglingly bogus boi boiled boiler boiling boils bold boles bollywood bolt bolts bolus bomb bombarding bombed bombers bombing bombs bomer bon bond bondage bonded bondholders bonds bone bones bonfire bong bonifacio bonito bonn bonus bonuses bony boobs booby book bookended booker booking bookkeeper booklet booklets bookmarks books boom boomer booming boost boosting booted booth booths bootlegger boots booze bopet borax border borders bordetella bordewijk bore boreal boredom boring boris born borne boron borrowers borrowing bosch boslough bosnian boss bosses bost boston bostwick bot botanica botanical botanicals botched both bothered bothersome bottega botti bottle bottled bottlenose bottles bottom bottomed bottoms botulinum botulism bought bouillon boulanger bounce bounced bouncing bouncy bound boundaries boundary bounded bounding bounds bountiful bouquet bouquets bourbon bourgeois bourgeoisie bout boutique bow bowden bowed bowels bowl bowls bowness bowyers box boxcar boxer boxers boxes boxing boxlike boy boyd boyer boyfriend boyle boyne boys brace bracelet braces brachioradialis bracing bracken brackish bracts brad bradbury bradford bradis braich braidwood brain brains brainwash brainwashing braised brake brakes branch branches branching brand branded brands brandy branton brass brat bratpack brats brave braved bravest brawn braxton bray brayne brazil brazilian brazilians brazing brazoria bre breached breaches bread breadth break breakaway breakdown breaker breakfast breakfasts breaking breakneck breakouts breakpoints breaks breakthrough breakthroughs breast breastbone breastfeed breasts breath breathed breather breathes breathing breathtaking bred breed breeder breeding breeds breeze breezes bregno bremen brendel brent brethren breuer brevis brew brewed brewer brewers brewery brewing brian bribe brick bricklayer bricks brickwork bride bridegroom brides bridge bridgend bridges bridging brief briefly brien brig brigade brigadier bright brighter brightest brightly brighton brill brilliance brilliant brilliantly brim brined bring bringing brings brink brisbane brisk bristled bristles britain britannica britches british brittany briwere brix brmss broach broad broadband broadcast broadcasting broadcasts broadens broader broadside broadsides broadsword brochure brochures brock broiled broils brokaw broke broken broker bromide bronte bronx bronze brood brooding brook brookie brooklyn brooks broom broth brothel brother brotherhood brothers brought broward brown brownian brownie browning brownville browse browser bruce brucei brucellosis bruisers bruises brunch bruno brush brushed brushes brushing brussels brutal brutality brutally bryce bryson bsec bss bubble bubbles bubbling bubonic buchan buchholz bucked bucket buckets buckley buckling bucktown bud buddhism buddhist buddies buddy budget budgetary budgets buds buena buffalo buffaloes buffer buffering bufferpool buffet buffs bug bugs build builder builders building buildings builds buildup built bukhari bukker bulb bulbar bulbs buldings bulgaria bulgarian bulger bulging bulhak bulk bulky bull bulldog bulldozer bullet bulletin bulletproof bullets bullfight bullfinches bullhorns bulls bullying bulrush bummer bump bumped bumper bumpers bumps bun bunch bundle bundles bungalow bungee bunker bunn bunnies buns bunsen bunuel bunyan buoyed bupivacaine bureau bureaucracy bureaucrats burgeoning burger burgher burghers burglar burglaries burglary burgundy burial buried burin buring burlap burley burn burned burner burnett burning burns burnt burris burrow burrowing burrows bursary burseraceae bursley burst bursting bus buses bush busha bushes bushfires bushings business businesses busloads buss bust bustamante bustling busy but butcher butchering butchers butlers butt butter buttered butterflies butterfly buttery buttock button buttonhole buttons buttuwa buxton buy buyer buyers buying buys buzz buzzard buzzards buzzing bw bwv by byelection bygone bypass bypassed byssus bytecodes byzantine c c2bmc ca cab cabal cabaret cabin cabinet cabinets cable cables cabriole cabstand cacao cache cackle cactus cadaver cadaveric cadence cadenza cadets cadge cadre cae caecilians caesarian cafe caffeine cage caged cages caillie cain cairns cairo caisley caisson cake caked cakes calabogie calamari calamities calcification calcium calculated calculating calculation calculator calculus calcutta calder calendar cali caliber calibrated calibrates calif california californian caliph call called caller calling callisto calls callus calluses calm calms calorie calories calorimeter caltpa calves calvin cam camaraderie cambodia cambodian cambridge came camel camels camera cameraman cameras camerino cameroon camp campaign campaigners campaigning campaigns campbell campello campers camping campus can canada canadian canaille canal canaliculi canals canary canceled cancellation cancellations cancer cancers candida candidate candidates candies candle candles candlestick candy cane cangjie canine canis canister cannabis canned cannellini canning cannisters cannon canoe canola canon canons canopy cans canteen canterbury cantilevered canto cantonment cantons cantu canvas canvases canyon canyons canzons cap capabilities capability capable capacious capacities capacitor capacity cape capella capillaries capistrano capita capital capitalism capitalists capitalize capitals capitol capitolinus capless capo capped cappuccino caprari capricious caps capsaicin capscrews capstone capsule capt captain captains captive captivity capture captured captures capuchin capuchins car carafe caramelisation caramelized caramonal carat caravan caravels carb carbohydrase carbon carbonated carbrook carcass carcinoma card cardboard cardholders cardiac cardinal cardinals cardiology cardiovascular cardo cards cardsholders care career careers carefree careful carefully caregiver careless cares carew cargo caribbean caricatures caring carleton carley carling carlisle carlton carmen carnage carnegie carolina carolyn carotene carp carpal carpatho carpels carpenter carpenters carpet carpeting carrel carriages carriageway carried carrier carriers carries carroll carrots carry carrying cars carson cart cartels carthage cartilage cartilaginous cartload cartographer cartographic cartomancers carton cartonboard cartons cartoon cartoons cartridge cartridges caruso carve carved carves carving cary caryn casa cascades case casemate casement cases casette cash cashew cashier cashmere casing casino casinos cask casket casks caspian cassette cassin cassioli cassock cast castable caste castile castillo casting castings castle castlemania castoffs casualties casualty cat cataclysmic catacombs catalog catalogue catalogues catalysis catalytic catalyzed catamaran catania catapult catastrophe catch catched catches catching catchment categorical categories categorization category catering caterpillar caterpillars catfish cathartic catharus cathedral cather catheter cathode catholic catnip cats cattle caucasian caucasus caufield caught cauldron caulk causal cause caused causes causeway causing caustic cautious cautiously cavalcade cavalry cave caveats cavendish cavernous caverns caviar cavities cavity cavvy caws cayenne cbbc cbd cca cccb ccp cd cdi ce cease ceased ceasefire ceca cecelia cedar ceiling ceilinged ceilings cel celebrate celebrated celebrates celebrating celebration celebrations celebrities celebrity celebs celery celiac celibacy cell cellar cello cellophane cellos cellphone cells cellular celtic cement cementation cemetery cenotaphs censored censorship cent center centerboard centered centering centers centigrade central centralized centre centres centrifugal centrifuge cents centuries century ceo ceramic ceramicist ceramics ceramist cereal cereals cerebellum cerebral cerebrum ceremonial ceremonies ceremony ceres cerf certain certainly certainty certificate certificated certification certify cerularius cervical cervix cesare cessation cete cfa cfht cg chabazite chacma chad chadian chai chain chains chainsaw chainsword chair chairman chairs chaise chalet chalice chalk chalkboard challenge challenged challenges challenging chamber chambered chambers chambre chamois chamomile champagne champaign champions championship chanani chance chancellor chances chandlers chaney change changed changer changes changing changu channel channelled channels chaos chaotic chap chapel chaplain chaplin chapter chapters character characteristic characteristics characterize characterized characters charcoal charcuterie charge charged charger charges charging chariot chariots charisma charismatic charite charities charity charles charlie charlotte charm charming charred chart charted charter charterhouse charts chase chased chasing chasseurs chassis chat chateau chatrooms chattering chatting chauffeur chauvinistic chavettes cheap cheaper chechnya check checked checkers checking checkout checkpoints checks cheddar cheek cheeks cheered cheering cheers cheery cheese cheesecake cheesecloth cheeses cheetahs chef chefs chelsea chemical chemically chemicals chemistry chemists chemotherapy chen chenodeoxycholic cheque cheras cherenko cherenkov chernihiv chernobyl cherries cherry cherrystone chertsey chesapeake chess chessboard chest chestnut cheung chevauxlegers chevy chew chewers chewing chews chi chiapas chiaroscuro chic chicago chicha chichester chick chicken chickenpox chickens chicks chicory chief chiefly chiefs chihuahua chike chikna child childhood childlike children chile chilean chiles chilika chilled chilling chills chilly chime chimney chimpanzees chimps chin china chinch chinese chinesischer ching chinggis chip chipper chips chirac chisel chivalric chivalry chloe chloride chlorine chlorobenzene chlorohydrins chocolate chocolates choice choices choir choke choking cholera cholesterol cholinesterase chomsky choose chooses choosing chop chopped chopper choppy chops chopsticks chorale chord chords choreographed choreographer chores choroid choroidal chorus chose chosen choughs chowchilla chris christ christened christian christians christien christmas christy chromated chrome chromosome chronic chronicle chronicles chronograph chronological chronologically chuck chuckle chugging chung chunks chunky chuquicamata church churches churn chute cia cicero cider cieply cigar cigarette cigarettes cigars cinderella cinema cinemas cinematic cinematography cinnamon cip circle circles circling circuit circuited circuitry circuits circular circulates circulating circulation circulatory circumference circumstance circumstances circumvent circus cirrhosis cisco cistern citation citations cited cites cities citing citizen citizens citizenship citrus city civil civilian civilians civilisation civility civilization clad claim claimant claimants claimed claiming claims clam clamor clamp clamping clams clan clandestine clans clara clare clarification clarifying clarinet clarity clark clarke clarksburg clashes clasp class classes classic classical classics classification classified classifies classroom clattering claus clause clauses claustrophobia clavamox clavichord claw claws clay clean cleaned cleaner cleaners cleaning cleanser clear clearance clearances cleared clearest clearing clearly clearwater clearwire cleats cleo cleopatras clepsydra clergy clergymen cleric clerk cleveland clever cleverly clew click clicked clicking clicquot client clients cliff cliffs climactic climate climates climatic climax climb climbed climber climbs climent cling clinging clinical clinically clinicians clinicopathological clinics clinker clinton clip clipart clipboard clipper clippers clipping clippings clips clique clitunno clock clockheart clockmaking clocks clockwork clodronate clods clog clogging clogs clone cloned clooney clophelinum close closed closely closer closes closest closet closing clostridium closure clot cloth clothed clothes clothier clothing cloud cloudless clouds clove clowder clown clowns cloying club clubby clubhouse clubs clue clues clump clung clunker cluster clustering clusters clutch clutches clutter cm cmap cme cmos cn cny co co2 coach coaching coachman coagulating coagulation coakley coal coalition coalitions coalminers coals coarse coast coastal coaster coasters coastline coastlines coasts coat coated coating coatings coats coaxial cobalt cobbett cobra cobras cobs coca cocaine cock cockatiel cocked cockpit cockroaches cocktail cocky cocoa coconut coconuts cocoon cocoons cocos cod codario code coded codeine coders codes codirected coefficients cof coffee coffeehouse coffeemaker coffees cofferdam coffin coffins coffle coghill cogito cognac cognition cognitive cognitve cogs cohb cohort coil coiled coils coin coincided coincidence coincides coined coins coke col cola colas colbert cold colder coldly colds coleman coleraine colgate colitis collaborates collaboration collaborative collaboratively collaborators collagen collapse collapsed collapses collapsing collar collateral colleague colleagues collect collected collecting collection collections collective collector collectors collects college colleges collegiality collegue collide collided colliding collie collier colliers collimated collinear collins collision collisional colloquia colobus cologne colombia colombian colon colonel colonels colonial colonies colonizers colony color colorado colorants colorectal colored colorful coloring colors colorsplash colossal colouration colourless colourmovie colts columbia columbus column columnist columns com coma comb combat combatant combination combinations combine combined combines combining combo combustible combustibles combustion come comedian comedonal comedy comes comet comfort comfortable comfortably comforter comforting comic comics coming comix comma command commander commanding commandment commandos commands commemorating commenced commencement commences comment commentaries commentary commentator commented commenting comments commerce commercial commercialization commercially commissary commission commissioned commissioner commissioners commissions commissures commitment committed committee committees committing commodities commodity common commonality commonest commonly commonwealth commotion communal communicable communicate communicating communication communications communicator communio communion communis communism communist communists communities community commuter commuters comp compact compaction compactness companies companion companions companionship company comparable comparably comparative comparatively compare compared compares comparing comparison comparisons compartment compass compassion compassionate compatibility compeers compel compelling compensates compensation compensatory compete competencies competing competition competitions competitive competitor compilation compiled compiler compiles complacent complained complaining complains complaint complaints compleat complement complementary complemented complementing complements complete completed completely completes completing completion complex complexity compliance complicated complication complications compliment complimentary comply component components composed composer composers composite composition compositional compost compound compounds comprehension comprehensive comprehensives compressed compression compressor compressors comprise comprised comprises comprising compromise compromised compromises compulsive computable computation computational compute computer computers computing comrades comradeship con conation concatenation concealed concealing conceded conceivable conceived conceiving concentrate concentrated concentrates concentration concentrations concentric concept conception concepts conceptual conceptualized conceptualizing concern concerned concerning concerns concert concerto concertos concerts concise conclude concluded concludes concluding conclusion conclusions concourse concrete concubines condemn condemnatory condemning condemns condensed condenser condiments condition conditional conditionally conditioned conditioner conditioning conditions condo condoleezza condom condominium condoms conduced conducive conduct conducted conducting conduction conductivity conductor conducts conduit cone coney confabulations confectioner confederacy confederation conference conferences conferencing conferred confess confetti conficker confidence confidential confidently configed configuration configurations configurator configure configured confined confirm confirmation confirmed confirming confiscated conflict conflicting conflicts confluence conform conformist conformity conforms confront confrontation confronted confronts confused confusion cong congenital congestion congestive congo congregating congregation congregational congregations congress congresses congressman congressmen congruence conical conies conjecture conjugates conjugation conjunction conjunctivitis conjured connect connected connecting connection connections connective connector connects connexion connolly connor conowingo conquer conquered conquering conqueror conquerors conquest conquests conquistadors conrad conscience conscious consciousness conscription conscripts consecutive consensus consent consequence consequences consequent consequential consequently conservation conservationists conservative conservatives consider considerable considerably consideration considerations considered considering considers consignment consist consisted consistencies consistency consistent consisting consists console consolidated consolidation consonant consonants consort consortium conspicuous conspiracy conspirators constable constant constantly constellation constipated constipation constituency constituents constitute constituted constitutes constitution constitutional constitutionalist constrained constrains constraint constraints constricted construct constructed constructing construction constructions constructive constructor constructs consulates consuls consultant consultation consulted consulting consume consumed consumer consumers consuming consumption contact contacting contacts contagion contagious contain contained container containers containing contains contaminants contaminated contamination contemplating contemplative contemporaneity contemporaneous contemporaries contemporary contend contending content contented contention contentious contents contest contestant contestants contests context contexts contextualization contextualized contiguous continent continental contingent continuation continue continued continues continuing continuity continuous continuously continuum contorted contortions contour contraband contract contracted contractility contracting contraction contractions contractors contracts contractual contracture contradictions contralateral contrast contrasting contrasts contribute contributed contributes contributing contribution contributions control controlled controller controllers controlling controls controversial controversies controversy convection convene convened convenience convenient conveniently convent convention conventional conventionally conventions convergence conversation conversations conversion convert converted converter convertible converting converts convex convey conveyance conveyed conveying conveyor convict convicted conviction convicts convinced convincing convivial convocation convoy convulsion convulsions cooed cooing cook cookbook cooke cooked cooker cookie cookies cooking cooks cooktown cool coolant cooled cooler coolidge coolies cooling cools coon cooper cooperation cooperative cooperatively cooperatives coopers coordinates coordinating coordinators coots cop cope copeland copenhagen copes copied copies copilot copolymer copper coppices coppola cops copse coptic copy copying copyright coquina coral coralli corals corbel cord cordgo cordoba cords core corea corel corella cores coreth corgis cork corked corkscrew corm cormier cormorants corn cornea cornelius corneoretinal corner corners cornerstone cornish cornstarch cornucopia corolla corona coronary coroner corp corpora corporal corporate corporation corporations corps corpse corpses corpus corpuscles correct corrected correction correctly correlated correspond correspondence correspondent corresponding corresponds corridor corridors corroded corrosion corrosive corrupt corrupted corruption cortex cosmetic cosmetics cosmic cosmology cosmopolites cossacks cost costa costs costumed cote coterie cotta cottage cottes cotto cotton cottonseed couch cough coughing could council councillors councilor councils counsel counseling counselling counselors count countdown counted counter counteract counterbalanced counterclockwise counterfeit counterparts counties countries country countryside county coup coupe couple coupled coupling coupon coupons courage courageous course courses courseware coursework court courtesy courtiers courting courtroom courts courtyard coushatta cousin cousins couverture coven covenant cover coverage covered covering coverings covers covert coveted covey cow cowardice cowboy cowboys cowl coworkers cowpea cowra cows cox coyote coyotes cozy cpu cr crab crabmeat crabs crack cracked cracker crackers cracknell cracks cradle craft crafted crafts craftsman craftsmen craftsperson crafty craig craigslist crambe crammed cramps crams cranberries cranberry crane cranes cranial craniopharyngioma crank crankcase cranked cranking cranks crap crappie crash crashed crashes crate crater cratered craters crates crawl crawled crawling crayons crazies craziness crazy crea cream creamer creams creamy crease creased creases create created creates creating creation creations creative creativity creator creators creature creatures credential credentialing credentials credibility credible credit credited creditor creditors credits creek creeks creep creeps creepy cremated crematory crepe crescent crested crests cretin crevices crew crews cri cricket cricketers cricothyrotomy cried cries crime crimes criminal criminals crises crisis crisp crispy criss cristianos critchfield criteria critic critical criticised criticising criticism criticisms criticize criticized criticizes criticizing critics critique croat croatia crochet crock crocker crockery crocodile crocodiles croft crop cropping crops crore cross crossbow crossbowmen crossbows crossed crosses crossing crossover crouch crowbar crowd crowded crowds crown crowning crows cru crucell crucial crucible crucifixion crude cruelty cruise cruiser cruisers crumbling crumbs crunching cruris crusaders crush crushed crusher crushing crust crutzen crux cry crybabies crying crypt cryptanalysts cryptic cryptographers crystal crystals csc cset css csu csv ct cub cuba cuban cube cubes cubic cubs cuckoo cuddly cudgel cue cuff cuffs cuirassiers cuisine culex culinary culled culminating culprit culprits cult cultists cultivar cultivate cultivated cultivates cultivating cultivation cultivator cultural culture cultures culverts cum cumin cumulative cumulatively cunningham cup cupboard cupboards cupertino cupful cups curate curation curators curb curbs curbside curd cure cured curien curious curled curler currencies currency current currently currents curricula curriculum curry curs cursed cursor cursores curtain curtained curvature curve curved curves curving cushion cushions custodians custody custom customary customer customers customized customs cut cutaneous cute cutie cutler cutlery cuts cutter cutters cutting cyanide cyber cyberspace cyberspaces cycle cycles cyclin cycling cyclist cyclone cyclones cyclotron cylinder cylinders cylindrical cypress cyrillic cyrus cyst cysteamine cysts cytokinin cytoplasm cytosine czech d d1 d3754 da dab dabbling daborne dacryoadenitis dad dada dads dagenham dagger daggerboard daily daintily dairy dairying dairymen dakar dakota dali dalindyebo dallas dalmatian daly dam damage damaged damages damaging damascus dames damnation damp dampening damper dams damsons dan dance danced dancehall dancer dancers dancing dandelion dandridge dandruff danger dangerous dangerously dangers dangled dangling daniel danish danny danube dapple darfur daring darius darjeeling dark darkened darker darkness darkside darmstadt darn darted dartmouth darwin darwinian darya dash dashboard dashed dasher dashing dasyneura data database databases dataset date dated dates dating datura daughter daughters david davidson davies davinci dawn dawson day dayofweek days dazzled db dbf dbi dbs dc de dead deadbolt deadline deadlines deadly deal dealer dealers dealership dealing deals dealt deaminase dean deans dear death deathbed deaths debacle debate debated debates debris debt debtor debtors debts debugger debugging debut dec decade decades decanter decanting decapitated decay decaying deceased decedent deceit deceleration december decent decentralized decibels decide decided decidedly decides deciding decision decisions decisive deck decked decking declaration declarative declare declared declares declaring decline declines declining decoder decommissioned decomposed decomposing decomposition decorated decorating decoration decorations decorative decoy decoys decrease decreased decreasing decree decreed decryption decubitus dedicated dedication dee deed deeded deeds deemed deep deeper deepest deeply deer deers def defaced defamation defamatory defeat defeated defeats defect defective defects defend defendant defendants defended defender defending defense defensible defensive defiance deficiencies deficiency deficient deficit deficits defied defile define defined defines defining definitely definition definitively deflections deflector defocus defoliation deforestation deformation deformity defra defrost deft defunct degenerated degenerative degradation degrade degree degrees dehestan dehumanization dehydrated dehydration dehydrator deiced del delarge delaware delay delayed delaying delays delecious delecta delegates delegation delegations delete deleted deleveraging delft delhi deliberately deliberations delicacy delicate delicious delight delightful delighting delilah delineation delinquent delinquents deliver deliverables deliverance delivered deliveries delivering delivers delivery dell delta deltas deluge delusional delusions delve dem demagnetization demand demanding demands demerol demineralization demise demo democracy democrat democratic democratization democrats demographic demolished demolition demon demoniacal demons demonstrate demonstrated demonstrates demonstrating demonstration demonstrator demonstrators dempseys demurrage den denali dendrites dengue denia denied denies denim denmark denominations denote denoted denotes denoting denounced dense denser densities density dental dentate dentin dentist dentistry dentists denver deny denying depart departed departing department departments departs departure depend dependant dependence dependencies dependent depending depends depict depicted depicting depiction depictions depicts depilated depleted deploy deployed deployment depo deported depose deposit deposited deposition deposits depot depreciation depressed depression depressions deprivation deprives depth depths deputy der derailment derbyshire deregulation derision derivation derivatives derive derived derives deriving dermatitis dermatologist dermatophytes dermis dernier deryck des desalination descend descendant descendants descended descending descends descent descents describe described describes describing description descriptions descriptor desert deserves deserving design designated designed designer designers designs desire desired desires desirous desk desmogleins despair desperados desperate desperation despised despite dessert desserts destination destinations destined destiny destrcution destroy destroyed destroying destruction desulphurization detaches detaching detachment detail detailed detailing details detained detainee detainees detect detected detection detective detectives detector detention detergents deteriorate deteriorated deterioration determinant determination determine determined determines determining determinism deterrents detonation detonator detour detoured detroit deuterium deutsche deva devastate devastated devastating devastation devastations develop developed developer developing development developmental developments develops deviate deviations device devices devil devised devision devolution devolved devon devonport devote devoted devotes devotion devouring dextrose dhaka dhanya dharan dhari diabetes diabetic diabetics diacetate diagenetic diagnosed diagnoses diagnosis diagnostic diagonally diagram diagrams diahann dial dialect dialectal dialectic dialects dialog dialogue dialogues dialysate diamandouros diameter diamond diamonds diane dianetics diaphragm diapir diaries diarrhea diarrhoea diaspora diat diatom diatoms diaz diced dichlorobenzene dick dickens dictator dictators dictionaries dictionary did didactic die died diener dies diesel diet dietary dieters diets differ difference differences different differentiating differently differing difficult difficulties difficulty diffie diffing diffuse diffusers diffusion difusing dig digest digested digestion digestive digging digit digital digitally digits dignity digraph digressions digs diii dike dilatation dilations dilator dilemma dilemmas dilip dillon dim dimcho dimension dimensional dimensions diminished diminishing diminutive dimitrios dimly dimotiki dine diner diners ding dinghy dining dinner dinnertime dinosaur dinosaurs diocesan dioceses diode dioxide dioxides dip diploma diplomacy diplomas diplomatic diplomats dipole dipoles dipped dipper dipping dips dire direct directed directing direction directions directive directives directivity directly director directorate directories directors directory dirt dirty disabilities disability disabled disabling disaggregation disagreement disappeared disappears disappointed disappointment disapproves disarray disassembler disaster disasters disastrous disc discarded discern discernible discernment discharge discharged discharges disciple disciples disciplinary discipline disciplines disclosed disclosure discoloration discolored discolouration discomfort disconcerting disconnect discontent discontented discount discourage discourse discover discovered discoverer discoveries discovering discovers discovery discrepancies discrete discretely discriminating discrimination discs discursive discuss discussed discusses discussing discussion discussions discworld disease diseased diseases disfigured disguise disgusting dish dishes dishwasher disinfectant disinfection disintegrants disintegrating disk disks dismal dismembered dismissed dismounted disney disorder disorderly disorders disorientation disparate disparity dispense dispenser dispensing disperse dispersed dispersion displaced displacement display displayed displaying displays displeasure disposable disposal disposed disposes disposition disputation dispute disquieting disregarded disrepair disrupting disruption dissapeared dissatisfaction dissatisfactions dissect dissemination disseminator dissenting dissertation dissertations dissidents dissimulation dissipated dissociation dissolution dissolved dissolving dissonance distal distally distance distant distension distention distill distillate distillates distillation distilled distilleries distillery distinct distinction distinctions distinctive distinguished distinguishing distorted distortion distract distraction distraught distress distressed distribute distributed distributes distribution distributions distributor distributors district districts disturbance disturbances disturbed disturbing disuse ditch ditched ditches ditto diurnal dive dived divers diverse diversification diversified diversion diversions diversity diverted diverticulitis divide divided dividend dividends dividing divination divine diving division divisions divorce divorces dixie diy diyarbakir dizziness dl dmitri dna dnevnik do doc docking doctor doctoral doctorow doctors doctrine document documentaries documentary documentation documented documenting documents dod dodonian doe does dog dogs doing doj dole dolf doll dollar dollars dolly dolores dolph dolphin dolphins domain dome domed domestic domesticated dominance dominant dominate dominated dominating domination dominic dominicans dominions dominoes donald donate donated donating donations done dong dongfeng dongtan donjon donkey donkeys donna donor donors donovan dont doogie doom doomed door doorbell doors doorstep doorway dopamine dopaminergic dope doping dorm dormant dormitory dorothy dorrit dorsal dos dosage dose doses doss dossier dots dotted dotterel dotting doty double doubt doubts dough doughnut douglas doukissis dove dover doves dovetailer dow dowd dowel down downed downflow downhill downiness download downplayed downside downstairs downstream downtown downturn downward doylt dozen dozens dpa dr drab draconian draft drafted draftee drafts drag draged drager dragged dragging dragon dragonmaw dragons dragoons dragpa drags drain drainage drained draining drains drama dramas dramatic dramatically dramatize drank drape drapes drastically draught draughtsman draw drawer drawers drawing drawings drawn draws dray dreaded dreadful dream dreamed dreams dreamy dreary dredger dregs dress dressed dresser dressers dresses dressings dresss dreux drew drexler dribble dribbler dried drift drifted drifting drill drilled drilling drink drinking drinks dripper dripping drippings drive driven driver drivers drives driving drizzled drizzling drone drop droplets dropped dropping drops dropshipping drought droughts drove drown drowning droxyapatite drug druggist drugs druidic drum drummers drumming drums drunk drunken drunkenly drunkenness drury dry dryer drying dryness ds dsgs dtap du dual dubai dublin duck duckling ducklings ducks duct ductile ducts dudley due duel dues duesberg duffel dug duke dukes dulce dulcet dulche dulcimer dulcimers dule duly dumbing dumfries dump dumped dumping dumpster duncan dunes dung dungeon dunlap dunno duo duodenum dup duplicate duplication dura durability durable durand duration durham during dust dustbin dustin dutch duties dutifully duty duval dvc dvd dwarf dwarves dwellers dwelling dwells dwindled dx dye dyed dyestuffs dying dyna dynamic dynamics dynamite dynasty dysmenorrhea dyspareunia dysrhythmias dystrophies dziekanski e ea each eachother eads eager eagerly eagle eagles eaie ear earl earlier earliest earlobe early earn earnest earning earphone earphones earplugs earrings ears earth earthly earthmoving earthquake earthquakes earthworm earthworms earwig ease eased eases easier easiest easily east eastbound eastern eastward eastwood easy eat eaten eaters eating eats ebay eboy eccentrics ecclesiastical echellette echo echocardiography echoing ecity eclipse eco ecologic ecological ecologically ecology economic economical economically economicdevelopment economics economies economist economists economy ecophilosophy ecosystem ecotec ecstasy ecuador ecuadoran eczema ed edema eden edge edged edges edinburgh edited editing edition editions editor editorial editors edmund edmundo edne edric educate educated education educational educators edulis edward edwin eeg eels eerie efcc effect effective effectively effectiveness effects efferent effete efficacy efficiencies efficiency efficient efficiently effluent effort effortlessly efforts egaleo egg eggers eggs egrets egypt egyptian eichmann eider eight eighteen eighteenth eighth eights eighty einstein eirie eirin eitel either ejected eke el elaborate elan elastic elasticity elastin elation elbow elder elderberry elderly elders eleanor elecom elected election elections elector electoral electorate electors electric electrical electrically electrician electricians electricity electrify electro electrochemical electroconvulsive electrocuted electrode electrodes electrolysis electrolyze electromagnet electromagnetic electromagnets electromechanical electron electronic electronically electronics electrons electroscope electrostatic electrostatically elegant elegantly element elementary elements elena elephant elephantopin elephants elevated elevation elevations elevator elevators eleven eleventh elicitation eliciting eligibility eligible eliminates eliminating elimination elite elizabeth elizabethan ellipsoid elliptical ellis elm eloquent eloquently else elsewhere elsinore eluded elusive elven elves em email emails emanated emanates embargo embarrassed embarrassing embarrassment embassies embassy embedded embellished ember embers emblem embodiment embraced embracing embroidered embryo embryonic embuggerance emc emea emendation emerald emerge emerged emergency emergent emerges emerging emeritus emerson emigrants emigration emily emission emissions emit emiting emits emitted emitter emitting emmaus emotion emotional emotionally emotions emotive empathy emperor emperors emphasis emphasised emphasized emphasizing empire empires employ employed employee employees employer employers employment employs empress emptied empty empyrean ems emulator en enable enabled enables enabling enacted enamel encapsulate encapsulating encarta encasing enchondroma encircled encircling enclosed encloses enclosure encoded encompassing encore encounter encountered encounters encourage encouraged encouragement encourages encouraging encroaching encrypt encryption encyclopedia end endamoeba endangered endeavoring endeavors ended endfire ending endless endocrine endodermal endogastric endogenous endometriosis endometrium endorse endorsed endothelial endowment ends endurance endure endzone enemies enemy energetic energetics energies energized energy enfeoffing enfolded enforced enforcement enforcing engage engaged engagement engages engaging engine engineer engineered engineering engineers engines england english engorged engraved engrossed engulfed engulfment enhance enhanced enhances enigma enigmatic enjoy enjoyable enjoyed enjoying enjoyment enjoys enlarged enlargement enlarges enlarging enlighten enlisted enormous enough enquire enr enriched enriching enrichment enrobing enrolled enron ensconced ensemble ensembles enshrined ensign enslaved enso ensued ensuing ensure ensures ensuring entailed entails entangled enter entered enteric entering enterprise enters entertained entertainer entertainment enthralled enthusiast enthusiastically enthusiasts entice entire entirely entitled entitlements entity entrails entrance entrances entrapments entrees entrepreneur entrepreneurs entrepreneurship entries entry envelope envelopes enveloping environment environmental environmentalist environmentalists environmentally envisions envoy enzyme enzymes eosinophilia epaulette ephesus epic epicondylitis epicurean epidemic epidemiological epidermal epidermis epifriedelinol epigraphs episcopal episode episodes epistemology epistles epithelia epithelium epitomizes epoch epochs epogen eponymous epq epstein eq equal equality equalization equally equals equations equator equilibrated equilibrium equimolar equip equipment equipped equity equivalent equivocal er era eras erase erected ergonomical ergonomically eric erikson ermine ernst eroded erosion erpenbach errands erratic erratically erroneous erroneously error errors erst erstwhile erupted erupting eruption eruptions erupts erythrocyte es escalated escalating escap escape escaped escapee escapement escaping escargotoire eschatological escomel escorted escorts esenin esophagus esotericism especially espino espinoza espresso esprit esquire essay essays essence essential essentially essex establish established establishes establishing establishment establishments estate esteem estimate estimated estimates estimating estrada estranged estrogen estrogens estuary et etc etching eternal eternity ethanol ether ethernet ethic ethical ethics ethiopian ethmoid ethnic ethnographic ethnological etienne eto etr etruscan eu eucalyptus eucharist eufor eugene eulito eupalinos eurasia eurasian euro europe european europeans euros euthanasia ev1 evacuate evacuated evacuation evacuees evaluate evaluated evaluates evaluating evaluation evaluations evaluator evaluators evangelical evangelist evangelistic evans evaporate evaporated evaporating evaporation evaporator evaporators eve even evening evenly event events eventual eventually ever everest everton every everybody everyday everyone everything everywhere evidence evidenced evident evidently evil evils evinces evocative evoked evokes evolution evolutionary evolve evolved ewan ewer ewes ex exacerbated exact exactly exaggerated exaggeration exaltation exalting exam examination examine examined examiner examines examining example examples exams excavated excavating excavations exceed excel excellence excellent except excepting exception exceptional exceptionally exceptions excerpt excerpts excersise excess excessive exchange exchanged exchanger exchanges excitation excited excitement exciting excitonic excitons excluded excluding exclusion exclusive exclusively exclusivity excrement excubitors excursion excursions excuse exe executable execute executed executing execution executioners executions executive executives exelon exemplifies exemption exercise exercised exercises exercising exeretonevra exertion exhaust exhaustion exhaustively exhibit exhibited exhibition exhibitions exhibitors exhibits exhumed exile exist existed existence existing exists exit exiting exoskeleton exotic expand expanded expanding expansion expansionist expansions expansiveness expatriate expect expectancy expectation expectations expected expecting expects expend expenditure expenditures expense expenses expensive expensively experience experienced experiences experiencing experiment experimental experimentally experimentation experimenter experimenters experiments expert expertise expertly experts expired explain explained explaining explains explanation explanations explicitly explode exploded explodes exploding exploitation exploited exploiting exploits exploration explorations exploratory explore explored explorer explorers explores exploring explosion explosions explosive explosives exponent export exported exporter exporting exports expose exposed exposing exposure exposures express expressed expresses expressing expression expressionist expressions expressive expulsion exquisite extant extend extended extending extends extensible extension extensive extensively extensor extensors extent exterior exterminated external externality externally extinct extinction extinguishers extra extract extractant extracted extracting extraction extraordinary extrapolation extraterrestrial extravagant extreme extremely extremes extremism extremist extremists extremities extrinsic extruded extrusion exudation exudative exxon eye eyeball eyebrow eyebrows eyed eyehole eyelashes eyelets eyelid eyelids eyes eyesight eyestrain eyestrap eyewitness eyrar eysenck f faa fabirc fable fabric fabricated fabricates fabrics fabs fabulous facade facades face facebook faced faceless facemasks faces facial facials facilitate facilitated facilitates facilitating facilitator facilities facility facing fact faction factions factor factories factors factory facts factual faculty fad faded fades fagin fahd fahrenheit fail failed fails failure failures faint fainted faintest fainting fair fairies fairly fairness fairplex fairs fairy faith faithful faithfulness faiths fake falcon falconer falconers fall fallacies fallen falling fallings fallout fallow falls falmouth false falsely falsification falstaff fame famed familiar families family famine famished famous famously fan fanatical fancier fang fans fantasies fantastic fantasy far farallones fare fared fargo farm farmed farmer farmers farmhouse farminc farming farmland farmlands farms farmyard farragut farrow farrowing farther fasciculi fascinating fasds fashion fashionable fashioned fast fastener fasteners fastening faster fastest fat fat12 fatal fatalities fatality fate fateful father fathom fatigue fats fatty fault faults fauna faustian faux favio favor favorable favored favoring favorite favorites favourable fax faxing fazed fb fbi fcc fear feared fearful fears fearsome feasibility feast feasted feat feather feathers feature featured features featuring febrile february fecal fed feder federal federally federation fee feed feedback feeder feeding feeds feel feeling feelings feels fees feet fein fell fellow fellows fellowship fellowships felony felt female females feminine feminist femora femoris fence fenced fend fender fenestration fentermine fermentation fermented fermenting ferns ferret ferrets ferries ferrino ferritic ferroelectric ferry fertile fertility fertilityuk fertilizer festival festivals festive fetal fetch fetched feted fetid fetish fetus feudal fever feverishly fevers feviquick few fewer fhm fi fiance fiancee fiasco fiber fiberglass fibers fibroblasts fibroids fiction fictional fiddle fiddled fiddler fidel field fielded fields fierce fiery fifa fifteen fifteenth fifth fifths fifties fifty fig fight fighter fighters fighting fights figs figurative figure figured figures figurine figurines fiji fijian filament file filed filename filers files filesharing filigreed filing filippo fill filled filler fillers fillet filling fills film filmed filming filmmaker filmmakers films filter filtered filtering filters filth filthy filtrate filtration final finalist finalists finally finals finance finances financial financiers financing finches find finding findings finds fine finely fines finest finger fingerling fingerlings fingernail fingerprint fingerprints fingers fingertips finish finished finishes finishing finite finland finley finn finnish fins fir fira fire firearm firearms fireball firebomb fired firefighter firefighters firefighting firehouse fireman fireplace fireplaces fires fireweed firewood fireworks firing firkin firm firmly firms first firsthand firth fiscal fischler fiscus fish fished fisher fisheries fisherman fishermen fishes fishing fissure fistful fit fits fitted fitter fitting fittings five fives fix fixation fixations fixed fixing fizzy flag flagpole flags flagship flakeboard flaky flame flamenco flames flaming flamingo flamingos flammable flange flanged flank flanking flanks flannery flap flapper flapping flaps flare flares flash flashback flashbacks flashes flashing flashlight flashlights flask flat flatbed flats flattened flattens flatulent flatware flavonoids flavor flavoring flavors flaw flawed flaws flax flea fleas fled fledgling fleece fleeing flees fleet flemish flesh fleshed fleshes fleshy flettner flew flex flexed flexibility flexible flexure flicker flickering flickr flies flight flights flimsy flinch flinched fling flink flint flip flipper flippers float floating floats flock flocking flocks floes flog flood flooded flooding floodlights floods floodwaters floor floorboard floors flop flopped floppies flopping flora floral florence florid florida flotilla flour flourish flourished flourishes flours flow flowed flower flowering flowers flowing flown flows flu fluctuations flue fluero fluff fluffy fluid fluidized fluids flukes flume flung fluorescence fluorescent fluorite flurry flush flushed flushing flutes fluther flux flx fly flyer flyers flying fm foam focal focus focused focuses focusing fodder foe foes fog foil foiled folate fold folded folder folders folds folk folkloric folks folksingers folktales follicles follow followed follower followers following follows fondly fontanelle fontinalis food foodborne foods fool foot footage football footballer footballers foothills footmen footnote footnotes footprint footrest footsteps footwear for forage foraging forbearance forbidding force forced forceps forces forcibly forcing ford fore forearm forebrain forecasting forecasts foreclosed foreclosure foreclosures forefingers foreground foreign foremast foremost forensics forepaw foresail foreseen foreshores forest forestry forests forever forge forged forgeries forgery forget forgiveness forgot forgotten fork forked forkful forklift form forma formal formalism formally format formation formations formats formatted formed former formerly formic formidable forming formosan forms formula formulated formulations forsythia fort forth forthcoming fortifications fortified fortify fortnight fortress fortresses forts fortuna fortunate fortunately fortune fortunes forty forum forvar forward fossil fossils foster fosters fought foul found foundation foundations founded founder founders founding foundry fountain four fours fourteen fourteenth fourth fourths fowl fox foxes foyer fraction fractional fractionalization fracture fractured fractures fragile fragility fragment fragmentary fragments fragrance fragrant frakes frame framed framers frames framework framing francaises france frances francessca francis franciscan franciscans francisco frank franken frankfurt frankie frankies frankly frantic franz fraternity fraud fraudsters fraudulent fray frazerian freak fred frederic frederick free freedman freedom freeing freely freeman freeway freeze freezer freezers freezes freezing freight freighter fremantle french frenchmen frenetic frenzy frequencies frequency frequent frequently frescos fresh freshener freshly freshmen freshness freuch friar friars friction friday fridge fried friedman friedmann friedrich friend friendly friends friendship fries frieze frig fright frightened frightening frigid frog froggery frogs from front frontal frontier frontiers frontpage fronts frost frosted frosting froth frothy frowned froze frozen frugal fruit fruitfly fruits fruity frustrated frustrating frustration frustrations fry fryer frying fryingpan fsa ft ftp fu fuck fuel fueled fueling fuels fueltruck fuji fujita fulfill fulfilling fulfillment fulfills full fuller fullest fullness fully fumbled fume fumes fumigant fumigating fun function functional functionalist functionality functionally functioned functioning functions fund fundamental funded funding fundraisers funds fundus funeral fung fungal fungi fungus funnel funny fur furious furiously furler furnace furnaces furnish furnishes furniture furrow furrows furry further furthermore furuncles fury fuse fuselage fuser fuses fusion futility future futures futuristic fuzzed fuzzy fynbos g g20210a g8 gaa gabonese gadhafi gaelic gaggle gaiety gail gaily gain gained gaining gains gait galactic galaxies galaxy galbena galileo galileoscope galleon galleons galleries gallery gallienus gallon gallons gallop galloway galls gallup galvanized galvanometer galway gam gamba gamble gambles gambol gambolling game gamers games gamey gaming gamut gang ganglion gangs gangsta gangster gangsters gangway gap gaps garage garazo garbage garbages garcia garden gardener gardeners gardenhouse gardening gardens garg garlic garment garments garrick garter gartmore gary gas gases gash gashouder gasket gasoline gast gastric gastritis gastroenteritis gastrointestinal gastrostomy gate gated gatehouses gates gateway gatha gather gathered gathering gatherings gathers gatotsu gatrell gauge gauges gauging gave gavel gavin gawain gay gays gaz gaza gazan gaze gazprom gazquez gazzaniga gbp gear gearing gears gebel gee geek geeks geeky geelong geese gehlen geithner gel gelatin gelatinous gelding geldings gels gelugpa gen gender gene general generalist generalization generalizations generally generals generate generated generates generating generation generations generator generators generic generosity generous genes genesee genesis genetic genetically genetics geneva genghis genie genius genocide genome genomes genre genreal genres gentamicin genteel gentile gentle gentleman gentlemen gently gentry genuine genus geo geochelone geochemical geodaesie geodata geodesist geodiversity geoffrey geoforum geographic geographical geographies geography geoid geologic geological geologically geology geomagnetic geometric geometrical geometry georg george georgia georgian georgians geosynchronous geothermal gerbil germ german germane germanic germans germany germinal germination germs gersen gesture gestures get getaway gets getting gevinson geysers gfm ghana ghg ghost ghostal ghostly ghosts ghostwriters ghostwriting ghz gi gianni giant gibbon gibbons gibbs gibraltar gifford gift giftable gifted gifts gigahertz gigantea gilbert gilding giles gill gilles gilligan gilling gills gilman gilmer gimmicks gin ginger gingerbread gingerich ginkgo ginseng giorgio giraffe giraffes girdling girl girlfriend girlfriends girls gis gist git gitmo give given givers gives giving gizmo glabellar glacial glacier glaciers glad glagolithic glamorous glamour glance glanced gland glands glandular glare glasgow glass glasses glassware glaucoma glazed gleam glen glenohumeral glial glides gliding glimpse glimpses glint glitch glitter glittered glittering global globalization globally globe globules glomeruli gloom glories glorious glory glossary glossy glove gloves glow glowing glows glucose glue glued glut glutaminase glutelin glycoprotein glycoproteins glyn glyndebourne gm gmail gmc gmt gnashing gnat gnats gnawing go goal goalie goalkeeper goals goalscorer goaltender goat goatfish goats gobbler gobbling gocam god goddess godfrey godless godmother gods goers goes goggles goguryeo going gol gold golden goldfinches goldfish goldstein golf golfer golly goltv gon gondii gondorians gone gongoozler gonio goniometer gonorrhea goo good goodale goodbye goodies goodis goodness goods goodwill gooey goofy google goons goose gop gordon gorgasali gorge gorgeous gorgol gorillas gorman goron gorse goshawks gospel gossip gossipers gossypium got gothic goto gots gotterdammerung gottfried gouge gourds gourmet gouverneur govern governance governed governing government governmental governments governor governors governorship governs gown gps grab grabbed grabed grabs grace graceful graces gracious graciously grade grades gradient gradishteto gradual gradually graduate graduated graduates graduating graduation graff graft grafting graham grain grained grains grammar grammarians grammars grand grandchildren grande grandee grandfather grandma grandmother grandparents grandstand granite granny grant granted granting grants granulated granules grape grapefruit grapes grapevines graph graphene graphic graphical graphically graphite graphs grappling grasp grasped grass grasses grasshoppers grassland grasslands grassroots grate grateful grater grates gratification grave gravel gravely graves gravesite gravimeter gravitational gravity gray grazed grazing grease greased greasegun greaseproof greasy great greater greatest greatly greece greed greedy greek greeks green greene greener greenhouse greenhouses greenland greensboro greenscreened greenstar greeted greg gremlin grenade grenades grenadier grenadiers grew grey greyhounds greylag grid griddled griddles grief grieving griffin griffins grigori grill grilled grimaces grime grind grinder grinding grinds grint grip gripping grisby grist grit grits groans groceries grocery groin groms groom groomed grooms groove groping gross grossness grotesque grotto ground groundbreaking groundcovers grounded groundnuts grounds groundswell groundwater groundwork group grouped grouping groups grouse grove groves grow grower growers growing growling grown grows growth grub grubs grudge gruesome grunion grunts gs guang guangyuanxi guangzhou guanine guarantee guaranteed guarantees guarantor guard guarded guardia guardian guardians guardianship guarding guardrail guardrails guards guardtowers guava guess guessed guessing guest guests guhwang guidance guide guided guidelines guides guiding guild guilds guiling guilio guillaume guillemots guillotine guilt guilty guimaras guinea guinness guise guitar guitarist guitars gulf gulls gulp gum gummi gummies gummy gun gunfire gungarde gunman gunmen gunnel gunners guns gunships gunshot gunung gunwales guoxiang gurdwara gurdy guru gush gustav gusto gut gutenberg gutierrez gutters guy guys gwathmey gwinnett gws gwt gyeongju gym gymnosperms gypsum gypsy gyrus h h1n1 h2o h5 h5n1 h7 h7n3 h7n7 h9n2 habit habitat habitats habits hacienda hacker hackers hackman hackney hacks had hadassah hades haematopinus haft hagler haha hai haider haihayas hail hailed hailstone hailstorm hair hairdo hairdresser hairdressing hairdryer haired hairs hairspray hairstyles haitises hakani hal half halfling halfway halifax hall hallam hallelujah halls hallucinations hallucinogens hallways halogen halsey halsman halt halter halting halves ham hambantota hamburger hamburgers hamid hamlet hammer hammerbeam hammered hammers hamper hampshire hams hamsters hancock hand handbag handbags handbook handcart handcrafted handcuff handed handers handful handgrip handgun handicap handicrafts handle handled handles handling handmade handoff handouts handpicked handpiece handrail hands handset handsized handsome handwashing handwritten handy handycam hang hangar hanged hanger hanging hangs hanoi hanoverian happen happened happening happenings happens happier happiest happiness happy hapsburg harassing harassment harbor harboring harbors harborview hard hardaway hardcopy hardcore hardened hardening hardens harder hardest hardly hardness hardship hardships hardware hardwire hardwood hare harem hares harishchandra harks harley harlot harm harmful harmless harmonica harmony harness harnesses harper harpoon harras harrelson harriers harris harrison harrowing harry harsh harsher harshest harssement hartford hartman harvard harvest harvested harvester harvesting harvey haryana has hash hashavyahu hashish hastily hat hatch hatched hatches hatchet hate haters hates hats hatshepsut hauksbee haul hauling haunted haunting hav havant have haven haves having havoc hawaii hawaiian hawick hawk hawke hawkers hawkes hawks hay haynes haystack hazara hazard hazardous hazards haze hazy hbv hc hcg hct he head headache headaches headdress headed header headhunter heading headlight headline headliner headlocks headmaster headphone headquarters headrests heads headscarves headset headstone heady healing heals health healthcare healthier healthy heap heaping hear heard hearing hears hearse heart heartbeat hearted hearth heartland hearts heartwater heartwood heat heated heater heath heathcare heather heathland heathrow heating heatproof heats heatsink heaven heavens heaves heavier heaviest heavily heavy hebrew hebron hedge hedgehogs hedgerow hedging heel heeled heels heffe heft hefty height heighten heights heimlich heine heinrich heist held helicobacter helicopter helicopters helium helix hell hellish hellman helm helmets helmsman help helped helpers helpful helping helps helve hematoma hematopoietic hematoxylin hemcrete hemiparesis hemiplegia hemispheres hemodialysis hemphill hen hence henry hens hepatic hepatitis heptachlor her heracleum herald herb herbage herbicide herbs herculane herd herders herding herds here hereditary herein heretics heritage herland hermeneutics hermetically hermione hermit hernia herniated hero heroes heroin herons herpes herrin herring herschel herself herts hertzsprung herzog hessian hessisches heterodox heterogeneous heterologous heterozygosity heures hewitt hewn hey hezbollah hi hibernate hibernation hiccups hid hidden hide hides hideyoshi hiding hierarchical hierarchy hieroglyphic high higher highest highland highlight highlighted highlights highly highway highways hijacking hikers hilarious hill hills hillside hilt him himalayas himis himself hind hinder hinderance hindi hindls hinge hinged hinges hinrichs hint hinted hip hiphop hippie hippocampus hippopotami hippopotamuses hippos hippypotamuses hips hipsters hire hired hires hiring hiroshima his hispanic histochemical histologic histolytica historian historians historic historical historically histories history hit hitchcock hitchpin hitler hits hitting hittite hittites hiv hive hizb ho hoarded hoarder hobbit hobbs hoberman hobo hock hockey hodgkin hoe hoeheren hof hogarth hogget hogs hoisting hold holded holden holder holders holding holdings holds hole holes holiday holiness holistic holland holloman hollow hollowcathode hollowed holly hollywood holocaust holt holy holyhead hom homage home homebound homefront homeland homeless homemade homeopathic homeowner homeowners homepage homes homespun hometown homicide homing homoeopathy homogeneous homogenous homophobia homosexuals honda honduras hone honest honesty honey honeycomb honeysuckle hong honking honor honorable honore honored honorius honours hood hoof hook hookah hooked hooker hooks hookup hooligans hoosier hoover hop hope hoped hopefully hopefuls hopelessly hopelessness hopes hopgood hoping hopping hoppy hops horde horizons horizontal hormonal hormone hormones horn horne horned horner hornets hornpipe horns horrible horribly horrific horrifying horror horrors horse horseback horseflies horsehair horsemen horsepower horses horseshoes horticultural hortin hose hospital hospitals host hosted hostel hostess hostilities hosting hostname hosts hot hotel hotels hotly hottest houghton hounds hour hourglass hourly hours house housed household houses housing houston how howard howards howell however howitt howitzer hoyte hoyuk hp hpv hristo hristov hrithik hrs hsi hsv htc html html5 hts http https huangshidong huascar huascaran hub hubble hubby huck huddle hudson huffman hug huge hugh hughes hugo hull hum human humane humanistics humanitarian humanity humanize humankind humanoid humans humayra humble humerus humidifier humidity humidor humiliation hummed humor humorist humorous humorously humpback hun hunch hunched hundred hundreds hung hungarian hungary hunger hungry huns hunt hunter hunters hunting hurdle hurdles hurdy hurricane hurricanes hurried hurt hurts husband husk huskies hussars husseys hutch huts hutt hutu huxley huy huynh huzhu hvac hwangboksa hwy hybrid hybrids hydrant hydrants hydration hydraulic hydride hydro hydrocarbon hydrocarbons hydroelectric hydrogen hydrophone hydrothermal hydrothermally hyenas hygiene hygrometer hymns hyper hyperglycemia hyperlink hypermenorrhea hyperparathyroidism hyperplasia hyperreal hypersonic hypertension hypertensive hypnotherapy hypocalcemic hypochlorite hypocrisy hypocrites hypodermis hypothesis hypothetical hysterical hyup hz i i00 iaea iberia ibex ibis ibm ibsen ic ice icebergs icebox iced icelandic icen ich7m icon iconic iconography icons icp ict icy idaho idalina idea ideal idealab idealistic idealized ideals ideas identical identification identified identifier identifies identify identifying identity ideologies idiosyncrasies idiot idle idolatrous idolised idols idrc idrive ie if ifrc igenition igneous ignited ignition ignominious ignorance ignore ignored ignores iguanas ihe ii ii0 iii ike ikea il ill illegal illegally illicit illinois illness illnesses illuminated illuminates illuminating illumination illusion illustrate illustrated illustrates illustrating illustration illustrations illustrators illustrious ilo im image imagery images imaginable imaginary imagination imaginations imagined imaging imagining imaginists imams imbalance imbalanced imbalances imbued imfl imflammatory imitated imitation imlay immature immediate immediately immense immersed immersing immersive immigrant immigrants immigration immortal immortalised immune immuned immunizations immunohistochemical immutable impact impacts impaired impairment impalas impart imparted imparts impassioned impatience impatiently impeachment impedance impeded impeller impellers impenetrable imperative imperatives imperfectly imperial imperialist imperialists impetus impinging impious implant implanted implants implement implementation implemented implementor implements implication implications implicit implicitly implies imply import importance important importantly imported importing imports impose imposed imposible imposing impossibility impossible impregnation impressed impression impressions impressive imprint imprisoned improper improperly improve improved improvement improvements improving improvisations improvised impulse impulses impulsive impulsivity imran imus in inaccessibility inaccurate inactivated inactive inadequate inadvertent inadvertently inappropriate inaugural inaugurated inauguration inbox inc incandescent incarnation incas incense incentive inception inch inches incident incidents incinerate incinerator incision incisor inclined inclose include included includes including inclusion income incoming incommensurability incomparable incomplete inconsistent inconvenience incorporate incorporated incorporates incorporating incorporation incorrect incorrectly increase increased increases increasing increasingly incredible incremental incubation incubator incurable incurred incurring incursion indeed indefinitely indenter independence independent independently independents index indexed indexing india indian indianapolis indians indicate indicated indicates indicating indication indications indicator indices indifferent indigenous indigestion indigo indirectly indiscriminate indispensable indispensible individual individualism individualized individually individuals indivisible indo indole indolent indonesia indoor induced induces inducing induction inductive inductively industrial industrialized industries industry indyact indymedia ineligible inequality inert inertia inevitability inevitable inevitably inexpensive infallibility infamous infancy infant infanticide infantry infantrymen infants infarction infeasible infect infected infecting infection infections infectious infects infer inference inferior infertility infest infestation infested infidels infiltrate infiltrated infinite infinitely infinitesimal infinitival infinity inflamed inflammation inflammatory inflatable inflated inflating inflation influence influenced influences influencing influent influential influenza influx info inform informal information informationaboutdiabetes informational informative informed informing informs inforse infotur infraction infrared infrastructure infringe infused infusion ing ingested ingestion ingo ingots ingredient ingredients inhabitants inhalation inhale inhaling inherent inherently inherit inherited inhibit inhibiting inhibition inhibitor inhibitors iniquity initial initially initials initiated initiates initiation initiations initiative initiatives inject injected injection injector injects injunction injured injures injuries injury injustice injustices ink inkling inland inlet inmates inn innate inner innermost innocence innocent innovation innovative innumerable inoculate inode inovation inpatients input inputs inquest inquire inquires inquiry ins insane insanity inscribed inscription inscriptions insect insects insecure insecurity insensibility insensitivity insert inserted inserting insertion inserts insets inside insight insights insignificant insist insisted insistent insists insole insoles insome insomnia inspect inspecting inspection inspector inspects inspiration inspire inspired inspiring instability installation installed installer installing installment installs instalment instalments instance instances instant instantaneous instantly instead instigated instigates instigating instilled instinctively institute institutes institution institutional institutionalized institutionally institutions instron instructed instruction instructions instructor instrument instrumental instruments insubres insubstantial insufficiency insufficient insular insulate insulated insulating insulation insulin insult insulting insurance insure insured insurers insurgents insurmountable intact intake integral integrated integrating integration integrity intel intellect intellectual intellectually intellectuals intelligence intelligent intelligently intended intense intensely intensification intensified intensify intensities intensity intensive intensively intent intention intentionally intentions inter interact interacting interaction interactional interactions interactive interceptor interdisciplinary interelement interest interested interesting interestingly interests interface interfered interference interferon interim interior interjected interlocking intermediate intermediates intermedius intermittently intermixed internal international internationally internet internship interplay interpol interpolation interposed interpret interpretation interpreted interpreting interprets interred interrogation interrogators interrupted interruption interschool intersection intersense interspace interspersed interstate interstitial interval intervals intervene intervention interventions intervertebral interview interviewed interviews intestinal intestine intestines intifadas intihuatana intimacy intimately into intolerable intoxicated intoxication intra intracellular intranet intricate intricately intrinsic intro introduce introduced introduces introducing introduction introductions introductory intron intruders intruding intubation intuitive intuitively inuit inundated invaders invariant invasion invasions invasive invent invented inventing invention inventions inventor inventoried inventories inventory inverness inverse inversion invertebrate inverted invest invested investigate investigated investigates investigating investigation investigations investigative investigator investigators investing investment investments investors invincible invisible invitation invite invited invites inviting invocation invoice involve involved involvement involves involving inwards inwrought iodine ion ionic ionization ionized ions iou iowa ip iphone ipo ipod ipsilateral ipswich iran iranian iraq iraqi ire ireland irish irishmen irkutsk iron ironically iroquois irradiated irradiation irrational irrationally irreducible irregular irreparable irresistible irreverent irreversible irrigated irrigation irritable irritants irritated irritation irwin is isa isaac ischemic isere ishmaelite isis islam islamic islamist island islanders islands isle isles isolated isolation isopropanol israel israeli israelis issuance issue issued issuer issues issuing issy istanbul isthmus isungset it ita italian italy itch itchiness itching itchy ite item items iter iterpipes itinerant itinerary itp its itself itunes ivan ivory ivy j jabbering jack jackdaw jacket jackfruit jackknife jackpot jacks jackson jada jae jaffa jail jailed jakarta jake jakob jam jamaica jamaican james jamming jams jan jana jane janitors janowitz jansport january japan japanese jar jardin jars jason jatropha jauntily java jaw jawbone jaws jaxartes jay jaycees jaylal jays jazz jdk jealousy jean jeanne jeans jeff jeffersons jello jells jelly jellyfish jend jennifer jeremy jerk jeroboam jerricans jerry jersey jerusalem jerzy jessica jesus jet jets jewel jeweller jewellers jewellery jewelry jewels jewish jfk jhaveri jhelum ji jiang jib jiffy jigs jigsaw jill jillian jim jimmy jingwan jisc jnc job jobless jobs jock jockey joe joey johansen john johnny johnson join joined joining joins joint jointly joints joists joke jokes jolie jolliness jolt jomini jon jones jong jongg jora jordan jordanian jos jose joseph josie jostling jotted joule journal journalist journalists journals journey journeyed journeying journeys jovovich joy joyously joystick joysticks jr jrc js juan judd judge judged judgement judgements judges judging judgment judicial judicious judy jug juice juicer juices juicier julep jules juliano julius july jumble jumbled jumbo jumeirah jump jumper jumping jumps jumpsuit junction junctions juncture june juneau jung jungle junior juniors juniper junk junta jupiter jura jurisdiction jurisdictions jurisprudence jurors jury just justice justification justified justifying juvenile juxtaposed jyllands k k1 ka kadish kahlua kahn kalbach kaleidoscope kalemba kalmyks kamkwamba kanawa kandy kangaroo kangaroos kansas kanyakubja kapok karachi karamazov karega karelian karen karl karlsruhe karon karoo karsaz karynaku karzai kashruth kasi kastro katana katanas katharevousa katherine kathoey katie katrina katterheinrich kayak kazakh kazakhstan kazakhstani ke kearns keebler keel keele keen keene keep keeper keepers keeping keeps kegs keith keller kelly kelowna kelvin kemalpasha ken kennedy kennel kennels kenneth kenny kent kenya kenyan kenzan kepler kept kerala keratinophilic kergueren kermit kernel kernels kerosene kerry kesteven ketsana kettle kevin key keyboard keyboards keyed keyframe keygen keyhole keyless keypad keys keystream keywords kg kgb khalis khan khanda khao khonstefnakht khyl khzz kibbutz kick kicked kicks kid kidd kidding kidnap kidnapping kidnaps kidney kidneys kids kigali kiir kill killed killer killers killing killings kiln kilns kilogram kilometer kilometers kilometres kilos kilt kim kimchi kinabalu kind kinda kindle kindling kindness kindred kinds kinematics kinen king kingdom kingdoms kingfishers kingpins kings kinky kinny kinshasa kinship kiosk kiosks kirkham kirpan kirth kiss kissed kissing kit kitchen kitchens kite kits kitten kittens klamath klebsiella klm km kmart knapsack knee knees knew knife knifed knight knightly knights knightsbridge knit knitted knitting knitwear knives knob knobs knock knocked knocking knockout knot knots know knowhow knowing knowingly knowledge knowledgeable knowledgeably known knows knuckle koak koala kobold kodiak koena kolkata kombat komotini kona kong kook kookiest koomjian koping korea korean koro kortdage kos kosher kosinski kosovo kostelanetz koto kotorr kotsakis kotter kowalski kozintsev krakatau kranti krill krishnapal krnov kronendal kroot krypton ksa ksi ku kuch kudos kum kumamoto kumar kung kurosawa kursk kus kushler kuttimuratov kuwaiti kw kwh ky kyoto kzyl l la lab label labeled labels labor laboratories laboratory laborer laborers laboring laboriously labors labourers labradors labs labyrinth labyrinths lace laced laces lack lacked lacking lacks lacquered lacrimal lacrosse lactic lactococcal lactoferrin lactone ladder laden ladies lads lady lafayette lafitte lagano lagged lagoon lagoons lagos lagravenese lagrima lahar lahore laid lak lake lakefront lakes lakeshore lamb lambasted lambert lambo lamborghini lambs lamentation laminated lamp lampo lampooning lamppost lampposts lamu lanarkshire lancer lancers lancet land landcruiser landed landesmuseum landfill landforms landing landings landis landlady landlord landmarks landmines landoll landowner landrieu lands landscape landscapes landscaping landslide landslides lane language languages languished lanka lankan lantern lap lapel laps lapse laptop lapwings lard larder large largely larger largest larkin larks larry larva larvae larynx las lasagna lascivious laser laserjet lasers lashes lashing last lasted lasting lasts latch latches latching late lately latency lateness later lateral lateralis latest latex lathe lather lathing latin latourrette lats latte latter lattice latvia lau laudable laugh laughable laughing laughter launch launched launcher launchers launching laundering laundry laureates lauren laurent lausanne lava lavas lavender law lawhammer lawmakers lawn lawnmower lawrence laws lawsonite lawsuit lawsuits lawyer lawyers lay layer layered layers layersof laying layla layout lb lbr lbs lc lcd lcst ldpe le leachate lead leader leaderless leaders leadership leading leads leaf leafless leaflet leaflets league leagues leah leak leakage leaked leaks leaned leaning leap leapt learn learned learner learners learning learns lease leased leash leashes least leather leave leaves leaving lebanese lebedev leche lecter lecture lecturer lectures led lee leech leeds leek leeward lefevre lefkoniko left leftist leftover leftovers leg legacy legal legally legato legend legendary legged legion legions legislation legislative legislators legislature legislatures legitimacy legno legome legos legs legum lehman lehmuskallio lehrer lei leiden leisurely lemon lemonade lemongrass lemote lena lenders lending length lengths lengthy lenin leno lens lense lenses lent leone leopard leopards leprosy lesaffre lesbians lesion lesions less lessard lesser lesson lessons let lethal letisimulatory lets letter letterbox lettering letters letting lettres leukemia leukocytes level levels lever leverage leveraged levers levine levy lewis lexington liabilities liable liars libel liberal liberalization liberally liberate liberated liberating liberation liberator liberian libertarianism liberties liberty libitum librarian libraries library librettist librivox libya libyan lice licence license licensed licenses licensing lid lidded lidenbrock lidocaine lids lie liebeck lien liens lies lieutenant life lifeguard lifelong lifestyle lifetime lifka lift liftable lifted lifter lifting lifts ligament ligaments ligand ligated ligature light lighten lighter lighting lightly lightning lights lightweight ligneul lignoul like likeable liked likelihood likely likeminded likewise lilly lilting liman limb limbic limbs limburger lime limelight limes limestone limit limitation limitations limited limiting limits limousine limousines limpopo lina lincoln lindeman lindos lindsey line lineages linear linearity lined lineman linen lines lineup lingle linglestown linguistic lining link linked linking links linnets linoleum lint linux lion lionacleit lioness lionesses lions lionsgate lip lipa lipids liposomal liposomes lips liquefy liquid liquidation liquidity liquids liquor lisa lisbon list listed listen listened listener listeners listening listings lists lit liter literacy literal literally literary literature lithics lithium litho lithographs litigation litigators litre litter little liturgical liturgy litvinenko liuthard live lived livejournal livelihoods liveliness lively liver liverpool livers livery lives livestock living livingston liye liz lizard lizards ll llah llamas llbi llyn lo load loaded loading loads loaf loan loaned loans loathsome lobby lobbying lobe lobes lobsang lobster local locales localities localized locals locate located location locations locative lock locke locked locker locking locks locksmith locomotive locomotives locusts lodge lodging loft log logbook logic logically login logistical logo logos logs loire lollapalooza lombard lomo london londonderry lone loneliness lonely lonesome long longbow longer longest longhorn longings longinus longish longitudinal longleat longterm longtime look looked looking looks loom loons loop loopholes loops loose loosely loosening loot loper lopez lorca lord lords lorenz loretta lorien lorries lorry los lose losing loss losses lost lot lothlorien lotion lots lottery lotus lou loud loudly loudoun louis louise louisiana lounge lourandos lousy louvre love loved lovely lover lovers loves loving low lowell lower lowered lowering lowers lowest lowick lowing lowland lowlands lowly lows loyal lp lroquois ls lse lsusd ltte lu lubricants lubricate lucia lucie luciferin luck luckily lucky lucrative lucy luff lug luggage luis luke lumbering lumberjack lumberjacks lumen luminaries luminous lump lumps lunch luncheon lung lungs lupeol lure lured lures lurking lush lust lutein luxembourg luxor luxurious luxury lychee lycophytes lycopodiopsida lydgate lydia lye lying lyme lymph lymphatic lymphatics lymphedema lymphoeytes lymphoid lymphoma lymphomas lyndon lyons lyrical lyrics lysosomal lytle m m2 m25 ma mac macaque macarthur macaskill macdonald macedonia macerata macerate machakos machin machine machined machineguns machinery machines machining machinists macintosh mackintosh macquarie macro macrophage macrophages macropods mad madagascar maddie made madeira madero madison madly mado madonna mae mafia mag magazine magazines mage magellanic magestic maggie magic magical magically magician magistrates magma magmatic magnesia magnesium magnet magnetic magnetise magnetron magnets magnification magnificent magnitude magnitudes magpies mah mahabubul mahathir mahogany mahony maid mail mailbox mailed mailing mailman mails main maine mainland mainly mainmast mainsail mainspring mainstay mainstream maintain maintained maintaining maintains maintenance maireeners maize majestically major majority make makeni maker makers makes makeshift makeup making malaria malawi malaya malayalam malays malaysia malaysian malcontents male males malformation malfunction malfunctioned malfunctioning malfunctions mali malibu malice malicious mall mallards mallet malls malmo malodor malt malta malted malware mamet mammal mammals mammography mammoth man manage managed management manager managers manages managing manakin manchester mandala mandate mandated mandatory mandi mandiant maneuver maneuvers mangalore mangalorean mango mangos manhattan manhole manholes mania maniacal manifestations manifesto manifold manila manilla manioulate manipulate manipulated manipulates manipulators manitoba mankiller mankind manna mannaar manner mannheimer manoeuvrability manoeuvred manor manos mansion manslaughter mansour mantel mantis mantle manual manually manuals manuel manufacture manufactured manufacturer manufacturers manufactures manufacturing manuka manure manuscript manuscripts many maori maoris map maple mapmaker mapped maps mapungubwe mar marantaceae marathon marathons marble marbles marc march marched marco marcus marduk mares margarine margaritas marginal margins marian marigold marihuana marijuana marikina marilyn marin marinade marinated marine marines marins marion marital maritime mark marked marker market marketed marketing markets marking marks marksmen marmaduke marmalade marmosets marquesa marre marred marriage marriageable marriages married marrow mars marseilles marsh marshal marshall marshes marshmallow marsupial marsupials mart martens martian martin martinez marty martyn martyrdom martyrs marvelled marvelous marvels marwick mary maryland marylou masada masahiro mascots maser mash mask masked masks mason masonry mass massacre massacred massacres massage massaged masse masses massive mast master masterly masterpiece masterplan masters mastiffs masts mat match matchboxes matched matches matching mate mated mater material materialistic materially materials maternal maternity mateti mathematical mathematically mathematician mathematicians mathematics mathematischen matheson matrimonial matrix mats matter matters matthew matthias mattress mature matured maureen mauritania mausoleum mausoleums max maxim maximizing maximum maximus maxwell may mayan mayans maybe maye mayence mayfield mayflies mayonnaise mayor maytag maze mba mbaka mc80 mccain mccormack mccourt mcdonalds mcdonnell mcgee mcgregor mcinerney mcintyre mckenzie mcnabb mcnutt md5 mda mdi me meadow meager meal mealmore meals mean meaning meaningful meanings means meant meantime meanwhile measles measurable measure measured measurement measurements measures measuring meat meatballs meats mecca mechanic mechanical mechanically mechanics mechanism mechanisms mechanobiology mechanoreceptors medal medallion medellin mederma media mediaeval medial medialis median mediate mediated mediation mediator medical medically medicare medication medications medicinal medicine medieval mediocre meditation mediterranean medium medronho meds medulla medullary meebo meet meeting meetings mega megaform megafunctions megaloblastic megan megatexas megawatts meggs mehendi mehmet meiji meindertsma meinie mekko mekong mela melamine melatonin melba melbourne melee melissa mellitus mellon melodramatic melody melrose melt meltdown melted melter melting melvin mem memantine member members membership membrane membranes memes memo memoir memoirs memorabilia memorable memorandum memorial memories memory men menage mended mendicant mendicity mendota meningitis meningococcal meniscus mennonite menon menopause mens mental mentality mention mentioned mentioning mentions mentor mentoring menu menuactivate menudo meon mep meraki mercenaries mercenary merchandise merchandising merchant merchants mercifully merck mercury mere merely merge merged merger mergers merit merits merkel merlin merlins merolchazzar merrill merry mersin mesad mesencephalon mesh mesocoelia mesopause mesophyll mesopotamian mesopotamians mesosphere mesothelioma mesozoic mess message messages messenger messengers messua messy met meta metabisulfite metabolic metabolites metacorpora metadata metal metalfx metallic metallurgical metallurgy metals metalworking metamorphic metamorphism metaphor metaphorically metaphors metaphysical metastable metastases metax meteor meteorite meteorites meteoroids meteorologists meter meters meth methadone methamphetamine methane method methodical methodically methodology methods meticulous meticulously metre metreon metres metric metrized metro metropolitan metrorail metrosexuals mets meurkens mev mews mexican mexico meyer meza mfg mfx mhz mi miami mic mice micelle michael micheal michelangelo michigan mickelson mickey micro microaccelerometer microarrays microbes microbrewery microcapsules microcontroller microcracks microfiber microfilm microform microfossil microlight micrometer micronesia microorganisms microphone microprocessor micropump microscope microscopes microscopic microscopically microsimulation microsoft microspotting microstrip microwave microwaves mid midbrain middle middlesbrough midge midges midi midland midlands midnight midpoint midrange midranges midst midtown midway midwest midwestern midwife might mighty migraines migrant migrants migrate migrated migrates migrating migration migrations migratory miguel mikao mike mikko milankovitch mild mildew mile miles mileson milin milinkovich militancy militant militants militarist military militia milk milked milking milkmaid milky mill milla milled millennium miller millers milli milling million millions millionth millstones milltown milo milwaukee mimeo mimic mimo min minamata minato mind minded mindless minds mindset mindstorm mine minefield miner mineral mineralized minerals mingled minh mini miniature minibus minibuses minicab minimal minimally minimisation minimize minimized minimum mining minister ministerial ministers ministry minivan mink minkowski minneapolis minnesota minnie minor minority minstrels mint minute minutes minutiae mir mirabilis miracle miraculous mirage miro mirror mirrored mirrors mirumo mirus mis miscarriage miscarriages miscellaneous mischief mischievous misconception miserably misery misfits misfortune misguided mishandling mishap misinterpretation mismatched mismi misnomer misplaced miss missed missile missing mission missionary missions missis mississippi missouri misspelled mist mistake mistaken mistakenly mistakes mistkaefer mistress misty misuse misuses mit mite mites mitigate mitigating mitigation mitochondria mitochondrial mitra mittens mix mixed mixer mixes mixing mixture mixtures ml mm mmr mn moammar moat moazzam mob mobil mobile mobiles mobility mobilization mobilized mobilizing mobs mobsters moby mock mocked mockery mockingbirds modality mode model modeled modelmakers models modem moderate moderator modern modernist modest modifiable modification modifications modified modifies modify modular modulated modulating modulator module modules moeckel mogadishu mohamad moi moist moisture moisturisers moisturizer moisturizers moisturizing mojica molasses mold moldboard molding moldova molds mole molecular molecule molecules moles moll molotov molt molten mom moment momentarily moments momentum mommy moms monach monarch monarchy monasteries monastery monastic monday monetary money moneyball monger mongolia monica monilia monitor monitored monitoring monitors monk monkey monkeys monks mono monocarboxylate monochrome monograph monolithic mononucleosis monopole monopoles monorails monoseal monotheism monotouch monounsaturated monsanto monsoon monsoons monster monsters montalban montana monte montessori month monthly months montreal monument monuments mood mooing moon moons moonshine moop moorhen moorhens mooring moors mop mops moral morality morally morasko moratorium morbidity more moreover mores moreton morgan moribund morin morley mormon mormons mornin morning moroccan morphine morristown mortal mortality mortar mortars mortgage mortgaged mortgagers mortgages mortimer morton mosaic mosaicism moscow moskvitch mosque mosques mosquito mosquitoes mosquitos moss mosses most mostar mostly mosul mosuo motels motet moth mother motherboard mothers moths moti motifs motility motion motions motivated motivating motivation motivational motivations motives motor motorcade motorcycle motorcycles motorists motorized motors mottled mouflon mould moulding mound mounds mount mountain mountains mounted mounting mounts mourning mouse moustache mouth mouthfeel mouthpiece mouths movable move moved movement movements mover moves movie movies moving movingly mow mowgli mowing moxibusti mozambique mozart mozilla mp mp3 mp4 mpa mps mr mri mrs ms mss mt mtskheta mu muara much muck mucosa mucous mucus mud muddled muddy mudflats mudpot mudslides mudstone muffin muffins mug mugatu mugger muhammad mujahideen mulberry mulch mule mules muleteers mullet mulligan mullikin mulling multi multibillion multicoloured multifactorial multifunctional multiple multitude multivitamin multiword mum mumbai mummies mummified mummy munich municipal municipalities municipality munitions munshi muppet mural murals murder murdered murderer murderers murderous murders murine murky murmur murmuration murphy murray muscle muscled muscles muscovite muscovy muscular muscularis museological museum museums mushroom mushrooms music musica musical musicality musicanet musician musicians musique musket musketeers muskets muslim muslin mussels mussolini must mustang mustapha mustard muster mustering musts mutant mutants mutated mutation mutations mutbak mute mutli muttered mutton mutual muzafarrabad muzzle mvph mw my mycelia mycoses myelogenous myer myles mymensingh myoats myocardial myoo myriad myrtle myself mysol myspace mysql mysterious mysteriously mystery mystic mystical mysticism mystics myth mythic mythological mythology myths mytilus mz n n49 na naan nabha nafsa nagasaki nahargarh naidu nail nails naive naked nalgene namaycush name named nameless namely names namesake nancy nanjing nano nanocrystals nanomaterials nanoparticle nanoparticles nanorobots nanoscience nanotechnology nanotubes nanowires nanoworms naoussa nap nape napkin naples narada narayan narc narcotic narcs nariman narnians narrate narrated narrates narrating narration narrative narratives narrator narrow narrowed narrower narrowing narrowly narrows nasa nasal nasty nathan natinal nation national nationalities nationality nationals nationhood nations nationwide native natives nativity natron natural naturally nature nausea nauseated naval navan navier navigate navigation navigational navigator navy nazareth nazi nazis nba nbc nc ncaa ncwcd nd near nearby nearer nearest nearly neat neatly nebulizer nec necessarily necessary necessity neck necked necklace necklaces necklet necks necromancer necropsy necrosis nectar nectaring need needed needing needle needles needs negative negatives neglect negligence negotiated negotiations negro nehemiah neighbor neighborhood neighborhoods neighboring neighbors neighbouring neighbours neil neither nelson neltharaku nematic neodammerung neolithic neologisms neon neonatal neoplastic neourethra nepala nepalese nephew nephrectomy nephthys nepotism neptune nerdy nerve nerves nervous nervousness nest nested nesting nestle nests net netbabyworld netherlands netherwing nets network networking networks neural neuralgia neurath neurodegenerative neuroma neuron neurons neuroprotection neuroscientists neuse neutral neutralize neutralizing neutrino neutrolizes neutron neutrons nevado never nevertheless neves neville new newborn newer newest newfound newfoundland newly newport news newsgator newsletter newspaper newspapers newsquest newsreels newsroom newsted newsworthy newton newts next nfl ngu nhibitor nhl nhpp nhs nibbling nibenay nicchia nice nicest niche nicholas nicked nickel nicolaitans nicotine nide nido niece nielsen niemi nietzsche nifong nifty nigel niger nigeria nigerian nigger night nightclub nightingales nightlight nightly nightmare nightmares nights nightstand nigra nihilistic nike nikiforos nikolai nina nine nineteen nineteenth ninety ninja ninject ninth nis nisqually nitric nitride nitrite nitrogen nitroglycerin nits nitude niwai niwas njcu nmb nnh nnt no noam nobel nobility noble nobleman noblemen nobles nobody nociceptors noctiphobic nocturnal nod nodes noir noise noises noisy nomads nominal nominally nominated nomination nominations non noncovalently none nonetheless nonfiction nongonococcal nonhuman noninvasive nonlinear nonoptimized nonparametric nonsingular nonstandardized nonviolence noon noose nor norden norhtern nori norm normal normally norman norms norse north northbound northbridge northeast northeastern northeastward northern northridge northwest northwestern northwestward norwalk norway norwegian norwich nos nose nosebleeds nosepiece nostalgia nostalgic nostram nostrils not notable notably notarial notary notation notch note notebook noted notepad notepads notes noteworthy nothing notice noticed notices noticing notification notified notifies notion notionally notorious notoriously nottingham notwithstanding nougat noun nouns nov nova novel novelist novella novels novelty november novomer now nowadays nowhere nowlan nox5 noxious nozzle nozzles nrc nrma ns nsls nsw nt ntsb nubes nucifera nuclear nuclei nucleic nucleocapsids nucleotide nucleus nude nudge nuevomexicano nugatory null number numbered numbering numbers numerical numerous numismatic numlock nun nunami nunnari nuns nunt nurse nursery nurses nursing nurture nurturing nus nut nutrasweet nutrients nutrition nutritional nutritious nuts nutshell nuturing nuzzle ny nyckelharpa nye nylon nymphs o oahu oak oakland oaks oar oat oath oatmeal oats obama obasanjo obedience obediently obesity obeyed object objection objective objectives objects obligate obligation obligations oblige obliged oblique oblivion oblong obscenely obscenity obscure obscured obscurity observable observance observation observational observations observatory observe observed observer observers observing obsessed obsession obsessive obstacle obstruction obtain obtainable obtained obtaining obverse obvious obviously occasion occasional occasionally occasions occlude occupants occupation occupied occur occured occurred occurrence occurring occurs ocean oceanic oceans ocrb october ocular oculomotor od odd odds odes odile odobesti odoff odor odour oecd oehler oeuvre of off offences offenders offending offense offensive offer offered offering offerings offers offfender office officer officers offices official officially officials officiating offset offshoot offshore offy ofm often ofws oghuz ogilvie ogonyok oh ohio ohioan ohm ohmic ohmmeters oil oiler oils oily ointment oise okay oklahoma okra old older oldest oldies oldman olds oleic oliva olive oliver olives olivine olmstead olson olver olympic olympics omar ombudsman omega omelet omelette omen ominous omissions omnidirectional on onan onboard once oncoming one ones onetime onewest ongoing onion onions online only onset onsite onslaught onstage onstar ontario onto onwards oo oocyte oocytes oop op open opened opener opening openings openness opens opera operas operate operated operates operating operation operational operations operative operator operators opiates opinion opinions opioids opium opm opossum oppinions opponents opportunistic opportunities opportunity opposed opposing opposite opposition oppression oppressive optic optical optics optimal optimism optimistic optimization optimizer optimizes optimizing optimum opting option optional options opus or oracle oral orally orange oranges orangutans orasure orator oratorio orb orbit orbiter orbiters orbiting orbits orca orchard orchards orchestra orchestrated orchestrators orcs orda ordeal order ordered ordering orderly orders ordinance ordinary ordinating ordination ording ore oregon org organ organic organisation organised organising organism organisms organist organization organizations organize organized organizers organizes organs orginal orientation oriented orienteering origin original originally originated originates originating origins orion orlando orleans ornament ornamented ornaments ornithology oro orphan orphanage orpheus orpington ortega orthodox ortodoxo orton orville oryzae os oscar oscars oscillation oscillator oscilloscopes osha osirak ospa ospreys osseous ossicles ossicone ossification ostensibly osteoarthitis osteoblasts osteoporosis osteotomy ostium ostraca oswego otec other others otherwise otoscope otters ottoman ottomans ouchy oude ounce ounces our ourselves ouspensky out outage outback outbreak outbreaks outbuildings outcome outcomes outcropping outdone outdoor outdoors outer outfall outfielder outfit outfitted outflow outgassed outgoing outgrowths outing outlandish outlands outlaw outlet outlets outline outlined outlines outpatient output outputs outputting outrage outraged outreach outset outshone outside outsiders outskirts outsourcing outspoken outstanding outward outwitting ova oval ovals ovarian ovary ovation oven ovens over overall overboard overcharge overcoat overcome overconsumption overcrowding overdevelopment overdose overeating overfertilizing overflow overflowing overflows overhang overhanging overhead overheating overlap overlaying overlie overload overloaded overlooked overlooking overly overnight overpass overpopulation overpowered overpowering overproducing overproduction overriding overrun oversaw overseas overseeing oversight oversimplify oversized overstated overtaken overtime overturned overuse overview overweight overwhelming overworked ovipositor ovis ovulation ovules ow owe owed owings owl owls own owned owner owners ownership owns ox oxalic oxbirds oxen oxford oxidant oxidants oxidase oxide oxides oxidized oxygen oxytocin oyo oyster oysters oz ozone p p210 p6 pa pace paced pacific pacing pack package packaged packages packaging packed packet packets packing packs pact pad padang padded padding paddington paddle paddling paddy padlock padres pads paducah pagan page pages pagoda paid pail pails pain painful painfully painless pains painstaking painstakingly paint paintball painted painter painters painting paintings pair paired pairing pairs pajamas pakistan pakistani pakshi palace palaces palate pale paleogene palestine palestinian palestinians palettes palin pallabi pallantines palliative palm palma palmer palomino palpable palpitations pals pam pampered pamphlet pan panaji panama panay pancake pancakes pancreas pancreases pancreatitis panda pandemic pandemonium pandit pandora pane panel panelists panels pangs panic panicked panics panna panned pans pantego pantheon pantograph pants panzer panzerkompanie pao papandayan papaver papaya paper paperback paperboard paperboy papers papillomavirus par parable parabolic parachute parade parading paradise paradox paraffin paragraph paragraphs paraliterature parallel paralysis paralytic paralyzed parameter parameters paramount paranoid paraphernalia paraphrase parapsychology parasite parasites parasurama paraumbilical parbandhak parcel parcels parchment pareidolia parent parental parentheses parenting parents pari parings paris parish parishioners parisian parity park parked parker parkes parking parkland parks parkway parliament parlor parlour parma parodies parody parole parrots parrs parsing parsley parsnip part parted partha parthenon partial partially participant participants participate participated participates participating participation particle particles particular particularly particulars partied parties partisans partition partly partner partnered partners partnership partridges parts party pas paso pass passage passages passageways passed passel passenger passengers passerby passes passing passion passionate passionately passions passive passiveness passport passports password past pasta paste pasted pasteurized pastoral pastries pastry pasture pastures patch patched patches pate patella patellar patent patented patents paternally path pathogenic pathogenicity pathogens pathological pathologists pathology paths pathway pathways patient patiently patients patio patriarch patrick patriots patrol patrols patron patronized patronizing patrons pats pattern patterns patterson pattinson patty paul pauperis pause pausing pavel pavilion paving pavlov pavoni paw pawlett paxman pay payable payaya paying paylines payload payment payments payoff payoffs payout pc pcr pcsm pdf pe pea peace peaceable peaceful peacekeepers peacekeeping peach peacham peaches peacock peacocks peak peakeffect peaks peanut peanuts pear pearl pearls pears pearson peas peasant peasants peat peatland pebbles pecans pecking pectin peculiar pedals pedestal pedestrian pedestrians pediatric pedicle pedologic pedometer peduncles pee peel peeled peeler peeling peelings peels peep peephole peer peerbot peered peers peg pegs pelagic pelicans pellet pellets peloton pelted pelvic pen penal penalties penalty pencil pencilled pencillike pencils pendant pendants pending pendleton pendulum penetrating penetration penguins penholder peninsula penitentiary penned pennies pennlive pennsylvania penny pens pension pensions pentagon pentagonal pentoxide people peoples pep pepper peppermint peppers peppery peptic peptidases peptide peptides per perceive perceived percent percentage percentages perception perceptive perceptron perceptual perch perched perchlorate percival percussion percussionist percussive peregrina peregrines perfect perfectibility perfection perfectly perforated perforating perforation perforations perform performance performances performed performer performers performing performs perfume perfumed perfumery perfumes perfunctory perhaps periarterial pericarp perichondrium peril perilous perimeter period periodic periodically periods perioperative peripatetic periphery periscope peritoneum perks permafrost permanent permanently permanganate permeable permission permit permits permitted peroxide peroxisomes perpendicular perpetrator perpetrators perpetual perpetually perpetuation perrault perrot persecution perseid persepolis persevered persisted persistent persists person persona personal personalities personality personalizing personally personalty personifies personnel persons perspective perspectives persuade pertain pertained pertaining pertinent perturbation perturbations pertussis peru perverse pervious peshawar pessimism pesticides pestis pests pet pete peter petered peters petersburg peterson petit petition petitioner petitions petrified petrochemical petrol petroleum pets pettigrew pettitt pettway petty pew ph phagocytes phalanx phalke pharmaceutical pharmaceuticals pharmacogenomics pharmacognosy pharmacy pharyngitis phase phases pheasants phelps phenomena phenomenally phenomenon phenylephrine pheras phial phibbs phil philadelphia philanthropist philanthropy phildaelphia philip philippe philippine philippines phillips philological philologist philosopher philosophers philosophical philosophies philosophy phloem phobia phoebe phone phonemic phones phonograph phony phospholipid phosphorous phosphorus photo photocell photochemical photocopies photocopy photodeflection photograph photographed photographer photographers photographic photographing photographs photography photoheliograph photojournalism photomask photometric photomultiplier photon photonics photons photoplotter photoreceptors photos photosphere php phrase phrased phrases phrasing phuket phy physical physically physicans physician physicians physicist physicists physics physikalischen physiological physiology physiotherapy phytochemical pi pianist piano piazza picasso pick picked picking pickle pickles picks pickup pickups picric pics pictographic pictorial picture pictured pictures picturesque picturing pid pie piece pieced pieces piedmont pier pierce piercing piercings pierre piers piezo piezoelectric piezos pig pigeons piglet piglets pigment pigmentosa pigs pika pikemen pile piled piles pilgrimage pilgrims piling pillar pillars pillow pillowcase pills pilot piloted pilots pilum pimples pin pinatubo pine pineapple pineapples pines pink pinkett pinkeye pinkie pinking pinned pinning pinolic pinonic pinot pinots pinpoint pins pint pinta pinte pints pinwheel pinworm pioneer pioneering pious pip pipe pipefishes pipeline pipelines piper pipers pipes pipetted piping pique piqued piracy piranha pirate pirates pistachios pistil pistol piston pistons pit pitch pitched pits pitt pittsburg pittsburgh pituitary pity pitying pius pivot pivotally pivoting pixar pixel pixels pizza placards place placed placement placenta placental places placeta placid placing plaform plague plagued plaguing plain plains plaintiff plaintiffs plaka plakendias plan plane planes planet planetary planetcad planetoid planets plank planks planktonic planned planning plans plant plantar plantation plantations planted planter plantic planting plants plaque plasma plasmas plasmodium plasterboard plastered plastic plastics plastique plate plateau plated platelet platelets plates platform platforms plath plating platinum platonists platoon platte play played player playerand players playing playlist playmakers playoffs plays playwright plaza plazas plea pleaded pleads pleas pleasant please pleased pleasing pleasure pledge pledged pleiad plenitude plenty plethora pliant pliers plight plot plots plotting ploughed ploughing plover plovers plow plowing pluck plucked plug plugboard plugged plugs plum plumbing plummers plump plums plunder plunge plunged plunger pluralism pluralistic plurality plurals plus plutonium plymouth plywood pm pms pn pneumococcal pneumococcus pneumonia pneumonitis pneuroblasts pns pnuematic pochards pocket pocketknife pockets pocketwatch pod podcast podcasting podium podocarp pods poe poem poems poet poetic poetry poets pogo point pointed pointer pointers pointing points poised poising poison poisoned poisoning poisonings poisonous poisons poking poland polar polarity polarization polarized pole polemical poles polhem polhemslas police policeman policemen policies policing policy polio polish polished polishing polite politesse political politician politicians politicisation politics poll pollen pollicis pollinate pollutant pollutants polluted polluting pollution polo polonium polotsk poly polyester polyethylene polygamous polymer polymers polymorph polynucleotide polyphonic polypropylene polyradical polyserositis polysilicon polyurethane polyvinyl pomanders pomegranate pomeranian pomona pond ponds ponies pons ponte pontiff pontifical ponv pony ponyo poodle poodles pooh pool pooled pools poop poor poorest poorly pop popcorn pope popped popping poppy pops popular popularity popularized popularly populate populated population populations porcelain porch porcupines pore pores pork pornographers porous port portable portals porter portfolio porthole porthos portion portioned portions portis portland portrait portraits portray portrayed portraying portrays ports portsmouth portugal portuguese pose posed poses posing position positional positioned positioning positions positive positively possess possessing possession possessions possessive possibility possible possibly post postal postcard postcards postdoctoral posted posten poster posterior posteriori posters posthumous posting postmodernism postpone postponed postponing posts postulated posture posturing postwar postzygotic pot potassium potato potatoes potent potentates potential potentially potentials potentiometer pothole pots potsdam potter potters pottery pouce pouch pouches poultice poultry pound pounded pounding pounds pour poured pouring pours poverty pow powder powdered powell power powerboat powered powerful powerpoint powers powertrain powertwin pox ppg ppp practical practically practice practices practicing practitioner practitioners pradesh pradyumna praerit prairie prairies praise praising prank prarie prashant pratchett prawn prawns pray prayer prayers praying prd prd136 pre preacher preachers preaching preamble preamped preamplifier precariously precautionary precedent precedents preceding precentral precious precipice precipitate precipitation precise precision precleaned precluded precluding precocious precursor precursory predator predators predetermined predicated predict predictable predicted predicting prediction predictions predicts predilection predisposition predispositions predominant predominantly predominate predominating preeclampsia preface prefectural prefecture prefer preferably preference preferred prefers prefetching preffus preforms pregnancy pregnant preheating prehistory prejudice preliminary premier premises premium premixed premotor prenasal preparation preparations preparatory prepare prepared preparedness preparer prepares preparing prequels prerequisite prerogative prerogatives presbyterian preschool prescribed prescriber prescription prescriptions preseason presence presences present presentation presentations presented presenter presenting presently presents preservation preservative preservatives preserve preserved preserves preserving preshrunk presided presidency president presidential presidents presides presiding press pressed presses pressing pressley pressure pressures pressurization pressurized prester prestige prestigious preston presumably presumedly preteen pretend pretending pretext pretexts pretinned pretoria pretrial prettier pretty prevail prevailed prevent prevented preventing prevention preventive prevents preview previous previously prevx prey pri price priced prices pricey prick prickle prickly pride pried priest priestly priests primarily primary primate primates prime primer primeval priming primitive primordial prince princes princess princesses princeton principal principally principals principe principle principles pringles print printability printed printer printing prints prior priorities prioritized prioritizing priority priory prism prison prisoner prisoners privacy private privately privatisation privileged privileges prize prized prizes pro probabilistic probability probable probably proband probation probationary probe probes probing probiotics proble problem problems procedural procedure procedures proceeded proceeding proceedings proceeds process processed processes processing procession processor processors proclaimed proclamation proclamations procreated procure procured procurement prod produce produced producer producers produces producing product production productions productive productivity products prof profession professional professionals professions professor professorial professors proffers proficiency profile profiles profiling profit profitability profitable profits profligates profound profoundly profusely progenitor progesterone program programmatically programme programmed programmer programmers programming programs progress progressed progression progressive progressively prohibited prohibition proides project projected projectiles projections projects proletariat proliferate proliferation proliferative prolific prologue prolong prolongation prolonged prometheus prominence prominences prominent prominient promise promised promises promising promontory promote promoted promotes promoting promotion prompted promptly prong prongs pronounced pronouncing pronouns proof prop propaganda propagation propellor proper properly properties property prophecies prophesy prophet propionibacteria propolis proportion proportional proportioned proportions proposal proposals propose proposed proposition proprietor props prose prosecute prosecuted prosecution prosecutors proselytise prospect prospective prospectors prospects prosperity prostaglandins prostate prosthesis prostitute prostitution protagonist protect protected protecting protection protections protective protects protein proteins protest protesters protesting protests proteus protocol prototype protozoa protracted protrude protruded protrusion proud prouder proudly prove proved proven provention proverb proverbial proves provide provided providence providencia provider providers provides providing province provinces provincial proving provisional provisions provocative provoke provoked provokes provoking provosts prowess proximal proximally proxy pruned prussian prussic pryde prying psa pseudo pseudolesion pseudonym psi psittacosis pstn psyche psychedelia psychiatric psychiatrist psychiatrists psychic psychoanalysis psychoanalyst psychologic psychological psychology psychopathic psychosexual psychosocial psychosomatic psychotherapy psychotic pt pteridophytes ptolemy ptterned pu pub pubic public publication publications publicly publish published publisher publishers publishes publishing puck pudding puddings puddle puddling puerco puff puffed puffing pug puget puke pulitzer pull pulled puller pullets pulling pullman pulls pulmonary pulp pulped pulsar pulse pulsed pulses pulsing pump pumped pumping pumpkin pumps pun punch punchcutter punched punches punching punctured pune punishment punjab punjabi punk punks pup pupil pupils puppet puppeteer puppies puppy pups purchase purchased purchasers purchases purchasing pure purely purgative purgatory purge purine puritan puritanism purple purplish purported purpose purposes purr purse purser pursue pursuing pus push pushchair pushed pushes pushing pushkin pushpins pustules put putative putin puts putting putty puyang puzzle puzzling pvdf pwll pygmies pygmy pylons pylori pyloric pyramid pyramids pyre pyrex pyrolysis pyrolytic pyrometers pyrotechnics python pythons q1 q4 qaeda qasim qdt qilian qing qobject quacked quad quadriceps quadrigemini quadrilateral quahog quail quaint quake quaker qualification qualifications qualified qualifier qualifying qualitative qualities quality quantitative quantities quantity quantum quarrel quarry quart quarter quarterback quarterly quarters quartet quartz quasi queasy quebec quechua queen queens queensland quell quelled quench quenches query quesadilla quest question questioning questionnaire questionnaires questions quetta queue quick quicker quickly quid quiet quieter quietly quilt quilter quilters quilting quilts quindlen quip quire quispel quit quite quiver quiz quizmaster quizzes quo quota quotas quotation quotations quote quotes quoting r r80 r900 ra rabbi rabbis rabbit rabbits rabble rabies raccoons race raced racehorses racemic racer races racetrack rachael rachel racial racing racism racist raciti rack racketeering rackets radar radial radially radiant radiated radiating radiation radiator radical radicalisation radically radio radioactive radiobuttongroup radiofrequency radiographic radiography radiological radiology radionuclides radios radius raf raff raffle raffles raft rafters rafts rage raged ragged raging rags ragtag raid raided raiding raids rail railing railroad railway railways rain rainbow rainbows raindrop raindrops rainfall rainforest rainforests rains rainwater rainy raise raised raises raisin raising raisins raj raja rajasthan rajiv rake rallies rally ram rama rambling rambo ramming ramon ramp rampaged rampant rampart ramparts ramps ramsay ran ranbir ranch ranches randall random randomised randomization randomized randomly randy rangale range ranger rangers ranges ranging rank ranked rankin ranking ranks ransacked ransom rap rape rapid rapidly rapper rare rarely rarities rash rasheed rasher rashers rashes raspberry rasta rat rate rates rather rating ratings ratio rational rations ratios ratpack rats rattle rattled rattlesnakes raucous raven ravens ravi raw ray rayfield rayleigh rays razadyne razlog razor razors rbi rbmk rca rce rcmp rdx re reach reached reaches reaching react reacted reacting reaction reactions reactive reactor reactors reacts read readable reader readers readily reading readings reads ready reagan reagent real realistic realities reality realization realize realized realizes really realm realms ream reap reapers reaping reappears rear rearguards rearward reason reasonable reasonably reasoning reasons reassigned reassignment reassorted reatment rebekah rebel rebellion rebellious rebels reboot reborn rebound rebuild rebuilding rebuilt reburied rebus rebuttals recall recalled recaptured receipt receipts receive received receiver receivers receivership receiverships receives receiving recent recently recepies receptacle receptacles reception receptive receptor receptors recesses recession recessions rechristened recipe recipes recipient recipients reciprocating recirculation reciter recites reckless recklessly reckon reclaim reclamation recogniser recognition recognize recognized recognizes recognizing recoil recombinant recombineering recomendations recommend recommendation recommendations recommended reconnaissance reconnection reconstitution reconstructed reconstruction reconstructions recope record recorded recorder recording recordings records recounted recounts recover recovered recovering recovery recreation recreational recruited recruiters recruiting recruitment recruits rectangle rectangles rectangular rector rectory rectus recur recurrence recurrent recurring recursive recyclable recycled recycling red redcurrent redd reddish reddy redecorated redemption redeployment redesign redesigned redevelopment redford rediculously redimeres redirecting rediscovery redistribution redlining redmond redone reduce reduced reducers reduces reducing reduction reductions redundancies redundant redwood redwoods reeased reed reeds reef reefs reel reels reetha refer referee referees reference references referencing referrals referred referring refers refills refined refinement refineries refinery refining reflect reflected reflecting reflection reflections reflects reflex reflexive reflux reform reformation reforming reformist reforms refracted refraction refractory refrain refreshed refreshing refrigerant refrigerator refrigerators refueling refugee refugees refuges refunds refusal refused refuses refute refutes regain regained regains regard regarded regarding regardless regards regeneration regenerative regents reggae regime regimens regiment regiments regimes region regional regions register registered registering registers registrar registration registries registry regression regretted regular regularity regularly regulars regulate regulated regulates regulating regulation regulations regulator regulators regulatory regurgitation rehabilitated rehabilitation rehearsal reheat reign reilly rein reindeer reinforce reinforced reinforcements reinforcing reinhart reinstalled reinstatement reinsurance reinvent reiterated rejected rejection rejoiced relate related relates relating relation relations relationship relationships relative relatively relatives relax relaxation relaxed relaxes relaxing relay release released releases releasing relegation relena relevance relevant reliability reliable reliance relic relics relict relied relief reliefs relies relieve relieved relievers religion religions religious reliquary relish reloaded relocation relock reluctant rely relying remade remain remainder remained remaining remains remake remark remarkable remarkably remarks remedy remember remembered remembers remind reminded reminding reminds reminiscent remit remitted remnant remnants remodeled remodeling remorse remote remotely remotest removable removably removal removals remove removed removes removing remuda renaissance renal renaming render rendered rendering rending rendition renegades renew renewable renewed renfrew renin rennet rennie renosterveld renovated renovation renovations renowned rent rental renting rents renwick reopen reorganization repair repaired repairing repairman repairs reparative repeat repeatable repeated repeatedly repeater repeating repelled repertoire repertory repetition replace replaced replacement replaces replenish replica replicated replies reply report reportage reported reporter reporters reporting reports repositioned repository represent representation representational representations representative representatives represented representing represents repressive reprinted reproduce reproduced reproduction reproductive reproof reps republic republican republicans republics repurpose reputable reputation reputed reputedly request requested requests require required requirement requirements requires requiring rescheduled rescue rescued research researched researcher researchers researches reseller reselling resemble resembled resembles resembling reservation reserve reserved reserves reservoir reservoirs reset resetting reshape reside residence residencia resident residential residents resides residing residual residue residues resign resignation resigns resilience resin resist resistance resisted resistors resolution resolutions resolve resolved resolving resonance resonant resonating resort resource resources respect respectable respected respecting respective respectively respects respiration respirators respiratory respite respond responded respondent respondents responder response responses responsibilities responsibility responsible responsiblity responsive rest restart restaurant restaurants rested resting restoration restored restrained restricted restriction restrictions restructuring rests result resultantly resulted resulting results resume resumed resurgence resveratrol retail retailer retailerer retailers retain retained retaining retains retaliation retards reteam retention retina retinal retinitis retired retiree retirement retiring retort retorts retract retracted retracts retransmission retreat retreating retribution retrieval retrieve retrieved retriever retrieves retroactive retrospective return returned returning returns reunion reunions reused rev reveal revealed revealer revealing reveals revelation revelatory revellers revels revenge revenue revenues reverence reverend reversal reverse reversed reversible reversing review reviewed reviewer reviewing reviews revised revisions revisit revive revolting revolution revolutionary revolutionise revolutionized revolved revolver revolves revolving revved reward rewarded rewarding rewards rewarewa rex reynold reynolds rf rfid rhenium rhetoric rhine rhinoceros rhinoceroses rhinos rhizopus rhode rhodes rhumba rhyme rhys rhythm rhytidome ribbon ribeiro riboside ribozymes ribs rica rican ricardo rice rich richard richer riches richmond richness richter rickety rickham ricochets ricotta rid riddle ride rider riders rides ridge ridiculously riding riemer riff riffles riffraff riffs rifle riflemen rifles rift rig riga right rightly rightnow rights rigid rigidity rigidly rill rim ring ringed rings ringtone ringworm rinse rinsing rio riot rioters riots riparian ripe ripening ripped ripping ripple rips rise rises rising risk risked risks risky rite rites ritual rituals rival rivaled rivaling rivals river riverbank rivers riverside rivet riviera rizal rj rmix rna ro roach road roads roadside roadway roamed roane roar roaring roast roasted roasting rob robbed robber robberes robbers robbery robe robert roberts robin robins robinson robot robotic robotics robots robust rocco rock rocket rockfish rocks rockwell rocky rod rode rodent rodents rodney rodrigue rodrigues rods roebucks rogge rogoff rogue rogues roi role roles roll rolled roller rolling rollout rollover rolls rolt rom roman romance romances romani romania romans romantic romantics rome romp roms romulan romulus ronald roni roof roofing rooftop rookery rookie rooks room rooms rooney rooster root rootball rooted roots rootstock rope roped ropes ropivacaine rosacea rosary rose roses rosetta rosewill roshan rosined ross rostrum rotary rotatably rotate rotated rotates rotating rotation rotator rothko rothschild rotor rotors rotunda rough roughly roughness rouleau roulette round rounded roundness roundtables roundworms roused rout route router routes routine routinely routing routings rove row rowan rowdy rowe rower rowhouses rowing roy royal royals royalties royalty rrna rs rso rss rsvp rub rubber rubberized rubbery rubbing rubbish rubia rubies rubles rudders ruddy rue rug rugby rugged ruin ruined ruins rule ruler rulers rules ruling rum rumor rumors run runaway rung runnability runner runners running runny runoff runs runway runways rupchand rupees rupture ruptures rural rush rushed rushing russ russborough russell russert russia russian rust rustic rustles rusty rusyn rutledge rwanda rwandan ryan rye ryes rythmbox s sa saatchi sabah sabbath sabine sabotaged sac saccade sachs sack sacked sacks sacramental sacramento sacred sacrifical sacrifice sacrificed sacrifices sad saddle saddlebags saddled sadistic sadistically sadly sadness sadr safari safe safely safer safest safety safflower saga sagas sage saginaw sagunto saharan said sail sailboat sailed sailing sailor sailors sails saint saints saknussemm salad salads salamanders salaries salary sale sales salesforce salesman salford saline saliva sally salmon salmonella salmonellosis salmons saloon salt saltpetre saltwater salty salumi salva salvador salvaged salvation salvelinus sam same samoa sample sampled samples sampling samsonite samurai san sanchez sanction sanctions sanctorum sanctuary sand sandals sandalwood sandbags sandbox sandhill sandpaper sandra sands sandstone sandwich sandwiches sandy sang sangeet sanitary sanitation sanitized sank sanquhar sans sansanding sanskrit santa santer santiago santur sanye sanz saosin sap saplings sar sarah sarcophagus sarcos sardines sardius sarkozy sarojini sars sashayed saskatchewan sat satanists satchel satellite satellites satire satirical satisfaction satisfactory satisfies satisfying saturated saturating saturation saturday saturn sauce saucers sauces saudi sauerkraut saul saunders sausage sausages savage savagery savages savanna savannah savannahs save saved savers saves saving savings saw sawdust sawed sawing saws saxony saxophone say sayeth saying says scabies scabrous scaffold scalding scale scaled scales scaling scallops scalp scalpel scammed scan scandal scandalous scandals scandinavia scandinavian scanner scanning scans scanty scar scarab scarcely scare scarecrow scarf scarff scarring scars scary scattered scattering scavenge scavenger scenario scenarios scene scenery scenes scented scepticism schaeffer schaff schedule scheduled schedules scheme schemes schiavo schneider schoener schoenike scholar scholarly scholars scholarship scholarships schoniger school schoolchild schoolgirls schools schoolteacher schoondrels schooner schose schott schuylkill schwann schwannoma schwartz sci science sciences scientific scientist scientists scintillator scissors scleroderma scoff scold scooba scoop scooter scope score scored scores scoring scorpio scorpion scot scotch scotland scots scott scottie scottish scoundrels scourge scourging scout scouting scouts scowling scrambled scrapbooks scrapes scraps scratch scratched scratches scrawl screaching scream screaming screeching screen screened screening screenings screenplay screens screw screwdriver screwed screws scribe scrimmage script scriptin scripting scripts scripture scroll scrub scrubby scrum scrutiny scud scuffle sculling sculptor sculpts sculpture sculptures scum scurry scurrying scuttle scythian sdiraya sds sea seabat seabirds seacrest seafloor seafood seagulls seal sealed sealer sealingly sealless seals seam seaman seamews seamless seams sean sear search searched searching searchlight seas seashore seashores season seasonal seasoned seasoning seasons seat seated seating seats seattle seawall seawater seaweed sebaceous sebastian seborrheic sebring secluded second secondarily secondary secondly seconds secrecy secret secretariat secretary secrete secreted secretion secretions secretly secretory secrets sect section sectional sections sector sectors sects secular secure secured securely secures securing securities security sedan sedation sedge sediment sedimentary sedimentation sediments sedna see seed seedbed seedlings seedpod seeds seeing seek seeker seekers seeking seeks seem seemed seemingly seems seen seepage seeps sees seethe segment segments segregated segues seguiriyas seismic seismologists seized seizure seizures seldom select selected selecting selection selections selective selectmen selector selenium seleucid self selintan seljuk sell seller sellers sellin selling semantic semantically semantics semen semester semi semiautomatic semicircular semicolon semiconductor semifmished semimembranosus seminal seminar seminars semitism semitone semtex sen senate senator senators senatorships send sender sending sendler sends seneca senegalais senegalese senior seniors senna sensation sense senses sensible sensitive sensitively sensitivity sensitization sensor sensoril sensors sensory sensuous sent sentamu sentence sentenced sentences sentiments sentinels sentries sentry seo separate separated separately separates separating separation separations seperate sephiroth sept september septicemia sepulcher sequel sequels sequence sequenced sequencer sequences sequencing sequential sequoias serangoon serbian serbs serenade serge sergeant serial series serina serious seriously seriousness serous serpent serpentine serratia serum servant servants serve served server servers serves servewear service serviced services servicing serving servo servomotor ses sesame session sessions set setbacks seth seto sets settee setting settings settle settled settlement settler settlers settling setup seven seventeen seventeenth seventh seventy several severance severe severed severely severine severing severity sevier seville sew sewage sewed sewer sewing sewn sex sexism sextant sexual sexually seychelles seychellois sgpc sgt shabab shabby shack shad shade shaded shading shadow shadowed shadowlawn shadowmoon shadows shady shaft shahid shahrestan shake shaken shakespeare shaking shaky shale shall shallow shalom shaman shamdasani shame shampoo shampoos shan shand shanghai shanhua shank shanks shannyn shape shaped shapely shapes shaping share shared sharee shareholders shares sharif sharing shark sharks sharma sharp sharpener sharpening shashe shasta shattered shave shaves shaving shavings shaykh she shear sheath sheathing sheave shed shedding sheds sheep sheer sheet sheets sheffield shelby shelf shell shellac shelled shellfish shelling shells shelter shelters shelves shepherds sheraton sheriff sheshan shi shia shibnath shield shielded shielding shift shifted shifting shifts shigang shijing shilling shin shinbatsu shines shingle shingles shining shioji ship shipbuilding shipment shipments shipped shipping ships shipwreck shipwrights shipyard shirley shiro shiromani shirt shirtless shirts shirttails shirtwaists shiver shoal shock shocked shocking shocks shockwaves shoe shoebox shoemaker shoes shone shook shoot shooter shooting shootout shoots shop shopper shoppers shopping shops shore shoreline shores short shortage shortages shortbread shorten shortened shortens shorter shortest shortly shortness shorts shortwave shot shotgun shotguns shots shouders should shoulder shoulderbone shoulders shouted shovel shoveling shovels show showa showcase showcased showed shower showered showering showers showing shown showroom shows shred shredded shredder shreds shrewdly shrewdness shri shrieking shrimp shrimps shrine shrink shrinkage shrinking shrinks shroud shrub shrubs shu shuddering shuffle shuffled shugotenshi shunt shupp shut shuts shutter shuttle shuttles shuzhong shylock si siberia siberian sichuan sicily sick sickert sickness side sided sides sidewalk sidewalks sidewall sideways sidewinder siding siege siegelman sieges sierra sierras sifting sigatoka sighed sight sighted sighting sigmoid sign signal signals signature signatures signed significance significant significantly signification signing signoff signs sikh silane silastic silence silencing silent silently silhouettes silica silicon silicone silk silken silkworm silly silmarillion silver silvers silversmiths silverwoods silvicultural simbel sime simering similar similarities similarly simmering simmons simon simple simpler simplest simplex simplicity simplify simply simpson simulate simulated simulates simulating simulation simulator simulators simultaneous simultaneously sin sinbad since sine sinegorsk sing singabore singapore singer singers singh singing single singlehandedly singles singlet singular sinister sink sinking sinks sinn sinned sino sins sinus sinuses sinusitis sinusoidal sip siphon sipped sir sired sires sister sisterhood sisters sit site sites sits sitting situated situation situations six sixteen sixteenth sixth sixties sixty sizable size sized sizes sizzle skate skateboard skateboarding skateboards skegs skein skeletal skeleton skeptical sketch sketches sketchy ski skidmore skies skiier skilfully skill skilled skills skim skimmers skin skinned skinner skins skip skipping skirmishers skirt skirts skulk skull skulls skunks sky skydivers skydiving skyline skype slaanesh slab slade slain slamming slang slapdash slapped slapping slapshot slashed slate slated slaughter slaughtered slaughtering slave slavery slaves sled sledgehammer sleek sleep sleeping sleeps sleeve sleeves slender sleuth sleuths slice sliced slices slick slide slider slides slideshow slideshows slideway sliding slight slighted slightly slim slimmest slingshot slinky slip slipcase slipped slippers slips slit slivers slone slope slopes sloshed slot sloth slots slouch slovakia slow slowdown slowed slower slowing slowly sls sludge slug sluggish slugs slum slurred slurry slurs sly sma smack small smaller smallest smalley smallholders smallholding smallholdings smallpox smallsword smark smart smartest smashed smear smeared smell smelling smells smelting smelts smile smiled smiles smiling smith smither smn smog smoke smoked smokers smoking smoky smooth smoothe smoother smoothie smoothly sms smuck smuckers smuggle smuggled smuggler smugglers smuggling smuts snack snacks snags snails snake snaked snakes snap snapped snapping snapshot snaring snarl snatched sneak sneakers sneer sneezing snes sniffers snipe sniper snipes snippet snipping snob snooker snorgled snout snow snowdrift snowdrifts snowflakes snowshoes snowstorm snowy so soaked soaking soap soaps soaring sobbing soccer social socialist socialists socialize socially societal societes societies society socio sociocultural sociological sociologist sociology sociometrics sock socket socks soda sodium sofa sofas soft softball soften software sohh soil soils sol solace solar sold solder soldier soldiers sole solely soles solfatara solicited solicitors solid solidarity solidified solidly solids solitaire solitary solo soloing soloist solomon solute solution solutions solve solved solvent solves solving solzhenitsyn somali somalia somatic somborne some somebody somehow someone something sometime sometimes somewhat somewhere somniferum son sonar song songs songwriter songwriters songwriting sonic sonoconductive sonoma sons sonu sony soon soot sophisticated sophistication sophomores sorace sorcerers sorcha sord sore sores sorghum sorority sorrow sort sorted sorts sotheby souffle sought soul souls soult sound soundboard sounder sounding soundman sounds soundtrack soup soups sour source sources sourcing soured south southbridge southeast southeastern southern southernmost southward southwest southwestern southwick sovereigns sovereignty soviet soviets sownder sows soy soya soybean soybeans spa space spacecraft spaced spaces spaceship spacey spacious spaghetti spagna spain spake spam spammer spamming span spanish spanner spanning spans spare spareparts sparing spark sparked sparking sparkling sparkly sparky sparrow sparrows sparse spasm spatial spatio spatula spatulate spawn spawned spawning speaker speakers speaking speaks spear spec special specialised specialises specialist specialists specialized specializing specially specialties specialty species specific specifically specification specifications specified specifying specimen specimens speck spectacular spectators spectral spectrochemical spectrograph spectrometer spectrometric spectrum speculation speculations speculative speculators sped speech speeches speed speeding speedometer speeds spell spelled spelling spells spend spended spending spent sperm sphenoid sphere spherical sphinxes sphondylium sphygmomanometer spice spiced spices spiciness spicy spider spiders spied spies spike spikes spill spilled spilling spills spin spinal spindle spinnaker spinosaurus spins spiral spiraled spirals spires spirit spirits spiritual spirituality spite spitting splash splashes splattered splenda splendid splice splined splines splinter splints split splits splitter splitting spoiled spoke spoken spokeswoman sponsored sponsoring sponsors sponsorship spontaneous spontaneously spoofers spool spooled spoon spore spores sport sporting sports sportsman sportspersons spot spotlight spots spotted spotter spouse spout spp sprains sprang sprawling spray sprayed sprayer spraying spread spreading spreads spreadsheet spreadsheets spree spring springing springs springtime springwatch sprinkler sprout sprouts spuds spun spuntino spur spurs spy squabble squad squadron squadrons squads square squarely squash squatted squatter squatters squeeze squeezed squeezing squelching squid squids squirrel squirrels sra sri srr ss st stab stabbed stabilising stability stabilization stabilize stabilizer stable stabs stacey stack stacked stackers stacks stadium stadler staff staffed stafford stage staged stages staggering staggeringly stain stained stainless stairs stais stake stakeholders stakes stale stalin stalk stalked stalks stall stalled stallion stallions stallone stalls stalwart stamp stamped stampeding stamps stance stanchion stand standard standards standby standing standpoint stands stanford stanfords stanislaus stank stanley stanza staph staphylococcal staphylococcus staple stapled stapler staples stapling star starbucks starch starches stardust stare starfish staring stark starkly starlings starring stars starship start started starter starting startled startling starts startups starving stash stashes state stated stately statement statements states statesman statewide static stating station stationary stationed stationery stations statistical statistically statistics stator statue stature status statute statutes stay stayed staying stays staysail ste ste90 steadily steady steak steal stealing stealth stealthy steam steamed steamer steaming steel steep steering stella stellar stem stemmed stems stenosis stent step stepfather stephanie stephen stephenson stepmother steppe stepped stepping steppingmotor steps stereo stereograph sterile stern steroid steroids stethoscope steuben steve stevens stevyn stew stiches stick sticker stickiness sticking sticks sticky stiff stifling stigmasterol stigmatizing still stillborn stills stimulant stimulated stimulating stimulation stimuli stimulus sting stings stinker stipend stir stirred stirrer stirring stirs stitch stitched stitches stitching stock stockbridge stockholders stocking stockings stocks stockton stoelzel stoic stoics stokes stole stolen stomach stomachs stone stonebow stones stonework stoneyard stong stood stools stop stoppable stopped stopper stopping stops stora storage store stored stores storeyed stories storing stork storks storm stormed storming stormont storms stormy story storyboard storyline storylines storyteller storytelling stout stove stoves stovetop stradivari straight straightforward strain strainer straining strains straitjacket strand stranded strands strange strangely stranger strap strategic strategies strategy stratford stratification stratosphere stratospheric straw strawberries strawberry streak streaking streaks stream streamcasts streaming streams streema street streets streetscapes strength strengthen strengthened strengthening strenuous stress stressed stresses stretch stretched stretches strewn stricken strict stricter strictly stricture stride strider strike striker strikers striking strikingly string stringed stringent strings strip striped stripes stripless stripped strips strives stroke stroker strokes stroll stroller strolling stroma strong stronger strongest strongly strora strove struck struct structural structurally structure structured structures structuring struggle struggled strugglers struggles struggling strumble strung strutting struvite sts stuart stubborn stubby stubs stuck stud studded studebaker student students studentship studied studies studio studios study studying stuff stuffed stuffing stuffy stumbled stump stun stunner stunning stuns stunt stuntman sturdier sturnus style styles stylesearch stylesheet stylist sub subclavian subcontinent subculture subcutaneous subdetectors subdivided subdue subdued subdural subject subjected subjects subjugate sublime subluxations submarine submarines submerged submersible submission submits submitted submitting suborbital subordinate subordinated subscribers subsection subsequent subsequently subsidence subsidiary subsidies subsidising subsidization subsidizing subsistence substance substances substantia substantial substantially substantive substitute substituted substitution substitutional substorm substrate substrates subterranean subtext subtitles subtlety subtracting subtypes subunits suburb suburban subversion subway succeed succeeded succeeding succeeds success successful successfully succession successive successor succinctly succulent succumbed such suck sucking suckled sucklers suckles sucralose sucrose suction sudan sudanese sudden suddenly sudder suds sued suffer sufferance suffered sufferer sufferers suffering sufferings suffers sufficient suffocation suffolk suffused sufi sugar sugarcane sugars sugary suggest suggested suggesting suggestions suggests suicide suicides suing suit suitability suitable suitably suitcase suite suited suites suitor sul sulangaling sulfa sulfate sulfation sulfites sulieman sulphate sulphur sultan sultans sum sumatera sumatran summaries summarise summarised summarises summarising summarizes summary summer summersville summit sumner sump sumptuously sums sun sunday sundays sundramaithry sunfish sunflower sunflowers sung sunglasses sunk sunlight sunni sunny sunrise sunroofs sunsari sunscreen sunset sunshine sunspots sup super superannuation superb superblack supercapacitors supercell supercenter superciliosd superconducting superconductivity superfamily superficial superfluity superheat superintending superior supermarket supermassive supernatant supernova supernumerary supersedure superstar supervise supervises supervising supervision superwall supper supplement supplementary supplemented supplements supplied supplier suppliers supplies supply supplying support supportable supported supporters supporting supportive supports supposed suppressing suppsoed supremacy supreme sur surajkund sure surely surf surface surfaced surfaces surfactants surfboard surfeit surfer surfers surfside surge surgeon surgeons surgery surges surgical surgically surmounted surplus surpluses surprise surprised surprising surprisingly surreal surrebuttals surrendered surrey surround surrounded surrounding surroundings surrounds surveillance survey surveyed surveying surveyor surveyors surveys survival survive survived survives surviving survivor survivors susanoo susceptibility susceptible susie suspect suspected suspects suspended suspense suspension suspicion suspicious sussex sustain sustainability sustainable sustained sustains sute suture sutured sutures suv suvs suzanne suzy swab swabs swaco swahili swainson swallow swallowing swallows swamp swampland swamps swampy swan swans swap swarm swarming swat swath swaying swearining sweat sweater sweaters sweaty swedish sweep sweeper sweeping sweeps sweet sweetcorn sweetened sweetheart sweetish sweetness sweets swell swelling swept swift swiftly swiftness swim swimming swine swing swinging swings swiped swirl swirling swirls swish swiss swissair switch switchboard switched switches switching switzerland swiveled swivels swollen swoon swooping sword swords swordsmen swore swung swype sycophantic syllables sylvester symbiotic symbol symbolic symbolised symbolism symbolized symbols syme symform symmetric sympathetic symphony symposia symposium symptoms synaesthesia synagogue synapse synaptic sync synchronize synchronizes synchronous syndicate syndrome synergies syntax synthesis synthesist synthesized synthesizes synthesizing synthetic syphilis syr syracuse syria syringe syrup syscalls system systematic systematically systemic systemically systems systolic syt t t0 t2 t9 ta tab tabbara tabernacle table tableau tabled tables tablet tablets taboo tabs tabulate tacit tacitus tackle tackled tackles tackling tacoma tact tactic tad tafawa tag tagged tags tail tailed tailgut tailor tailpiece tails taiwan takara take taken takeoff takeoffs takeover takeovers takes taking takoradi talbot tale talent talented talents tales taliban talk talked talking talks tall taller tallest tallied talon talons tama tamil tamkin tan tanay tangere tangled tangling tank tankard tanker tanks tanning tantalum tao tap tape taped taper tapered tapers tapes tapestries tapies taping tapir tapped tapping tar tarantula tardiness target targeted targeting targets tariffs tarnishing tarpaulin tarps tart taser tasheki task tasked tasks tasmania tassels taste tasted tastes tastier tasting tasty tasurinchi tatters tattoo tau taught taunted taurus tavern taverns tavi tawny tax taxation taxed taxes taxi taxied taxies taximeter taxing taxis taxpayer taxpayers taylor taylors tbs tcp tcu te tea teach teacher teachers teaches teaching teachings teak teal tealight team teammates teams tear tearooms tears teas teasing teaspoon teat teats teboil tech techcrunch technical technically technician technicians technique techniques technitians technocrats technological technologies technology tectonic tectum ted teddy tedious tee teen teenage teenager teenagers teens teesside teeth teetotallers teflon tegmental tegmentum tehran tel tele telecommunication telecommunications telecommunicator telegram telegraph telematics telemedicine telencephalon teleology teleost telephone teleport telepresence telescope telescopic television televisions teleworker tell telling tells telluride telmarines temp tempeh temperature temperatures tempest template templates temple temples temporal temporary temporomandibular temptations tempted ten tenacity tenant tenants tend tended tendency tender tenderness tending tendinitis tendon tendons tends tendu tenement tenenbaums tenerife tenet tenkiller tennis tenochtitlan tense tensile tension tensions tent tenth tentorium tents tenuous tenure tepees terje term termed terminal terminals termination termini termites terms terrace terraced terraces terracotta terrain terram terrane terrestrial terrible terribly terrific terrified terrifying territorial territories territory terror terrorism terrorist terrorists terrors terry terse tessellate test tested testified testify testimony testing testosterone tests tetete texas text textbooks textile textiles textmate texts textual textural texture textured textures tezpur tgmc th thai thailand thame than thanh thank thankfully thanks thanksgiving thap that thatch thaw the the71 theater theaters theatre thebes thecaranguesplaying their theirs them theme themed themes themselve themselves then theocritus theodicy theological theology theoretical theoretically theorien theories theorist theorizes theory thera therapeutic therapies therapist therapy there thereagainst thereby therefore therein thereof theres thermal thermally thermocerin thermocouple thermometer thermoreceptors thermos thermosphere thermostat thermostats thermosyphon thermotoga thesaurus these thesis theta they thick thicken thickened thickener thickening thicker thicket thickness thief thier thieves thieving thigh thimble thimerosal thin thing things think thinkcascade thinkers thinking thinks thinnest third thirds thirst thirteen thirteenth thirties thirty this thistledown thomas thompson thong thord thorn thornhill thornicroft thorns thornton thorny thorough thoroughly thorstein those thou though thought thoughtless thoughts thousand thousands thracian thread threads threat threaten threatened threatening threatens threathening threats three threefold threnodic threw thrift thrilled thriller thrive thriving throat thrombopoietin thrombotic throneroom throng throngs throttle through throughout throughput throughrich throw throwing thrown throws thru thrush thrushes thrust thugs thumb thumbnails thump thunder thunderhead thunderstorms thursday thus thusly thwacking thwart thwong thylacine thymosin thymus tiaras tibet tibia tick ticker ticket tickets ticking ticks tidal tidbits tide tides tiding tidy tie tied tier tiergartenstrasse ties tiffany tiger tigers tight tighten tightened tightens tighter tightly tigray tile tiles till tiller tilting tim timaru timber timbers timbre timbuktu time timelock timeouts timer timers times timestamp timey timing timor timoshenko tin tina tinctorium tincture tinea tingling tinnitus tint tiny tip tipped tips tipsy tirailleurs tire tired tires tispy tissue tissues titan titanium title titled titles tittering titular titulary titus tl tlalnepantla tm tn to toads toast toaster toasties tobacco tobia toda today todd toddler toddlers todo toe toes toffee tofu together toggle toilet toiletries toils tokamak tokay tokotoko tokunaga tokuz tokyo tola told tolerates toleration toll tom toma tomato tomatoes tomb tombs tommy tomorrow tomorrows ton tone toners tones tong tongs tongsville tongue tonight tonk tonneau tonnes tons tonsillitis tonsurans tony too took tookits tool toolbar toolkit toolkits tools tooth toothache toothbrush toothfish toothpaste toothpick toothsome top topic topical topics topographic topographical topped topping tops topstitching toput torch tore tori tories torment torn tornado tornadoes toroidal torque torrent torrential torrid torsion torso tortillas tortoise tortoises torture toshiba tossed tossing tot total totalitarian totalizing totally totam tote tothe toto tottenham touch touchdown touched touches touching tough toughest tour tourism tourist tourists tournament tourniquet tours tow toward towards towboats towel towels tower towered towers town towne townhouse towns township toxic toxicity toxin toxins toxocara toxoplasma toxoplasmosis toy toyota toys tpa tplf trace traced tracer traces track tracker tracking tracks tract tractor tracts trad trade trademark traders trades tradesman trading tradition traditional traditionalists traditionally traditions traffic traffickers tragedies tragedy tragic tragicomedy trail trailer trailers trailing trails train trained trainer training trains traits trakl tram tramp tramping trampling trampoline trance tranquil tranquility trans transact transaction transactions transcends transcontinental transcribed transcript transcription transfected transfer transferred transferring transfers transform transformation transformations transformed transformer transformers transgressions transient transistor transit transition transits translate translated translates translation translations translator translators translucent transmission transmit transmits transmitted transmitter transmitters transmutation transnational transparency transparent transparently transpired transplant transplantation transplanted transport transportation transported transporting transversed transversely trap trapdoors trapeze trapped trappings trash trashed trashing trashy trattoria trauma traumatic travel traveled traveler traveling traveller travellers travels traverse traversed traverses trawl tray trays treadmill treason treastie treasure treasures treasury treat treated treater treaties treating treatise treatises treatment treatments treats treaty treble trebuchets tree treelet trees treetop tregaron trek trem trembling tremendous tremor tremors trench trenches trend trends trent trespass trespassing trial trials triangle tribal tribals tribble tribe tribes tribunal tributaries tributary tribute tributes trichophyton tricia trick tricked trickiest tricks tricky tricolor tried trier tries trigger triggered triggering triggers trillion trillions trilogy trim trimmed trimming trinity trio trip tripe tripes triple tripled triplet trips trishaw triterpenes tritium triumph triumphs troat trochanter troi trolling trondheim troop troops trophy tropic tropical trotted troubadour trouble troubled troubles troubling trough troughout troup troupe trousers trousseau trout trove trowbridge truck trucking trucks true truffles truly truman trumpet trumpets truncheon trunk trunks trust trustee trustees trusts trustworthy truth truths try trying trypanosoma tsa tsongkhapa tss tsunami tsunamis ttable tu tub tuba tube tubed tubers tubes tubi tubing tubs tuck tucked tuckered tuesday tugging tulane tulip tulsa tumble tumbled tumor tumorous tumors tumoursas tuna tunable tune tuned tuner tunes tung tungsten tunguska tunics tuning tunnel tunnels tupperware turbinates turbine turbines turbulence turf turin turk turkey turkeys turkic turkish turks turm turmoil turn turned turning turnings turnip turnpike turns turntable turquoise turrets turtle turtledoves turtles tut tutankhamun tutbury tutor tutorial tutoring tutors tuttle tuxedo tuxtlas tv tweeter tweeters twelve twentieth twenty twice twigs twilight twin twins twist twisted twisters twisting twitch twitter two tyers tying tylenol tymoshenko type typed types typewriter typhoon typical typically typing typist typography typothetac tyra tyrants tyro u ubc ubiquity udder uganda ugandan ugliness ugly uhlans uhmp ui uk ukps ukraine ul ulcer ulceration ulcers ulla ulna ulsan ultimate ultimately ultimatum ultra ultrasound ultrastructural ultraviolet ultravox ulysses umayyad umbilical umbrella umbrellas ump umpire umpiring umstead un unable unacceptable unaccustomed unashamedly unattended unauthorized unaware unbelievable unbelievably unbreakable unbroken unc uncertain uncertainty unchaired unchanged uncharted unclaimed unclamp uncle unclear uncles unclothed uncomfortable uncommon uncomplexed unconscious unconsciously unconsciousness uncontrollable uncooked uncovered uncut und under undercooked underdog undergo undergone undergraduate underground underlined underlings underlying undermine underneath undernourished underpad underperforming underrepresented underscores undersea underside understaffed understand understandable understanding understated understood undertake undertaken undertaker undertook underwater underwear underworld undisciplined undisclosed undo undoes undoing undulates undulation unearthed unease uneasy unemployed unemployment unencrypted unendurable unequivocal unexpected unexpectedly unexploded unfair unfamiliar unfccc unfiltered unfit unfolded unforeseen unforgettable unfortunate unfortunately unfriendly ungodly ungrateful ungreased unhappy unheated unhewn unidentified unificationists unified uniform uniformed uniforms uninhabited unintended union unionism unions unique uniquely unit united units unity universal universe universes universities university unjustified unjustly unkempt unkindness unknowingly unknown unleashed unleashes unleashing unless unlike unlikely unload unloads unlock unlocked unmanned unmarked unmindful unnamed unnecessary unnoticed unobtrusive unofficial unofficially unopened unpacked unpasteurised unpityingly unpleasant unplucked unpolished unpopular unprecedented unpredictable unpunctuated unreached unread unreasonable unrecognized unregenerated unregistered unregulated unrelated unrelenting unrepaired unresolved unrest unruly unsafe unsatisfactory unsavory unsavoury unscrewing unseen unsentimental unskilled unsophisticated unsound unsparing unspeakable unspoiled unstabilized unstable unsteady unstructured unsubstantial unsuccessful unsuitable unsure unsuspected unsuspecting unswerving untamed untenable until untitled unto untouched unused unusual unusually unveiled unveiling unwanted unwieldy unwillingness unwinded unworkable unwrapped up upa upcoming updated updates updrafts upfitting upgraded upheavals upholsterer upholstery upland uplift upload upmarket upon upper uppers upright uprises uproar uproarious upset upsets upside upstairs upstarts upstream upthrown upturn upturned upward upwardly upwelling urachus ural urban urchin urea ureteropelvic urethra urethritis urge urged urgency urgent urinary urinates urine urodiles uruk us usa usability usaf usage usb usda use useage used useful useless user users uses usfsa usgs ush2a usher ushered using usman uspto ussr ustelecom ustulatus usual usually usui utah utata utc utensil utensils uterine uterus uti utica utilities utility utilization utilized utilizes utilizing uttar utter uttered utterly uv uvh uwi uws uygur v v8 va vacancies vacancy vaccination vaccine vaccines vaccum vacoom vacuum vadose vagabonds vagina vaginal vaguely vagus vaisali vakhtang val valdez valdivia vale valentine valhalla valid validate validation valley valleys vallue valor valproic valuable valuables value valued values valve valves valvole vampire vampires van vanadium vancomycin vancouver vanilla vanished vanishes vans vantage vanuatu vapor vaporized vaps variable variables variant variation variations varicose varied varies varieties variety various varmus varnish vary varying vasa vascular vase vaso vasoepididymostomy vast vastly vastus vat vate vatican vats vault vaulted vavuniya vaze vboost vcard ve veal veg vegas vegetable vegetables vegetarian vegetation veggies vehicle vehicles vehicular veil vein veins velcro velocity veloutes velvet vemork venator vendome vendor vendors veneta veneto venezuela venezuelan venezuelans vengeance venial venice venne venom venous vent venter ventilation ventilations venting ventral ventricle ventricular venture ventures venues venus verb verbal verbalizations verbally verbatim verde verdict verdun verge verging verification verified verify verifying veritable verizon verloo vermiculite vermilion vermin vermont vernazza versa versace versatile verse verses version versions vertebrates vertical vertically very vessel vessels vest vestigial vestments veteran veterans veterinarian veterinary veto veuve vi via vial vibe vibrant vibrated vibrating vibration vibrational vibrations vibrator vibronically vice vicinities vicious victim victimization victims victor victoria victorian victorious victory videha video videos videotape vienna vietnam vietnamese view viewable viewed viewer viewers viewing viewpoint views vigilance vigorous viii viking vikings vile villa village villagers villages villain villains villas vinaigrette vinay vindicator vindobona vine vinegar vineyard vineyards vinland vint vintage vintners vinton vinyl vioin viola violas violated violates violation violations violence violent violently violet violin violinist violins viols vioxx vip viper vipers viral virgenes virgin virginia virion virtual virtually virtue virtuoso virulently virus viruses visa visas viscera viscous visible visibly visigothic vision visit visited visiting visitor visitors visits vista visual visualisation visualization visualized visually vital vitamin vitamins vitebsk vitreous vitrified vivants viveca vivid vividly vivo vla vladimir vocabulary vocal vocalist vocally vocals vodafone vodka vogel vohra voi voice voiced voices void volatile volcano volery vollenhoven volleyball volt voltage voltmeters volts volume volumes voluminous voluntarily voluntary volunteer volunteering volunteers volution volvo vomit vomiting von vonn voodoo vorhoff vortex vortices vote voted voter voters votes voting vowed vowel vows voyager vp vrba vs vse vsg vsw vtd vulcano vulgaris vulnerable vultures vulval vulvodynia vuoto w w32 wad wadded waded wader wading wadsworth wafer wafers wage wages wagner wagon wagons wahdat wahid waiau waikato wailing waimea wainwright waist waistband waists wait waitahas waited waiter waiters waiting waitrose waits wakayama wake wakefield wakes wal waldorf wales walid walk walked walker walkers walkin walking walkout walks wall wallabies walled wallet wallets walls wallsend walmart walnut walnuts walt walter walters walthers walton wan wand wanda wander wanderers want wanted wanting wants war ward wardrobes wards ware wareham warehouse wares warfare warlocks warm warmed warmer warmers warming warmly warmouth warmth warn warned warning warns warren warrior warriors wars warsaw warship warships warthogs wartime warts warwick wary was wash washed washer washing washington wasps waste wasted wastes wastewater wasting wat watch watchdog watched watcher watchers watchful watching watchmaker water waterbirds watercourses watered waterfowl waterfront waterhole watering waterjet waterline watermarks watermelon waterproof waters watersheds watford watt watts wauwau wave waveform wavelength wavelengths waverider waverley waves waving wax waxed way wayne wayner ways waziristan wbai wc we weak weakened weakening weaker weakness weaknesses wealth wealthy weanling weapon weapons wear wearer wearing wears weary weasels weather weathering weathers weave weaver weaves weaving web weber weblogic webserver website websites websphere wedded wedding wedge wedges wednesday weeds week weekday weekend weekly weeks weel weeping wei weighed weighing weight weighted weights weighty weinstein weir weirdest weirdly weirs weixler weizens weizmann welch welcome welcomed welcoming weld welded welding welfare well weller welles wellfleet wellington wellman wellness wells welsh wen wended wendy went were wes wesson west westbound westcort western weston wet wetlands wetzler weyr whale whales whangaparaoa what whatever whats wheat wheel wheelan wheelbarrow wheelchair wheelchairs wheeled wheelers wheels wheeze wheezing whelpton when whenever where whereas whereby wherein wherever whether whetstones which whichever while whilst whine whiplash whirl whirling whirlwind whisk whiskers whiskey whiskies whisky whispered whistle whistled whistles whistling whitaker white whiteheads whiteman whiteness whittle whittling who whoever whole wholehearted wholesale wholesome whom whoop whooping whores whose why wi wick wicked wicker wicket wicks wide widely widened wider widespread widest widgets width wield wielded wielding wields wife wig wightman wigs wigwams wiki wikipedia wikiring wikis wikiwikiweb wild wilde wilderness wildfires wildfowls wildlife wilds wilkes will william williams williamson willing willingly willis willow wilm wilma wilmington wilson wiltshire win winchell wind winder winding windmill windmills window windows winds windscreen windshield windshields windsurfers windward windy wine winemaker wineries winery wines winfield wing winged wingless winglets wings winner winners winnie winning wins winslow winter wintry wiperless wipes wiping wire wired wireless wires wiring wisconsin wise wiseau wisecrack wiser wishes wishful wisp witch witchcraft witches witchhunts with withdraw withdrawal withdrawing withdrawn withdrew withholding within without withstand witness witnessed witty wives wizard wizards wo woken wolf wolfmann wolfpack wolverhampton wolves woman womanizing women womens won wonder wonderful wondering wondrich wondrous wood woodcocks woodcut wooded wooden woodland woodpeckers woodrow woods woodworkers woody woofer woofers wool woolen wootton woozy worcester word worded wording wordless wordplay wordpress words wordsmith wordsworth wore work workboots worked worker workers workflow workforce workgangs workhorse working workman workmanship workmen workout workpackage workplace works workshop workshops workstation workstations workwear world worlds worldview worldwide worm worms worn worried worries worry worse worsening worsens worshippers worst wort worth worthing worthington worthwhile worthy would wound wounded wounds woven woz wrack wrangle wranglers wrap wrapped wrapper wrappers wrapping wrappings wrath wrathful wreck wrecked wrecking wren wrench wrenches wrenching wrestlers wrestling wriggle wring wringing wrinkled wrinkles wrist wrists writ write writer writers writes writing writings written wrong wrongdoing wrongful wrongs wrote wrought ws wsadmin wtc wtmm wu wunch wuthering www wysong x xanax xi xiehouyu xinjiang xls xmas xml xvi y y2 yacht yachts yag yagasu yale yamit yanbian yang yank yankees yard yards yarn yasser yasuma year years yeast yelled yelling yellow yelloweye yellowish yemaek yemen yeni yerba yersinia yes yesinia yesterd yesterday yesterdays yet yew yielding yields yoga yogurt yoke yolk yon york yorkshire yoshida you young younger youngish youngster youngstown younis your yourself yourselfer youth youthful youths youtube yuan yucca yuletide yumuktepe yushchenko yy z zach zainab zaire zales zambia zan zane zanzibar zaparo zarah zarthushtis zealand zebras zemin zen zener zenith zephyr zero zeroed zest zhao zhivago ziggurat zigzag zillion zillionth zilupe zimbabwe zinc zip ziplock zipper zippers ziti zlots zombieland zone zones zoo zook zoom zoroastrian zuluhed zwickau ================================================ FILE: dataset/__init__.py ================================================ # -*- coding: utf-8 -*- from .semeval import SEMData ================================================ FILE: dataset/semeval.py ================================================ # -*- coding: utf-8 -*- from torch.utils.data import Dataset import os import numpy as np import string class SEMData(Dataset): def __init__(self, root_path, train=True): if train: path = os.path.join(root_path, 'train/npy/') print('loading train data') else: path = os.path.join(root_path, 'test/npy/') print('loading test data') self.word_feautre = np.load(path + 'word_feautre.npy') self.lexical_feature = np.load(path + 'lexical_feature.npy') self.right_pf = np.load(path + 'right_pf.npy') self.left_pf = np.load(path + 'left_pf.npy') self.labels = np.load(path + 'labels.npy') self.x = list(zip(self.lexical_feature, self.word_feautre, self.left_pf, self.right_pf, self.labels)) print('loading finish') def __getitem__(self, idx): assert idx < len(self.x) return self.x[idx] def __len__(self): return len(self.x) class SEMLoad(object): ''' load and preprocess data ''' def __init__(self, root_path, train=True, max_len=98, limit=50): self.stoplists = set(string.punctuation) self.max_len = max_len self.limit = limit self.root_path = root_path self.train = train if self.train: print('train data:') else: print('test data:') self.rel_path = os.path.join(root_path, 'relation2id.txt') self.w2v_path = os.path.join(root_path, 'vector_50.txt') self.train_path = os.path.join(root_path, 'train.txt') self.vocab_path = os.path.join(root_path, 'vocab.txt') self.test_path = os.path.join(root_path, 'test.txt') print('loading start....') self.rel2id, self.id2rel = self.load_rel() self.w2v, self.word2id, self.id2word = self.load_w2v() if train: self.lexical_feature, sen_feature, self.labels = self.parse_sen(self.train_path) else: self.lexical_feature, sen_feature, self.labels = self.parse_sen(self.test_path) self.word_feautre, self.left_pf, self.right_pf = sen_feature print('loading finish') def save(self): if self.train: prefix = 'train' else: prefix = 'test' np.save(os.path.join(self.root_path, prefix, 'npy/word_feautre.npy'), self.word_feautre) np.save(os.path.join(self.root_path, prefix, 'npy/left_pf.npy'), self.left_pf) np.save(os.path.join(self.root_path, prefix, 'npy/right_pf.npy'), self.right_pf) np.save(os.path.join(self.root_path, prefix, 'npy/lexical_feature.npy'), self.lexical_feature) np.save(os.path.join(self.root_path, prefix, 'npy/labels.npy'), self.labels) np.save(os.path.join(self.root_path, prefix, 'npy/w2v.npy'), self.w2v) print('save finish!') def load_rel(self): ''' load relations ''' rels = [i.strip('\n').split() for i in open(self.rel_path)] rel2id = {j: int(i) for i, j in rels} id2rel = {int(i): j for i, j in rels} return rel2id, id2rel def load_w2v(self): ''' reading from vec.bin add two extra tokens: : UNK for unkown tokens : BLANK for the max len sentence ''' wordlist = [] vecs = [] w2v = open(self.w2v_path) for line in w2v: line = line.strip('\n').split() word = line[0] vec = list(map(float, line[1:])) wordlist.append(word) vecs.append(np.array(vec)) # wordlist.append('UNK') # wordlist.append('BLANK') # vecs.append(np.random.normal(size=dim, loc=0, scale=0.05)) # vecs.append(np.random.normal(size=dim, loc=0, scale=0.05)) # vecs.append(np.zeros(dim)) # vecs.append(np.zeros(dim)) word2id = {j: i for i, j in enumerate(wordlist)} id2word = {i: j for i, j in enumerate(wordlist)} return np.array(vecs, dtype=np.float32), word2id, id2word def parse_sen(self, path): ''' parse the records in data ''' all_sens =[] all_labels =[] for line in open(path, 'r'): line = line.strip('\n').split(' ') sens = line[5:] rel = int(line[0]) ent1 = (int(line[1]), int(line[2])) ent2 = (int(line[3]), int(line[4])) all_labels.append(rel) sens = list(map(lambda x: self.word2id.get(x, self.word2id['']), sens)) all_sens.append((ent1, ent2, sens)) lexical_feature = self.get_lexical_feature(all_sens) sen_feature = self.get_sentence_feature(all_sens) return lexical_feature, sen_feature, all_labels def get_lexical_feature(self, sens): ''' : noun1 : noun2 : left and right tokens of noun1 : left and right tokens of noun2 : # WordNet hypernyms ''' lexical_feature = [] for idx, sen in enumerate(sens): pos_e1, pos_e2, sen = sen left_e1 = self.get_left_word(pos_e1, sen) left_e2 = self.get_left_word(pos_e2, sen) right_e1 = self.get_right_word(pos_e1, sen) right_e2 = self.get_right_word(pos_e2, sen) lexical_feature.append([sen[pos_e1[0]], left_e1, right_e1, sen[pos_e2[0]], left_e2, right_e2]) return lexical_feature def get_sentence_feature(self, sens): ''' : word embedding : postion embedding return: sen list pos_left pos_right ''' update_sens = [] for sen in sens: pos_e1, pos_e2, sen = sen pos_left = [] pos_right = [] ori_len = len(sen) for idx in range(ori_len): p1 = self.get_pos_feature(idx - pos_e1[0]) p2 = self.get_pos_feature(idx - pos_e2[0]) pos_left.append(p1) pos_right.append(p2) if ori_len > self.max_len: sen = sen[: self.max_len] pos_left = pos_left[: self.max_len] pos_right = pos_right[: self.max_len] elif ori_len < self.max_len: sen.extend([self.word2id['']] * (self.max_len - ori_len)) pos_left.extend([self.limit * 2 + 2] * (self.max_len - ori_len)) pos_right.extend([self.limit * 2 + 2] * (self.max_len - ori_len)) update_sens.append([sen, pos_left, pos_right]) return zip(*update_sens) def get_left_word(self, pos, sen): ''' get the left word id of the token of position ''' pos = pos[0] if pos > 0: return sen[pos - 1] else: # return sen[pos] return self.word2id[''] def get_right_word(self, pos, sen): ''' get the right word id of the token of position ''' pos = pos[1] if pos < len(sen) - 1: return sen[pos + 1] else: # return sen[pos] return self.word2id[''] def get_pos_feature(self, x): ''' clip the postion range: : -limit ~ limit => 0 ~ limit * 2+2 : -51 => 0 : -50 => 1 : 50 => 101 : >50: 102 ''' if x < -self.limit: return 0 if -self.limit <= x <= self.limit: return x + self.limit + 1 if x > self.limit: return self.limit * 2 + 1 if __name__ == "__main__": data = SEMLoad('./dataset/SemEval/', train=True) print(len(data.word2id)) data.save() data = SEMLoad('./dataset/SemEval/', train=False) data.save() ================================================ FILE: main_sem.py ================================================ # -*- coding: utf-8 -*- from config import opt import models import dataset import torch import torch.nn as nn import torch.nn.functional as F from torch.utils.data import DataLoader import torch.optim as optim from torch.autograd import Variable import time from sklearn.metrics import f1_score from sklearn.metrics import accuracy_score def now(): return str(time.strftime('%Y-%m-%d %H:%M%S')) def test(**kwargs): pass def train(**kwargs): opt.parse(kwargs) if opt.use_gpu: torch.cuda.set_device(opt.gpu_id) # loading data DataModel = getattr(dataset, 'SEMData') train_data = DataModel(opt.data_root, train=True) train_data_loader = DataLoader(train_data, opt.batch_size, shuffle=True, num_workers=opt.num_workers) test_data = DataModel(opt.data_root, train=False) test_data_loader = DataLoader(test_data, batch_size=opt.batch_size, shuffle=False, num_workers=opt.num_workers) print('train data: {}; test data: {}'.format(len(train_data), len(test_data))) # criterion and optimizer # lr = opt.lr model = getattr(models, 'PCNN')(opt) if opt.use_gpu: torch.cuda.set_device(opt.gpu_id) model.cuda() criterion = nn.CrossEntropyLoss() # optimizer = optim.Adam(model.out_linear.parameters(), lr=0.0001) optimizer = optim.Adam(model.parameters(), lr=0.001) # optimizer = optim.Adadelta(model.parameters(), rho=0.95, eps=1e-6) best_acc = 0.0 # train for epoch in range(opt.num_epochs): total_loss = 0.0 for ii, data in enumerate(train_data_loader): if opt.use_gpu: data = list(map(lambda x: Variable(x.cuda()), data)) else: data = list(map(Variable, data)) model.zero_grad() out = model(data[:-1]) loss = criterion(out, data[-1]) loss.backward() optimizer.step() total_loss += loss.data.item() train_avg_loss = total_loss / len(train_data_loader.dataset) acc, f1, eval_avg_loss, pred_y = eval(model, test_data_loader, opt.rel_num) if best_acc < acc: best_acc = acc write_result(model.model_name, pred_y) model.save(name="SEM_CNN") # toy_acc, toy_f1, toy_loss = eval(model, train_data_loader, opt.rel_num) print('Epoch {}/{}: train loss: {}; test accuracy: {}, test f1:{}, test loss {}'.format( epoch, opt.num_epochs, train_avg_loss, acc, f1, eval_avg_loss)) print("*" * 30) print("the best acc: {};".format(best_acc)) def eval(model, test_data_loader, k): model.eval() avg_loss = 0.0 pred_y = [] labels = [] for ii, data in enumerate(test_data_loader): if opt.use_gpu: data = list(map(lambda x: torch.LongTensor(x).cuda(), data)) else: data = list(map(lambda x: torch.LongTensor(x), data)) out = model(data[:-1]) loss = F.cross_entropy(out, data[-1]) pred_y.extend(torch.max(out, 1)[1].data.cpu().numpy().tolist()) labels.extend(data[-1].data.cpu().numpy().tolist()) avg_loss += loss.data.item() size = len(test_data_loader.dataset) assert len(pred_y) == size and len(labels) == size f1 = f1_score(labels, pred_y, average='micro') acc = accuracy_score(labels, pred_y) model.train() return acc, f1, avg_loss / size, pred_y def write_result(model_name, pred_y): out = open('./semeval/sem_{}_result.txt'.format(model_name), 'w') size = len(pred_y) start = 8001 end = start + size for i in range(start, end): out.write("{}\t{}\n".format(i, pred_y[i - start])) if __name__ == "__main__": import fire fire.Fire() ================================================ FILE: models/BasicModule.py ================================================ # -*- coding: utf-8 -*- import torch import time class BasicModule(torch.nn.Module): ''' 封装了nn.Module,主要是提供了save和load两个方法 ''' def __init__(self): super(BasicModule, self).__init__() self.model_name=str(type(self)) # model name def load(self, path): ''' 可加载指定路径的模型 ''' self.load_state_dict(torch.load(path)) def save(self, name=None): ''' 保存模型,默认使用“模型名字+时间”作为文件名 ''' prefix = 'checkpoints/' if name is None: name = prefix + self.model_name + '_' name = time.strftime(name + '%m%d_%H:%M:%S.pth') else: name = prefix + self.model_name + '_' + name + '.pth' torch.save(self.state_dict(), name) return name ================================================ FILE: models/PCNN.py ================================================ # -*- coding: utf-8 -*- from .BasicModule import BasicModule import numpy as np import torch import torch.nn as nn import torch.nn.functional as F class PCNN(BasicModule): ''' the basic model Zeng 2014 "Relation Classification via Convolutional Deep Neural Network" ''' def __init__(self, opt): super(PCNN, self).__init__() self.opt = opt self.model_name = 'PCNN' self.word_embs = nn.Embedding(self.opt.vocab_size, self.opt.word_dim) self.pos1_embs = nn.Embedding(self.opt.pos_size + 1, self.opt.pos_dim) self.pos2_embs = nn.Embedding(self.opt.pos_size + 1, self.opt.pos_dim) feature_dim = self.opt.word_dim + self.opt.pos_dim * 2 # encoding sentence level feature via cnn self.convs = nn.ModuleList([nn.Conv2d(1, self.opt.filters_num, (k, feature_dim), padding=(int(k / 2), 0)) for k in self.opt.filters]) all_filter_num = self.opt.filters_num * len(self.opt.filters) self.cnn_linear = nn.Linear(all_filter_num, self.opt.sen_feature_dim) # self.cnn_linear = nn.Linear(all_filter_num, self.opt.rel_num) # concat the lexical feature in the out architecture self.out_linear = nn.Linear(all_filter_num + self.opt.word_dim * 6, self.opt.rel_num) # self.out_linear = nn.Linear(self.opt.sen_feature_dim, self.opt.rel_num) self.dropout = nn.Dropout(self.opt.drop_out) self.init_word_emb() self.init_model_weight() def init_model_weight(self): ''' use xavier to init ''' nn.init.xavier_normal_(self.cnn_linear.weight) nn.init.constant_(self.cnn_linear.bias, 0.) nn.init.xavier_normal_(self.out_linear.weight) nn.init.constant_(self.out_linear.bias, 0.) for conv in self.convs: nn.init.xavier_normal_(conv.weight) nn.init.constant_(conv.bias, 0) def init_word_emb(self): w2v = torch.from_numpy(np.load(self.opt.w2v_path)) # w2v = torch.div(w2v, w2v.norm(2, 1).unsqueeze(1)) # w2v[w2v != w2v] = 0.0 if self.opt.use_gpu: self.word_embs.weight.data.copy_(w2v.cuda()) else: self.word_embs.weight.data.copy_(w2v) def forward(self, x): lexical_feature, word_feautre, left_pf, right_pf = x # No USE: lexical word embedding batch_size = lexical_feature.size(0) lexical_level_emb = self.word_embs(lexical_feature) # (batch_size, 6, word_dim lexical_level_emb = lexical_level_emb.view(batch_size, -1) # lexical_level_emb = lexical_level_emb.sum(1) # sentence level feature word_emb = self.word_embs(word_feautre) # (batch_size, max_len, word_dim) left_emb = self.pos1_embs(left_pf) # (batch_size, max_len, word_dim) right_emb = self.pos2_embs(right_pf) # (batch_size, max_len, word_dim) sentence_feature = torch.cat([word_emb, left_emb, right_emb], 2) # (batch_size, max_len, word_dim + pos_dim *2) # conv part x = sentence_feature.unsqueeze(1) x = self.dropout(x) x = [F.relu(conv(x)).squeeze(3) for conv in self.convs] x = [F.max_pool1d(i, i.size(2)).squeeze(2) for i in x] x = torch.cat(x, 1) # sen_level_emb = self.cnn_linear(x) # sen_level_emb = self.tanh(sen_level_emb) sen_level_emb = x # combine lexical and sentence level emb x = torch.cat([lexical_level_emb, sen_level_emb], 1) x = self.dropout(x) x = self.out_linear(x) return x ================================================ FILE: models/__init__.py ================================================ # -*- coding: utf-8 -*- from .PCNN import PCNN ================================================ FILE: semeval/.ipynb_checkpoints/res-checkpoint.txt ================================================ <<< (2*9+1)-WAY EVALUATION (USING DIRECTIONALITY)>>>: Confusion matrix: C-E1 C-E2 C-W1 C-W2 C-C1 C-C2 E-D1 E-D2 E-O1 E-O2 I-A1 I-A2 M-C1 M-C2 M-T1 M-T2 P-P1 P-P2 _O_ <-- classified as +-----------------------------------------------------------------------------------------------+ -SUM- skip ACTUAL C-E1 | 122 2 0 1 0 0 0 0 0 0 0 0 0 0 2 0 0 2 5 | 134 0 134 C-E2 | 2 169 0 0 0 0 0 0 10 0 0 2 0 0 0 0 4 0 7 | 194 0 194 C-W1 | 0 0 124 4 3 1 1 0 0 0 3 0 1 6 3 1 0 2 13 | 162 0 162 C-W2 | 0 0 1 95 0 1 3 0 1 0 0 10 1 7 3 0 1 11 16 | 150 0 150 C-C1 | 0 0 0 0 132 1 7 0 0 0 0 0 0 0 0 0 0 0 13 | 153 0 153 C-C2 | 0 0 0 2 1 26 0 0 0 2 0 1 0 1 0 0 0 2 4 | 39 0 39 E-D1 | 0 0 2 0 9 0 253 0 0 0 0 0 0 0 0 0 1 1 25 | 291 0 291 E-D2 | 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 | 1 0 1 E-O1 | 0 2 2 0 2 0 3 0 176 0 0 1 0 0 1 1 3 1 19 | 211 0 211 E-O2 | 2 0 0 0 0 0 1 0 0 33 0 1 0 0 0 0 0 2 8 | 47 0 47 I-A1 | 0 0 0 0 0 0 0 0 0 0 12 2 0 0 0 0 4 0 4 | 22 0 22 I-A2 | 0 1 0 6 0 1 3 0 2 1 0 89 0 0 1 0 1 10 19 | 134 0 134 M-C1 | 0 0 0 0 0 0 1 0 2 0 0 0 20 1 0 1 1 0 6 | 32 0 32 M-C2 | 0 0 2 0 0 0 0 0 0 0 0 2 0 179 1 0 0 0 17 | 201 0 201 M-T1 | 0 0 1 1 0 0 1 0 1 1 0 3 0 1 161 0 1 4 35 | 210 0 210 M-T2 | 0 0 1 0 1 0 0 0 1 0 0 1 0 0 5 36 0 1 5 | 51 0 51 P-P1 | 0 2 0 1 0 0 1 0 5 1 2 0 0 1 1 0 79 1 14 | 108 0 108 P-P2 | 0 1 1 1 0 0 1 0 1 0 0 10 0 1 4 0 1 90 12 | 123 0 123 _O_ | 9 9 16 16 21 3 37 0 28 2 5 30 7 36 23 8 14 18 172 | 454 0 454 +-----------------------------------------------------------------------------------------------+ -SUM- 135 186 150 127 169 33 313 0 227 40 22 152 29 233 205 47 110 145 394 2717 0 2717 Coverage = 2717/2717 = 100.00% Accuracy (calculated for the above confusion matrix) = 1968/2717 = 72.43% Accuracy (considering all skipped examples as Wrong) = 1968/2717 = 72.43% Accuracy (considering all skipped examples as Other) = 1968/2717 = 72.43% Results for the individual relations: Cause-Effect(e1,e2) : P = 122/ 135 = 90.37% R = 122/ 134 = 91.04% F1 = 90.71% Cause-Effect(e2,e1) : P = 169/ 186 = 90.86% R = 169/ 194 = 87.11% F1 = 88.95% Component-Whole(e1,e2) : P = 124/ 150 = 82.67% R = 124/ 162 = 76.54% F1 = 79.49% Component-Whole(e2,e1) : P = 95/ 127 = 74.80% R = 95/ 150 = 63.33% F1 = 68.59% Content-Container(e1,e2) : P = 132/ 169 = 78.11% R = 132/ 153 = 86.27% F1 = 81.99% Content-Container(e2,e1) : P = 26/ 33 = 78.79% R = 26/ 39 = 66.67% F1 = 72.22% Entity-Destination(e1,e2) : P = 253/ 313 = 80.83% R = 253/ 291 = 86.94% F1 = 83.77% Entity-Destination(e2,e1) : P = 0/ 0 = 0.00% R = 0/ 1 = 0.00% F1 = 0.00% Entity-Origin(e1,e2) : P = 176/ 227 = 77.53% R = 176/ 211 = 83.41% F1 = 80.37% Entity-Origin(e2,e1) : P = 33/ 40 = 82.50% R = 33/ 47 = 70.21% F1 = 75.86% Instrument-Agency(e1,e2) : P = 12/ 22 = 54.55% R = 12/ 22 = 54.55% F1 = 54.55% Instrument-Agency(e2,e1) : P = 89/ 152 = 58.55% R = 89/ 134 = 66.42% F1 = 62.24% Member-Collection(e1,e2) : P = 20/ 29 = 68.97% R = 20/ 32 = 62.50% F1 = 65.57% Member-Collection(e2,e1) : P = 179/ 233 = 76.82% R = 179/ 201 = 89.05% F1 = 82.49% Message-Topic(e1,e2) : P = 161/ 205 = 78.54% R = 161/ 210 = 76.67% F1 = 77.59% Message-Topic(e2,e1) : P = 36/ 47 = 76.60% R = 36/ 51 = 70.59% F1 = 73.47% Product-Producer(e1,e2) : P = 79/ 110 = 71.82% R = 79/ 108 = 73.15% F1 = 72.48% Product-Producer(e2,e1) : P = 90/ 145 = 62.07% R = 90/ 123 = 73.17% F1 = 67.16% _Other : P = 172/ 394 = 43.65% R = 172/ 454 = 37.89% F1 = 40.57% Micro-averaged result (excluding Other): P = 1796/2323 = 77.31% R = 1796/2263 = 79.36% F1 = 78.33% MACRO-averaged result (excluding Other): P = 71.35% R = 70.98% F1 = 70.97% <<< (9+1)-WAY EVALUATION IGNORING DIRECTIONALITY >>>: Confusion matrix: C-E C-W C-C E-D E-O I-A M-C M-T P-P _O_ <-- classified as +--------------------------------------------------+ -SUM- skip ACTUAL C-E | 295 1 0 0 10 2 0 2 6 12 | 328 0 328 C-W | 0 224 5 4 1 13 15 7 14 29 | 312 0 312 C-C | 0 2 160 7 2 1 1 0 2 17 | 192 0 192 E-D | 0 2 9 254 0 0 0 0 2 25 | 292 0 292 E-O | 4 2 2 4 209 2 0 2 6 27 | 258 0 258 I-A | 1 6 1 3 3 103 0 1 15 23 | 156 0 156 M-C | 0 2 0 1 2 2 200 2 1 23 | 233 0 233 M-T | 0 3 1 1 3 4 1 202 6 40 | 261 0 261 P-P | 3 3 0 2 7 12 2 5 171 26 | 231 0 231 _O_ | 18 32 24 37 30 35 43 31 32 172 | 454 0 454 +--------------------------------------------------+ -SUM- 321 277 202 313 267 174 262 252 255 394 2717 0 2717 Coverage = 2717/2717 = 100.00% Accuracy (calculated for the above confusion matrix) = 1990/2717 = 73.24% Accuracy (considering all skipped examples as Wrong) = 1990/2717 = 73.24% Accuracy (considering all skipped examples as Other) = 1990/2717 = 73.24% Results for the individual relations: Cause-Effect : P = 295/ 321 = 91.90% R = 295/ 328 = 89.94% F1 = 90.91% Component-Whole : P = 224/ 277 = 80.87% R = 224/ 312 = 71.79% F1 = 76.06% Content-Container : P = 160/ 202 = 79.21% R = 160/ 192 = 83.33% F1 = 81.22% Entity-Destination : P = 254/ 313 = 81.15% R = 254/ 292 = 86.99% F1 = 83.97% Entity-Origin : P = 209/ 267 = 78.28% R = 209/ 258 = 81.01% F1 = 79.62% Instrument-Agency : P = 103/ 174 = 59.20% R = 103/ 156 = 66.03% F1 = 62.42% Member-Collection : P = 200/ 262 = 76.34% R = 200/ 233 = 85.84% F1 = 80.81% Message-Topic : P = 202/ 252 = 80.16% R = 202/ 261 = 77.39% F1 = 78.75% Product-Producer : P = 171/ 255 = 67.06% R = 171/ 231 = 74.03% F1 = 70.37% _Other : P = 172/ 394 = 43.65% R = 172/ 454 = 37.89% F1 = 40.57% Micro-averaged result (excluding Other): P = 1818/2323 = 78.26% R = 1818/2263 = 80.34% F1 = 79.28% MACRO-averaged result (excluding Other): P = 77.13% R = 79.59% F1 = 78.24% <<< (9+1)-WAY EVALUATION TAKING DIRECTIONALITY INTO ACCOUNT -- OFFICIAL >>>: Confusion matrix: C-E C-W C-C E-D E-O I-A M-C M-T P-P _O_ <-- classified as +--------------------------------------------------+ -SUM- xDIRx skip ACTUAL C-E | 291 1 0 0 10 2 0 2 6 12 | 324 4 0 328 C-W | 0 219 5 4 1 13 15 7 14 29 | 307 5 0 312 C-C | 0 2 158 7 2 1 1 0 2 17 | 190 2 0 192 E-D | 0 2 9 253 0 0 0 0 2 25 | 291 1 0 292 E-O | 4 2 2 4 209 2 0 2 6 27 | 258 0 0 258 I-A | 1 6 1 3 3 101 0 1 15 23 | 154 2 0 156 M-C | 0 2 0 1 2 2 199 2 1 23 | 232 1 0 233 M-T | 0 3 1 1 3 4 1 197 6 40 | 256 5 0 261 P-P | 3 3 0 2 7 12 2 5 169 26 | 229 2 0 231 _O_ | 18 32 24 37 30 35 43 31 32 172 | 454 0 0 454 +--------------------------------------------------+ -SUM- 317 272 200 312 267 172 261 247 253 394 2695 22 0 2717 Coverage = 2717/2717 = 100.00% Accuracy (calculated for the above confusion matrix) = 1968/2717 = 72.43% Accuracy (considering all skipped examples as Wrong) = 1968/2717 = 72.43% Accuracy (considering all skipped examples as Other) = 1968/2717 = 72.43% Results for the individual relations: Cause-Effect : P = 291/( 317 + 4) = 90.65% R = 291/ 328 = 88.72% F1 = 89.68% Component-Whole : P = 219/( 272 + 5) = 79.06% R = 219/ 312 = 70.19% F1 = 74.36% Content-Container : P = 158/( 200 + 2) = 78.22% R = 158/ 192 = 82.29% F1 = 80.20% Entity-Destination : P = 253/( 312 + 1) = 80.83% R = 253/ 292 = 86.64% F1 = 83.64% Entity-Origin : P = 209/( 267 + 0) = 78.28% R = 209/ 258 = 81.01% F1 = 79.62% Instrument-Agency : P = 101/( 172 + 2) = 58.05% R = 101/ 156 = 64.74% F1 = 61.21% Member-Collection : P = 199/( 261 + 1) = 75.95% R = 199/ 233 = 85.41% F1 = 80.40% Message-Topic : P = 197/( 247 + 5) = 78.17% R = 197/ 261 = 75.48% F1 = 76.80% Product-Producer : P = 169/( 253 + 2) = 66.27% R = 169/ 231 = 73.16% F1 = 69.55% _Other : P = 172/( 394 + 0) = 43.65% R = 172/ 454 = 37.89% F1 = 40.57% Micro-averaged result (excluding Other): P = 1796/2323 = 77.31% R = 1796/2263 = 79.36% F1 = 78.33% MACRO-averaged result (excluding Other): P = 76.17% R = 78.63% F1 = 77.27% <<< The official score is (9+1)-way evaluation with directionality taken into account: macro-averaged F1 = 77.27% >>> ================================================ FILE: semeval/convert_to_rel.py ================================================ # -*- coding: utf-8 -*- id2rel = {} rel = open('../dataset/SemEval/relation2id.txt') for line in rel: line = line.strip('\n').split() id2rel[line[0]] = line[1] rel.close() res = open('./sem_PCNN_result.txt') out = open('sem_res.txt', 'w') for line in res: line = line.strip('\n').split('\t') out.write(line[0] + '\t' + id2rel[line[1]] + '\n') out.close() ================================================ FILE: semeval/sem_res.txt ================================================ 8001 Message-Topic(e1,e2) 8002 Product-Producer(e2,e1) 8003 Instrument-Agency(e2,e1) 8004 Entity-Destination(e1,e2) 8005 Cause-Effect(e2,e1) 8006 Component-Whole(e1,e2) 8007 Product-Producer(e1,e2) 8008 Member-Collection(e2,e1) 8009 Other 8010 Message-Topic(e1,e2) 8011 Entity-Destination(e1,e2) 8012 Product-Producer(e1,e2) 8013 Entity-Destination(e1,e2) 8014 Product-Producer(e1,e2) 8015 Entity-Origin(e1,e2) 8016 Entity-Origin(e1,e2) 8017 Entity-Origin(e1,e2) 8018 Other 8019 Member-Collection(e2,e1) 8020 Product-Producer(e1,e2) 8021 Message-Topic(e1,e2) 8022 Content-Container(e1,e2) 8023 Product-Producer(e1,e2) 8024 Member-Collection(e1,e2) 8025 Entity-Origin(e2,e1) 8026 Product-Producer(e1,e2) 8027 Other 8028 Message-Topic(e1,e2) 8029 Message-Topic(e2,e1) 8030 Entity-Origin(e1,e2) 8031 Cause-Effect(e1,e2) 8032 Message-Topic(e1,e2) 8033 Component-Whole(e1,e2) 8034 Cause-Effect(e2,e1) 8035 Component-Whole(e1,e2) 8036 Component-Whole(e2,e1) 8037 Member-Collection(e2,e1) 8038 Content-Container(e2,e1) 8039 Member-Collection(e2,e1) 8040 Cause-Effect(e2,e1) 8041 Other 8042 Component-Whole(e2,e1) 8043 Other 8044 Entity-Destination(e1,e2) 8045 Entity-Origin(e1,e2) 8046 Content-Container(e1,e2) 8047 Content-Container(e1,e2) 8048 Entity-Destination(e1,e2) 8049 Message-Topic(e1,e2) 8050 Other 8051 Entity-Destination(e1,e2) 8052 Component-Whole(e2,e1) 8053 Member-Collection(e2,e1) 8054 Member-Collection(e2,e1) 8055 Cause-Effect(e1,e2) 8056 Entity-Origin(e1,e2) 8057 Entity-Destination(e1,e2) 8058 Cause-Effect(e1,e2) 8059 Other 8060 Component-Whole(e2,e1) 8061 Entity-Origin(e2,e1) 8062 Product-Producer(e1,e2) 8063 Instrument-Agency(e2,e1) 8064 Component-Whole(e1,e2) 8065 Entity-Destination(e1,e2) 8066 Product-Producer(e2,e1) 8067 Other 8068 Other 8069 Message-Topic(e1,e2) 8070 Instrument-Agency(e1,e2) 8071 Other 8072 Entity-Origin(e1,e2) 8073 Cause-Effect(e2,e1) 8074 Entity-Origin(e1,e2) 8075 Other 8076 Entity-Origin(e1,e2) 8077 Other 8078 Instrument-Agency(e2,e1) 8079 Entity-Destination(e1,e2) 8080 Product-Producer(e2,e1) 8081 Component-Whole(e1,e2) 8082 Component-Whole(e1,e2) 8083 Cause-Effect(e1,e2) 8084 Component-Whole(e1,e2) 8085 Message-Topic(e1,e2) 8086 Instrument-Agency(e2,e1) 8087 Message-Topic(e1,e2) 8088 Product-Producer(e2,e1) 8089 Entity-Origin(e2,e1) 8090 Message-Topic(e1,e2) 8091 Other 8092 Product-Producer(e2,e1) 8093 Content-Container(e1,e2) 8094 Content-Container(e1,e2) 8095 Other 8096 Entity-Destination(e1,e2) 8097 Message-Topic(e1,e2) 8098 Component-Whole(e1,e2) 8099 Entity-Destination(e1,e2) 8100 Message-Topic(e1,e2) 8101 Message-Topic(e1,e2) 8102 Component-Whole(e2,e1) 8103 Entity-Origin(e1,e2) 8104 Message-Topic(e1,e2) 8105 Cause-Effect(e2,e1) 8106 Message-Topic(e1,e2) 8107 Cause-Effect(e2,e1) 8108 Cause-Effect(e1,e2) 8109 Component-Whole(e2,e1) 8110 Other 8111 Message-Topic(e1,e2) 8112 Content-Container(e1,e2) 8113 Other 8114 Component-Whole(e2,e1) 8115 Other 8116 Cause-Effect(e2,e1) 8117 Product-Producer(e1,e2) 8118 Other 8119 Member-Collection(e2,e1) 8120 Component-Whole(e2,e1) 8121 Entity-Destination(e1,e2) 8122 Product-Producer(e2,e1) 8123 Entity-Origin(e1,e2) 8124 Other 8125 Message-Topic(e1,e2) 8126 Entity-Origin(e2,e1) 8127 Other 8128 Cause-Effect(e1,e2) 8129 Component-Whole(e2,e1) 8130 Content-Container(e1,e2) 8131 Instrument-Agency(e1,e2) 8132 Message-Topic(e1,e2) 8133 Component-Whole(e1,e2) 8134 Product-Producer(e2,e1) 8135 Content-Container(e1,e2) 8136 Instrument-Agency(e2,e1) 8137 Component-Whole(e1,e2) 8138 Member-Collection(e2,e1) 8139 Entity-Origin(e1,e2) 8140 Member-Collection(e2,e1) 8141 Instrument-Agency(e2,e1) 8142 Entity-Origin(e1,e2) 8143 Other 8144 Entity-Origin(e1,e2) 8145 Member-Collection(e2,e1) 8146 Instrument-Agency(e2,e1) 8147 Content-Container(e1,e2) 8148 Other 8149 Instrument-Agency(e2,e1) 8150 Product-Producer(e2,e1) 8151 Product-Producer(e1,e2) 8152 Member-Collection(e2,e1) 8153 Member-Collection(e2,e1) 8154 Message-Topic(e1,e2) 8155 Message-Topic(e1,e2) 8156 Product-Producer(e2,e1) 8157 Component-Whole(e1,e2) 8158 Other 8159 Cause-Effect(e1,e2) 8160 Message-Topic(e2,e1) 8161 Message-Topic(e1,e2) 8162 Entity-Origin(e1,e2) 8163 Entity-Origin(e1,e2) 8164 Product-Producer(e2,e1) 8165 Entity-Destination(e1,e2) 8166 Content-Container(e1,e2) 8167 Member-Collection(e2,e1) 8168 Member-Collection(e2,e1) 8169 Entity-Origin(e1,e2) 8170 Instrument-Agency(e2,e1) 8171 Entity-Destination(e1,e2) 8172 Member-Collection(e1,e2) 8173 Other 8174 Component-Whole(e2,e1) 8175 Cause-Effect(e2,e1) 8176 Other 8177 Entity-Destination(e1,e2) 8178 Entity-Origin(e1,e2) 8179 Component-Whole(e1,e2) 8180 Message-Topic(e1,e2) 8181 Entity-Destination(e1,e2) 8182 Content-Container(e1,e2) 8183 Instrument-Agency(e2,e1) 8184 Product-Producer(e2,e1) 8185 Content-Container(e1,e2) 8186 Member-Collection(e2,e1) 8187 Entity-Destination(e1,e2) 8188 Other 8189 Message-Topic(e2,e1) 8190 Component-Whole(e2,e1) 8191 Cause-Effect(e1,e2) 8192 Other 8193 Product-Producer(e2,e1) 8194 Message-Topic(e1,e2) 8195 Message-Topic(e2,e1) 8196 Other 8197 Entity-Origin(e2,e1) 8198 Entity-Destination(e1,e2) 8199 Entity-Destination(e1,e2) 8200 Entity-Origin(e1,e2) 8201 Component-Whole(e1,e2) 8202 Content-Container(e1,e2) 8203 Member-Collection(e1,e2) 8204 Product-Producer(e1,e2) 8205 Entity-Destination(e1,e2) 8206 Component-Whole(e1,e2) 8207 Component-Whole(e2,e1) 8208 Content-Container(e2,e1) 8209 Member-Collection(e2,e1) 8210 Member-Collection(e2,e1) 8211 Component-Whole(e1,e2) 8212 Entity-Origin(e1,e2) 8213 Entity-Destination(e1,e2) 8214 Instrument-Agency(e2,e1) 8215 Entity-Origin(e2,e1) 8216 Content-Container(e2,e1) 8217 Content-Container(e1,e2) 8218 Member-Collection(e2,e1) 8219 Cause-Effect(e2,e1) 8220 Message-Topic(e1,e2) 8221 Content-Container(e1,e2) 8222 Other 8223 Message-Topic(e1,e2) 8224 Message-Topic(e2,e1) 8225 Component-Whole(e1,e2) 8226 Other 8227 Content-Container(e1,e2) 8228 Member-Collection(e2,e1) 8229 Product-Producer(e1,e2) 8230 Cause-Effect(e2,e1) 8231 Entity-Origin(e1,e2) 8232 Member-Collection(e2,e1) 8233 Message-Topic(e1,e2) 8234 Cause-Effect(e2,e1) 8235 Content-Container(e2,e1) 8236 Other 8237 Other 8238 Component-Whole(e1,e2) 8239 Cause-Effect(e1,e2) 8240 Cause-Effect(e2,e1) 8241 Product-Producer(e1,e2) 8242 Content-Container(e1,e2) 8243 Component-Whole(e1,e2) 8244 Component-Whole(e2,e1) 8245 Product-Producer(e1,e2) 8246 Product-Producer(e2,e1) 8247 Entity-Destination(e1,e2) 8248 Component-Whole(e1,e2) 8249 Entity-Origin(e1,e2) 8250 Entity-Destination(e1,e2) 8251 Component-Whole(e1,e2) 8252 Entity-Origin(e1,e2) 8253 Cause-Effect(e1,e2) 8254 Component-Whole(e1,e2) 8255 Cause-Effect(e1,e2) 8256 Message-Topic(e1,e2) 8257 Cause-Effect(e2,e1) 8258 Product-Producer(e1,e2) 8259 Instrument-Agency(e2,e1) 8260 Instrument-Agency(e2,e1) 8261 Message-Topic(e1,e2) 8262 Entity-Destination(e1,e2) 8263 Entity-Origin(e2,e1) 8264 Message-Topic(e2,e1) 8265 Cause-Effect(e2,e1) 8266 Entity-Destination(e1,e2) 8267 Message-Topic(e1,e2) 8268 Component-Whole(e2,e1) 8269 Other 8270 Entity-Destination(e1,e2) 8271 Other 8272 Other 8273 Message-Topic(e2,e1) 8274 Member-Collection(e2,e1) 8275 Product-Producer(e1,e2) 8276 Entity-Destination(e1,e2) 8277 Message-Topic(e1,e2) 8278 Instrument-Agency(e2,e1) 8279 Other 8280 Product-Producer(e1,e2) 8281 Component-Whole(e1,e2) 8282 Entity-Destination(e1,e2) 8283 Message-Topic(e2,e1) 8284 Other 8285 Message-Topic(e1,e2) 8286 Content-Container(e1,e2) 8287 Member-Collection(e2,e1) 8288 Cause-Effect(e2,e1) 8289 Other 8290 Message-Topic(e1,e2) 8291 Component-Whole(e1,e2) 8292 Message-Topic(e1,e2) 8293 Component-Whole(e1,e2) 8294 Component-Whole(e1,e2) 8295 Entity-Origin(e1,e2) 8296 Entity-Origin(e1,e2) 8297 Entity-Destination(e1,e2) 8298 Entity-Destination(e1,e2) 8299 Other 8300 Other 8301 Other 8302 Other 8303 Component-Whole(e2,e1) 8304 Other 8305 Entity-Destination(e1,e2) 8306 Message-Topic(e1,e2) 8307 Product-Producer(e1,e2) 8308 Product-Producer(e1,e2) 8309 Message-Topic(e1,e2) 8310 Product-Producer(e2,e1) 8311 Other 8312 Cause-Effect(e2,e1) 8313 Message-Topic(e1,e2) 8314 Product-Producer(e1,e2) 8315 Message-Topic(e2,e1) 8316 Other 8317 Content-Container(e1,e2) 8318 Content-Container(e1,e2) 8319 Entity-Destination(e1,e2) 8320 Instrument-Agency(e2,e1) 8321 Entity-Destination(e1,e2) 8322 Member-Collection(e2,e1) 8323 Member-Collection(e1,e2) 8324 Entity-Destination(e1,e2) 8325 Component-Whole(e2,e1) 8326 Other 8327 Message-Topic(e2,e1) 8328 Message-Topic(e1,e2) 8329 Message-Topic(e1,e2) 8330 Product-Producer(e1,e2) 8331 Member-Collection(e2,e1) 8332 Message-Topic(e1,e2) 8333 Other 8334 Cause-Effect(e2,e1) 8335 Member-Collection(e2,e1) 8336 Cause-Effect(e1,e2) 8337 Entity-Destination(e1,e2) 8338 Other 8339 Entity-Origin(e1,e2) 8340 Content-Container(e1,e2) 8341 Message-Topic(e1,e2) 8342 Content-Container(e1,e2) 8343 Instrument-Agency(e2,e1) 8344 Entity-Destination(e1,e2) 8345 Content-Container(e1,e2) 8346 Content-Container(e2,e1) 8347 Component-Whole(e2,e1) 8348 Other 8349 Member-Collection(e2,e1) 8350 Component-Whole(e1,e2) 8351 Content-Container(e1,e2) 8352 Member-Collection(e2,e1) 8353 Message-Topic(e1,e2) 8354 Message-Topic(e2,e1) 8355 Content-Container(e1,e2) 8356 Component-Whole(e2,e1) 8357 Cause-Effect(e1,e2) 8358 Instrument-Agency(e2,e1) 8359 Member-Collection(e2,e1) 8360 Component-Whole(e2,e1) 8361 Cause-Effect(e2,e1) 8362 Entity-Origin(e2,e1) 8363 Entity-Origin(e1,e2) 8364 Instrument-Agency(e2,e1) 8365 Message-Topic(e1,e2) 8366 Component-Whole(e2,e1) 8367 Entity-Destination(e1,e2) 8368 Entity-Destination(e1,e2) 8369 Message-Topic(e2,e1) 8370 Instrument-Agency(e2,e1) 8371 Component-Whole(e1,e2) 8372 Component-Whole(e1,e2) 8373 Cause-Effect(e2,e1) 8374 Product-Producer(e2,e1) 8375 Entity-Destination(e1,e2) 8376 Entity-Destination(e1,e2) 8377 Cause-Effect(e1,e2) 8378 Product-Producer(e2,e1) 8379 Message-Topic(e2,e1) 8380 Other 8381 Product-Producer(e1,e2) 8382 Cause-Effect(e2,e1) 8383 Entity-Destination(e1,e2) 8384 Other 8385 Entity-Origin(e1,e2) 8386 Component-Whole(e2,e1) 8387 Product-Producer(e2,e1) 8388 Component-Whole(e1,e2) 8389 Message-Topic(e1,e2) 8390 Component-Whole(e2,e1) 8391 Cause-Effect(e2,e1) 8392 Entity-Origin(e1,e2) 8393 Entity-Origin(e1,e2) 8394 Entity-Origin(e1,e2) 8395 Component-Whole(e1,e2) 8396 Message-Topic(e1,e2) 8397 Other 8398 Entity-Destination(e1,e2) 8399 Other 8400 Cause-Effect(e2,e1) 8401 Entity-Destination(e1,e2) 8402 Cause-Effect(e2,e1) 8403 Cause-Effect(e2,e1) 8404 Cause-Effect(e2,e1) 8405 Cause-Effect(e2,e1) 8406 Component-Whole(e1,e2) 8407 Member-Collection(e2,e1) 8408 Entity-Origin(e2,e1) 8409 Cause-Effect(e2,e1) 8410 Entity-Destination(e1,e2) 8411 Other 8412 Content-Container(e2,e1) 8413 Other 8414 Entity-Destination(e1,e2) 8415 Member-Collection(e2,e1) 8416 Component-Whole(e2,e1) 8417 Cause-Effect(e1,e2) 8418 Content-Container(e1,e2) 8419 Content-Container(e2,e1) 8420 Message-Topic(e1,e2) 8421 Component-Whole(e1,e2) 8422 Component-Whole(e1,e2) 8423 Entity-Destination(e1,e2) 8424 Instrument-Agency(e2,e1) 8425 Component-Whole(e2,e1) 8426 Product-Producer(e1,e2) 8427 Component-Whole(e1,e2) 8428 Product-Producer(e1,e2) 8429 Component-Whole(e1,e2) 8430 Entity-Origin(e1,e2) 8431 Component-Whole(e2,e1) 8432 Entity-Origin(e1,e2) 8433 Member-Collection(e2,e1) 8434 Member-Collection(e2,e1) 8435 Other 8436 Component-Whole(e2,e1) 8437 Entity-Origin(e1,e2) 8438 Component-Whole(e2,e1) 8439 Cause-Effect(e2,e1) 8440 Message-Topic(e1,e2) 8441 Product-Producer(e2,e1) 8442 Component-Whole(e1,e2) 8443 Component-Whole(e1,e2) 8444 Component-Whole(e2,e1) 8445 Content-Container(e1,e2) 8446 Component-Whole(e1,e2) 8447 Message-Topic(e2,e1) 8448 Other 8449 Entity-Origin(e1,e2) 8450 Other 8451 Product-Producer(e1,e2) 8452 Member-Collection(e2,e1) 8453 Other 8454 Other 8455 Cause-Effect(e2,e1) 8456 Content-Container(e1,e2) 8457 Entity-Destination(e1,e2) 8458 Product-Producer(e1,e2) 8459 Instrument-Agency(e2,e1) 8460 Entity-Destination(e1,e2) 8461 Product-Producer(e2,e1) 8462 Instrument-Agency(e2,e1) 8463 Entity-Destination(e1,e2) 8464 Content-Container(e1,e2) 8465 Content-Container(e1,e2) 8466 Product-Producer(e1,e2) 8467 Entity-Destination(e1,e2) 8468 Entity-Destination(e1,e2) 8469 Other 8470 Component-Whole(e1,e2) 8471 Cause-Effect(e1,e2) 8472 Component-Whole(e1,e2) 8473 Cause-Effect(e2,e1) 8474 Content-Container(e1,e2) 8475 Entity-Origin(e1,e2) 8476 Cause-Effect(e1,e2) 8477 Component-Whole(e2,e1) 8478 Entity-Origin(e1,e2) 8479 Message-Topic(e1,e2) 8480 Message-Topic(e1,e2) 8481 Entity-Destination(e1,e2) 8482 Member-Collection(e2,e1) 8483 Product-Producer(e1,e2) 8484 Other 8485 Product-Producer(e1,e2) 8486 Cause-Effect(e1,e2) 8487 Instrument-Agency(e1,e2) 8488 Product-Producer(e1,e2) 8489 Cause-Effect(e2,e1) 8490 Content-Container(e1,e2) 8491 Other 8492 Member-Collection(e2,e1) 8493 Cause-Effect(e2,e1) 8494 Cause-Effect(e2,e1) 8495 Message-Topic(e2,e1) 8496 Entity-Destination(e1,e2) 8497 Entity-Destination(e1,e2) 8498 Cause-Effect(e2,e1) 8499 Component-Whole(e1,e2) 8500 Cause-Effect(e1,e2) 8501 Message-Topic(e2,e1) 8502 Content-Container(e1,e2) 8503 Cause-Effect(e2,e1) 8504 Entity-Origin(e1,e2) 8505 Content-Container(e1,e2) 8506 Entity-Destination(e1,e2) 8507 Member-Collection(e2,e1) 8508 Other 8509 Cause-Effect(e2,e1) 8510 Other 8511 Instrument-Agency(e2,e1) 8512 Cause-Effect(e1,e2) 8513 Message-Topic(e2,e1) 8514 Message-Topic(e1,e2) 8515 Other 8516 Message-Topic(e1,e2) 8517 Entity-Origin(e1,e2) 8518 Cause-Effect(e1,e2) 8519 Product-Producer(e2,e1) 8520 Cause-Effect(e2,e1) 8521 Cause-Effect(e2,e1) 8522 Member-Collection(e1,e2) 8523 Cause-Effect(e2,e1) 8524 Instrument-Agency(e2,e1) 8525 Other 8526 Entity-Destination(e1,e2) 8527 Component-Whole(e1,e2) 8528 Content-Container(e1,e2) 8529 Entity-Destination(e1,e2) 8530 Product-Producer(e2,e1) 8531 Component-Whole(e2,e1) 8532 Message-Topic(e2,e1) 8533 Product-Producer(e1,e2) 8534 Cause-Effect(e2,e1) 8535 Entity-Origin(e1,e2) 8536 Cause-Effect(e1,e2) 8537 Member-Collection(e2,e1) 8538 Member-Collection(e2,e1) 8539 Member-Collection(e2,e1) 8540 Cause-Effect(e2,e1) 8541 Product-Producer(e1,e2) 8542 Cause-Effect(e1,e2) 8543 Entity-Origin(e1,e2) 8544 Message-Topic(e1,e2) 8545 Instrument-Agency(e2,e1) 8546 Entity-Origin(e1,e2) 8547 Instrument-Agency(e2,e1) 8548 Member-Collection(e2,e1) 8549 Component-Whole(e1,e2) 8550 Component-Whole(e2,e1) 8551 Message-Topic(e2,e1) 8552 Entity-Destination(e1,e2) 8553 Message-Topic(e1,e2) 8554 Content-Container(e1,e2) 8555 Entity-Origin(e2,e1) 8556 Cause-Effect(e1,e2) 8557 Entity-Origin(e1,e2) 8558 Entity-Destination(e1,e2) 8559 Product-Producer(e2,e1) 8560 Entity-Origin(e1,e2) 8561 Component-Whole(e2,e1) 8562 Entity-Origin(e1,e2) 8563 Message-Topic(e1,e2) 8564 Message-Topic(e1,e2) 8565 Other 8566 Entity-Destination(e1,e2) 8567 Instrument-Agency(e2,e1) 8568 Entity-Destination(e1,e2) 8569 Cause-Effect(e2,e1) 8570 Member-Collection(e2,e1) 8571 Other 8572 Member-Collection(e2,e1) 8573 Message-Topic(e1,e2) 8574 Component-Whole(e1,e2) 8575 Entity-Destination(e1,e2) 8576 Content-Container(e1,e2) 8577 Member-Collection(e2,e1) 8578 Member-Collection(e2,e1) 8579 Message-Topic(e1,e2) 8580 Message-Topic(e1,e2) 8581 Other 8582 Other 8583 Member-Collection(e2,e1) 8584 Component-Whole(e2,e1) 8585 Message-Topic(e2,e1) 8586 Component-Whole(e2,e1) 8587 Entity-Origin(e1,e2) 8588 Message-Topic(e1,e2) 8589 Message-Topic(e1,e2) 8590 Member-Collection(e2,e1) 8591 Cause-Effect(e2,e1) 8592 Other 8593 Product-Producer(e1,e2) 8594 Entity-Origin(e1,e2) 8595 Product-Producer(e1,e2) 8596 Cause-Effect(e1,e2) 8597 Message-Topic(e1,e2) 8598 Entity-Destination(e1,e2) 8599 Component-Whole(e2,e1) 8600 Member-Collection(e2,e1) 8601 Product-Producer(e1,e2) 8602 Cause-Effect(e2,e1) 8603 Cause-Effect(e2,e1) 8604 Message-Topic(e1,e2) 8605 Component-Whole(e1,e2) 8606 Message-Topic(e1,e2) 8607 Other 8608 Cause-Effect(e2,e1) 8609 Component-Whole(e2,e1) 8610 Entity-Origin(e1,e2) 8611 Message-Topic(e1,e2) 8612 Entity-Origin(e1,e2) 8613 Content-Container(e2,e1) 8614 Message-Topic(e1,e2) 8615 Other 8616 Component-Whole(e1,e2) 8617 Other 8618 Entity-Destination(e1,e2) 8619 Entity-Destination(e1,e2) 8620 Entity-Origin(e1,e2) 8621 Cause-Effect(e2,e1) 8622 Component-Whole(e1,e2) 8623 Cause-Effect(e1,e2) 8624 Component-Whole(e1,e2) 8625 Component-Whole(e1,e2) 8626 Entity-Origin(e1,e2) 8627 Member-Collection(e2,e1) 8628 Message-Topic(e1,e2) 8629 Other 8630 Entity-Destination(e1,e2) 8631 Entity-Destination(e1,e2) 8632 Component-Whole(e2,e1) 8633 Cause-Effect(e1,e2) 8634 Message-Topic(e2,e1) 8635 Entity-Origin(e1,e2) 8636 Content-Container(e2,e1) 8637 Component-Whole(e2,e1) 8638 Content-Container(e2,e1) 8639 Entity-Destination(e1,e2) 8640 Entity-Origin(e1,e2) 8641 Cause-Effect(e2,e1) 8642 Product-Producer(e2,e1) 8643 Entity-Destination(e1,e2) 8644 Other 8645 Entity-Destination(e1,e2) 8646 Component-Whole(e2,e1) 8647 Other 8648 Cause-Effect(e2,e1) 8649 Member-Collection(e1,e2) 8650 Message-Topic(e1,e2) 8651 Message-Topic(e1,e2) 8652 Other 8653 Cause-Effect(e2,e1) 8654 Content-Container(e1,e2) 8655 Cause-Effect(e1,e2) 8656 Member-Collection(e2,e1) 8657 Other 8658 Other 8659 Cause-Effect(e1,e2) 8660 Message-Topic(e1,e2) 8661 Product-Producer(e1,e2) 8662 Other 8663 Entity-Destination(e1,e2) 8664 Product-Producer(e1,e2) 8665 Component-Whole(e2,e1) 8666 Component-Whole(e2,e1) 8667 Component-Whole(e1,e2) 8668 Other 8669 Member-Collection(e2,e1) 8670 Entity-Destination(e1,e2) 8671 Content-Container(e1,e2) 8672 Message-Topic(e1,e2) 8673 Product-Producer(e2,e1) 8674 Component-Whole(e1,e2) 8675 Component-Whole(e1,e2) 8676 Message-Topic(e1,e2) 8677 Component-Whole(e2,e1) 8678 Component-Whole(e2,e1) 8679 Component-Whole(e2,e1) 8680 Entity-Destination(e1,e2) 8681 Cause-Effect(e2,e1) 8682 Message-Topic(e1,e2) 8683 Member-Collection(e2,e1) 8684 Instrument-Agency(e2,e1) 8685 Other 8686 Other 8687 Entity-Origin(e1,e2) 8688 Entity-Origin(e1,e2) 8689 Content-Container(e1,e2) 8690 Cause-Effect(e2,e1) 8691 Other 8692 Component-Whole(e1,e2) 8693 Content-Container(e1,e2) 8694 Message-Topic(e1,e2) 8695 Content-Container(e1,e2) 8696 Member-Collection(e1,e2) 8697 Instrument-Agency(e2,e1) 8698 Entity-Destination(e1,e2) 8699 Entity-Origin(e1,e2) 8700 Product-Producer(e2,e1) 8701 Member-Collection(e2,e1) 8702 Component-Whole(e1,e2) 8703 Component-Whole(e2,e1) 8704 Content-Container(e2,e1) 8705 Cause-Effect(e1,e2) 8706 Other 8707 Content-Container(e2,e1) 8708 Cause-Effect(e2,e1) 8709 Entity-Origin(e1,e2) 8710 Other 8711 Message-Topic(e1,e2) 8712 Other 8713 Other 8714 Member-Collection(e2,e1) 8715 Content-Container(e1,e2) 8716 Message-Topic(e1,e2) 8717 Product-Producer(e2,e1) 8718 Entity-Destination(e1,e2) 8719 Content-Container(e1,e2) 8720 Cause-Effect(e2,e1) 8721 Instrument-Agency(e2,e1) 8722 Product-Producer(e2,e1) 8723 Product-Producer(e2,e1) 8724 Component-Whole(e2,e1) 8725 Message-Topic(e1,e2) 8726 Content-Container(e1,e2) 8727 Instrument-Agency(e2,e1) 8728 Content-Container(e1,e2) 8729 Member-Collection(e2,e1) 8730 Entity-Destination(e1,e2) 8731 Cause-Effect(e2,e1) 8732 Instrument-Agency(e2,e1) 8733 Entity-Origin(e1,e2) 8734 Entity-Origin(e1,e2) 8735 Component-Whole(e1,e2) 8736 Cause-Effect(e1,e2) 8737 Product-Producer(e2,e1) 8738 Content-Container(e1,e2) 8739 Cause-Effect(e2,e1) 8740 Cause-Effect(e1,e2) 8741 Member-Collection(e2,e1) 8742 Entity-Destination(e1,e2) 8743 Entity-Destination(e1,e2) 8744 Product-Producer(e2,e1) 8745 Cause-Effect(e2,e1) 8746 Component-Whole(e1,e2) 8747 Entity-Origin(e1,e2) 8748 Cause-Effect(e1,e2) 8749 Entity-Origin(e1,e2) 8750 Entity-Destination(e1,e2) 8751 Member-Collection(e2,e1) 8752 Cause-Effect(e1,e2) 8753 Component-Whole(e1,e2) 8754 Cause-Effect(e2,e1) 8755 Entity-Destination(e1,e2) 8756 Product-Producer(e1,e2) 8757 Entity-Destination(e1,e2) 8758 Entity-Destination(e1,e2) 8759 Other 8760 Entity-Destination(e1,e2) 8761 Entity-Origin(e1,e2) 8762 Entity-Origin(e1,e2) 8763 Content-Container(e1,e2) 8764 Cause-Effect(e1,e2) 8765 Product-Producer(e1,e2) 8766 Cause-Effect(e2,e1) 8767 Message-Topic(e2,e1) 8768 Product-Producer(e1,e2) 8769 Product-Producer(e1,e2) 8770 Content-Container(e1,e2) 8771 Content-Container(e1,e2) 8772 Entity-Destination(e1,e2) 8773 Member-Collection(e2,e1) 8774 Cause-Effect(e2,e1) 8775 Cause-Effect(e2,e1) 8776 Instrument-Agency(e2,e1) 8777 Content-Container(e1,e2) 8778 Component-Whole(e2,e1) 8779 Other 8780 Content-Container(e1,e2) 8781 Cause-Effect(e1,e2) 8782 Instrument-Agency(e2,e1) 8783 Product-Producer(e2,e1) 8784 Entity-Origin(e1,e2) 8785 Other 8786 Other 8787 Entity-Origin(e2,e1) 8788 Message-Topic(e1,e2) 8789 Message-Topic(e1,e2) 8790 Instrument-Agency(e2,e1) 8791 Entity-Destination(e1,e2) 8792 Entity-Destination(e1,e2) 8793 Component-Whole(e1,e2) 8794 Content-Container(e1,e2) 8795 Member-Collection(e2,e1) 8796 Member-Collection(e2,e1) 8797 Product-Producer(e1,e2) 8798 Member-Collection(e2,e1) 8799 Entity-Origin(e1,e2) 8800 Entity-Destination(e1,e2) 8801 Instrument-Agency(e1,e2) 8802 Component-Whole(e2,e1) 8803 Member-Collection(e2,e1) 8804 Instrument-Agency(e2,e1) 8805 Entity-Destination(e1,e2) 8806 Content-Container(e1,e2) 8807 Component-Whole(e1,e2) 8808 Component-Whole(e1,e2) 8809 Component-Whole(e1,e2) 8810 Entity-Origin(e2,e1) 8811 Instrument-Agency(e1,e2) 8812 Cause-Effect(e2,e1) 8813 Component-Whole(e2,e1) 8814 Product-Producer(e2,e1) 8815 Entity-Destination(e1,e2) 8816 Content-Container(e1,e2) 8817 Member-Collection(e2,e1) 8818 Component-Whole(e2,e1) 8819 Component-Whole(e1,e2) 8820 Component-Whole(e1,e2) 8821 Product-Producer(e2,e1) 8822 Member-Collection(e2,e1) 8823 Other 8824 Other 8825 Entity-Destination(e1,e2) 8826 Message-Topic(e1,e2) 8827 Entity-Destination(e1,e2) 8828 Component-Whole(e1,e2) 8829 Cause-Effect(e1,e2) 8830 Message-Topic(e1,e2) 8831 Component-Whole(e1,e2) 8832 Entity-Origin(e1,e2) 8833 Content-Container(e1,e2) 8834 Entity-Origin(e1,e2) 8835 Instrument-Agency(e2,e1) 8836 Entity-Origin(e1,e2) 8837 Component-Whole(e2,e1) 8838 Instrument-Agency(e2,e1) 8839 Member-Collection(e2,e1) 8840 Product-Producer(e2,e1) 8841 Cause-Effect(e1,e2) 8842 Other 8843 Content-Container(e1,e2) 8844 Message-Topic(e1,e2) 8845 Message-Topic(e1,e2) 8846 Entity-Destination(e1,e2) 8847 Content-Container(e2,e1) 8848 Message-Topic(e1,e2) 8849 Entity-Destination(e1,e2) 8850 Other 8851 Other 8852 Component-Whole(e1,e2) 8853 Entity-Origin(e1,e2) 8854 Member-Collection(e2,e1) 8855 Cause-Effect(e2,e1) 8856 Content-Container(e1,e2) 8857 Cause-Effect(e2,e1) 8858 Cause-Effect(e1,e2) 8859 Cause-Effect(e2,e1) 8860 Other 8861 Message-Topic(e1,e2) 8862 Entity-Destination(e1,e2) 8863 Cause-Effect(e1,e2) 8864 Component-Whole(e2,e1) 8865 Component-Whole(e1,e2) 8866 Member-Collection(e1,e2) 8867 Entity-Destination(e1,e2) 8868 Component-Whole(e2,e1) 8869 Product-Producer(e1,e2) 8870 Entity-Destination(e1,e2) 8871 Member-Collection(e2,e1) 8872 Product-Producer(e1,e2) 8873 Component-Whole(e1,e2) 8874 Entity-Destination(e1,e2) 8875 Cause-Effect(e2,e1) 8876 Member-Collection(e2,e1) 8877 Entity-Origin(e1,e2) 8878 Entity-Origin(e1,e2) 8879 Cause-Effect(e2,e1) 8880 Other 8881 Content-Container(e1,e2) 8882 Entity-Origin(e2,e1) 8883 Other 8884 Component-Whole(e1,e2) 8885 Cause-Effect(e2,e1) 8886 Entity-Origin(e1,e2) 8887 Message-Topic(e2,e1) 8888 Other 8889 Cause-Effect(e1,e2) 8890 Entity-Origin(e1,e2) 8891 Content-Container(e1,e2) 8892 Product-Producer(e1,e2) 8893 Component-Whole(e2,e1) 8894 Entity-Origin(e1,e2) 8895 Product-Producer(e1,e2) 8896 Component-Whole(e2,e1) 8897 Member-Collection(e2,e1) 8898 Entity-Destination(e1,e2) 8899 Entity-Origin(e2,e1) 8900 Message-Topic(e1,e2) 8901 Message-Topic(e1,e2) 8902 Member-Collection(e2,e1) 8903 Entity-Destination(e1,e2) 8904 Instrument-Agency(e2,e1) 8905 Instrument-Agency(e2,e1) 8906 Member-Collection(e2,e1) 8907 Entity-Origin(e2,e1) 8908 Message-Topic(e1,e2) 8909 Message-Topic(e1,e2) 8910 Message-Topic(e2,e1) 8911 Member-Collection(e1,e2) 8912 Cause-Effect(e1,e2) 8913 Content-Container(e1,e2) 8914 Other 8915 Component-Whole(e2,e1) 8916 Product-Producer(e2,e1) 8917 Other 8918 Entity-Destination(e1,e2) 8919 Message-Topic(e2,e1) 8920 Product-Producer(e1,e2) 8921 Entity-Origin(e2,e1) 8922 Product-Producer(e1,e2) 8923 Component-Whole(e1,e2) 8924 Product-Producer(e1,e2) 8925 Member-Collection(e1,e2) 8926 Component-Whole(e1,e2) 8927 Other 8928 Component-Whole(e2,e1) 8929 Component-Whole(e2,e1) 8930 Entity-Destination(e1,e2) 8931 Message-Topic(e2,e1) 8932 Component-Whole(e1,e2) 8933 Content-Container(e1,e2) 8934 Member-Collection(e2,e1) 8935 Component-Whole(e1,e2) 8936 Component-Whole(e2,e1) 8937 Cause-Effect(e2,e1) 8938 Content-Container(e1,e2) 8939 Entity-Destination(e1,e2) 8940 Cause-Effect(e2,e1) 8941 Component-Whole(e2,e1) 8942 Other 8943 Entity-Origin(e1,e2) 8944 Member-Collection(e2,e1) 8945 Member-Collection(e2,e1) 8946 Entity-Destination(e1,e2) 8947 Product-Producer(e1,e2) 8948 Message-Topic(e1,e2) 8949 Cause-Effect(e1,e2) 8950 Content-Container(e1,e2) 8951 Component-Whole(e2,e1) 8952 Member-Collection(e2,e1) 8953 Cause-Effect(e2,e1) 8954 Other 8955 Product-Producer(e1,e2) 8956 Instrument-Agency(e2,e1) 8957 Member-Collection(e2,e1) 8958 Entity-Origin(e1,e2) 8959 Component-Whole(e1,e2) 8960 Entity-Destination(e1,e2) 8961 Other 8962 Component-Whole(e1,e2) 8963 Content-Container(e1,e2) 8964 Other 8965 Member-Collection(e2,e1) 8966 Member-Collection(e2,e1) 8967 Other 8968 Content-Container(e1,e2) 8969 Product-Producer(e1,e2) 8970 Instrument-Agency(e2,e1) 8971 Other 8972 Cause-Effect(e2,e1) 8973 Entity-Destination(e1,e2) 8974 Cause-Effect(e2,e1) 8975 Message-Topic(e2,e1) 8976 Product-Producer(e1,e2) 8977 Product-Producer(e2,e1) 8978 Entity-Destination(e1,e2) 8979 Message-Topic(e1,e2) 8980 Message-Topic(e2,e1) 8981 Instrument-Agency(e2,e1) 8982 Other 8983 Entity-Destination(e1,e2) 8984 Member-Collection(e1,e2) 8985 Message-Topic(e1,e2) 8986 Member-Collection(e2,e1) 8987 Entity-Origin(e1,e2) 8988 Product-Producer(e1,e2) 8989 Cause-Effect(e2,e1) 8990 Entity-Destination(e1,e2) 8991 Other 8992 Cause-Effect(e2,e1) 8993 Message-Topic(e1,e2) 8994 Other 8995 Other 8996 Content-Container(e2,e1) 8997 Instrument-Agency(e2,e1) 8998 Member-Collection(e2,e1) 8999 Message-Topic(e1,e2) 9000 Content-Container(e1,e2) 9001 Entity-Destination(e1,e2) 9002 Product-Producer(e2,e1) 9003 Component-Whole(e1,e2) 9004 Content-Container(e1,e2) 9005 Cause-Effect(e2,e1) 9006 Component-Whole(e1,e2) 9007 Content-Container(e1,e2) 9008 Member-Collection(e2,e1) 9009 Other 9010 Content-Container(e1,e2) 9011 Other 9012 Cause-Effect(e1,e2) 9013 Component-Whole(e1,e2) 9014 Cause-Effect(e2,e1) 9015 Cause-Effect(e2,e1) 9016 Entity-Destination(e1,e2) 9017 Entity-Origin(e1,e2) 9018 Cause-Effect(e1,e2) 9019 Message-Topic(e1,e2) 9020 Product-Producer(e2,e1) 9021 Member-Collection(e1,e2) 9022 Component-Whole(e1,e2) 9023 Content-Container(e1,e2) 9024 Content-Container(e1,e2) 9025 Entity-Origin(e1,e2) 9026 Entity-Origin(e1,e2) 9027 Entity-Origin(e1,e2) 9028 Message-Topic(e1,e2) 9029 Component-Whole(e2,e1) 9030 Message-Topic(e2,e1) 9031 Product-Producer(e2,e1) 9032 Other 9033 Product-Producer(e2,e1) 9034 Cause-Effect(e1,e2) 9035 Content-Container(e1,e2) 9036 Component-Whole(e1,e2) 9037 Entity-Destination(e1,e2) 9038 Entity-Destination(e1,e2) 9039 Entity-Destination(e1,e2) 9040 Instrument-Agency(e2,e1) 9041 Entity-Origin(e1,e2) 9042 Component-Whole(e2,e1) 9043 Content-Container(e1,e2) 9044 Content-Container(e2,e1) 9045 Content-Container(e2,e1) 9046 Product-Producer(e2,e1) 9047 Product-Producer(e1,e2) 9048 Entity-Destination(e1,e2) 9049 Product-Producer(e1,e2) 9050 Message-Topic(e1,e2) 9051 Entity-Origin(e2,e1) 9052 Product-Producer(e2,e1) 9053 Entity-Destination(e1,e2) 9054 Other 9055 Cause-Effect(e2,e1) 9056 Other 9057 Cause-Effect(e2,e1) 9058 Product-Producer(e2,e1) 9059 Message-Topic(e1,e2) 9060 Entity-Destination(e1,e2) 9061 Entity-Destination(e1,e2) 9062 Cause-Effect(e1,e2) 9063 Message-Topic(e2,e1) 9064 Member-Collection(e2,e1) 9065 Entity-Origin(e1,e2) 9066 Member-Collection(e2,e1) 9067 Entity-Origin(e1,e2) 9068 Cause-Effect(e1,e2) 9069 Other 9070 Component-Whole(e1,e2) 9071 Product-Producer(e2,e1) 9072 Other 9073 Cause-Effect(e2,e1) 9074 Message-Topic(e1,e2) 9075 Member-Collection(e2,e1) 9076 Entity-Destination(e1,e2) 9077 Instrument-Agency(e2,e1) 9078 Entity-Destination(e1,e2) 9079 Member-Collection(e2,e1) 9080 Member-Collection(e2,e1) 9081 Cause-Effect(e1,e2) 9082 Content-Container(e1,e2) 9083 Cause-Effect(e2,e1) 9084 Member-Collection(e2,e1) 9085 Product-Producer(e1,e2) 9086 Content-Container(e2,e1) 9087 Cause-Effect(e1,e2) 9088 Member-Collection(e2,e1) 9089 Other 9090 Component-Whole(e1,e2) 9091 Entity-Destination(e1,e2) 9092 Entity-Origin(e1,e2) 9093 Other 9094 Message-Topic(e1,e2) 9095 Other 9096 Instrument-Agency(e2,e1) 9097 Instrument-Agency(e2,e1) 9098 Content-Container(e1,e2) 9099 Instrument-Agency(e2,e1) 9100 Component-Whole(e1,e2) 9101 Member-Collection(e1,e2) 9102 Member-Collection(e2,e1) 9103 Content-Container(e1,e2) 9104 Member-Collection(e2,e1) 9105 Other 9106 Entity-Destination(e1,e2) 9107 Entity-Destination(e1,e2) 9108 Message-Topic(e1,e2) 9109 Message-Topic(e1,e2) 9110 Cause-Effect(e1,e2) 9111 Cause-Effect(e2,e1) 9112 Content-Container(e2,e1) 9113 Component-Whole(e1,e2) 9114 Product-Producer(e2,e1) 9115 Entity-Origin(e1,e2) 9116 Instrument-Agency(e2,e1) 9117 Entity-Destination(e1,e2) 9118 Entity-Destination(e1,e2) 9119 Cause-Effect(e1,e2) 9120 Product-Producer(e1,e2) 9121 Product-Producer(e1,e2) 9122 Entity-Destination(e1,e2) 9123 Product-Producer(e1,e2) 9124 Instrument-Agency(e2,e1) 9125 Entity-Origin(e1,e2) 9126 Member-Collection(e2,e1) 9127 Entity-Origin(e1,e2) 9128 Cause-Effect(e1,e2) 9129 Content-Container(e1,e2) 9130 Component-Whole(e1,e2) 9131 Cause-Effect(e1,e2) 9132 Instrument-Agency(e2,e1) 9133 Instrument-Agency(e2,e1) 9134 Component-Whole(e1,e2) 9135 Instrument-Agency(e2,e1) 9136 Cause-Effect(e2,e1) 9137 Component-Whole(e2,e1) 9138 Component-Whole(e2,e1) 9139 Cause-Effect(e2,e1) 9140 Content-Container(e1,e2) 9141 Message-Topic(e1,e2) 9142 Entity-Destination(e1,e2) 9143 Member-Collection(e2,e1) 9144 Instrument-Agency(e2,e1) 9145 Message-Topic(e1,e2) 9146 Cause-Effect(e2,e1) 9147 Cause-Effect(e2,e1) 9148 Cause-Effect(e2,e1) 9149 Other 9150 Cause-Effect(e2,e1) 9151 Instrument-Agency(e1,e2) 9152 Component-Whole(e2,e1) 9153 Entity-Destination(e1,e2) 9154 Other 9155 Entity-Origin(e1,e2) 9156 Entity-Destination(e1,e2) 9157 Entity-Origin(e1,e2) 9158 Entity-Destination(e1,e2) 9159 Content-Container(e1,e2) 9160 Member-Collection(e2,e1) 9161 Cause-Effect(e1,e2) 9162 Entity-Destination(e1,e2) 9163 Cause-Effect(e1,e2) 9164 Message-Topic(e1,e2) 9165 Message-Topic(e1,e2) 9166 Component-Whole(e2,e1) 9167 Cause-Effect(e2,e1) 9168 Cause-Effect(e2,e1) 9169 Message-Topic(e1,e2) 9170 Other 9171 Cause-Effect(e1,e2) 9172 Cause-Effect(e1,e2) 9173 Other 9174 Message-Topic(e1,e2) 9175 Entity-Origin(e1,e2) 9176 Entity-Origin(e1,e2) 9177 Product-Producer(e2,e1) 9178 Entity-Origin(e1,e2) 9179 Cause-Effect(e1,e2) 9180 Entity-Origin(e1,e2) 9181 Cause-Effect(e2,e1) 9182 Entity-Origin(e1,e2) 9183 Other 9184 Content-Container(e2,e1) 9185 Entity-Destination(e1,e2) 9186 Message-Topic(e1,e2) 9187 Member-Collection(e2,e1) 9188 Entity-Origin(e2,e1) 9189 Entity-Destination(e1,e2) 9190 Cause-Effect(e2,e1) 9191 Message-Topic(e1,e2) 9192 Entity-Origin(e1,e2) 9193 Message-Topic(e1,e2) 9194 Member-Collection(e1,e2) 9195 Instrument-Agency(e1,e2) 9196 Content-Container(e1,e2) 9197 Entity-Destination(e1,e2) 9198 Member-Collection(e2,e1) 9199 Message-Topic(e1,e2) 9200 Entity-Destination(e1,e2) 9201 Entity-Origin(e1,e2) 9202 Message-Topic(e1,e2) 9203 Component-Whole(e1,e2) 9204 Entity-Origin(e1,e2) 9205 Instrument-Agency(e2,e1) 9206 Entity-Origin(e2,e1) 9207 Component-Whole(e1,e2) 9208 Content-Container(e1,e2) 9209 Entity-Origin(e1,e2) 9210 Component-Whole(e1,e2) 9211 Member-Collection(e2,e1) 9212 Content-Container(e1,e2) 9213 Cause-Effect(e1,e2) 9214 Component-Whole(e2,e1) 9215 Product-Producer(e2,e1) 9216 Member-Collection(e2,e1) 9217 Message-Topic(e1,e2) 9218 Entity-Destination(e1,e2) 9219 Instrument-Agency(e2,e1) 9220 Entity-Origin(e1,e2) 9221 Cause-Effect(e2,e1) 9222 Entity-Destination(e1,e2) 9223 Product-Producer(e1,e2) 9224 Cause-Effect(e1,e2) 9225 Entity-Origin(e1,e2) 9226 Cause-Effect(e1,e2) 9227 Cause-Effect(e2,e1) 9228 Cause-Effect(e1,e2) 9229 Product-Producer(e2,e1) 9230 Instrument-Agency(e2,e1) 9231 Entity-Destination(e1,e2) 9232 Other 9233 Member-Collection(e2,e1) 9234 Cause-Effect(e2,e1) 9235 Component-Whole(e2,e1) 9236 Entity-Origin(e2,e1) 9237 Component-Whole(e1,e2) 9238 Component-Whole(e2,e1) 9239 Product-Producer(e2,e1) 9240 Entity-Origin(e1,e2) 9241 Component-Whole(e2,e1) 9242 Member-Collection(e2,e1) 9243 Content-Container(e1,e2) 9244 Entity-Destination(e1,e2) 9245 Entity-Destination(e1,e2) 9246 Other 9247 Entity-Destination(e1,e2) 9248 Entity-Destination(e1,e2) 9249 Other 9250 Component-Whole(e2,e1) 9251 Other 9252 Entity-Destination(e1,e2) 9253 Product-Producer(e1,e2) 9254 Member-Collection(e1,e2) 9255 Content-Container(e1,e2) 9256 Other 9257 Component-Whole(e2,e1) 9258 Message-Topic(e1,e2) 9259 Cause-Effect(e2,e1) 9260 Message-Topic(e1,e2) 9261 Message-Topic(e1,e2) 9262 Member-Collection(e2,e1) 9263 Member-Collection(e2,e1) 9264 Component-Whole(e2,e1) 9265 Component-Whole(e1,e2) 9266 Entity-Origin(e1,e2) 9267 Component-Whole(e2,e1) 9268 Member-Collection(e2,e1) 9269 Message-Topic(e2,e1) 9270 Instrument-Agency(e2,e1) 9271 Entity-Origin(e1,e2) 9272 Component-Whole(e1,e2) 9273 Content-Container(e2,e1) 9274 Entity-Origin(e1,e2) 9275 Other 9276 Instrument-Agency(e1,e2) 9277 Product-Producer(e2,e1) 9278 Entity-Origin(e1,e2) 9279 Entity-Origin(e1,e2) 9280 Cause-Effect(e2,e1) 9281 Other 9282 Member-Collection(e2,e1) 9283 Entity-Destination(e1,e2) 9284 Message-Topic(e2,e1) 9285 Content-Container(e1,e2) 9286 Member-Collection(e1,e2) 9287 Entity-Origin(e2,e1) 9288 Entity-Destination(e1,e2) 9289 Entity-Origin(e1,e2) 9290 Message-Topic(e1,e2) 9291 Instrument-Agency(e2,e1) 9292 Content-Container(e1,e2) 9293 Other 9294 Member-Collection(e2,e1) 9295 Entity-Destination(e1,e2) 9296 Entity-Origin(e1,e2) 9297 Entity-Destination(e1,e2) 9298 Message-Topic(e1,e2) 9299 Cause-Effect(e2,e1) 9300 Entity-Destination(e1,e2) 9301 Member-Collection(e2,e1) 9302 Component-Whole(e1,e2) 9303 Member-Collection(e2,e1) 9304 Message-Topic(e2,e1) 9305 Entity-Origin(e2,e1) 9306 Entity-Destination(e1,e2) 9307 Product-Producer(e1,e2) 9308 Instrument-Agency(e2,e1) 9309 Cause-Effect(e2,e1) 9310 Product-Producer(e1,e2) 9311 Cause-Effect(e2,e1) 9312 Other 9313 Component-Whole(e2,e1) 9314 Content-Container(e1,e2) 9315 Message-Topic(e1,e2) 9316 Component-Whole(e1,e2) 9317 Instrument-Agency(e2,e1) 9318 Entity-Destination(e1,e2) 9319 Cause-Effect(e2,e1) 9320 Cause-Effect(e2,e1) 9321 Message-Topic(e1,e2) 9322 Product-Producer(e2,e1) 9323 Entity-Origin(e1,e2) 9324 Entity-Destination(e1,e2) 9325 Member-Collection(e2,e1) 9326 Entity-Origin(e1,e2) 9327 Message-Topic(e1,e2) 9328 Cause-Effect(e1,e2) 9329 Instrument-Agency(e1,e2) 9330 Other 9331 Instrument-Agency(e2,e1) 9332 Content-Container(e1,e2) 9333 Component-Whole(e2,e1) 9334 Other 9335 Entity-Destination(e1,e2) 9336 Member-Collection(e1,e2) 9337 Instrument-Agency(e2,e1) 9338 Entity-Destination(e1,e2) 9339 Message-Topic(e1,e2) 9340 Instrument-Agency(e2,e1) 9341 Content-Container(e1,e2) 9342 Cause-Effect(e1,e2) 9343 Entity-Origin(e1,e2) 9344 Member-Collection(e2,e1) 9345 Content-Container(e2,e1) 9346 Component-Whole(e1,e2) 9347 Cause-Effect(e2,e1) 9348 Product-Producer(e1,e2) 9349 Product-Producer(e2,e1) 9350 Component-Whole(e2,e1) 9351 Entity-Destination(e1,e2) 9352 Cause-Effect(e1,e2) 9353 Instrument-Agency(e1,e2) 9354 Member-Collection(e2,e1) 9355 Member-Collection(e2,e1) 9356 Instrument-Agency(e2,e1) 9357 Cause-Effect(e2,e1) 9358 Entity-Origin(e1,e2) 9359 Entity-Origin(e1,e2) 9360 Entity-Destination(e1,e2) 9361 Component-Whole(e1,e2) 9362 Member-Collection(e2,e1) 9363 Message-Topic(e1,e2) 9364 Message-Topic(e1,e2) 9365 Content-Container(e2,e1) 9366 Cause-Effect(e1,e2) 9367 Product-Producer(e2,e1) 9368 Member-Collection(e2,e1) 9369 Component-Whole(e2,e1) 9370 Cause-Effect(e2,e1) 9371 Message-Topic(e1,e2) 9372 Cause-Effect(e2,e1) 9373 Cause-Effect(e1,e2) 9374 Entity-Destination(e1,e2) 9375 Entity-Destination(e1,e2) 9376 Component-Whole(e2,e1) 9377 Content-Container(e1,e2) 9378 Cause-Effect(e2,e1) 9379 Cause-Effect(e1,e2) 9380 Entity-Destination(e1,e2) 9381 Message-Topic(e1,e2) 9382 Other 9383 Entity-Origin(e2,e1) 9384 Instrument-Agency(e2,e1) 9385 Other 9386 Cause-Effect(e1,e2) 9387 Component-Whole(e2,e1) 9388 Other 9389 Entity-Destination(e1,e2) 9390 Other 9391 Component-Whole(e2,e1) 9392 Product-Producer(e2,e1) 9393 Message-Topic(e1,e2) 9394 Cause-Effect(e2,e1) 9395 Entity-Origin(e2,e1) 9396 Member-Collection(e2,e1) 9397 Other 9398 Instrument-Agency(e2,e1) 9399 Entity-Destination(e1,e2) 9400 Other 9401 Message-Topic(e2,e1) 9402 Cause-Effect(e2,e1) 9403 Cause-Effect(e1,e2) 9404 Component-Whole(e2,e1) 9405 Component-Whole(e1,e2) 9406 Entity-Origin(e1,e2) 9407 Entity-Origin(e2,e1) 9408 Component-Whole(e1,e2) 9409 Instrument-Agency(e2,e1) 9410 Message-Topic(e1,e2) 9411 Component-Whole(e2,e1) 9412 Member-Collection(e2,e1) 9413 Instrument-Agency(e2,e1) 9414 Other 9415 Cause-Effect(e1,e2) 9416 Entity-Destination(e1,e2) 9417 Component-Whole(e2,e1) 9418 Other 9419 Component-Whole(e1,e2) 9420 Product-Producer(e2,e1) 9421 Entity-Origin(e1,e2) 9422 Product-Producer(e2,e1) 9423 Other 9424 Other 9425 Other 9426 Entity-Destination(e1,e2) 9427 Cause-Effect(e2,e1) 9428 Product-Producer(e1,e2) 9429 Entity-Destination(e1,e2) 9430 Message-Topic(e1,e2) 9431 Member-Collection(e2,e1) 9432 Message-Topic(e1,e2) 9433 Other 9434 Cause-Effect(e2,e1) 9435 Other 9436 Content-Container(e1,e2) 9437 Entity-Destination(e1,e2) 9438 Cause-Effect(e1,e2) 9439 Entity-Destination(e1,e2) 9440 Entity-Origin(e1,e2) 9441 Component-Whole(e1,e2) 9442 Content-Container(e2,e1) 9443 Instrument-Agency(e2,e1) 9444 Instrument-Agency(e2,e1) 9445 Component-Whole(e2,e1) 9446 Member-Collection(e2,e1) 9447 Content-Container(e1,e2) 9448 Component-Whole(e2,e1) 9449 Component-Whole(e1,e2) 9450 Product-Producer(e1,e2) 9451 Member-Collection(e2,e1) 9452 Message-Topic(e1,e2) 9453 Entity-Origin(e1,e2) 9454 Instrument-Agency(e2,e1) 9455 Member-Collection(e1,e2) 9456 Message-Topic(e1,e2) 9457 Instrument-Agency(e2,e1) 9458 Product-Producer(e1,e2) 9459 Other 9460 Entity-Origin(e1,e2) 9461 Entity-Destination(e1,e2) 9462 Member-Collection(e2,e1) 9463 Entity-Origin(e1,e2) 9464 Cause-Effect(e2,e1) 9465 Product-Producer(e1,e2) 9466 Product-Producer(e1,e2) 9467 Cause-Effect(e1,e2) 9468 Member-Collection(e2,e1) 9469 Cause-Effect(e2,e1) 9470 Message-Topic(e2,e1) 9471 Content-Container(e1,e2) 9472 Entity-Destination(e1,e2) 9473 Entity-Origin(e1,e2) 9474 Member-Collection(e1,e2) 9475 Content-Container(e1,e2) 9476 Message-Topic(e1,e2) 9477 Instrument-Agency(e1,e2) 9478 Member-Collection(e2,e1) 9479 Component-Whole(e1,e2) 9480 Other 9481 Other 9482 Other 9483 Content-Container(e1,e2) 9484 Component-Whole(e1,e2) 9485 Component-Whole(e2,e1) 9486 Entity-Destination(e1,e2) 9487 Instrument-Agency(e2,e1) 9488 Instrument-Agency(e2,e1) 9489 Cause-Effect(e2,e1) 9490 Cause-Effect(e2,e1) 9491 Instrument-Agency(e2,e1) 9492 Entity-Destination(e1,e2) 9493 Entity-Origin(e2,e1) 9494 Cause-Effect(e1,e2) 9495 Message-Topic(e1,e2) 9496 Content-Container(e1,e2) 9497 Component-Whole(e1,e2) 9498 Product-Producer(e1,e2) 9499 Message-Topic(e2,e1) 9500 Content-Container(e1,e2) 9501 Content-Container(e1,e2) 9502 Other 9503 Other 9504 Message-Topic(e1,e2) 9505 Entity-Destination(e1,e2) 9506 Entity-Destination(e1,e2) 9507 Content-Container(e1,e2) 9508 Cause-Effect(e1,e2) 9509 Member-Collection(e2,e1) 9510 Entity-Origin(e1,e2) 9511 Other 9512 Product-Producer(e2,e1) 9513 Product-Producer(e2,e1) 9514 Entity-Origin(e1,e2) 9515 Cause-Effect(e2,e1) 9516 Other 9517 Member-Collection(e2,e1) 9518 Member-Collection(e2,e1) 9519 Cause-Effect(e2,e1) 9520 Product-Producer(e2,e1) 9521 Message-Topic(e1,e2) 9522 Content-Container(e2,e1) 9523 Member-Collection(e2,e1) 9524 Cause-Effect(e1,e2) 9525 Cause-Effect(e1,e2) 9526 Message-Topic(e1,e2) 9527 Other 9528 Content-Container(e1,e2) 9529 Entity-Destination(e1,e2) 9530 Member-Collection(e2,e1) 9531 Entity-Destination(e1,e2) 9532 Entity-Origin(e1,e2) 9533 Entity-Destination(e1,e2) 9534 Content-Container(e1,e2) 9535 Instrument-Agency(e1,e2) 9536 Message-Topic(e1,e2) 9537 Member-Collection(e2,e1) 9538 Message-Topic(e1,e2) 9539 Entity-Destination(e1,e2) 9540 Component-Whole(e2,e1) 9541 Other 9542 Cause-Effect(e1,e2) 9543 Message-Topic(e1,e2) 9544 Entity-Destination(e1,e2) 9545 Message-Topic(e1,e2) 9546 Member-Collection(e2,e1) 9547 Product-Producer(e2,e1) 9548 Entity-Origin(e1,e2) 9549 Message-Topic(e2,e1) 9550 Member-Collection(e2,e1) 9551 Instrument-Agency(e2,e1) 9552 Cause-Effect(e1,e2) 9553 Product-Producer(e1,e2) 9554 Entity-Destination(e1,e2) 9555 Instrument-Agency(e2,e1) 9556 Entity-Origin(e1,e2) 9557 Component-Whole(e2,e1) 9558 Content-Container(e1,e2) 9559 Cause-Effect(e2,e1) 9560 Entity-Origin(e1,e2) 9561 Component-Whole(e1,e2) 9562 Component-Whole(e2,e1) 9563 Entity-Destination(e1,e2) 9564 Message-Topic(e2,e1) 9565 Component-Whole(e1,e2) 9566 Message-Topic(e1,e2) 9567 Message-Topic(e2,e1) 9568 Entity-Destination(e1,e2) 9569 Member-Collection(e2,e1) 9570 Member-Collection(e2,e1) 9571 Content-Container(e1,e2) 9572 Component-Whole(e2,e1) 9573 Cause-Effect(e1,e2) 9574 Cause-Effect(e1,e2) 9575 Product-Producer(e1,e2) 9576 Cause-Effect(e2,e1) 9577 Cause-Effect(e1,e2) 9578 Entity-Destination(e1,e2) 9579 Component-Whole(e2,e1) 9580 Component-Whole(e2,e1) 9581 Entity-Destination(e1,e2) 9582 Cause-Effect(e1,e2) 9583 Component-Whole(e2,e1) 9584 Member-Collection(e2,e1) 9585 Entity-Destination(e1,e2) 9586 Entity-Destination(e1,e2) 9587 Product-Producer(e1,e2) 9588 Member-Collection(e2,e1) 9589 Cause-Effect(e1,e2) 9590 Instrument-Agency(e2,e1) 9591 Entity-Origin(e2,e1) 9592 Member-Collection(e2,e1) 9593 Entity-Destination(e1,e2) 9594 Instrument-Agency(e2,e1) 9595 Member-Collection(e2,e1) 9596 Message-Topic(e1,e2) 9597 Cause-Effect(e2,e1) 9598 Entity-Destination(e1,e2) 9599 Other 9600 Component-Whole(e1,e2) 9601 Cause-Effect(e2,e1) 9602 Member-Collection(e2,e1) 9603 Component-Whole(e1,e2) 9604 Content-Container(e2,e1) 9605 Other 9606 Other 9607 Other 9608 Member-Collection(e2,e1) 9609 Content-Container(e2,e1) 9610 Message-Topic(e1,e2) 9611 Entity-Origin(e1,e2) 9612 Component-Whole(e2,e1) 9613 Component-Whole(e1,e2) 9614 Member-Collection(e1,e2) 9615 Message-Topic(e1,e2) 9616 Other 9617 Component-Whole(e1,e2) 9618 Cause-Effect(e1,e2) 9619 Instrument-Agency(e2,e1) 9620 Member-Collection(e2,e1) 9621 Other 9622 Message-Topic(e1,e2) 9623 Other 9624 Cause-Effect(e1,e2) 9625 Component-Whole(e1,e2) 9626 Entity-Origin(e2,e1) 9627 Content-Container(e1,e2) 9628 Instrument-Agency(e2,e1) 9629 Message-Topic(e1,e2) 9630 Content-Container(e1,e2) 9631 Component-Whole(e1,e2) 9632 Entity-Origin(e1,e2) 9633 Entity-Destination(e1,e2) 9634 Message-Topic(e1,e2) 9635 Component-Whole(e1,e2) 9636 Other 9637 Entity-Destination(e1,e2) 9638 Entity-Destination(e1,e2) 9639 Entity-Destination(e1,e2) 9640 Content-Container(e1,e2) 9641 Other 9642 Cause-Effect(e2,e1) 9643 Content-Container(e1,e2) 9644 Product-Producer(e1,e2) 9645 Content-Container(e1,e2) 9646 Component-Whole(e1,e2) 9647 Cause-Effect(e2,e1) 9648 Cause-Effect(e2,e1) 9649 Product-Producer(e2,e1) 9650 Product-Producer(e1,e2) 9651 Member-Collection(e2,e1) 9652 Instrument-Agency(e2,e1) 9653 Message-Topic(e2,e1) 9654 Instrument-Agency(e1,e2) 9655 Entity-Destination(e1,e2) 9656 Entity-Origin(e1,e2) 9657 Entity-Origin(e1,e2) 9658 Message-Topic(e2,e1) 9659 Cause-Effect(e1,e2) 9660 Member-Collection(e2,e1) 9661 Message-Topic(e1,e2) 9662 Content-Container(e1,e2) 9663 Product-Producer(e1,e2) 9664 Member-Collection(e2,e1) 9665 Entity-Destination(e1,e2) 9666 Component-Whole(e1,e2) 9667 Instrument-Agency(e2,e1) 9668 Component-Whole(e1,e2) 9669 Entity-Origin(e1,e2) 9670 Product-Producer(e2,e1) 9671 Other 9672 Component-Whole(e2,e1) 9673 Cause-Effect(e2,e1) 9674 Component-Whole(e1,e2) 9675 Message-Topic(e2,e1) 9676 Other 9677 Product-Producer(e1,e2) 9678 Member-Collection(e2,e1) 9679 Component-Whole(e1,e2) 9680 Component-Whole(e1,e2) 9681 Member-Collection(e2,e1) 9682 Cause-Effect(e1,e2) 9683 Entity-Destination(e1,e2) 9684 Product-Producer(e1,e2) 9685 Component-Whole(e1,e2) 9686 Content-Container(e1,e2) 9687 Component-Whole(e2,e1) 9688 Other 9689 Cause-Effect(e2,e1) 9690 Cause-Effect(e2,e1) 9691 Message-Topic(e1,e2) 9692 Product-Producer(e1,e2) 9693 Entity-Origin(e2,e1) 9694 Content-Container(e1,e2) 9695 Cause-Effect(e1,e2) 9696 Instrument-Agency(e2,e1) 9697 Member-Collection(e2,e1) 9698 Cause-Effect(e1,e2) 9699 Cause-Effect(e2,e1) 9700 Other 9701 Component-Whole(e2,e1) 9702 Member-Collection(e2,e1) 9703 Cause-Effect(e2,e1) 9704 Other 9705 Message-Topic(e1,e2) 9706 Other 9707 Component-Whole(e2,e1) 9708 Cause-Effect(e2,e1) 9709 Member-Collection(e1,e2) 9710 Entity-Origin(e1,e2) 9711 Entity-Origin(e1,e2) 9712 Product-Producer(e2,e1) 9713 Component-Whole(e1,e2) 9714 Product-Producer(e2,e1) 9715 Component-Whole(e2,e1) 9716 Product-Producer(e2,e1) 9717 Member-Collection(e2,e1) 9718 Entity-Destination(e1,e2) 9719 Cause-Effect(e1,e2) 9720 Cause-Effect(e2,e1) 9721 Component-Whole(e2,e1) 9722 Cause-Effect(e2,e1) 9723 Component-Whole(e2,e1) 9724 Entity-Origin(e1,e2) 9725 Cause-Effect(e1,e2) 9726 Cause-Effect(e2,e1) 9727 Cause-Effect(e1,e2) 9728 Message-Topic(e1,e2) 9729 Component-Whole(e1,e2) 9730 Message-Topic(e1,e2) 9731 Cause-Effect(e1,e2) 9732 Other 9733 Entity-Origin(e1,e2) 9734 Message-Topic(e2,e1) 9735 Message-Topic(e1,e2) 9736 Component-Whole(e2,e1) 9737 Component-Whole(e1,e2) 9738 Other 9739 Cause-Effect(e2,e1) 9740 Cause-Effect(e2,e1) 9741 Instrument-Agency(e2,e1) 9742 Other 9743 Content-Container(e2,e1) 9744 Message-Topic(e1,e2) 9745 Member-Collection(e2,e1) 9746 Member-Collection(e2,e1) 9747 Message-Topic(e1,e2) 9748 Other 9749 Message-Topic(e1,e2) 9750 Message-Topic(e1,e2) 9751 Member-Collection(e1,e2) 9752 Entity-Origin(e1,e2) 9753 Member-Collection(e2,e1) 9754 Content-Container(e1,e2) 9755 Component-Whole(e1,e2) 9756 Member-Collection(e2,e1) 9757 Message-Topic(e1,e2) 9758 Cause-Effect(e2,e1) 9759 Message-Topic(e1,e2) 9760 Content-Container(e1,e2) 9761 Message-Topic(e1,e2) 9762 Other 9763 Instrument-Agency(e2,e1) 9764 Message-Topic(e1,e2) 9765 Member-Collection(e2,e1) 9766 Entity-Destination(e1,e2) 9767 Entity-Origin(e1,e2) 9768 Instrument-Agency(e2,e1) 9769 Cause-Effect(e2,e1) 9770 Entity-Origin(e1,e2) 9771 Component-Whole(e1,e2) 9772 Entity-Destination(e1,e2) 9773 Product-Producer(e2,e1) 9774 Entity-Destination(e1,e2) 9775 Entity-Destination(e1,e2) 9776 Other 9777 Message-Topic(e1,e2) 9778 Product-Producer(e2,e1) 9779 Member-Collection(e2,e1) 9780 Cause-Effect(e2,e1) 9781 Entity-Destination(e1,e2) 9782 Other 9783 Entity-Origin(e1,e2) 9784 Message-Topic(e1,e2) 9785 Instrument-Agency(e2,e1) 9786 Content-Container(e1,e2) 9787 Entity-Destination(e1,e2) 9788 Message-Topic(e1,e2) 9789 Other 9790 Member-Collection(e2,e1) 9791 Cause-Effect(e1,e2) 9792 Entity-Destination(e1,e2) 9793 Other 9794 Component-Whole(e1,e2) 9795 Other 9796 Content-Container(e1,e2) 9797 Cause-Effect(e2,e1) 9798 Entity-Destination(e1,e2) 9799 Message-Topic(e1,e2) 9800 Message-Topic(e1,e2) 9801 Entity-Origin(e1,e2) 9802 Entity-Destination(e1,e2) 9803 Component-Whole(e1,e2) 9804 Member-Collection(e2,e1) 9805 Content-Container(e1,e2) 9806 Content-Container(e1,e2) 9807 Entity-Origin(e1,e2) 9808 Other 9809 Entity-Destination(e1,e2) 9810 Content-Container(e1,e2) 9811 Other 9812 Cause-Effect(e1,e2) 9813 Cause-Effect(e2,e1) 9814 Member-Collection(e2,e1) 9815 Entity-Destination(e1,e2) 9816 Instrument-Agency(e2,e1) 9817 Message-Topic(e1,e2) 9818 Member-Collection(e2,e1) 9819 Cause-Effect(e2,e1) 9820 Content-Container(e1,e2) 9821 Other 9822 Other 9823 Entity-Origin(e2,e1) 9824 Instrument-Agency(e2,e1) 9825 Member-Collection(e2,e1) 9826 Member-Collection(e2,e1) 9827 Member-Collection(e2,e1) 9828 Product-Producer(e1,e2) 9829 Cause-Effect(e1,e2) 9830 Entity-Origin(e1,e2) 9831 Cause-Effect(e1,e2) 9832 Entity-Origin(e1,e2) 9833 Cause-Effect(e2,e1) 9834 Component-Whole(e1,e2) 9835 Content-Container(e1,e2) 9836 Product-Producer(e2,e1) 9837 Product-Producer(e1,e2) 9838 Other 9839 Other 9840 Message-Topic(e1,e2) 9841 Member-Collection(e2,e1) 9842 Cause-Effect(e2,e1) 9843 Other 9844 Entity-Origin(e1,e2) 9845 Component-Whole(e2,e1) 9846 Product-Producer(e2,e1) 9847 Other 9848 Cause-Effect(e2,e1) 9849 Member-Collection(e1,e2) 9850 Product-Producer(e2,e1) 9851 Component-Whole(e1,e2) 9852 Entity-Destination(e1,e2) 9853 Entity-Destination(e1,e2) 9854 Other 9855 Entity-Destination(e1,e2) 9856 Content-Container(e1,e2) 9857 Component-Whole(e2,e1) 9858 Product-Producer(e1,e2) 9859 Content-Container(e2,e1) 9860 Other 9861 Cause-Effect(e2,e1) 9862 Entity-Origin(e1,e2) 9863 Other 9864 Product-Producer(e2,e1) 9865 Entity-Destination(e1,e2) 9866 Member-Collection(e2,e1) 9867 Content-Container(e1,e2) 9868 Cause-Effect(e2,e1) 9869 Message-Topic(e2,e1) 9870 Product-Producer(e1,e2) 9871 Entity-Destination(e1,e2) 9872 Member-Collection(e2,e1) 9873 Entity-Destination(e1,e2) 9874 Entity-Destination(e1,e2) 9875 Member-Collection(e1,e2) 9876 Cause-Effect(e2,e1) 9877 Product-Producer(e2,e1) 9878 Member-Collection(e2,e1) 9879 Other 9880 Content-Container(e1,e2) 9881 Component-Whole(e1,e2) 9882 Entity-Origin(e1,e2) 9883 Entity-Destination(e1,e2) 9884 Instrument-Agency(e2,e1) 9885 Message-Topic(e1,e2) 9886 Other 9887 Member-Collection(e2,e1) 9888 Member-Collection(e1,e2) 9889 Instrument-Agency(e2,e1) 9890 Member-Collection(e2,e1) 9891 Product-Producer(e1,e2) 9892 Other 9893 Component-Whole(e2,e1) 9894 Entity-Destination(e1,e2) 9895 Other 9896 Content-Container(e1,e2) 9897 Other 9898 Entity-Destination(e1,e2) 9899 Cause-Effect(e2,e1) 9900 Entity-Destination(e1,e2) 9901 Cause-Effect(e2,e1) 9902 Cause-Effect(e1,e2) 9903 Other 9904 Entity-Origin(e1,e2) 9905 Cause-Effect(e1,e2) 9906 Component-Whole(e2,e1) 9907 Product-Producer(e1,e2) 9908 Component-Whole(e2,e1) 9909 Product-Producer(e2,e1) 9910 Entity-Origin(e1,e2) 9911 Other 9912 Instrument-Agency(e2,e1) 9913 Content-Container(e1,e2) 9914 Content-Container(e1,e2) 9915 Message-Topic(e1,e2) 9916 Other 9917 Product-Producer(e2,e1) 9918 Member-Collection(e2,e1) 9919 Cause-Effect(e2,e1) 9920 Product-Producer(e2,e1) 9921 Component-Whole(e1,e2) 9922 Entity-Origin(e2,e1) 9923 Member-Collection(e2,e1) 9924 Entity-Origin(e1,e2) 9925 Component-Whole(e1,e2) 9926 Product-Producer(e2,e1) 9927 Component-Whole(e1,e2) 9928 Other 9929 Content-Container(e1,e2) 9930 Component-Whole(e1,e2) 9931 Entity-Destination(e1,e2) 9932 Content-Container(e1,e2) 9933 Product-Producer(e2,e1) 9934 Component-Whole(e1,e2) 9935 Instrument-Agency(e2,e1) 9936 Entity-Destination(e1,e2) 9937 Member-Collection(e2,e1) 9938 Member-Collection(e2,e1) 9939 Entity-Destination(e1,e2) 9940 Content-Container(e2,e1) 9941 Entity-Destination(e1,e2) 9942 Content-Container(e2,e1) 9943 Entity-Origin(e1,e2) 9944 Message-Topic(e1,e2) 9945 Message-Topic(e1,e2) 9946 Message-Topic(e2,e1) 9947 Instrument-Agency(e2,e1) 9948 Entity-Destination(e1,e2) 9949 Entity-Origin(e1,e2) 9950 Entity-Origin(e2,e1) 9951 Message-Topic(e1,e2) 9952 Entity-Destination(e1,e2) 9953 Entity-Destination(e1,e2) 9954 Entity-Origin(e1,e2) 9955 Content-Container(e2,e1) 9956 Product-Producer(e1,e2) 9957 Member-Collection(e2,e1) 9958 Entity-Origin(e1,e2) 9959 Component-Whole(e2,e1) 9960 Member-Collection(e2,e1) 9961 Product-Producer(e2,e1) 9962 Other 9963 Entity-Destination(e1,e2) 9964 Entity-Destination(e1,e2) 9965 Message-Topic(e2,e1) 9966 Other 9967 Cause-Effect(e1,e2) 9968 Message-Topic(e2,e1) 9969 Message-Topic(e1,e2) 9970 Instrument-Agency(e2,e1) 9971 Component-Whole(e2,e1) 9972 Component-Whole(e1,e2) 9973 Message-Topic(e1,e2) 9974 Cause-Effect(e2,e1) 9975 Cause-Effect(e2,e1) 9976 Member-Collection(e2,e1) 9977 Product-Producer(e2,e1) 9978 Entity-Origin(e1,e2) 9979 Other 9980 Component-Whole(e1,e2) 9981 Member-Collection(e2,e1) 9982 Entity-Destination(e1,e2) 9983 Content-Container(e1,e2) 9984 Member-Collection(e2,e1) 9985 Cause-Effect(e2,e1) 9986 Other 9987 Product-Producer(e2,e1) 9988 Content-Container(e1,e2) 9989 Other 9990 Entity-Destination(e1,e2) 9991 Instrument-Agency(e1,e2) 9992 Component-Whole(e1,e2) 9993 Content-Container(e1,e2) 9994 Component-Whole(e1,e2) 9995 Component-Whole(e2,e1) 9996 Message-Topic(e1,e2) 9997 Component-Whole(e1,e2) 9998 Entity-Origin(e1,e2) 9999 Entity-Destination(e1,e2) 10000 Instrument-Agency(e2,e1) 10001 Instrument-Agency(e2,e1) 10002 Message-Topic(e1,e2) 10003 Cause-Effect(e2,e1) 10004 Entity-Destination(e1,e2) 10005 Instrument-Agency(e2,e1) 10006 Member-Collection(e2,e1) 10007 Entity-Origin(e1,e2) 10008 Entity-Destination(e1,e2) 10009 Cause-Effect(e1,e2) 10010 Entity-Origin(e1,e2) 10011 Member-Collection(e2,e1) 10012 Cause-Effect(e2,e1) 10013 Member-Collection(e2,e1) 10014 Entity-Destination(e1,e2) 10015 Other 10016 Content-Container(e1,e2) 10017 Entity-Destination(e1,e2) 10018 Entity-Origin(e1,e2) 10019 Member-Collection(e1,e2) 10020 Entity-Destination(e1,e2) 10021 Entity-Destination(e1,e2) 10022 Other 10023 Message-Topic(e1,e2) 10024 Message-Topic(e1,e2) 10025 Other 10026 Other 10027 Entity-Destination(e1,e2) 10028 Message-Topic(e1,e2) 10029 Member-Collection(e2,e1) 10030 Cause-Effect(e1,e2) 10031 Member-Collection(e2,e1) 10032 Member-Collection(e2,e1) 10033 Content-Container(e2,e1) 10034 Content-Container(e1,e2) 10035 Component-Whole(e1,e2) 10036 Instrument-Agency(e2,e1) 10037 Entity-Destination(e1,e2) 10038 Cause-Effect(e2,e1) 10039 Entity-Destination(e1,e2) 10040 Cause-Effect(e2,e1) 10041 Cause-Effect(e2,e1) 10042 Message-Topic(e2,e1) 10043 Entity-Destination(e1,e2) 10044 Other 10045 Component-Whole(e2,e1) 10046 Entity-Destination(e1,e2) 10047 Cause-Effect(e1,e2) 10048 Instrument-Agency(e2,e1) 10049 Message-Topic(e1,e2) 10050 Content-Container(e2,e1) 10051 Component-Whole(e2,e1) 10052 Member-Collection(e2,e1) 10053 Other 10054 Cause-Effect(e2,e1) 10055 Entity-Destination(e1,e2) 10056 Content-Container(e1,e2) 10057 Instrument-Agency(e2,e1) 10058 Other 10059 Cause-Effect(e2,e1) 10060 Entity-Destination(e1,e2) 10061 Other 10062 Content-Container(e1,e2) 10063 Component-Whole(e2,e1) 10064 Cause-Effect(e1,e2) 10065 Content-Container(e1,e2) 10066 Entity-Destination(e1,e2) 10067 Entity-Origin(e1,e2) 10068 Other 10069 Other 10070 Component-Whole(e1,e2) 10071 Entity-Origin(e1,e2) 10072 Content-Container(e1,e2) 10073 Message-Topic(e2,e1) 10074 Entity-Origin(e1,e2) 10075 Entity-Origin(e1,e2) 10076 Instrument-Agency(e1,e2) 10077 Entity-Destination(e1,e2) 10078 Entity-Destination(e1,e2) 10079 Product-Producer(e2,e1) 10080 Instrument-Agency(e2,e1) 10081 Entity-Destination(e1,e2) 10082 Entity-Origin(e1,e2) 10083 Component-Whole(e1,e2) 10084 Entity-Origin(e1,e2) 10085 Entity-Destination(e1,e2) 10086 Cause-Effect(e1,e2) 10087 Entity-Destination(e1,e2) 10088 Instrument-Agency(e2,e1) 10089 Product-Producer(e2,e1) 10090 Cause-Effect(e1,e2) 10091 Entity-Origin(e2,e1) 10092 Entity-Origin(e1,e2) 10093 Instrument-Agency(e2,e1) 10094 Content-Container(e1,e2) 10095 Entity-Destination(e1,e2) 10096 Component-Whole(e2,e1) 10097 Entity-Destination(e1,e2) 10098 Message-Topic(e1,e2) 10099 Entity-Destination(e1,e2) 10100 Entity-Destination(e1,e2) 10101 Entity-Origin(e2,e1) 10102 Cause-Effect(e1,e2) 10103 Message-Topic(e1,e2) 10104 Member-Collection(e2,e1) 10105 Member-Collection(e2,e1) 10106 Component-Whole(e2,e1) 10107 Content-Container(e1,e2) 10108 Message-Topic(e1,e2) 10109 Component-Whole(e1,e2) 10110 Message-Topic(e1,e2) 10111 Instrument-Agency(e2,e1) 10112 Product-Producer(e1,e2) 10113 Product-Producer(e2,e1) 10114 Message-Topic(e2,e1) 10115 Message-Topic(e1,e2) 10116 Entity-Origin(e2,e1) 10117 Instrument-Agency(e2,e1) 10118 Cause-Effect(e1,e2) 10119 Member-Collection(e2,e1) 10120 Component-Whole(e2,e1) 10121 Entity-Destination(e1,e2) 10122 Entity-Origin(e1,e2) 10123 Message-Topic(e1,e2) 10124 Other 10125 Other 10126 Member-Collection(e2,e1) 10127 Other 10128 Instrument-Agency(e1,e2) 10129 Other 10130 Product-Producer(e2,e1) 10131 Product-Producer(e1,e2) 10132 Content-Container(e2,e1) 10133 Instrument-Agency(e2,e1) 10134 Cause-Effect(e2,e1) 10135 Component-Whole(e2,e1) 10136 Entity-Destination(e1,e2) 10137 Message-Topic(e1,e2) 10138 Entity-Origin(e1,e2) 10139 Entity-Origin(e1,e2) 10140 Other 10141 Component-Whole(e2,e1) 10142 Other 10143 Message-Topic(e1,e2) 10144 Instrument-Agency(e2,e1) 10145 Instrument-Agency(e1,e2) 10146 Other 10147 Component-Whole(e2,e1) 10148 Product-Producer(e2,e1) 10149 Instrument-Agency(e2,e1) 10150 Member-Collection(e2,e1) 10151 Product-Producer(e2,e1) 10152 Instrument-Agency(e1,e2) 10153 Instrument-Agency(e2,e1) 10154 Member-Collection(e2,e1) 10155 Other 10156 Cause-Effect(e1,e2) 10157 Component-Whole(e1,e2) 10158 Entity-Destination(e1,e2) 10159 Message-Topic(e2,e1) 10160 Product-Producer(e2,e1) 10161 Component-Whole(e1,e2) 10162 Entity-Origin(e1,e2) 10163 Other 10164 Entity-Origin(e1,e2) 10165 Entity-Destination(e1,e2) 10166 Component-Whole(e1,e2) 10167 Entity-Origin(e1,e2) 10168 Content-Container(e1,e2) 10169 Member-Collection(e2,e1) 10170 Entity-Origin(e1,e2) 10171 Product-Producer(e2,e1) 10172 Message-Topic(e2,e1) 10173 Component-Whole(e1,e2) 10174 Member-Collection(e2,e1) 10175 Entity-Destination(e1,e2) 10176 Instrument-Agency(e2,e1) 10177 Cause-Effect(e2,e1) 10178 Entity-Destination(e1,e2) 10179 Product-Producer(e1,e2) 10180 Instrument-Agency(e2,e1) 10181 Message-Topic(e1,e2) 10182 Cause-Effect(e2,e1) 10183 Message-Topic(e1,e2) 10184 Entity-Destination(e1,e2) 10185 Entity-Origin(e1,e2) 10186 Cause-Effect(e1,e2) 10187 Entity-Destination(e1,e2) 10188 Entity-Destination(e1,e2) 10189 Message-Topic(e1,e2) 10190 Entity-Origin(e1,e2) 10191 Entity-Destination(e1,e2) 10192 Product-Producer(e2,e1) 10193 Component-Whole(e1,e2) 10194 Entity-Origin(e1,e2) 10195 Instrument-Agency(e2,e1) 10196 Instrument-Agency(e2,e1) 10197 Product-Producer(e1,e2) 10198 Content-Container(e1,e2) 10199 Entity-Origin(e1,e2) 10200 Cause-Effect(e2,e1) 10201 Instrument-Agency(e2,e1) 10202 Entity-Destination(e1,e2) 10203 Other 10204 Message-Topic(e1,e2) 10205 Product-Producer(e2,e1) 10206 Component-Whole(e2,e1) 10207 Entity-Destination(e1,e2) 10208 Component-Whole(e1,e2) 10209 Cause-Effect(e2,e1) 10210 Message-Topic(e1,e2) 10211 Message-Topic(e1,e2) 10212 Component-Whole(e1,e2) 10213 Instrument-Agency(e2,e1) 10214 Component-Whole(e1,e2) 10215 Entity-Origin(e1,e2) 10216 Message-Topic(e2,e1) 10217 Member-Collection(e1,e2) 10218 Entity-Origin(e2,e1) 10219 Content-Container(e1,e2) 10220 Message-Topic(e1,e2) 10221 Entity-Origin(e1,e2) 10222 Entity-Origin(e1,e2) 10223 Member-Collection(e2,e1) 10224 Product-Producer(e2,e1) 10225 Member-Collection(e2,e1) 10226 Entity-Destination(e1,e2) 10227 Content-Container(e1,e2) 10228 Cause-Effect(e2,e1) 10229 Entity-Destination(e1,e2) 10230 Cause-Effect(e2,e1) 10231 Entity-Destination(e1,e2) 10232 Content-Container(e1,e2) 10233 Other 10234 Product-Producer(e2,e1) 10235 Instrument-Agency(e2,e1) 10236 Message-Topic(e1,e2) 10237 Other 10238 Other 10239 Member-Collection(e2,e1) 10240 Entity-Destination(e1,e2) 10241 Instrument-Agency(e2,e1) 10242 Message-Topic(e2,e1) 10243 Instrument-Agency(e2,e1) 10244 Other 10245 Other 10246 Cause-Effect(e2,e1) 10247 Message-Topic(e1,e2) 10248 Component-Whole(e2,e1) 10249 Instrument-Agency(e2,e1) 10250 Product-Producer(e1,e2) 10251 Member-Collection(e2,e1) 10252 Other 10253 Message-Topic(e1,e2) 10254 Other 10255 Entity-Destination(e1,e2) 10256 Content-Container(e2,e1) 10257 Cause-Effect(e1,e2) 10258 Cause-Effect(e2,e1) 10259 Message-Topic(e1,e2) 10260 Entity-Origin(e1,e2) 10261 Component-Whole(e2,e1) 10262 Entity-Destination(e1,e2) 10263 Entity-Destination(e1,e2) 10264 Component-Whole(e2,e1) 10265 Entity-Origin(e1,e2) 10266 Product-Producer(e2,e1) 10267 Cause-Effect(e1,e2) 10268 Member-Collection(e2,e1) 10269 Message-Topic(e1,e2) 10270 Message-Topic(e1,e2) 10271 Entity-Origin(e1,e2) 10272 Member-Collection(e2,e1) 10273 Entity-Origin(e1,e2) 10274 Component-Whole(e2,e1) 10275 Cause-Effect(e1,e2) 10276 Entity-Destination(e1,e2) 10277 Component-Whole(e1,e2) 10278 Component-Whole(e1,e2) 10279 Cause-Effect(e2,e1) 10280 Entity-Destination(e1,e2) 10281 Cause-Effect(e2,e1) 10282 Other 10283 Entity-Origin(e2,e1) 10284 Entity-Destination(e1,e2) 10285 Cause-Effect(e2,e1) 10286 Content-Container(e1,e2) 10287 Content-Container(e1,e2) 10288 Component-Whole(e2,e1) 10289 Member-Collection(e2,e1) 10290 Content-Container(e1,e2) 10291 Other 10292 Message-Topic(e1,e2) 10293 Entity-Destination(e1,e2) 10294 Product-Producer(e1,e2) 10295 Message-Topic(e2,e1) 10296 Cause-Effect(e2,e1) 10297 Entity-Origin(e1,e2) 10298 Other 10299 Entity-Origin(e1,e2) 10300 Other 10301 Member-Collection(e2,e1) 10302 Other 10303 Entity-Destination(e1,e2) 10304 Instrument-Agency(e2,e1) 10305 Component-Whole(e1,e2) 10306 Instrument-Agency(e2,e1) 10307 Component-Whole(e1,e2) 10308 Message-Topic(e1,e2) 10309 Entity-Destination(e1,e2) 10310 Message-Topic(e1,e2) 10311 Component-Whole(e2,e1) 10312 Content-Container(e2,e1) 10313 Product-Producer(e1,e2) 10314 Content-Container(e1,e2) 10315 Component-Whole(e1,e2) 10316 Content-Container(e1,e2) 10317 Cause-Effect(e2,e1) 10318 Content-Container(e1,e2) 10319 Member-Collection(e2,e1) 10320 Instrument-Agency(e2,e1) 10321 Entity-Destination(e1,e2) 10322 Component-Whole(e1,e2) 10323 Other 10324 Other 10325 Content-Container(e1,e2) 10326 Other 10327 Entity-Destination(e1,e2) 10328 Product-Producer(e1,e2) 10329 Instrument-Agency(e2,e1) 10330 Entity-Destination(e1,e2) 10331 Instrument-Agency(e2,e1) 10332 Content-Container(e1,e2) 10333 Other 10334 Instrument-Agency(e2,e1) 10335 Cause-Effect(e2,e1) 10336 Entity-Origin(e1,e2) 10337 Content-Container(e1,e2) 10338 Entity-Origin(e1,e2) 10339 Content-Container(e1,e2) 10340 Entity-Origin(e1,e2) 10341 Member-Collection(e2,e1) 10342 Entity-Destination(e1,e2) 10343 Instrument-Agency(e2,e1) 10344 Cause-Effect(e2,e1) 10345 Instrument-Agency(e2,e1) 10346 Message-Topic(e1,e2) 10347 Content-Container(e2,e1) 10348 Entity-Destination(e1,e2) 10349 Member-Collection(e2,e1) 10350 Cause-Effect(e1,e2) 10351 Entity-Destination(e1,e2) 10352 Message-Topic(e2,e1) 10353 Component-Whole(e2,e1) 10354 Entity-Destination(e1,e2) 10355 Content-Container(e1,e2) 10356 Entity-Origin(e1,e2) 10357 Entity-Origin(e1,e2) 10358 Component-Whole(e1,e2) 10359 Other 10360 Message-Topic(e1,e2) 10361 Instrument-Agency(e1,e2) 10362 Entity-Destination(e1,e2) 10363 Other 10364 Product-Producer(e2,e1) 10365 Message-Topic(e1,e2) 10366 Member-Collection(e2,e1) 10367 Product-Producer(e2,e1) 10368 Instrument-Agency(e2,e1) 10369 Instrument-Agency(e2,e1) 10370 Other 10371 Product-Producer(e1,e2) 10372 Product-Producer(e1,e2) 10373 Cause-Effect(e1,e2) 10374 Content-Container(e1,e2) 10375 Member-Collection(e2,e1) 10376 Entity-Destination(e1,e2) 10377 Message-Topic(e1,e2) 10378 Entity-Origin(e2,e1) 10379 Cause-Effect(e1,e2) 10380 Component-Whole(e2,e1) 10381 Message-Topic(e1,e2) 10382 Cause-Effect(e2,e1) 10383 Cause-Effect(e1,e2) 10384 Entity-Origin(e1,e2) 10385 Product-Producer(e2,e1) 10386 Component-Whole(e2,e1) 10387 Component-Whole(e2,e1) 10388 Product-Producer(e1,e2) 10389 Component-Whole(e1,e2) 10390 Component-Whole(e2,e1) 10391 Instrument-Agency(e2,e1) 10392 Message-Topic(e1,e2) 10393 Entity-Origin(e1,e2) 10394 Message-Topic(e1,e2) 10395 Message-Topic(e1,e2) 10396 Cause-Effect(e2,e1) 10397 Entity-Origin(e1,e2) 10398 Cause-Effect(e1,e2) 10399 Entity-Destination(e1,e2) 10400 Component-Whole(e2,e1) 10401 Member-Collection(e2,e1) 10402 Member-Collection(e1,e2) 10403 Entity-Origin(e1,e2) 10404 Member-Collection(e2,e1) 10405 Entity-Destination(e1,e2) 10406 Other 10407 Product-Producer(e2,e1) 10408 Member-Collection(e2,e1) 10409 Product-Producer(e1,e2) 10410 Product-Producer(e1,e2) 10411 Other 10412 Product-Producer(e2,e1) 10413 Entity-Destination(e1,e2) 10414 Message-Topic(e2,e1) 10415 Entity-Destination(e1,e2) 10416 Member-Collection(e2,e1) 10417 Cause-Effect(e2,e1) 10418 Entity-Destination(e1,e2) 10419 Other 10420 Other 10421 Entity-Destination(e1,e2) 10422 Message-Topic(e1,e2) 10423 Entity-Origin(e1,e2) 10424 Component-Whole(e1,e2) 10425 Cause-Effect(e2,e1) 10426 Cause-Effect(e2,e1) 10427 Other 10428 Component-Whole(e1,e2) 10429 Message-Topic(e1,e2) 10430 Component-Whole(e1,e2) 10431 Content-Container(e1,e2) 10432 Entity-Destination(e1,e2) 10433 Component-Whole(e1,e2) 10434 Other 10435 Component-Whole(e1,e2) 10436 Entity-Destination(e1,e2) 10437 Message-Topic(e1,e2) 10438 Member-Collection(e2,e1) 10439 Entity-Destination(e1,e2) 10440 Product-Producer(e1,e2) 10441 Component-Whole(e1,e2) 10442 Entity-Destination(e1,e2) 10443 Content-Container(e1,e2) 10444 Other 10445 Content-Container(e1,e2) 10446 Entity-Destination(e1,e2) 10447 Content-Container(e1,e2) 10448 Product-Producer(e1,e2) 10449 Member-Collection(e2,e1) 10450 Member-Collection(e2,e1) 10451 Component-Whole(e2,e1) 10452 Content-Container(e1,e2) 10453 Entity-Destination(e1,e2) 10454 Message-Topic(e1,e2) 10455 Product-Producer(e1,e2) 10456 Entity-Destination(e1,e2) 10457 Message-Topic(e1,e2) 10458 Message-Topic(e1,e2) 10459 Other 10460 Component-Whole(e2,e1) 10461 Product-Producer(e2,e1) 10462 Content-Container(e1,e2) 10463 Entity-Destination(e1,e2) 10464 Product-Producer(e2,e1) 10465 Message-Topic(e1,e2) 10466 Cause-Effect(e2,e1) 10467 Entity-Destination(e1,e2) 10468 Cause-Effect(e1,e2) 10469 Component-Whole(e2,e1) 10470 Content-Container(e1,e2) 10471 Entity-Origin(e1,e2) 10472 Message-Topic(e1,e2) 10473 Cause-Effect(e2,e1) 10474 Entity-Origin(e1,e2) 10475 Member-Collection(e2,e1) 10476 Content-Container(e1,e2) 10477 Entity-Destination(e1,e2) 10478 Entity-Destination(e1,e2) 10479 Entity-Origin(e1,e2) 10480 Entity-Origin(e1,e2) 10481 Cause-Effect(e2,e1) 10482 Product-Producer(e1,e2) 10483 Component-Whole(e1,e2) 10484 Component-Whole(e1,e2) 10485 Other 10486 Message-Topic(e1,e2) 10487 Other 10488 Content-Container(e1,e2) 10489 Component-Whole(e2,e1) 10490 Entity-Origin(e2,e1) 10491 Instrument-Agency(e2,e1) 10492 Other 10493 Cause-Effect(e1,e2) 10494 Cause-Effect(e2,e1) 10495 Content-Container(e2,e1) 10496 Product-Producer(e2,e1) 10497 Component-Whole(e2,e1) 10498 Content-Container(e2,e1) 10499 Other 10500 Cause-Effect(e2,e1) 10501 Cause-Effect(e2,e1) 10502 Other 10503 Component-Whole(e1,e2) 10504 Cause-Effect(e1,e2) 10505 Cause-Effect(e1,e2) 10506 Product-Producer(e2,e1) 10507 Entity-Origin(e2,e1) 10508 Product-Producer(e1,e2) 10509 Entity-Destination(e1,e2) 10510 Component-Whole(e1,e2) 10511 Product-Producer(e1,e2) 10512 Entity-Origin(e1,e2) 10513 Instrument-Agency(e2,e1) 10514 Entity-Origin(e1,e2) 10515 Member-Collection(e2,e1) 10516 Product-Producer(e2,e1) 10517 Other 10518 Message-Topic(e1,e2) 10519 Entity-Destination(e1,e2) 10520 Member-Collection(e2,e1) 10521 Content-Container(e1,e2) 10522 Instrument-Agency(e2,e1) 10523 Cause-Effect(e2,e1) 10524 Cause-Effect(e2,e1) 10525 Member-Collection(e2,e1) 10526 Component-Whole(e1,e2) 10527 Component-Whole(e2,e1) 10528 Cause-Effect(e2,e1) 10529 Instrument-Agency(e2,e1) 10530 Content-Container(e1,e2) 10531 Message-Topic(e2,e1) 10532 Entity-Origin(e1,e2) 10533 Other 10534 Component-Whole(e1,e2) 10535 Message-Topic(e1,e2) 10536 Component-Whole(e1,e2) 10537 Other 10538 Entity-Origin(e1,e2) 10539 Entity-Origin(e1,e2) 10540 Entity-Destination(e1,e2) 10541 Entity-Origin(e1,e2) 10542 Component-Whole(e1,e2) 10543 Entity-Origin(e1,e2) 10544 Cause-Effect(e1,e2) 10545 Cause-Effect(e2,e1) 10546 Other 10547 Entity-Destination(e1,e2) 10548 Member-Collection(e2,e1) 10549 Product-Producer(e1,e2) 10550 Instrument-Agency(e2,e1) 10551 Cause-Effect(e2,e1) 10552 Cause-Effect(e1,e2) 10553 Product-Producer(e2,e1) 10554 Instrument-Agency(e2,e1) 10555 Content-Container(e1,e2) 10556 Component-Whole(e2,e1) 10557 Entity-Destination(e1,e2) 10558 Message-Topic(e2,e1) 10559 Entity-Destination(e1,e2) 10560 Member-Collection(e2,e1) 10561 Cause-Effect(e2,e1) 10562 Cause-Effect(e2,e1) 10563 Instrument-Agency(e2,e1) 10564 Entity-Destination(e1,e2) 10565 Product-Producer(e1,e2) 10566 Entity-Destination(e1,e2) 10567 Member-Collection(e2,e1) 10568 Member-Collection(e2,e1) 10569 Product-Producer(e1,e2) 10570 Other 10571 Content-Container(e1,e2) 10572 Instrument-Agency(e2,e1) 10573 Entity-Origin(e1,e2) 10574 Component-Whole(e2,e1) 10575 Content-Container(e1,e2) 10576 Product-Producer(e2,e1) 10577 Cause-Effect(e1,e2) 10578 Cause-Effect(e2,e1) 10579 Content-Container(e1,e2) 10580 Member-Collection(e2,e1) 10581 Component-Whole(e2,e1) 10582 Member-Collection(e2,e1) 10583 Instrument-Agency(e2,e1) 10584 Cause-Effect(e1,e2) 10585 Product-Producer(e2,e1) 10586 Component-Whole(e1,e2) 10587 Entity-Origin(e2,e1) 10588 Member-Collection(e2,e1) 10589 Product-Producer(e2,e1) 10590 Entity-Destination(e1,e2) 10591 Component-Whole(e1,e2) 10592 Component-Whole(e1,e2) 10593 Entity-Origin(e1,e2) 10594 Entity-Origin(e1,e2) 10595 Other 10596 Message-Topic(e1,e2) 10597 Cause-Effect(e1,e2) 10598 Other 10599 Cause-Effect(e2,e1) 10600 Product-Producer(e1,e2) 10601 Product-Producer(e2,e1) 10602 Entity-Destination(e1,e2) 10603 Other 10604 Other 10605 Cause-Effect(e1,e2) 10606 Cause-Effect(e1,e2) 10607 Component-Whole(e2,e1) 10608 Entity-Origin(e1,e2) 10609 Message-Topic(e1,e2) 10610 Message-Topic(e2,e1) 10611 Entity-Destination(e1,e2) 10612 Other 10613 Entity-Destination(e1,e2) 10614 Cause-Effect(e2,e1) 10615 Other 10616 Message-Topic(e1,e2) 10617 Entity-Destination(e1,e2) 10618 Instrument-Agency(e2,e1) 10619 Entity-Origin(e1,e2) 10620 Cause-Effect(e1,e2) 10621 Other 10622 Cause-Effect(e1,e2) 10623 Entity-Origin(e1,e2) 10624 Entity-Destination(e1,e2) 10625 Member-Collection(e2,e1) 10626 Component-Whole(e2,e1) 10627 Cause-Effect(e2,e1) 10628 Message-Topic(e1,e2) 10629 Cause-Effect(e1,e2) 10630 Other 10631 Content-Container(e1,e2) 10632 Entity-Destination(e1,e2) 10633 Entity-Destination(e1,e2) 10634 Member-Collection(e2,e1) 10635 Content-Container(e1,e2) 10636 Content-Container(e1,e2) 10637 Cause-Effect(e2,e1) 10638 Other 10639 Cause-Effect(e2,e1) 10640 Component-Whole(e1,e2) 10641 Cause-Effect(e2,e1) 10642 Cause-Effect(e1,e2) 10643 Cause-Effect(e2,e1) 10644 Entity-Destination(e1,e2) 10645 Cause-Effect(e2,e1) 10646 Cause-Effect(e2,e1) 10647 Message-Topic(e2,e1) 10648 Product-Producer(e1,e2) 10649 Entity-Origin(e1,e2) 10650 Product-Producer(e1,e2) 10651 Member-Collection(e2,e1) 10652 Cause-Effect(e1,e2) 10653 Component-Whole(e1,e2) 10654 Other 10655 Content-Container(e1,e2) 10656 Entity-Origin(e1,e2) 10657 Component-Whole(e1,e2) 10658 Message-Topic(e1,e2) 10659 Member-Collection(e1,e2) 10660 Message-Topic(e1,e2) 10661 Member-Collection(e2,e1) 10662 Content-Container(e1,e2) 10663 Content-Container(e1,e2) 10664 Member-Collection(e2,e1) 10665 Component-Whole(e2,e1) 10666 Entity-Origin(e1,e2) 10667 Other 10668 Member-Collection(e2,e1) 10669 Message-Topic(e1,e2) 10670 Content-Container(e1,e2) 10671 Other 10672 Message-Topic(e1,e2) 10673 Product-Producer(e1,e2) 10674 Other 10675 Entity-Destination(e1,e2) 10676 Member-Collection(e2,e1) 10677 Message-Topic(e2,e1) 10678 Instrument-Agency(e1,e2) 10679 Product-Producer(e1,e2) 10680 Instrument-Agency(e2,e1) 10681 Entity-Destination(e1,e2) 10682 Other 10683 Entity-Destination(e1,e2) 10684 Entity-Origin(e1,e2) 10685 Product-Producer(e2,e1) 10686 Component-Whole(e1,e2) 10687 Other 10688 Entity-Destination(e1,e2) 10689 Entity-Origin(e1,e2) 10690 Entity-Origin(e1,e2) 10691 Entity-Origin(e1,e2) 10692 Cause-Effect(e1,e2) 10693 Content-Container(e1,e2) 10694 Entity-Destination(e1,e2) 10695 Other 10696 Instrument-Agency(e2,e1) 10697 Message-Topic(e1,e2) 10698 Cause-Effect(e1,e2) 10699 Message-Topic(e2,e1) 10700 Member-Collection(e2,e1) 10701 Entity-Destination(e1,e2) 10702 Product-Producer(e2,e1) 10703 Other 10704 Entity-Origin(e1,e2) 10705 Entity-Destination(e1,e2) 10706 Entity-Origin(e1,e2) 10707 Other 10708 Entity-Destination(e1,e2) 10709 Component-Whole(e1,e2) 10710 Member-Collection(e2,e1) 10711 Entity-Origin(e1,e2) 10712 Entity-Origin(e1,e2) 10713 Instrument-Agency(e2,e1) 10714 Product-Producer(e1,e2) 10715 Component-Whole(e2,e1) 10716 Product-Producer(e1,e2) 10717 Entity-Destination(e1,e2) ================================================ FILE: semeval/semeval2010_task8_format_checker.pl ================================================ #!/usr/bin/perl -w # # # Author: Preslav Nakov # nakov@comp.nus.edu.sg # National University of Singapore # # WHAT: This is an official output file format checker for SemEval-2010 Task #8. # # Use: # semeval2010_task8_format_checker.pl # # Examples: # semeval2010_task8_format_checker.pl proposed_answer1.txt # semeval2010_task8_format_checker.pl proposed_answer2.txt # semeval2010_task8_format_checker.pl proposed_answer3.txt # semeval2010_task8_format_checker.pl proposed_answer4.txt # # In the examples above, the first three files are OK, while the last one contains four errors. # And answer_key2.txt contains the true labels for the *training* dataset. # # Description: # The scorer takes as input a proposed classification file, # which should contain one prediction per line in the format " " # with a TAB as a separator, e.g., # 1 Component-Whole(e2,e1) # 2 Other # 3 Instrument-Agency(e2,e1) # ... # The file does not have to be sorted in any way. # Repetitions of IDs are not allowed. # # In case of problems, the checker outputs the problemtic line and its number. # Finally, the total number of problems found is reported # or a message is output saying that the file format is OK. # # Participants are expected to check their output using this checker before submission. # # Last modified: March 10, 2010 # # use strict; ############### ### I/O ### ############### if ($#ARGV != 0) { die "Usage:\nsemeval2010_task8_format_checker.pl \n"; } my $INPUT_FILE_NAME = $ARGV[0]; ################ ### MAIN ### ################ my %ids = (); my $errCnt = 0; open(INPUT, $INPUT_FILE_NAME) or die "Failed to open $INPUT_FILE_NAME for text reading.\n"; for (my $lineNo = 1; ; $lineNo++) { my ($id, $label) = &getIDandLabel($_); if ($id < 0) { s/[\n\r]*$//; print "Bad file format on line $lineNo: '$_'\n"; $errCnt++; } elsif (defined $ids{$id}) { s/[\n\r]*$//; print "Bad file format on line $lineNo (ID $id is already defined): '$_'\n"; $errCnt++; } $ids{$id}++; } close(INPUT) or die "Failed to close $INPUT_FILE_NAME.\n"; if (0 == $errCnt) { print "\n<<< The file format is OK.\n"; } else { print "\n<<< The format is INCORRECT: $errCnt problematic line(s) found!\n"; } ################ ### SUBS ### ################ sub getIDandLabel() { my $line = shift; return (-1,()) if ($line !~ /^([0-9]+)\t([^\r]+)\r?\n$/); my ($id, $label) = ($1, $2); return ($id, '_Other') if ($label eq 'Other'); return ($id, $label) if (($label eq 'Cause-Effect(e1,e2)') || ($label eq 'Cause-Effect(e2,e1)') || ($label eq 'Component-Whole(e1,e2)') || ($label eq 'Component-Whole(e2,e1)') || ($label eq 'Content-Container(e1,e2)') || ($label eq 'Content-Container(e2,e1)') || ($label eq 'Entity-Destination(e1,e2)') || ($label eq 'Entity-Destination(e2,e1)') || ($label eq 'Entity-Origin(e1,e2)') || ($label eq 'Entity-Origin(e2,e1)') || ($label eq 'Instrument-Agency(e1,e2)') || ($label eq 'Instrument-Agency(e2,e1)') || ($label eq 'Member-Collection(e1,e2)') || ($label eq 'Member-Collection(e2,e1)') || ($label eq 'Message-Topic(e1,e2)') || ($label eq 'Message-Topic(e2,e1)') || ($label eq 'Product-Producer(e1,e2)') || ($label eq 'Product-Producer(e2,e1)')); return (-1, ()); } ================================================ FILE: semeval/semeval2010_task8_scorer-v1.2.pl ================================================ #!/usr/bin/perl -w # # # Author: Preslav Nakov # nakov@comp.nus.edu.sg # National University of Singapore # # WHAT: This is the official scorer for SemEval-2010 Task #8. # # # Last modified: March 22, 2010 # # Current version: 1.2 # # Revision history: # - Version 1.2 (fixed a bug in the precision for the scoring of (iii)) # - Version 1.1 (fixed a bug in the calculation of accuracy) # # # Use: # semeval2010_task8_scorer-v1.1.pl # # Example2: # semeval2010_task8_scorer-v1.1.pl proposed_answer1.txt answer_key1.txt > result_scores1.txt # semeval2010_task8_scorer-v1.1.pl proposed_answer2.txt answer_key2.txt > result_scores2.txt # semeval2010_task8_scorer-v1.1.pl proposed_answer3.txt answer_key3.txt > result_scores3.txt # # Description: # The scorer takes as input a proposed classification file and an answer key file. # Both files should contain one prediction per line in the format " " # with a TAB as a separator, e.g., # 1 Component-Whole(e2,e1) # 2 Other # 3 Instrument-Agency(e2,e1) # ... # The files do not have to be sorted in any way and the first file can have predictions # for a subset of the IDs in the second file only, e.g., because hard examples have been skipped. # Repetitions of IDs are not allowed in either of the files. # # The scorer calculates and outputs the following statistics: # (1) confusion matrix, which shows # - the sums for each row/column: -SUM- # - the number of skipped examples: skip # - the number of examples with correct relation, but wrong directionality: xDIRx # - the number of examples in the answer key file: ACTUAL ( = -SUM- + skip + xDIRx ) # (2) accuracy and coverage # (3) precision (P), recall (R), and F1-score for each relation # (4) micro-averaged P, R, F1, where the calculations ignore the Other category. # (5) macro-averaged P, R, F1, where the calculations ignore the Other category. # # Note that in scores (4) and (5), skipped examples are equivalent to those classified as Other. # So are examples classified as relations that do not exist in the key file (which is probably not optimal). # # The scoring is done three times: # (i) as a (2*9+1)-way classification # (ii) as a (9+1)-way classification, with directionality ignored # (iii) as a (9+1)-way classification, with directionality taken into account. # # The official score is the macro-averaged F1-score for (iii). # use strict; ############### ### I/O ### ############### if ($#ARGV != 1) { die "Usage:\nsemeval2010_task8_scorer.pl \n"; } my $PROPOSED_ANSWERS_FILE_NAME = $ARGV[0]; my $ANSWER_KEYS_FILE_NAME = $ARGV[1]; ################ ### MAIN ### ################ my (%confMatrix19way, %confMatrix10wayNoDir, %confMatrix10wayWithDir) = (); my (%idsProposed, %idsAnswer) = (); my (%allLabels19waylAnswer, %allLabels10wayAnswer) = (); my (%allLabels19wayProposed, %allLabels10wayNoDirProposed, %allLabels10wayWithDirProposed) = (); ### 1. Read the file contents my $totalProposed = &readFileIntoHash($PROPOSED_ANSWERS_FILE_NAME, \%idsProposed); my $totalAnswer = &readFileIntoHash($ANSWER_KEYS_FILE_NAME, \%idsAnswer); ### 2. Calculate the confusion matrices foreach my $id (keys %idsProposed) { ### 2.1. Unexpected IDs are not allowed die "File $PROPOSED_ANSWERS_FILE_NAME contains a bad ID: '$id'" if (!defined($idsAnswer{$id})); ### 2.2. Update the 19-way confusion matrix my $labelProposed = $idsProposed{$id}; my $labelAnswer = $idsAnswer{$id}; $confMatrix19way{$labelProposed}{$labelAnswer}++; $allLabels19wayProposed{$labelProposed}++; ### 2.3. Update the 10-way confusion matrix *without* direction my $labelProposedNoDir = $labelProposed; my $labelAnswerNoDir = $labelAnswer; $labelProposedNoDir =~ s/\(e[12],e[12]\)[\n\r]*$//; $labelAnswerNoDir =~ s/\(e[12],e[12]\)[\n\r]*$//; $confMatrix10wayNoDir{$labelProposedNoDir}{$labelAnswerNoDir}++; $allLabels10wayNoDirProposed{$labelProposedNoDir}++; ### 2.4. Update the 10-way confusion matrix *with* direction if ($labelProposed eq $labelAnswer) { ## both relation and direction match $confMatrix10wayWithDir{$labelProposedNoDir}{$labelAnswerNoDir}++; $allLabels10wayWithDirProposed{$labelProposedNoDir}++; } elsif ($labelProposedNoDir eq $labelAnswerNoDir) { ## the relations match, but the direction is wrong $confMatrix10wayWithDir{'WRONG_DIR'}{$labelAnswerNoDir}++; $allLabels10wayWithDirProposed{'WRONG_DIR'}++; } else { ### Wrong relation $confMatrix10wayWithDir{$labelProposedNoDir}{$labelAnswerNoDir}++; $allLabels10wayWithDirProposed{$labelProposedNoDir}++; } } ### 3. Calculate the ground truth distributions foreach my $id (keys %idsAnswer) { ### 3.1. Update the 19-way answer distribution my $labelAnswer = $idsAnswer{$id}; $allLabels19waylAnswer{$labelAnswer}++; ### 3.2. Update the 10-way answer distribution my $labelAnswerNoDir = $labelAnswer; $labelAnswerNoDir =~ s/\(e[12],e[12]\)[\n\r]*$//; $allLabels10wayAnswer{$labelAnswerNoDir}++; } ### 4. Check for proposed classes that are not contained in the answer key file: this may happen in cross-validation foreach my $labelProposed (sort keys %allLabels19wayProposed) { if (!defined($allLabels19waylAnswer{$labelProposed})) { print "!!!WARNING!!! The proposed file contains $allLabels19wayProposed{$labelProposed} label(s) of type '$labelProposed', which is NOT present in the key file.\n\n"; } } ### 4. 19-way evaluation with directionality print "<<< (2*9+1)-WAY EVALUATION (USING DIRECTIONALITY)>>>:\n\n"; &evaluate(\%confMatrix19way, \%allLabels19wayProposed, \%allLabels19waylAnswer, $totalProposed, $totalAnswer, 0); ### 5. Evaluate without directionality print "<<< (9+1)-WAY EVALUATION IGNORING DIRECTIONALITY >>>:\n\n"; &evaluate(\%confMatrix10wayNoDir, \%allLabels10wayNoDirProposed, \%allLabels10wayAnswer, $totalProposed, $totalAnswer, 0); ### 6. Evaluate without directionality print "<<< (9+1)-WAY EVALUATION TAKING DIRECTIONALITY INTO ACCOUNT -- OFFICIAL >>>:\n\n"; my $officialScore = &evaluate(\%confMatrix10wayWithDir, \%allLabels10wayWithDirProposed, \%allLabels10wayAnswer, $totalProposed, $totalAnswer, 1); ### 7. Output the official score printf "<<< The official score is (9+1)-way evaluation with directionality taken into account: macro-averaged F1 = %0.2f%s >>>\n", $officialScore, '%'; ################ ### SUBS ### ################ sub getIDandLabel() { my $line = shift; return (-1,()) if ($line !~ /^([0-9]+)\t([^\r]+)\r?\n$/); my ($id, $label) = ($1, $2); return ($id, '_Other') if ($label eq 'Other'); return ($id, $label) if (($label eq 'Cause-Effect(e1,e2)') || ($label eq 'Cause-Effect(e2,e1)') || ($label eq 'Component-Whole(e1,e2)') || ($label eq 'Component-Whole(e2,e1)') || ($label eq 'Content-Container(e1,e2)') || ($label eq 'Content-Container(e2,e1)') || ($label eq 'Entity-Destination(e1,e2)') || ($label eq 'Entity-Destination(e2,e1)') || ($label eq 'Entity-Origin(e1,e2)') || ($label eq 'Entity-Origin(e2,e1)') || ($label eq 'Instrument-Agency(e1,e2)') || ($label eq 'Instrument-Agency(e2,e1)') || ($label eq 'Member-Collection(e1,e2)') || ($label eq 'Member-Collection(e2,e1)') || ($label eq 'Message-Topic(e1,e2)') || ($label eq 'Message-Topic(e2,e1)') || ($label eq 'Product-Producer(e1,e2)') || ($label eq 'Product-Producer(e2,e1)')); return (-1, ()); } sub readFileIntoHash() { my ($fname, $ids) = @_; open(INPUT, $fname) or die "Failed to open $fname for text reading.\n"; my $lineNo = 0; while () { $lineNo++; my ($id, $label) = &getIDandLabel($_); die "Bad file format on line $lineNo: '$_'\n" if ($id < 0); if (defined $$ids{$id}) { s/[\n\r]*$//; die "Bad file format on line $lineNo (ID $id is already defined): '$_'\n"; } $$ids{$id} = $label; } close(INPUT) or die "Failed to close $fname.\n"; return $lineNo; } sub evaluate() { my ($confMatrix, $allLabelsProposed, $allLabelsAnswer, $totalProposed, $totalAnswer, $useWrongDir) = @_; ### 0. Create a merged list for the confusion matrix my @allLabels = (); &mergeLabelLists($allLabelsAnswer, $allLabelsProposed, \@allLabels); ### 1. Print the confusion matrix heading print "Confusion matrix:\n"; print " "; foreach my $label (@allLabels) { printf " %4s", &getShortRelName($label, $allLabelsAnswer); } print " <-- classified as\n"; print " +"; foreach my $label (@allLabels) { print "-----"; } if ($useWrongDir) { print "+ -SUM- xDIRx skip ACTUAL\n"; } else { print "+ -SUM- skip ACTUAL\n"; } ### 2. Print the rest of the confusion matrix my $freqCorrect = 0; my $ind = 1; my $otherSkipped = 0; foreach my $labelAnswer (sort keys %{$allLabelsAnswer}) { ### 2.1. Output the short relation label printf " %4s |", &getShortRelName($labelAnswer, $allLabelsAnswer); ### 2.2. Output a row of the confusion matrix my $sumProposed = 0; foreach my $labelProposed (@allLabels) { $$confMatrix{$labelProposed}{$labelAnswer} = 0 if (!defined($$confMatrix{$labelProposed}{$labelAnswer})); printf "%4d ", $$confMatrix{$labelProposed}{$labelAnswer}; $sumProposed += $$confMatrix{$labelProposed}{$labelAnswer}; } ### 2.3. Output the horizontal sums if ($useWrongDir) { my $ans = defined($$allLabelsAnswer{$labelAnswer}) ? $$allLabelsAnswer{$labelAnswer} : 0; $$confMatrix{'WRONG_DIR'}{$labelAnswer} = 0 if (!defined $$confMatrix{'WRONG_DIR'}{$labelAnswer}); printf "| %4d %4d %4d %6d\n", $sumProposed, $$confMatrix{'WRONG_DIR'}{$labelAnswer}, $ans - $sumProposed - $$confMatrix{'WRONG_DIR'}{$labelAnswer}, $ans; if ($labelAnswer eq '_Other') { $otherSkipped = $ans - $sumProposed - $$confMatrix{'WRONG_DIR'}{$labelAnswer}; } } else { my $ans = defined($$allLabelsAnswer{$labelAnswer}) ? $$allLabelsAnswer{$labelAnswer} : 0; printf "| %4d %4d %4d\n", $sumProposed, $ans - $sumProposed, $ans; if ($labelAnswer eq '_Other') { $otherSkipped = $ans - $sumProposed; } } $ind++; $$confMatrix{$labelAnswer}{$labelAnswer} = 0 if (!defined($$confMatrix{$labelAnswer}{$labelAnswer})); $freqCorrect += $$confMatrix{$labelAnswer}{$labelAnswer}; } print " +"; foreach (@allLabels) { print "-----"; } print "+\n"; ### 3. Print the vertical sums print " -SUM- "; foreach my $labelProposed (@allLabels) { $$allLabelsProposed{$labelProposed} = 0 if (!defined $$allLabelsProposed{$labelProposed}); printf "%4d ", $$allLabelsProposed{$labelProposed}; } if ($useWrongDir) { printf " %4d %4d %4d %6d\n\n", $totalProposed - $$allLabelsProposed{'WRONG_DIR'}, $$allLabelsProposed{'WRONG_DIR'}, $totalAnswer - $totalProposed, $totalAnswer; } else { printf " %4d %4d %4d\n\n", $totalProposed, $totalAnswer - $totalProposed, $totalAnswer; } ### 4. Output the coverage my $coverage = 100.0 * $totalProposed / $totalAnswer; printf "%s%d%s%d%s%5.2f%s", 'Coverage = ', $totalProposed, '/', $totalAnswer, ' = ', $coverage, "\%\n"; ### 5. Output the accuracy my $accuracy = 100.0 * $freqCorrect / $totalProposed; printf "%s%d%s%d%s%5.2f%s", 'Accuracy (calculated for the above confusion matrix) = ', $freqCorrect, '/', $totalProposed, ' = ', $accuracy, "\%\n"; ### 6. Output the accuracy considering all skipped to be wrong $accuracy = 100.0 * $freqCorrect / $totalAnswer; printf "%s%d%s%d%s%5.2f%s", 'Accuracy (considering all skipped examples as Wrong) = ', $freqCorrect, '/', $totalAnswer, ' = ', $accuracy, "\%\n"; ### 7. Calculate accuracy with all skipped examples considered Other my $accuracyWithOther = 100.0 * ($freqCorrect + $otherSkipped) / $totalAnswer; printf "%s%d%s%d%s%5.2f%s", 'Accuracy (considering all skipped examples as Other) = ', ($freqCorrect + $otherSkipped), '/', $totalAnswer, ' = ', $accuracyWithOther, "\%\n"; ### 8. Output P, R, F1 for each relation my ($macroP, $macroR, $macroF1) = (0, 0, 0); my ($microCorrect, $microProposed, $microAnswer) = (0, 0, 0); print "\nResults for the individual relations:\n"; foreach my $labelAnswer (sort keys %{$allLabelsAnswer}) { ### 8.1. Consider all wrong directionalities as wrong classification decisions my $wrongDirectionCnt = 0; if ($useWrongDir && defined $$confMatrix{'WRONG_DIR'}{$labelAnswer}) { $wrongDirectionCnt = $$confMatrix{'WRONG_DIR'}{$labelAnswer}; } ### 8.2. Prevent Perl complains about unintialized values if (!defined($$allLabelsProposed{$labelAnswer})) { $$allLabelsProposed{$labelAnswer} = 0; } ### 8.3. Calculate P/R/F1 my $P = (0 == $$allLabelsProposed{$labelAnswer}) ? 0 : 100.0 * $$confMatrix{$labelAnswer}{$labelAnswer} / ($$allLabelsProposed{$labelAnswer} + $wrongDirectionCnt); my $R = (0 == $$allLabelsAnswer{$labelAnswer}) ? 0 : 100.0 * $$confMatrix{$labelAnswer}{$labelAnswer} / $$allLabelsAnswer{$labelAnswer}; my $F1 = (0 == $P + $R) ? 0 : 2 * $P * $R / ($P + $R); ### 8.4. Output P/R/F1 if ($useWrongDir) { printf "%25s%s%4d%s(%4d +%4d)%s%6.2f", $labelAnswer, " : P = ", $$confMatrix{$labelAnswer}{$labelAnswer}, '/', $$allLabelsProposed{$labelAnswer}, $wrongDirectionCnt, ' = ', $P; } else { printf "%25s%s%4d%s%4d%s%6.2f", $labelAnswer, " : P = ", $$confMatrix{$labelAnswer}{$labelAnswer}, '/', ($$allLabelsProposed{$labelAnswer} + $wrongDirectionCnt), ' = ', $P; } printf"%s%4d%s%4d%s%6.2f%s%6.2f%s\n", "% R = ", $$confMatrix{$labelAnswer}{$labelAnswer}, '/', $$allLabelsAnswer{$labelAnswer}, ' = ', $R, "% F1 = ", $F1, '%'; ### 8.5. Accumulate statistics for micro/macro-averaging if ($labelAnswer ne '_Other') { $macroP += $P; $macroR += $R; $macroF1 += $F1; $microCorrect += $$confMatrix{$labelAnswer}{$labelAnswer}; $microProposed += $$allLabelsProposed{$labelAnswer} + $wrongDirectionCnt; $microAnswer += $$allLabelsAnswer{$labelAnswer}; } } ### 9. Output the micro-averaged P, R, F1 my $microP = (0 == $microProposed) ? 0 : 100.0 * $microCorrect / $microProposed; my $microR = (0 == $microAnswer) ? 0 : 100.0 * $microCorrect / $microAnswer; my $microF1 = (0 == $microP + $microR) ? 0 : 2.0 * $microP * $microR / ($microP + $microR); print "\nMicro-averaged result (excluding Other):\n"; printf "%s%4d%s%4d%s%6.2f%s%4d%s%4d%s%6.2f%s%6.2f%s\n", "P = ", $microCorrect, '/', $microProposed, ' = ', $microP, "% R = ", $microCorrect, '/', $microAnswer, ' = ', $microR, "% F1 = ", $microF1, '%'; ### 10. Output the macro-averaged P, R, F1 my $distinctLabelsCnt = keys %{$allLabelsAnswer}; ## -1, if '_Other' exists $distinctLabelsCnt-- if (defined $$allLabelsAnswer{'_Other'}); $macroP /= $distinctLabelsCnt; # first divide by the number of non-Other categories $macroR /= $distinctLabelsCnt; $macroF1 /= $distinctLabelsCnt; print "\nMACRO-averaged result (excluding Other):\n"; printf "%s%6.2f%s%6.2f%s%6.2f%s\n\n\n\n", "P = ", $macroP, "%\tR = ", $macroR, "%\tF1 = ", $macroF1, '%'; ### 11. Return the official score return $macroF1; } sub getShortRelName() { my ($relName, $hashToCheck) = @_; return '_O_' if ($relName eq '_Other'); die "relName='$relName'" if ($relName !~ /^(.)[^\-]+\-(.)/); my $result = (defined $$hashToCheck{$relName}) ? "$1\-$2" : "*$1$2"; if ($relName =~ /\(e([12])/) { $result .= $1; } return $result; } sub mergeLabelLists() { my ($hash1, $hash2, $mergedList) = @_; foreach my $key (sort keys %{$hash1}) { push @{$mergedList}, $key if ($key ne 'WRONG_DIR'); } foreach my $key (sort keys %{$hash2}) { push @{$mergedList}, $key if (($key ne 'WRONG_DIR') && !defined($$hash1{$key})); } } ================================================ FILE: semeval/test.sh ================================================ #!/bin/bash python convert_to_rel.py ./semeval2010_task8_scorer-v1.2.pl sem_res.txt test_keys.txt > res.txt echo "the results save in res.txt" ================================================ FILE: semeval/test_keys.txt ================================================ 8001 Message-Topic(e1,e2) 8002 Product-Producer(e2,e1) 8003 Instrument-Agency(e2,e1) 8004 Entity-Destination(e1,e2) 8005 Cause-Effect(e2,e1) 8006 Component-Whole(e1,e2) 8007 Product-Producer(e1,e2) 8008 Member-Collection(e2,e1) 8009 Component-Whole(e1,e2) 8010 Message-Topic(e1,e2) 8011 Entity-Destination(e1,e2) 8012 Other 8013 Entity-Destination(e1,e2) 8014 Product-Producer(e1,e2) 8015 Entity-Origin(e1,e2) 8016 Entity-Origin(e1,e2) 8017 Entity-Destination(e1,e2) 8018 Other 8019 Member-Collection(e2,e1) 8020 Product-Producer(e1,e2) 8021 Message-Topic(e1,e2) 8022 Content-Container(e1,e2) 8023 Product-Producer(e1,e2) 8024 Other 8025 Entity-Origin(e2,e1) 8026 Product-Producer(e1,e2) 8027 Cause-Effect(e2,e1) 8028 Other 8029 Other 8030 Entity-Origin(e1,e2) 8031 Cause-Effect(e1,e2) 8032 Message-Topic(e1,e2) 8033 Component-Whole(e1,e2) 8034 Product-Producer(e1,e2) 8035 Component-Whole(e1,e2) 8036 Component-Whole(e2,e1) 8037 Member-Collection(e2,e1) 8038 Content-Container(e2,e1) 8039 Member-Collection(e2,e1) 8040 Product-Producer(e1,e2) 8041 Cause-Effect(e1,e2) 8042 Component-Whole(e2,e1) 8043 Cause-Effect(e1,e2) 8044 Entity-Destination(e1,e2) 8045 Entity-Origin(e1,e2) 8046 Content-Container(e1,e2) 8047 Other 8048 Entity-Destination(e1,e2) 8049 Message-Topic(e1,e2) 8050 Other 8051 Entity-Destination(e1,e2) 8052 Other 8053 Member-Collection(e2,e1) 8054 Other 8055 Cause-Effect(e1,e2) 8056 Entity-Origin(e1,e2) 8057 Other 8058 Cause-Effect(e1,e2) 8059 Other 8060 Component-Whole(e2,e1) 8061 Entity-Origin(e2,e1) 8062 Product-Producer(e1,e2) 8063 Instrument-Agency(e2,e1) 8064 Component-Whole(e1,e2) 8065 Entity-Destination(e1,e2) 8066 Product-Producer(e2,e1) 8067 Other 8068 Other 8069 Message-Topic(e1,e2) 8070 Product-Producer(e1,e2) 8071 Other 8072 Entity-Origin(e1,e2) 8073 Cause-Effect(e2,e1) 8074 Entity-Origin(e1,e2) 8075 Other 8076 Product-Producer(e1,e2) 8077 Other 8078 Instrument-Agency(e2,e1) 8079 Entity-Destination(e1,e2) 8080 Product-Producer(e2,e1) 8081 Component-Whole(e1,e2) 8082 Component-Whole(e1,e2) 8083 Cause-Effect(e1,e2) 8084 Component-Whole(e1,e2) 8085 Message-Topic(e1,e2) 8086 Instrument-Agency(e2,e1) 8087 Message-Topic(e1,e2) 8088 Product-Producer(e2,e1) 8089 Entity-Origin(e2,e1) 8090 Message-Topic(e1,e2) 8091 Entity-Origin(e1,e2) 8092 Other 8093 Component-Whole(e1,e2) 8094 Component-Whole(e1,e2) 8095 Other 8096 Entity-Destination(e1,e2) 8097 Message-Topic(e1,e2) 8098 Component-Whole(e1,e2) 8099 Entity-Destination(e1,e2) 8100 Message-Topic(e1,e2) 8101 Message-Topic(e1,e2) 8102 Component-Whole(e2,e1) 8103 Entity-Origin(e1,e2) 8104 Message-Topic(e1,e2) 8105 Cause-Effect(e2,e1) 8106 Other 8107 Cause-Effect(e2,e1) 8108 Cause-Effect(e1,e2) 8109 Component-Whole(e2,e1) 8110 Member-Collection(e2,e1) 8111 Other 8112 Content-Container(e1,e2) 8113 Other 8114 Product-Producer(e2,e1) 8115 Other 8116 Cause-Effect(e2,e1) 8117 Product-Producer(e1,e2) 8118 Cause-Effect(e1,e2) 8119 Member-Collection(e2,e1) 8120 Component-Whole(e2,e1) 8121 Entity-Destination(e1,e2) 8122 Instrument-Agency(e2,e1) 8123 Other 8124 Other 8125 Message-Topic(e1,e2) 8126 Entity-Origin(e2,e1) 8127 Entity-Origin(e2,e1) 8128 Other 8129 Component-Whole(e2,e1) 8130 Content-Container(e1,e2) 8131 Instrument-Agency(e1,e2) 8132 Message-Topic(e1,e2) 8133 Component-Whole(e1,e2) 8134 Other 8135 Content-Container(e1,e2) 8136 Instrument-Agency(e2,e1) 8137 Component-Whole(e1,e2) 8138 Member-Collection(e2,e1) 8139 Entity-Origin(e1,e2) 8140 Member-Collection(e2,e1) 8141 Instrument-Agency(e2,e1) 8142 Entity-Origin(e1,e2) 8143 Other 8144 Entity-Origin(e1,e2) 8145 Member-Collection(e2,e1) 8146 Instrument-Agency(e2,e1) 8147 Content-Container(e1,e2) 8148 Message-Topic(e2,e1) 8149 Other 8150 Product-Producer(e2,e1) 8151 Product-Producer(e1,e2) 8152 Member-Collection(e2,e1) 8153 Member-Collection(e2,e1) 8154 Message-Topic(e1,e2) 8155 Message-Topic(e1,e2) 8156 Product-Producer(e2,e1) 8157 Other 8158 Component-Whole(e1,e2) 8159 Cause-Effect(e1,e2) 8160 Message-Topic(e2,e1) 8161 Message-Topic(e1,e2) 8162 Entity-Origin(e1,e2) 8163 Entity-Origin(e1,e2) 8164 Product-Producer(e2,e1) 8165 Entity-Destination(e1,e2) 8166 Content-Container(e1,e2) 8167 Member-Collection(e2,e1) 8168 Component-Whole(e2,e1) 8169 Entity-Origin(e1,e2) 8170 Instrument-Agency(e2,e1) 8171 Entity-Destination(e1,e2) 8172 Member-Collection(e1,e2) 8173 Other 8174 Other 8175 Cause-Effect(e2,e1) 8176 Product-Producer(e1,e2) 8177 Entity-Destination(e1,e2) 8178 Entity-Origin(e1,e2) 8179 Instrument-Agency(e2,e1) 8180 Message-Topic(e1,e2) 8181 Entity-Destination(e1,e2) 8182 Content-Container(e1,e2) 8183 Other 8184 Product-Producer(e2,e1) 8185 Other 8186 Member-Collection(e2,e1) 8187 Entity-Destination(e1,e2) 8188 Product-Producer(e1,e2) 8189 Message-Topic(e2,e1) 8190 Instrument-Agency(e2,e1) 8191 Cause-Effect(e1,e2) 8192 Other 8193 Message-Topic(e1,e2) 8194 Component-Whole(e2,e1) 8195 Message-Topic(e2,e1) 8196 Other 8197 Entity-Origin(e2,e1) 8198 Entity-Destination(e1,e2) 8199 Entity-Destination(e1,e2) 8200 Product-Producer(e1,e2) 8201 Component-Whole(e1,e2) 8202 Content-Container(e1,e2) 8203 Other 8204 Cause-Effect(e2,e1) 8205 Entity-Destination(e1,e2) 8206 Component-Whole(e1,e2) 8207 Component-Whole(e2,e1) 8208 Content-Container(e2,e1) 8209 Member-Collection(e2,e1) 8210 Member-Collection(e2,e1) 8211 Component-Whole(e1,e2) 8212 Entity-Origin(e1,e2) 8213 Content-Container(e1,e2) 8214 Instrument-Agency(e2,e1) 8215 Entity-Origin(e2,e1) 8216 Content-Container(e2,e1) 8217 Content-Container(e1,e2) 8218 Other 8219 Cause-Effect(e2,e1) 8220 Message-Topic(e1,e2) 8221 Content-Container(e1,e2) 8222 Entity-Origin(e1,e2) 8223 Message-Topic(e1,e2) 8224 Message-Topic(e2,e1) 8225 Other 8226 Other 8227 Content-Container(e1,e2) 8228 Member-Collection(e2,e1) 8229 Product-Producer(e1,e2) 8230 Other 8231 Entity-Origin(e1,e2) 8232 Component-Whole(e2,e1) 8233 Message-Topic(e1,e2) 8234 Cause-Effect(e2,e1) 8235 Component-Whole(e1,e2) 8236 Cause-Effect(e2,e1) 8237 Other 8238 Component-Whole(e1,e2) 8239 Cause-Effect(e1,e2) 8240 Cause-Effect(e1,e2) 8241 Product-Producer(e1,e2) 8242 Entity-Destination(e1,e2) 8243 Component-Whole(e1,e2) 8244 Other 8245 Other 8246 Product-Producer(e2,e1) 8247 Content-Container(e1,e2) 8248 Component-Whole(e1,e2) 8249 Entity-Origin(e1,e2) 8250 Entity-Destination(e1,e2) 8251 Component-Whole(e1,e2) 8252 Entity-Origin(e1,e2) 8253 Cause-Effect(e1,e2) 8254 Component-Whole(e1,e2) 8255 Other 8256 Other 8257 Cause-Effect(e2,e1) 8258 Product-Producer(e1,e2) 8259 Component-Whole(e2,e1) 8260 Instrument-Agency(e2,e1) 8261 Message-Topic(e1,e2) 8262 Entity-Destination(e1,e2) 8263 Entity-Origin(e2,e1) 8264 Message-Topic(e2,e1) 8265 Cause-Effect(e2,e1) 8266 Entity-Destination(e1,e2) 8267 Message-Topic(e1,e2) 8268 Component-Whole(e2,e1) 8269 Other 8270 Entity-Destination(e1,e2) 8271 Other 8272 Other 8273 Message-Topic(e2,e1) 8274 Member-Collection(e2,e1) 8275 Other 8276 Entity-Destination(e1,e2) 8277 Message-Topic(e1,e2) 8278 Instrument-Agency(e2,e1) 8279 Product-Producer(e2,e1) 8280 Product-Producer(e1,e2) 8281 Member-Collection(e1,e2) 8282 Entity-Destination(e1,e2) 8283 Member-Collection(e2,e1) 8284 Other 8285 Message-Topic(e1,e2) 8286 Content-Container(e1,e2) 8287 Member-Collection(e2,e1) 8288 Cause-Effect(e2,e1) 8289 Other 8290 Message-Topic(e1,e2) 8291 Content-Container(e1,e2) 8292 Message-Topic(e1,e2) 8293 Component-Whole(e1,e2) 8294 Other 8295 Entity-Origin(e1,e2) 8296 Entity-Origin(e1,e2) 8297 Entity-Destination(e1,e2) 8298 Entity-Destination(e1,e2) 8299 Entity-Destination(e1,e2) 8300 Product-Producer(e2,e1) 8301 Other 8302 Instrument-Agency(e2,e1) 8303 Component-Whole(e2,e1) 8304 Other 8305 Product-Producer(e2,e1) 8306 Message-Topic(e1,e2) 8307 Product-Producer(e1,e2) 8308 Other 8309 Message-Topic(e1,e2) 8310 Product-Producer(e2,e1) 8311 Other 8312 Cause-Effect(e2,e1) 8313 Message-Topic(e1,e2) 8314 Product-Producer(e1,e2) 8315 Message-Topic(e2,e1) 8316 Member-Collection(e2,e1) 8317 Content-Container(e1,e2) 8318 Content-Container(e1,e2) 8319 Entity-Destination(e1,e2) 8320 Instrument-Agency(e2,e1) 8321 Entity-Destination(e1,e2) 8322 Member-Collection(e2,e1) 8323 Member-Collection(e1,e2) 8324 Entity-Destination(e1,e2) 8325 Content-Container(e2,e1) 8326 Other 8327 Message-Topic(e2,e1) 8328 Message-Topic(e1,e2) 8329 Message-Topic(e1,e2) 8330 Product-Producer(e1,e2) 8331 Member-Collection(e2,e1) 8332 Message-Topic(e1,e2) 8333 Message-Topic(e2,e1) 8334 Cause-Effect(e2,e1) 8335 Member-Collection(e2,e1) 8336 Other 8337 Other 8338 Message-Topic(e1,e2) 8339 Other 8340 Content-Container(e1,e2) 8341 Message-Topic(e1,e2) 8342 Other 8343 Instrument-Agency(e2,e1) 8344 Entity-Destination(e1,e2) 8345 Content-Container(e1,e2) 8346 Content-Container(e2,e1) 8347 Other 8348 Other 8349 Member-Collection(e2,e1) 8350 Component-Whole(e2,e1) 8351 Content-Container(e1,e2) 8352 Member-Collection(e2,e1) 8353 Message-Topic(e1,e2) 8354 Message-Topic(e2,e1) 8355 Content-Container(e1,e2) 8356 Other 8357 Cause-Effect(e1,e2) 8358 Instrument-Agency(e2,e1) 8359 Member-Collection(e2,e1) 8360 Component-Whole(e2,e1) 8361 Cause-Effect(e2,e1) 8362 Other 8363 Entity-Origin(e1,e2) 8364 Instrument-Agency(e2,e1) 8365 Product-Producer(e1,e2) 8366 Message-Topic(e1,e2) 8367 Entity-Destination(e1,e2) 8368 Entity-Destination(e1,e2) 8369 Member-Collection(e1,e2) 8370 Other 8371 Component-Whole(e1,e2) 8372 Other 8373 Cause-Effect(e2,e1) 8374 Product-Producer(e2,e1) 8375 Entity-Destination(e1,e2) 8376 Entity-Destination(e1,e2) 8377 Cause-Effect(e1,e2) 8378 Product-Producer(e2,e1) 8379 Other 8380 Other 8381 Instrument-Agency(e1,e2) 8382 Cause-Effect(e2,e1) 8383 Entity-Destination(e1,e2) 8384 Other 8385 Entity-Origin(e1,e2) 8386 Component-Whole(e2,e1) 8387 Product-Producer(e2,e1) 8388 Component-Whole(e1,e2) 8389 Message-Topic(e1,e2) 8390 Other 8391 Other 8392 Component-Whole(e2,e1) 8393 Entity-Origin(e1,e2) 8394 Entity-Origin(e1,e2) 8395 Component-Whole(e1,e2) 8396 Other 8397 Other 8398 Entity-Destination(e1,e2) 8399 Instrument-Agency(e2,e1) 8400 Other 8401 Entity-Destination(e1,e2) 8402 Cause-Effect(e2,e1) 8403 Cause-Effect(e2,e1) 8404 Cause-Effect(e2,e1) 8405 Cause-Effect(e2,e1) 8406 Component-Whole(e1,e2) 8407 Other 8408 Entity-Origin(e2,e1) 8409 Cause-Effect(e2,e1) 8410 Entity-Destination(e1,e2) 8411 Entity-Origin(e1,e2) 8412 Content-Container(e2,e1) 8413 Component-Whole(e1,e2) 8414 Entity-Destination(e1,e2) 8415 Member-Collection(e2,e1) 8416 Component-Whole(e2,e1) 8417 Cause-Effect(e1,e2) 8418 Entity-Destination(e1,e2) 8419 Content-Container(e2,e1) 8420 Message-Topic(e1,e2) 8421 Component-Whole(e1,e2) 8422 Component-Whole(e2,e1) 8423 Entity-Destination(e1,e2) 8424 Instrument-Agency(e2,e1) 8425 Other 8426 Other 8427 Component-Whole(e1,e2) 8428 Product-Producer(e1,e2) 8429 Component-Whole(e1,e2) 8430 Entity-Origin(e1,e2) 8431 Component-Whole(e2,e1) 8432 Other 8433 Member-Collection(e2,e1) 8434 Other 8435 Other 8436 Other 8437 Message-Topic(e2,e1) 8438 Component-Whole(e2,e1) 8439 Cause-Effect(e2,e1) 8440 Message-Topic(e1,e2) 8441 Product-Producer(e2,e1) 8442 Component-Whole(e1,e2) 8443 Component-Whole(e1,e2) 8444 Component-Whole(e2,e1) 8445 Content-Container(e1,e2) 8446 Product-Producer(e1,e2) 8447 Other 8448 Other 8449 Entity-Origin(e1,e2) 8450 Other 8451 Other 8452 Member-Collection(e2,e1) 8453 Entity-Origin(e1,e2) 8454 Product-Producer(e2,e1) 8455 Cause-Effect(e2,e1) 8456 Entity-Destination(e1,e2) 8457 Entity-Destination(e1,e2) 8458 Product-Producer(e1,e2) 8459 Instrument-Agency(e2,e1) 8460 Entity-Destination(e1,e2) 8461 Other 8462 Product-Producer(e2,e1) 8463 Entity-Destination(e1,e2) 8464 Entity-Destination(e1,e2) 8465 Content-Container(e1,e2) 8466 Other 8467 Entity-Destination(e1,e2) 8468 Entity-Destination(e1,e2) 8469 Entity-Origin(e1,e2) 8470 Component-Whole(e1,e2) 8471 Cause-Effect(e1,e2) 8472 Component-Whole(e1,e2) 8473 Cause-Effect(e2,e1) 8474 Content-Container(e1,e2) 8475 Other 8476 Cause-Effect(e1,e2) 8477 Other 8478 Entity-Origin(e1,e2) 8479 Message-Topic(e1,e2) 8480 Message-Topic(e1,e2) 8481 Entity-Destination(e1,e2) 8482 Other 8483 Product-Producer(e1,e2) 8484 Other 8485 Product-Producer(e1,e2) 8486 Cause-Effect(e1,e2) 8487 Other 8488 Product-Producer(e1,e2) 8489 Cause-Effect(e2,e1) 8490 Content-Container(e1,e2) 8491 Other 8492 Member-Collection(e2,e1) 8493 Cause-Effect(e2,e1) 8494 Cause-Effect(e2,e1) 8495 Message-Topic(e2,e1) 8496 Entity-Destination(e1,e2) 8497 Entity-Origin(e1,e2) 8498 Cause-Effect(e1,e2) 8499 Component-Whole(e1,e2) 8500 Cause-Effect(e1,e2) 8501 Message-Topic(e2,e1) 8502 Content-Container(e1,e2) 8503 Cause-Effect(e2,e1) 8504 Entity-Origin(e1,e2) 8505 Content-Container(e1,e2) 8506 Entity-Destination(e1,e2) 8507 Member-Collection(e2,e1) 8508 Other 8509 Cause-Effect(e2,e1) 8510 Other 8511 Instrument-Agency(e2,e1) 8512 Cause-Effect(e1,e2) 8513 Other 8514 Message-Topic(e1,e2) 8515 Other 8516 Other 8517 Entity-Origin(e1,e2) 8518 Entity-Origin(e2,e1) 8519 Product-Producer(e2,e1) 8520 Cause-Effect(e2,e1) 8521 Cause-Effect(e2,e1) 8522 Other 8523 Cause-Effect(e2,e1) 8524 Instrument-Agency(e2,e1) 8525 Entity-Origin(e1,e2) 8526 Entity-Destination(e1,e2) 8527 Component-Whole(e1,e2) 8528 Content-Container(e1,e2) 8529 Entity-Destination(e1,e2) 8530 Product-Producer(e2,e1) 8531 Component-Whole(e2,e1) 8532 Other 8533 Product-Producer(e1,e2) 8534 Cause-Effect(e1,e2) 8535 Cause-Effect(e2,e1) 8536 Cause-Effect(e1,e2) 8537 Other 8538 Member-Collection(e2,e1) 8539 Member-Collection(e1,e2) 8540 Other 8541 Product-Producer(e1,e2) 8542 Cause-Effect(e1,e2) 8543 Entity-Origin(e1,e2) 8544 Message-Topic(e1,e2) 8545 Instrument-Agency(e2,e1) 8546 Entity-Origin(e1,e2) 8547 Component-Whole(e1,e2) 8548 Component-Whole(e2,e1) 8549 Component-Whole(e1,e2) 8550 Other 8551 Message-Topic(e2,e1) 8552 Entity-Destination(e1,e2) 8553 Message-Topic(e1,e2) 8554 Content-Container(e1,e2) 8555 Entity-Origin(e2,e1) 8556 Cause-Effect(e1,e2) 8557 Entity-Origin(e1,e2) 8558 Entity-Destination(e1,e2) 8559 Product-Producer(e2,e1) 8560 Other 8561 Component-Whole(e2,e1) 8562 Entity-Origin(e1,e2) 8563 Message-Topic(e1,e2) 8564 Message-Topic(e1,e2) 8565 Other 8566 Entity-Destination(e1,e2) 8567 Instrument-Agency(e2,e1) 8568 Other 8569 Entity-Origin(e1,e2) 8570 Member-Collection(e2,e1) 8571 Other 8572 Member-Collection(e2,e1) 8573 Other 8574 Component-Whole(e1,e2) 8575 Entity-Destination(e1,e2) 8576 Content-Container(e1,e2) 8577 Member-Collection(e2,e1) 8578 Member-Collection(e2,e1) 8579 Message-Topic(e1,e2) 8580 Message-Topic(e1,e2) 8581 Other 8582 Other 8583 Member-Collection(e2,e1) 8584 Component-Whole(e2,e1) 8585 Message-Topic(e2,e1) 8586 Component-Whole(e2,e1) 8587 Entity-Origin(e1,e2) 8588 Message-Topic(e1,e2) 8589 Message-Topic(e1,e2) 8590 Member-Collection(e2,e1) 8591 Cause-Effect(e2,e1) 8592 Other 8593 Product-Producer(e1,e2) 8594 Entity-Origin(e1,e2) 8595 Product-Producer(e1,e2) 8596 Cause-Effect(e1,e2) 8597 Message-Topic(e1,e2) 8598 Entity-Destination(e1,e2) 8599 Component-Whole(e2,e1) 8600 Member-Collection(e2,e1) 8601 Product-Producer(e1,e2) 8602 Cause-Effect(e2,e1) 8603 Cause-Effect(e2,e1) 8604 Message-Topic(e1,e2) 8605 Component-Whole(e1,e2) 8606 Entity-Destination(e1,e2) 8607 Other 8608 Cause-Effect(e2,e1) 8609 Component-Whole(e2,e1) 8610 Other 8611 Message-Topic(e1,e2) 8612 Entity-Origin(e1,e2) 8613 Content-Container(e2,e1) 8614 Entity-Origin(e1,e2) 8615 Other 8616 Component-Whole(e1,e2) 8617 Entity-Origin(e1,e2) 8618 Other 8619 Entity-Destination(e1,e2) 8620 Entity-Origin(e1,e2) 8621 Cause-Effect(e2,e1) 8622 Component-Whole(e1,e2) 8623 Cause-Effect(e1,e2) 8624 Component-Whole(e1,e2) 8625 Message-Topic(e1,e2) 8626 Other 8627 Member-Collection(e2,e1) 8628 Other 8629 Message-Topic(e1,e2) 8630 Entity-Destination(e1,e2) 8631 Entity-Destination(e1,e2) 8632 Component-Whole(e2,e1) 8633 Cause-Effect(e1,e2) 8634 Instrument-Agency(e2,e1) 8635 Entity-Origin(e1,e2) 8636 Content-Container(e2,e1) 8637 Instrument-Agency(e2,e1) 8638 Member-Collection(e2,e1) 8639 Entity-Destination(e1,e2) 8640 Entity-Origin(e1,e2) 8641 Cause-Effect(e2,e1) 8642 Product-Producer(e2,e1) 8643 Entity-Destination(e1,e2) 8644 Product-Producer(e2,e1) 8645 Other 8646 Other 8647 Other 8648 Cause-Effect(e2,e1) 8649 Member-Collection(e1,e2) 8650 Message-Topic(e1,e2) 8651 Message-Topic(e1,e2) 8652 Other 8653 Entity-Origin(e1,e2) 8654 Content-Container(e1,e2) 8655 Cause-Effect(e1,e2) 8656 Member-Collection(e2,e1) 8657 Component-Whole(e1,e2) 8658 Message-Topic(e1,e2) 8659 Cause-Effect(e1,e2) 8660 Message-Topic(e1,e2) 8661 Product-Producer(e1,e2) 8662 Message-Topic(e2,e1) 8663 Entity-Destination(e1,e2) 8664 Product-Producer(e1,e2) 8665 Component-Whole(e2,e1) 8666 Component-Whole(e2,e1) 8667 Component-Whole(e1,e2) 8668 Other 8669 Member-Collection(e2,e1) 8670 Entity-Destination(e1,e2) 8671 Content-Container(e1,e2) 8672 Message-Topic(e1,e2) 8673 Product-Producer(e2,e1) 8674 Message-Topic(e1,e2) 8675 Component-Whole(e1,e2) 8676 Message-Topic(e1,e2) 8677 Component-Whole(e2,e1) 8678 Other 8679 Component-Whole(e2,e1) 8680 Other 8681 Cause-Effect(e2,e1) 8682 Message-Topic(e1,e2) 8683 Member-Collection(e2,e1) 8684 Component-Whole(e2,e1) 8685 Content-Container(e1,e2) 8686 Member-Collection(e1,e2) 8687 Other 8688 Entity-Origin(e1,e2) 8689 Content-Container(e1,e2) 8690 Cause-Effect(e2,e1) 8691 Message-Topic(e1,e2) 8692 Component-Whole(e1,e2) 8693 Content-Container(e1,e2) 8694 Other 8695 Content-Container(e1,e2) 8696 Member-Collection(e1,e2) 8697 Other 8698 Entity-Destination(e1,e2) 8699 Entity-Origin(e1,e2) 8700 Product-Producer(e2,e1) 8701 Member-Collection(e2,e1) 8702 Component-Whole(e1,e2) 8703 Component-Whole(e2,e1) 8704 Entity-Origin(e2,e1) 8705 Cause-Effect(e1,e2) 8706 Other 8707 Content-Container(e2,e1) 8708 Cause-Effect(e2,e1) 8709 Entity-Origin(e1,e2) 8710 Entity-Destination(e1,e2) 8711 Message-Topic(e1,e2) 8712 Member-Collection(e1,e2) 8713 Member-Collection(e2,e1) 8714 Member-Collection(e2,e1) 8715 Content-Container(e1,e2) 8716 Other 8717 Product-Producer(e2,e1) 8718 Other 8719 Entity-Destination(e1,e2) 8720 Cause-Effect(e2,e1) 8721 Other 8722 Product-Producer(e2,e1) 8723 Product-Producer(e2,e1) 8724 Component-Whole(e2,e1) 8725 Message-Topic(e1,e2) 8726 Other 8727 Product-Producer(e2,e1) 8728 Content-Container(e1,e2) 8729 Member-Collection(e2,e1) 8730 Component-Whole(e1,e2) 8731 Cause-Effect(e2,e1) 8732 Instrument-Agency(e2,e1) 8733 Entity-Origin(e1,e2) 8734 Entity-Origin(e1,e2) 8735 Component-Whole(e1,e2) 8736 Cause-Effect(e1,e2) 8737 Instrument-Agency(e2,e1) 8738 Content-Container(e1,e2) 8739 Cause-Effect(e2,e1) 8740 Cause-Effect(e1,e2) 8741 Member-Collection(e2,e1) 8742 Entity-Destination(e1,e2) 8743 Entity-Destination(e1,e2) 8744 Product-Producer(e2,e1) 8745 Cause-Effect(e2,e1) 8746 Component-Whole(e1,e2) 8747 Entity-Origin(e1,e2) 8748 Cause-Effect(e1,e2) 8749 Entity-Origin(e1,e2) 8750 Instrument-Agency(e2,e1) 8751 Member-Collection(e2,e1) 8752 Cause-Effect(e1,e2) 8753 Other 8754 Cause-Effect(e2,e1) 8755 Entity-Destination(e1,e2) 8756 Product-Producer(e1,e2) 8757 Entity-Destination(e1,e2) 8758 Entity-Destination(e1,e2) 8759 Other 8760 Entity-Destination(e1,e2) 8761 Entity-Origin(e1,e2) 8762 Entity-Origin(e1,e2) 8763 Other 8764 Cause-Effect(e1,e2) 8765 Product-Producer(e2,e1) 8766 Product-Producer(e1,e2) 8767 Message-Topic(e2,e1) 8768 Product-Producer(e1,e2) 8769 Product-Producer(e1,e2) 8770 Content-Container(e1,e2) 8771 Other 8772 Entity-Destination(e1,e2) 8773 Member-Collection(e2,e1) 8774 Cause-Effect(e2,e1) 8775 Cause-Effect(e2,e1) 8776 Component-Whole(e2,e1) 8777 Content-Container(e1,e2) 8778 Component-Whole(e2,e1) 8779 Component-Whole(e2,e1) 8780 Content-Container(e1,e2) 8781 Cause-Effect(e1,e2) 8782 Instrument-Agency(e2,e1) 8783 Product-Producer(e2,e1) 8784 Entity-Origin(e1,e2) 8785 Other 8786 Other 8787 Entity-Origin(e2,e1) 8788 Message-Topic(e1,e2) 8789 Message-Topic(e1,e2) 8790 Instrument-Agency(e2,e1) 8791 Entity-Destination(e1,e2) 8792 Other 8793 Entity-Destination(e1,e2) 8794 Other 8795 Member-Collection(e2,e1) 8796 Member-Collection(e2,e1) 8797 Product-Producer(e1,e2) 8798 Member-Collection(e2,e1) 8799 Entity-Origin(e1,e2) 8800 Entity-Destination(e1,e2) 8801 Other 8802 Component-Whole(e2,e1) 8803 Member-Collection(e2,e1) 8804 Instrument-Agency(e2,e1) 8805 Entity-Origin(e2,e1) 8806 Content-Container(e1,e2) 8807 Component-Whole(e1,e2) 8808 Component-Whole(e1,e2) 8809 Other 8810 Entity-Origin(e2,e1) 8811 Instrument-Agency(e1,e2) 8812 Cause-Effect(e2,e1) 8813 Instrument-Agency(e2,e1) 8814 Member-Collection(e1,e2) 8815 Entity-Destination(e1,e2) 8816 Content-Container(e1,e2) 8817 Member-Collection(e2,e1) 8818 Other 8819 Component-Whole(e1,e2) 8820 Component-Whole(e1,e2) 8821 Product-Producer(e2,e1) 8822 Member-Collection(e2,e1) 8823 Instrument-Agency(e2,e1) 8824 Member-Collection(e2,e1) 8825 Entity-Destination(e1,e2) 8826 Message-Topic(e1,e2) 8827 Entity-Destination(e1,e2) 8828 Product-Producer(e2,e1) 8829 Cause-Effect(e1,e2) 8830 Message-Topic(e1,e2) 8831 Component-Whole(e1,e2) 8832 Entity-Origin(e1,e2) 8833 Content-Container(e1,e2) 8834 Entity-Origin(e1,e2) 8835 Instrument-Agency(e2,e1) 8836 Entity-Origin(e1,e2) 8837 Component-Whole(e2,e1) 8838 Instrument-Agency(e2,e1) 8839 Member-Collection(e2,e1) 8840 Product-Producer(e2,e1) 8841 Cause-Effect(e1,e2) 8842 Other 8843 Content-Container(e1,e2) 8844 Message-Topic(e1,e2) 8845 Other 8846 Entity-Destination(e1,e2) 8847 Other 8848 Message-Topic(e1,e2) 8849 Entity-Destination(e1,e2) 8850 Entity-Destination(e1,e2) 8851 Cause-Effect(e2,e1) 8852 Content-Container(e1,e2) 8853 Entity-Origin(e1,e2) 8854 Member-Collection(e2,e1) 8855 Cause-Effect(e2,e1) 8856 Content-Container(e1,e2) 8857 Cause-Effect(e2,e1) 8858 Cause-Effect(e1,e2) 8859 Cause-Effect(e2,e1) 8860 Other 8861 Message-Topic(e1,e2) 8862 Entity-Destination(e1,e2) 8863 Other 8864 Component-Whole(e2,e1) 8865 Component-Whole(e1,e2) 8866 Other 8867 Entity-Destination(e1,e2) 8868 Component-Whole(e2,e1) 8869 Product-Producer(e1,e2) 8870 Entity-Destination(e1,e2) 8871 Member-Collection(e2,e1) 8872 Instrument-Agency(e1,e2) 8873 Component-Whole(e1,e2) 8874 Other 8875 Cause-Effect(e1,e2) 8876 Other 8877 Member-Collection(e1,e2) 8878 Entity-Origin(e1,e2) 8879 Cause-Effect(e2,e1) 8880 Entity-Origin(e1,e2) 8881 Content-Container(e1,e2) 8882 Entity-Origin(e2,e1) 8883 Product-Producer(e2,e1) 8884 Component-Whole(e2,e1) 8885 Cause-Effect(e2,e1) 8886 Entity-Origin(e1,e2) 8887 Message-Topic(e2,e1) 8888 Other 8889 Cause-Effect(e2,e1) 8890 Entity-Origin(e1,e2) 8891 Content-Container(e1,e2) 8892 Product-Producer(e1,e2) 8893 Component-Whole(e2,e1) 8894 Entity-Origin(e1,e2) 8895 Product-Producer(e1,e2) 8896 Other 8897 Member-Collection(e2,e1) 8898 Entity-Destination(e1,e2) 8899 Entity-Origin(e2,e1) 8900 Message-Topic(e1,e2) 8901 Message-Topic(e1,e2) 8902 Member-Collection(e2,e1) 8903 Entity-Destination(e1,e2) 8904 Instrument-Agency(e2,e1) 8905 Other 8906 Member-Collection(e2,e1) 8907 Entity-Origin(e2,e1) 8908 Message-Topic(e1,e2) 8909 Other 8910 Other 8911 Member-Collection(e1,e2) 8912 Message-Topic(e1,e2) 8913 Product-Producer(e2,e1) 8914 Cause-Effect(e2,e1) 8915 Component-Whole(e2,e1) 8916 Product-Producer(e2,e1) 8917 Other 8918 Instrument-Agency(e2,e1) 8919 Message-Topic(e2,e1) 8920 Product-Producer(e1,e2) 8921 Entity-Origin(e2,e1) 8922 Product-Producer(e1,e2) 8923 Component-Whole(e1,e2) 8924 Product-Producer(e1,e2) 8925 Other 8926 Component-Whole(e1,e2) 8927 Product-Producer(e2,e1) 8928 Component-Whole(e2,e1) 8929 Component-Whole(e2,e1) 8930 Entity-Destination(e1,e2) 8931 Other 8932 Component-Whole(e1,e2) 8933 Other 8934 Member-Collection(e2,e1) 8935 Component-Whole(e1,e2) 8936 Component-Whole(e1,e2) 8937 Cause-Effect(e2,e1) 8938 Content-Container(e1,e2) 8939 Entity-Destination(e1,e2) 8940 Cause-Effect(e2,e1) 8941 Component-Whole(e2,e1) 8942 Other 8943 Product-Producer(e2,e1) 8944 Member-Collection(e2,e1) 8945 Other 8946 Entity-Destination(e1,e2) 8947 Instrument-Agency(e1,e2) 8948 Message-Topic(e1,e2) 8949 Cause-Effect(e1,e2) 8950 Content-Container(e1,e2) 8951 Component-Whole(e2,e1) 8952 Member-Collection(e2,e1) 8953 Cause-Effect(e2,e1) 8954 Cause-Effect(e1,e2) 8955 Product-Producer(e1,e2) 8956 Other 8957 Member-Collection(e2,e1) 8958 Instrument-Agency(e2,e1) 8959 Component-Whole(e1,e2) 8960 Entity-Destination(e1,e2) 8961 Other 8962 Component-Whole(e1,e2) 8963 Content-Container(e1,e2) 8964 Other 8965 Member-Collection(e2,e1) 8966 Member-Collection(e2,e1) 8967 Other 8968 Entity-Destination(e1,e2) 8969 Product-Producer(e1,e2) 8970 Instrument-Agency(e2,e1) 8971 Product-Producer(e2,e1) 8972 Cause-Effect(e2,e1) 8973 Entity-Destination(e1,e2) 8974 Cause-Effect(e2,e1) 8975 Message-Topic(e2,e1) 8976 Product-Producer(e1,e2) 8977 Instrument-Agency(e2,e1) 8978 Entity-Destination(e1,e2) 8979 Message-Topic(e1,e2) 8980 Message-Topic(e2,e1) 8981 Instrument-Agency(e2,e1) 8982 Instrument-Agency(e2,e1) 8983 Entity-Destination(e1,e2) 8984 Component-Whole(e1,e2) 8985 Message-Topic(e1,e2) 8986 Member-Collection(e2,e1) 8987 Cause-Effect(e2,e1) 8988 Product-Producer(e1,e2) 8989 Cause-Effect(e2,e1) 8990 Entity-Destination(e1,e2) 8991 Other 8992 Cause-Effect(e2,e1) 8993 Message-Topic(e1,e2) 8994 Message-Topic(e2,e1) 8995 Other 8996 Content-Container(e2,e1) 8997 Instrument-Agency(e2,e1) 8998 Member-Collection(e2,e1) 8999 Message-Topic(e1,e2) 9000 Content-Container(e1,e2) 9001 Content-Container(e1,e2) 9002 Other 9003 Component-Whole(e1,e2) 9004 Content-Container(e1,e2) 9005 Cause-Effect(e2,e1) 9006 Component-Whole(e1,e2) 9007 Content-Container(e1,e2) 9008 Member-Collection(e2,e1) 9009 Other 9010 Content-Container(e1,e2) 9011 Product-Producer(e2,e1) 9012 Cause-Effect(e1,e2) 9013 Component-Whole(e1,e2) 9014 Cause-Effect(e2,e1) 9015 Cause-Effect(e2,e1) 9016 Entity-Destination(e1,e2) 9017 Entity-Origin(e1,e2) 9018 Cause-Effect(e1,e2) 9019 Other 9020 Other 9021 Member-Collection(e1,e2) 9022 Other 9023 Content-Container(e1,e2) 9024 Content-Container(e1,e2) 9025 Cause-Effect(e2,e1) 9026 Entity-Origin(e1,e2) 9027 Entity-Origin(e1,e2) 9028 Other 9029 Component-Whole(e2,e1) 9030 Message-Topic(e2,e1) 9031 Product-Producer(e2,e1) 9032 Member-Collection(e1,e2) 9033 Product-Producer(e2,e1) 9034 Other 9035 Content-Container(e1,e2) 9036 Instrument-Agency(e1,e2) 9037 Entity-Destination(e1,e2) 9038 Entity-Destination(e1,e2) 9039 Entity-Destination(e1,e2) 9040 Component-Whole(e1,e2) 9041 Entity-Origin(e1,e2) 9042 Instrument-Agency(e2,e1) 9043 Content-Container(e1,e2) 9044 Content-Container(e2,e1) 9045 Content-Container(e2,e1) 9046 Product-Producer(e2,e1) 9047 Product-Producer(e1,e2) 9048 Entity-Destination(e1,e2) 9049 Product-Producer(e1,e2) 9050 Message-Topic(e1,e2) 9051 Entity-Origin(e2,e1) 9052 Product-Producer(e2,e1) 9053 Other 9054 Other 9055 Cause-Effect(e2,e1) 9056 Product-Producer(e2,e1) 9057 Cause-Effect(e2,e1) 9058 Product-Producer(e2,e1) 9059 Message-Topic(e1,e2) 9060 Entity-Destination(e1,e2) 9061 Entity-Destination(e1,e2) 9062 Cause-Effect(e1,e2) 9063 Message-Topic(e2,e1) 9064 Member-Collection(e2,e1) 9065 Entity-Origin(e1,e2) 9066 Member-Collection(e2,e1) 9067 Entity-Origin(e1,e2) 9068 Cause-Effect(e1,e2) 9069 Member-Collection(e2,e1) 9070 Entity-Destination(e1,e2) 9071 Product-Producer(e2,e1) 9072 Other 9073 Cause-Effect(e2,e1) 9074 Other 9075 Member-Collection(e2,e1) 9076 Entity-Destination(e1,e2) 9077 Other 9078 Entity-Destination(e1,e2) 9079 Member-Collection(e2,e1) 9080 Other 9081 Cause-Effect(e1,e2) 9082 Content-Container(e1,e2) 9083 Cause-Effect(e2,e1) 9084 Member-Collection(e2,e1) 9085 Product-Producer(e1,e2) 9086 Component-Whole(e2,e1) 9087 Cause-Effect(e1,e2) 9088 Other 9089 Product-Producer(e2,e1) 9090 Component-Whole(e1,e2) 9091 Entity-Destination(e1,e2) 9092 Entity-Origin(e1,e2) 9093 Other 9094 Other 9095 Message-Topic(e1,e2) 9096 Product-Producer(e2,e1) 9097 Instrument-Agency(e2,e1) 9098 Product-Producer(e2,e1) 9099 Other 9100 Component-Whole(e1,e2) 9101 Other 9102 Member-Collection(e2,e1) 9103 Content-Container(e1,e2) 9104 Member-Collection(e2,e1) 9105 Component-Whole(e2,e1) 9106 Entity-Destination(e1,e2) 9107 Entity-Destination(e1,e2) 9108 Message-Topic(e1,e2) 9109 Message-Topic(e1,e2) 9110 Cause-Effect(e1,e2) 9111 Cause-Effect(e2,e1) 9112 Content-Container(e2,e1) 9113 Component-Whole(e1,e2) 9114 Product-Producer(e2,e1) 9115 Entity-Origin(e1,e2) 9116 Instrument-Agency(e2,e1) 9117 Entity-Destination(e1,e2) 9118 Entity-Destination(e1,e2) 9119 Cause-Effect(e1,e2) 9120 Product-Producer(e1,e2) 9121 Product-Producer(e1,e2) 9122 Entity-Destination(e1,e2) 9123 Entity-Origin(e1,e2) 9124 Instrument-Agency(e2,e1) 9125 Entity-Origin(e1,e2) 9126 Member-Collection(e2,e1) 9127 Entity-Origin(e1,e2) 9128 Cause-Effect(e1,e2) 9129 Content-Container(e1,e2) 9130 Other 9131 Cause-Effect(e1,e2) 9132 Instrument-Agency(e2,e1) 9133 Instrument-Agency(e2,e1) 9134 Component-Whole(e1,e2) 9135 Instrument-Agency(e2,e1) 9136 Cause-Effect(e2,e1) 9137 Other 9138 Component-Whole(e2,e1) 9139 Cause-Effect(e2,e1) 9140 Entity-Destination(e1,e2) 9141 Message-Topic(e1,e2) 9142 Entity-Destination(e1,e2) 9143 Member-Collection(e2,e1) 9144 Product-Producer(e2,e1) 9145 Message-Topic(e1,e2) 9146 Cause-Effect(e2,e1) 9147 Cause-Effect(e2,e1) 9148 Cause-Effect(e2,e1) 9149 Other 9150 Entity-Origin(e1,e2) 9151 Product-Producer(e1,e2) 9152 Component-Whole(e2,e1) 9153 Content-Container(e1,e2) 9154 Other 9155 Entity-Origin(e1,e2) 9156 Other 9157 Other 9158 Content-Container(e1,e2) 9159 Content-Container(e1,e2) 9160 Member-Collection(e2,e1) 9161 Cause-Effect(e1,e2) 9162 Entity-Destination(e1,e2) 9163 Cause-Effect(e1,e2) 9164 Other 9165 Message-Topic(e1,e2) 9166 Component-Whole(e2,e1) 9167 Cause-Effect(e2,e1) 9168 Cause-Effect(e2,e1) 9169 Message-Topic(e1,e2) 9170 Other 9171 Cause-Effect(e1,e2) 9172 Cause-Effect(e1,e2) 9173 Entity-Origin(e1,e2) 9174 Component-Whole(e2,e1) 9175 Entity-Origin(e1,e2) 9176 Entity-Origin(e1,e2) 9177 Product-Producer(e2,e1) 9178 Entity-Origin(e1,e2) 9179 Cause-Effect(e1,e2) 9180 Entity-Origin(e1,e2) 9181 Cause-Effect(e2,e1) 9182 Entity-Origin(e1,e2) 9183 Component-Whole(e2,e1) 9184 Content-Container(e2,e1) 9185 Component-Whole(e2,e1) 9186 Message-Topic(e1,e2) 9187 Other 9188 Entity-Origin(e2,e1) 9189 Entity-Destination(e1,e2) 9190 Cause-Effect(e2,e1) 9191 Message-Topic(e1,e2) 9192 Other 9193 Other 9194 Member-Collection(e1,e2) 9195 Instrument-Agency(e1,e2) 9196 Content-Container(e1,e2) 9197 Entity-Destination(e1,e2) 9198 Member-Collection(e2,e1) 9199 Message-Topic(e1,e2) 9200 Entity-Destination(e1,e2) 9201 Entity-Origin(e1,e2) 9202 Message-Topic(e1,e2) 9203 Component-Whole(e1,e2) 9204 Entity-Origin(e1,e2) 9205 Instrument-Agency(e2,e1) 9206 Entity-Origin(e2,e1) 9207 Component-Whole(e1,e2) 9208 Other 9209 Entity-Origin(e1,e2) 9210 Component-Whole(e1,e2) 9211 Member-Collection(e2,e1) 9212 Content-Container(e1,e2) 9213 Cause-Effect(e1,e2) 9214 Component-Whole(e2,e1) 9215 Instrument-Agency(e2,e1) 9216 Member-Collection(e2,e1) 9217 Other 9218 Entity-Destination(e1,e2) 9219 Other 9220 Entity-Origin(e1,e2) 9221 Cause-Effect(e2,e1) 9222 Entity-Destination(e1,e2) 9223 Product-Producer(e1,e2) 9224 Cause-Effect(e1,e2) 9225 Entity-Origin(e1,e2) 9226 Cause-Effect(e1,e2) 9227 Other 9228 Cause-Effect(e1,e2) 9229 Member-Collection(e2,e1) 9230 Component-Whole(e2,e1) 9231 Entity-Destination(e1,e2) 9232 Other 9233 Member-Collection(e2,e1) 9234 Cause-Effect(e2,e1) 9235 Other 9236 Entity-Origin(e2,e1) 9237 Component-Whole(e1,e2) 9238 Component-Whole(e2,e1) 9239 Product-Producer(e2,e1) 9240 Entity-Origin(e1,e2) 9241 Component-Whole(e2,e1) 9242 Member-Collection(e2,e1) 9243 Content-Container(e1,e2) 9244 Entity-Destination(e1,e2) 9245 Other 9246 Other 9247 Entity-Destination(e1,e2) 9248 Other 9249 Other 9250 Component-Whole(e2,e1) 9251 Other 9252 Other 9253 Product-Producer(e1,e2) 9254 Member-Collection(e1,e2) 9255 Content-Container(e1,e2) 9256 Other 9257 Component-Whole(e2,e1) 9258 Message-Topic(e1,e2) 9259 Cause-Effect(e2,e1) 9260 Content-Container(e2,e1) 9261 Message-Topic(e1,e2) 9262 Member-Collection(e2,e1) 9263 Member-Collection(e2,e1) 9264 Component-Whole(e2,e1) 9265 Component-Whole(e1,e2) 9266 Entity-Origin(e1,e2) 9267 Component-Whole(e2,e1) 9268 Member-Collection(e2,e1) 9269 Message-Topic(e2,e1) 9270 Instrument-Agency(e2,e1) 9271 Entity-Origin(e1,e2) 9272 Component-Whole(e1,e2) 9273 Content-Container(e2,e1) 9274 Entity-Origin(e1,e2) 9275 Entity-Destination(e1,e2) 9276 Component-Whole(e1,e2) 9277 Product-Producer(e2,e1) 9278 Entity-Origin(e1,e2) 9279 Entity-Origin(e1,e2) 9280 Cause-Effect(e2,e1) 9281 Other 9282 Member-Collection(e2,e1) 9283 Other 9284 Instrument-Agency(e1,e2) 9285 Content-Container(e2,e1) 9286 Member-Collection(e1,e2) 9287 Entity-Origin(e2,e1) 9288 Component-Whole(e2,e1) 9289 Cause-Effect(e2,e1) 9290 Message-Topic(e1,e2) 9291 Instrument-Agency(e2,e1) 9292 Content-Container(e1,e2) 9293 Component-Whole(e2,e1) 9294 Member-Collection(e2,e1) 9295 Entity-Destination(e1,e2) 9296 Entity-Origin(e1,e2) 9297 Entity-Destination(e1,e2) 9298 Message-Topic(e1,e2) 9299 Entity-Origin(e1,e2) 9300 Entity-Destination(e1,e2) 9301 Other 9302 Component-Whole(e1,e2) 9303 Member-Collection(e2,e1) 9304 Message-Topic(e2,e1) 9305 Entity-Origin(e1,e2) 9306 Entity-Destination(e1,e2) 9307 Product-Producer(e1,e2) 9308 Instrument-Agency(e2,e1) 9309 Cause-Effect(e2,e1) 9310 Other 9311 Cause-Effect(e2,e1) 9312 Other 9313 Component-Whole(e2,e1) 9314 Content-Container(e1,e2) 9315 Message-Topic(e1,e2) 9316 Component-Whole(e1,e2) 9317 Instrument-Agency(e2,e1) 9318 Entity-Destination(e1,e2) 9319 Cause-Effect(e2,e1) 9320 Other 9321 Message-Topic(e1,e2) 9322 Product-Producer(e2,e1) 9323 Cause-Effect(e2,e1) 9324 Content-Container(e1,e2) 9325 Member-Collection(e2,e1) 9326 Entity-Origin(e1,e2) 9327 Message-Topic(e1,e2) 9328 Cause-Effect(e1,e2) 9329 Component-Whole(e2,e1) 9330 Product-Producer(e2,e1) 9331 Instrument-Agency(e2,e1) 9332 Content-Container(e1,e2) 9333 Component-Whole(e2,e1) 9334 Content-Container(e2,e1) 9335 Entity-Destination(e1,e2) 9336 Member-Collection(e1,e2) 9337 Component-Whole(e2,e1) 9338 Entity-Destination(e1,e2) 9339 Message-Topic(e1,e2) 9340 Product-Producer(e2,e1) 9341 Content-Container(e1,e2) 9342 Cause-Effect(e1,e2) 9343 Entity-Origin(e1,e2) 9344 Member-Collection(e2,e1) 9345 Content-Container(e2,e1) 9346 Component-Whole(e1,e2) 9347 Entity-Origin(e1,e2) 9348 Product-Producer(e1,e2) 9349 Instrument-Agency(e2,e1) 9350 Other 9351 Entity-Destination(e1,e2) 9352 Cause-Effect(e1,e2) 9353 Instrument-Agency(e1,e2) 9354 Member-Collection(e2,e1) 9355 Member-Collection(e2,e1) 9356 Instrument-Agency(e2,e1) 9357 Cause-Effect(e2,e1) 9358 Other 9359 Entity-Origin(e1,e2) 9360 Entity-Destination(e1,e2) 9361 Component-Whole(e1,e2) 9362 Member-Collection(e2,e1) 9363 Message-Topic(e1,e2) 9364 Message-Topic(e1,e2) 9365 Content-Container(e2,e1) 9366 Cause-Effect(e1,e2) 9367 Product-Producer(e2,e1) 9368 Member-Collection(e2,e1) 9369 Other 9370 Cause-Effect(e2,e1) 9371 Message-Topic(e1,e2) 9372 Cause-Effect(e2,e1) 9373 Cause-Effect(e1,e2) 9374 Entity-Destination(e1,e2) 9375 Entity-Destination(e1,e2) 9376 Component-Whole(e2,e1) 9377 Instrument-Agency(e2,e1) 9378 Cause-Effect(e2,e1) 9379 Cause-Effect(e1,e2) 9380 Entity-Destination(e1,e2) 9381 Message-Topic(e1,e2) 9382 Component-Whole(e1,e2) 9383 Entity-Origin(e2,e1) 9384 Instrument-Agency(e2,e1) 9385 Content-Container(e2,e1) 9386 Other 9387 Component-Whole(e2,e1) 9388 Other 9389 Entity-Destination(e1,e2) 9390 Entity-Origin(e1,e2) 9391 Component-Whole(e2,e1) 9392 Other 9393 Component-Whole(e2,e1) 9394 Cause-Effect(e2,e1) 9395 Entity-Origin(e2,e1) 9396 Other 9397 Other 9398 Instrument-Agency(e2,e1) 9399 Entity-Destination(e1,e2) 9400 Other 9401 Message-Topic(e2,e1) 9402 Other 9403 Cause-Effect(e1,e2) 9404 Component-Whole(e2,e1) 9405 Component-Whole(e1,e2) 9406 Other 9407 Content-Container(e2,e1) 9408 Other 9409 Instrument-Agency(e2,e1) 9410 Message-Topic(e1,e2) 9411 Component-Whole(e2,e1) 9412 Member-Collection(e2,e1) 9413 Instrument-Agency(e2,e1) 9414 Other 9415 Cause-Effect(e1,e2) 9416 Entity-Destination(e1,e2) 9417 Other 9418 Other 9419 Component-Whole(e1,e2) 9420 Component-Whole(e2,e1) 9421 Entity-Origin(e2,e1) 9422 Product-Producer(e2,e1) 9423 Member-Collection(e1,e2) 9424 Other 9425 Message-Topic(e1,e2) 9426 Entity-Destination(e1,e2) 9427 Cause-Effect(e2,e1) 9428 Product-Producer(e1,e2) 9429 Entity-Destination(e1,e2) 9430 Message-Topic(e1,e2) 9431 Other 9432 Message-Topic(e1,e2) 9433 Member-Collection(e1,e2) 9434 Cause-Effect(e2,e1) 9435 Instrument-Agency(e2,e1) 9436 Content-Container(e1,e2) 9437 Entity-Destination(e1,e2) 9438 Cause-Effect(e1,e2) 9439 Other 9440 Entity-Origin(e1,e2) 9441 Component-Whole(e1,e2) 9442 Message-Topic(e1,e2) 9443 Instrument-Agency(e2,e1) 9444 Other 9445 Component-Whole(e2,e1) 9446 Member-Collection(e2,e1) 9447 Content-Container(e1,e2) 9448 Component-Whole(e2,e1) 9449 Component-Whole(e2,e1) 9450 Product-Producer(e1,e2) 9451 Member-Collection(e2,e1) 9452 Cause-Effect(e1,e2) 9453 Entity-Origin(e1,e2) 9454 Entity-Origin(e1,e2) 9455 Member-Collection(e1,e2) 9456 Message-Topic(e1,e2) 9457 Instrument-Agency(e2,e1) 9458 Product-Producer(e1,e2) 9459 Other 9460 Entity-Origin(e1,e2) 9461 Other 9462 Member-Collection(e2,e1) 9463 Entity-Origin(e1,e2) 9464 Cause-Effect(e2,e1) 9465 Other 9466 Product-Producer(e1,e2) 9467 Cause-Effect(e1,e2) 9468 Member-Collection(e2,e1) 9469 Cause-Effect(e2,e1) 9470 Message-Topic(e2,e1) 9471 Content-Container(e1,e2) 9472 Entity-Destination(e1,e2) 9473 Entity-Origin(e1,e2) 9474 Member-Collection(e1,e2) 9475 Content-Container(e1,e2) 9476 Message-Topic(e1,e2) 9477 Instrument-Agency(e1,e2) 9478 Member-Collection(e2,e1) 9479 Component-Whole(e1,e2) 9480 Other 9481 Product-Producer(e2,e1) 9482 Cause-Effect(e1,e2) 9483 Content-Container(e1,e2) 9484 Component-Whole(e1,e2) 9485 Component-Whole(e2,e1) 9486 Instrument-Agency(e2,e1) 9487 Instrument-Agency(e2,e1) 9488 Instrument-Agency(e2,e1) 9489 Cause-Effect(e2,e1) 9490 Cause-Effect(e2,e1) 9491 Instrument-Agency(e2,e1) 9492 Other 9493 Entity-Origin(e2,e1) 9494 Cause-Effect(e1,e2) 9495 Message-Topic(e1,e2) 9496 Content-Container(e1,e2) 9497 Component-Whole(e1,e2) 9498 Message-Topic(e1,e2) 9499 Message-Topic(e2,e1) 9500 Content-Container(e1,e2) 9501 Content-Container(e1,e2) 9502 Entity-Origin(e1,e2) 9503 Other 9504 Message-Topic(e1,e2) 9505 Other 9506 Entity-Destination(e1,e2) 9507 Other 9508 Cause-Effect(e1,e2) 9509 Member-Collection(e2,e1) 9510 Other 9511 Other 9512 Instrument-Agency(e2,e1) 9513 Product-Producer(e2,e1) 9514 Entity-Origin(e1,e2) 9515 Cause-Effect(e2,e1) 9516 Other 9517 Other 9518 Member-Collection(e2,e1) 9519 Cause-Effect(e2,e1) 9520 Other 9521 Message-Topic(e1,e2) 9522 Content-Container(e1,e2) 9523 Other 9524 Cause-Effect(e1,e2) 9525 Message-Topic(e1,e2) 9526 Message-Topic(e1,e2) 9527 Component-Whole(e1,e2) 9528 Content-Container(e1,e2) 9529 Entity-Origin(e1,e2) 9530 Member-Collection(e2,e1) 9531 Entity-Destination(e1,e2) 9532 Other 9533 Entity-Destination(e1,e2) 9534 Content-Container(e1,e2) 9535 Component-Whole(e1,e2) 9536 Message-Topic(e1,e2) 9537 Other 9538 Message-Topic(e1,e2) 9539 Entity-Destination(e1,e2) 9540 Component-Whole(e1,e2) 9541 Other 9542 Cause-Effect(e1,e2) 9543 Message-Topic(e1,e2) 9544 Entity-Destination(e1,e2) 9545 Other 9546 Other 9547 Component-Whole(e2,e1) 9548 Entity-Origin(e1,e2) 9549 Other 9550 Member-Collection(e2,e1) 9551 Instrument-Agency(e2,e1) 9552 Other 9553 Product-Producer(e1,e2) 9554 Entity-Destination(e1,e2) 9555 Instrument-Agency(e2,e1) 9556 Cause-Effect(e2,e1) 9557 Component-Whole(e2,e1) 9558 Other 9559 Cause-Effect(e2,e1) 9560 Entity-Origin(e1,e2) 9561 Component-Whole(e1,e2) 9562 Component-Whole(e2,e1) 9563 Entity-Destination(e1,e2) 9564 Message-Topic(e2,e1) 9565 Component-Whole(e1,e2) 9566 Message-Topic(e1,e2) 9567 Message-Topic(e2,e1) 9568 Entity-Destination(e1,e2) 9569 Other 9570 Member-Collection(e2,e1) 9571 Entity-Origin(e1,e2) 9572 Instrument-Agency(e2,e1) 9573 Cause-Effect(e1,e2) 9574 Other 9575 Instrument-Agency(e1,e2) 9576 Cause-Effect(e2,e1) 9577 Other 9578 Entity-Destination(e1,e2) 9579 Component-Whole(e2,e1) 9580 Component-Whole(e2,e1) 9581 Entity-Destination(e1,e2) 9582 Cause-Effect(e1,e2) 9583 Component-Whole(e2,e1) 9584 Member-Collection(e2,e1) 9585 Entity-Destination(e1,e2) 9586 Entity-Destination(e1,e2) 9587 Product-Producer(e1,e2) 9588 Other 9589 Cause-Effect(e1,e2) 9590 Instrument-Agency(e2,e1) 9591 Entity-Origin(e2,e1) 9592 Member-Collection(e2,e1) 9593 Entity-Destination(e1,e2) 9594 Instrument-Agency(e2,e1) 9595 Member-Collection(e2,e1) 9596 Message-Topic(e1,e2) 9597 Cause-Effect(e2,e1) 9598 Entity-Destination(e1,e2) 9599 Other 9600 Component-Whole(e1,e2) 9601 Cause-Effect(e2,e1) 9602 Member-Collection(e2,e1) 9603 Component-Whole(e1,e2) 9604 Content-Container(e2,e1) 9605 Instrument-Agency(e2,e1) 9606 Other 9607 Other 9608 Member-Collection(e2,e1) 9609 Content-Container(e2,e1) 9610 Other 9611 Entity-Origin(e1,e2) 9612 Component-Whole(e2,e1) 9613 Component-Whole(e1,e2) 9614 Member-Collection(e1,e2) 9615 Message-Topic(e1,e2) 9616 Other 9617 Component-Whole(e1,e2) 9618 Cause-Effect(e1,e2) 9619 Instrument-Agency(e2,e1) 9620 Member-Collection(e2,e1) 9621 Entity-Destination(e1,e2) 9622 Message-Topic(e1,e2) 9623 Other 9624 Cause-Effect(e1,e2) 9625 Component-Whole(e1,e2) 9626 Entity-Origin(e2,e1) 9627 Other 9628 Instrument-Agency(e2,e1) 9629 Message-Topic(e1,e2) 9630 Other 9631 Other 9632 Component-Whole(e2,e1) 9633 Entity-Destination(e1,e2) 9634 Component-Whole(e2,e1) 9635 Content-Container(e1,e2) 9636 Component-Whole(e1,e2) 9637 Entity-Destination(e1,e2) 9638 Other 9639 Other 9640 Content-Container(e1,e2) 9641 Other 9642 Other 9643 Other 9644 Product-Producer(e1,e2) 9645 Content-Container(e1,e2) 9646 Other 9647 Cause-Effect(e2,e1) 9648 Cause-Effect(e2,e1) 9649 Instrument-Agency(e1,e2) 9650 Other 9651 Member-Collection(e2,e1) 9652 Other 9653 Message-Topic(e2,e1) 9654 Instrument-Agency(e1,e2) 9655 Entity-Destination(e1,e2) 9656 Entity-Origin(e1,e2) 9657 Entity-Origin(e1,e2) 9658 Other 9659 Cause-Effect(e1,e2) 9660 Member-Collection(e2,e1) 9661 Message-Topic(e1,e2) 9662 Content-Container(e1,e2) 9663 Other 9664 Member-Collection(e2,e1) 9665 Entity-Destination(e1,e2) 9666 Component-Whole(e1,e2) 9667 Product-Producer(e2,e1) 9668 Component-Whole(e1,e2) 9669 Entity-Origin(e1,e2) 9670 Entity-Origin(e1,e2) 9671 Component-Whole(e2,e1) 9672 Component-Whole(e2,e1) 9673 Cause-Effect(e2,e1) 9674 Other 9675 Message-Topic(e1,e2) 9676 Entity-Destination(e1,e2) 9677 Product-Producer(e1,e2) 9678 Member-Collection(e2,e1) 9679 Component-Whole(e1,e2) 9680 Other 9681 Member-Collection(e2,e1) 9682 Cause-Effect(e1,e2) 9683 Entity-Destination(e1,e2) 9684 Cause-Effect(e2,e1) 9685 Component-Whole(e1,e2) 9686 Other 9687 Instrument-Agency(e2,e1) 9688 Cause-Effect(e1,e2) 9689 Cause-Effect(e2,e1) 9690 Cause-Effect(e2,e1) 9691 Message-Topic(e1,e2) 9692 Product-Producer(e1,e2) 9693 Entity-Origin(e2,e1) 9694 Content-Container(e1,e2) 9695 Cause-Effect(e1,e2) 9696 Instrument-Agency(e2,e1) 9697 Component-Whole(e1,e2) 9698 Cause-Effect(e1,e2) 9699 Cause-Effect(e2,e1) 9700 Other 9701 Other 9702 Member-Collection(e2,e1) 9703 Cause-Effect(e2,e1) 9704 Instrument-Agency(e2,e1) 9705 Message-Topic(e1,e2) 9706 Other 9707 Component-Whole(e2,e1) 9708 Cause-Effect(e2,e1) 9709 Member-Collection(e1,e2) 9710 Entity-Origin(e1,e2) 9711 Entity-Origin(e1,e2) 9712 Product-Producer(e2,e1) 9713 Component-Whole(e1,e2) 9714 Other 9715 Component-Whole(e2,e1) 9716 Product-Producer(e2,e1) 9717 Member-Collection(e2,e1) 9718 Other 9719 Cause-Effect(e1,e2) 9720 Cause-Effect(e2,e1) 9721 Instrument-Agency(e2,e1) 9722 Cause-Effect(e2,e1) 9723 Component-Whole(e1,e2) 9724 Entity-Origin(e1,e2) 9725 Cause-Effect(e1,e2) 9726 Other 9727 Cause-Effect(e1,e2) 9728 Message-Topic(e1,e2) 9729 Instrument-Agency(e1,e2) 9730 Message-Topic(e1,e2) 9731 Cause-Effect(e1,e2) 9732 Cause-Effect(e1,e2) 9733 Entity-Origin(e1,e2) 9734 Message-Topic(e2,e1) 9735 Message-Topic(e1,e2) 9736 Component-Whole(e2,e1) 9737 Component-Whole(e1,e2) 9738 Other 9739 Cause-Effect(e2,e1) 9740 Cause-Effect(e2,e1) 9741 Other 9742 Message-Topic(e2,e1) 9743 Component-Whole(e2,e1) 9744 Message-Topic(e2,e1) 9745 Member-Collection(e2,e1) 9746 Member-Collection(e2,e1) 9747 Other 9748 Member-Collection(e2,e1) 9749 Message-Topic(e1,e2) 9750 Other 9751 Member-Collection(e1,e2) 9752 Entity-Origin(e1,e2) 9753 Member-Collection(e2,e1) 9754 Content-Container(e1,e2) 9755 Entity-Origin(e2,e1) 9756 Message-Topic(e1,e2) 9757 Message-Topic(e1,e2) 9758 Cause-Effect(e2,e1) 9759 Component-Whole(e2,e1) 9760 Content-Container(e1,e2) 9761 Other 9762 Other 9763 Component-Whole(e2,e1) 9764 Message-Topic(e1,e2) 9765 Member-Collection(e2,e1) 9766 Entity-Destination(e1,e2) 9767 Entity-Origin(e1,e2) 9768 Instrument-Agency(e2,e1) 9769 Cause-Effect(e2,e1) 9770 Entity-Origin(e1,e2) 9771 Component-Whole(e1,e2) 9772 Entity-Destination(e1,e2) 9773 Component-Whole(e2,e1) 9774 Entity-Destination(e1,e2) 9775 Entity-Destination(e1,e2) 9776 Other 9777 Message-Topic(e1,e2) 9778 Product-Producer(e2,e1) 9779 Other 9780 Cause-Effect(e2,e1) 9781 Entity-Destination(e1,e2) 9782 Other 9783 Entity-Origin(e1,e2) 9784 Product-Producer(e2,e1) 9785 Product-Producer(e2,e1) 9786 Content-Container(e1,e2) 9787 Entity-Destination(e1,e2) 9788 Message-Topic(e1,e2) 9789 Other 9790 Member-Collection(e2,e1) 9791 Cause-Effect(e1,e2) 9792 Entity-Destination(e1,e2) 9793 Other 9794 Component-Whole(e1,e2) 9795 Other 9796 Other 9797 Cause-Effect(e2,e1) 9798 Entity-Destination(e1,e2) 9799 Other 9800 Message-Topic(e1,e2) 9801 Entity-Origin(e1,e2) 9802 Entity-Destination(e1,e2) 9803 Other 9804 Member-Collection(e2,e1) 9805 Entity-Destination(e1,e2) 9806 Content-Container(e1,e2) 9807 Entity-Origin(e1,e2) 9808 Other 9809 Entity-Destination(e1,e2) 9810 Content-Container(e1,e2) 9811 Other 9812 Cause-Effect(e1,e2) 9813 Instrument-Agency(e1,e2) 9814 Member-Collection(e2,e1) 9815 Other 9816 Instrument-Agency(e2,e1) 9817 Message-Topic(e1,e2) 9818 Member-Collection(e2,e1) 9819 Cause-Effect(e2,e1) 9820 Other 9821 Product-Producer(e1,e2) 9822 Product-Producer(e1,e2) 9823 Entity-Origin(e2,e1) 9824 Instrument-Agency(e2,e1) 9825 Member-Collection(e2,e1) 9826 Member-Collection(e2,e1) 9827 Member-Collection(e2,e1) 9828 Product-Producer(e1,e2) 9829 Cause-Effect(e1,e2) 9830 Entity-Origin(e1,e2) 9831 Cause-Effect(e1,e2) 9832 Entity-Origin(e1,e2) 9833 Other 9834 Component-Whole(e1,e2) 9835 Content-Container(e1,e2) 9836 Product-Producer(e2,e1) 9837 Instrument-Agency(e1,e2) 9838 Member-Collection(e2,e1) 9839 Other 9840 Message-Topic(e1,e2) 9841 Member-Collection(e2,e1) 9842 Other 9843 Other 9844 Entity-Origin(e1,e2) 9845 Component-Whole(e2,e1) 9846 Product-Producer(e2,e1) 9847 Other 9848 Cause-Effect(e2,e1) 9849 Other 9850 Product-Producer(e2,e1) 9851 Member-Collection(e2,e1) 9852 Entity-Origin(e1,e2) 9853 Other 9854 Member-Collection(e2,e1) 9855 Entity-Destination(e1,e2) 9856 Content-Container(e1,e2) 9857 Component-Whole(e2,e1) 9858 Product-Producer(e1,e2) 9859 Content-Container(e2,e1) 9860 Entity-Origin(e1,e2) 9861 Cause-Effect(e2,e1) 9862 Entity-Origin(e1,e2) 9863 Product-Producer(e2,e1) 9864 Product-Producer(e2,e1) 9865 Entity-Destination(e1,e2) 9866 Member-Collection(e2,e1) 9867 Other 9868 Cause-Effect(e2,e1) 9869 Other 9870 Product-Producer(e1,e2) 9871 Entity-Destination(e1,e2) 9872 Other 9873 Entity-Destination(e1,e2) 9874 Entity-Destination(e1,e2) 9875 Member-Collection(e1,e2) 9876 Cause-Effect(e2,e1) 9877 Other 9878 Member-Collection(e2,e1) 9879 Other 9880 Content-Container(e1,e2) 9881 Member-Collection(e2,e1) 9882 Entity-Origin(e1,e2) 9883 Entity-Destination(e1,e2) 9884 Instrument-Agency(e2,e1) 9885 Message-Topic(e1,e2) 9886 Other 9887 Member-Collection(e2,e1) 9888 Member-Collection(e1,e2) 9889 Instrument-Agency(e2,e1) 9890 Member-Collection(e2,e1) 9891 Member-Collection(e2,e1) 9892 Other 9893 Component-Whole(e2,e1) 9894 Entity-Destination(e1,e2) 9895 Product-Producer(e2,e1) 9896 Content-Container(e1,e2) 9897 Other 9898 Entity-Destination(e1,e2) 9899 Cause-Effect(e2,e1) 9900 Entity-Destination(e1,e2) 9901 Cause-Effect(e2,e1) 9902 Cause-Effect(e1,e2) 9903 Other 9904 Entity-Origin(e1,e2) 9905 Other 9906 Component-Whole(e2,e1) 9907 Product-Producer(e1,e2) 9908 Other 9909 Product-Producer(e2,e1) 9910 Member-Collection(e1,e2) 9911 Message-Topic(e1,e2) 9912 Instrument-Agency(e1,e2) 9913 Content-Container(e1,e2) 9914 Content-Container(e1,e2) 9915 Other 9916 Other 9917 Product-Producer(e2,e1) 9918 Member-Collection(e2,e1) 9919 Cause-Effect(e2,e1) 9920 Product-Producer(e2,e1) 9921 Component-Whole(e1,e2) 9922 Entity-Origin(e2,e1) 9923 Member-Collection(e2,e1) 9924 Other 9925 Component-Whole(e1,e2) 9926 Product-Producer(e2,e1) 9927 Component-Whole(e1,e2) 9928 Component-Whole(e1,e2) 9929 Content-Container(e1,e2) 9930 Other 9931 Entity-Destination(e1,e2) 9932 Content-Container(e1,e2) 9933 Product-Producer(e2,e1) 9934 Component-Whole(e1,e2) 9935 Product-Producer(e2,e1) 9936 Entity-Destination(e1,e2) 9937 Member-Collection(e2,e1) 9938 Member-Collection(e2,e1) 9939 Entity-Destination(e1,e2) 9940 Content-Container(e2,e1) 9941 Entity-Destination(e1,e2) 9942 Content-Container(e2,e1) 9943 Other 9944 Message-Topic(e1,e2) 9945 Component-Whole(e2,e1) 9946 Message-Topic(e2,e1) 9947 Product-Producer(e2,e1) 9948 Entity-Destination(e1,e2) 9949 Entity-Origin(e1,e2) 9950 Other 9951 Message-Topic(e1,e2) 9952 Entity-Destination(e1,e2) 9953 Entity-Destination(e1,e2) 9954 Entity-Origin(e1,e2) 9955 Content-Container(e2,e1) 9956 Cause-Effect(e2,e1) 9957 Component-Whole(e2,e1) 9958 Entity-Origin(e1,e2) 9959 Instrument-Agency(e2,e1) 9960 Member-Collection(e2,e1) 9961 Product-Producer(e2,e1) 9962 Entity-Origin(e1,e2) 9963 Entity-Destination(e1,e2) 9964 Entity-Destination(e1,e2) 9965 Cause-Effect(e2,e1) 9966 Other 9967 Cause-Effect(e1,e2) 9968 Message-Topic(e2,e1) 9969 Entity-Destination(e1,e2) 9970 Instrument-Agency(e2,e1) 9971 Component-Whole(e2,e1) 9972 Component-Whole(e1,e2) 9973 Message-Topic(e1,e2) 9974 Cause-Effect(e2,e1) 9975 Cause-Effect(e2,e1) 9976 Other 9977 Product-Producer(e2,e1) 9978 Other 9979 Cause-Effect(e1,e2) 9980 Component-Whole(e1,e2) 9981 Member-Collection(e2,e1) 9982 Entity-Destination(e1,e2) 9983 Content-Container(e1,e2) 9984 Member-Collection(e2,e1) 9985 Cause-Effect(e2,e1) 9986 Other 9987 Product-Producer(e2,e1) 9988 Content-Container(e1,e2) 9989 Other 9990 Other 9991 Message-Topic(e1,e2) 9992 Component-Whole(e1,e2) 9993 Content-Container(e1,e2) 9994 Component-Whole(e1,e2) 9995 Other 9996 Message-Topic(e1,e2) 9997 Component-Whole(e1,e2) 9998 Entity-Origin(e1,e2) 9999 Entity-Destination(e1,e2) 10000 Instrument-Agency(e2,e1) 10001 Instrument-Agency(e2,e1) 10002 Message-Topic(e1,e2) 10003 Cause-Effect(e2,e1) 10004 Entity-Destination(e1,e2) 10005 Instrument-Agency(e2,e1) 10006 Member-Collection(e2,e1) 10007 Entity-Origin(e1,e2) 10008 Entity-Destination(e1,e2) 10009 Cause-Effect(e1,e2) 10010 Entity-Origin(e1,e2) 10011 Other 10012 Cause-Effect(e2,e1) 10013 Member-Collection(e2,e1) 10014 Entity-Destination(e1,e2) 10015 Other 10016 Content-Container(e1,e2) 10017 Entity-Destination(e1,e2) 10018 Entity-Origin(e1,e2) 10019 Other 10020 Entity-Destination(e1,e2) 10021 Other 10022 Other 10023 Message-Topic(e1,e2) 10024 Message-Topic(e1,e2) 10025 Other 10026 Instrument-Agency(e2,e1) 10027 Entity-Destination(e1,e2) 10028 Message-Topic(e1,e2) 10029 Member-Collection(e2,e1) 10030 Other 10031 Member-Collection(e2,e1) 10032 Member-Collection(e2,e1) 10033 Other 10034 Content-Container(e1,e2) 10035 Component-Whole(e2,e1) 10036 Other 10037 Entity-Destination(e1,e2) 10038 Cause-Effect(e2,e1) 10039 Entity-Destination(e1,e2) 10040 Cause-Effect(e2,e1) 10041 Cause-Effect(e2,e1) 10042 Message-Topic(e2,e1) 10043 Entity-Destination(e1,e2) 10044 Component-Whole(e2,e1) 10045 Component-Whole(e2,e1) 10046 Entity-Destination(e1,e2) 10047 Cause-Effect(e1,e2) 10048 Instrument-Agency(e2,e1) 10049 Message-Topic(e1,e2) 10050 Content-Container(e2,e1) 10051 Component-Whole(e2,e1) 10052 Member-Collection(e2,e1) 10053 Content-Container(e1,e2) 10054 Cause-Effect(e2,e1) 10055 Entity-Destination(e1,e2) 10056 Entity-Destination(e1,e2) 10057 Instrument-Agency(e2,e1) 10058 Member-Collection(e1,e2) 10059 Cause-Effect(e2,e1) 10060 Other 10061 Other 10062 Content-Container(e1,e2) 10063 Component-Whole(e2,e1) 10064 Cause-Effect(e1,e2) 10065 Content-Container(e1,e2) 10066 Other 10067 Entity-Origin(e1,e2) 10068 Entity-Destination(e1,e2) 10069 Other 10070 Component-Whole(e1,e2) 10071 Entity-Origin(e1,e2) 10072 Content-Container(e2,e1) 10073 Other 10074 Entity-Origin(e1,e2) 10075 Entity-Origin(e1,e2) 10076 Product-Producer(e1,e2) 10077 Entity-Destination(e1,e2) 10078 Entity-Destination(e1,e2) 10079 Product-Producer(e2,e1) 10080 Entity-Origin(e2,e1) 10081 Entity-Destination(e1,e2) 10082 Entity-Origin(e1,e2) 10083 Component-Whole(e1,e2) 10084 Entity-Origin(e1,e2) 10085 Entity-Destination(e1,e2) 10086 Cause-Effect(e1,e2) 10087 Entity-Destination(e1,e2) 10088 Instrument-Agency(e2,e1) 10089 Product-Producer(e2,e1) 10090 Cause-Effect(e1,e2) 10091 Entity-Origin(e2,e1) 10092 Entity-Origin(e1,e2) 10093 Other 10094 Content-Container(e1,e2) 10095 Entity-Destination(e1,e2) 10096 Component-Whole(e2,e1) 10097 Other 10098 Message-Topic(e1,e2) 10099 Entity-Destination(e1,e2) 10100 Entity-Destination(e1,e2) 10101 Entity-Origin(e2,e1) 10102 Cause-Effect(e1,e2) 10103 Message-Topic(e1,e2) 10104 Member-Collection(e2,e1) 10105 Member-Collection(e2,e1) 10106 Component-Whole(e2,e1) 10107 Content-Container(e1,e2) 10108 Message-Topic(e1,e2) 10109 Other 10110 Message-Topic(e1,e2) 10111 Other 10112 Other 10113 Product-Producer(e2,e1) 10114 Message-Topic(e2,e1) 10115 Message-Topic(e1,e2) 10116 Entity-Origin(e2,e1) 10117 Product-Producer(e2,e1) 10118 Cause-Effect(e1,e2) 10119 Member-Collection(e2,e1) 10120 Component-Whole(e2,e1) 10121 Entity-Destination(e1,e2) 10122 Entity-Origin(e1,e2) 10123 Message-Topic(e1,e2) 10124 Other 10125 Other 10126 Member-Collection(e2,e1) 10127 Other 10128 Instrument-Agency(e1,e2) 10129 Other 10130 Other 10131 Product-Producer(e1,e2) 10132 Component-Whole(e2,e1) 10133 Instrument-Agency(e2,e1) 10134 Cause-Effect(e2,e1) 10135 Component-Whole(e2,e1) 10136 Entity-Origin(e1,e2) 10137 Message-Topic(e1,e2) 10138 Entity-Origin(e1,e2) 10139 Entity-Origin(e1,e2) 10140 Product-Producer(e2,e1) 10141 Other 10142 Product-Producer(e2,e1) 10143 Other 10144 Instrument-Agency(e2,e1) 10145 Instrument-Agency(e1,e2) 10146 Product-Producer(e1,e2) 10147 Component-Whole(e2,e1) 10148 Product-Producer(e2,e1) 10149 Instrument-Agency(e2,e1) 10150 Component-Whole(e1,e2) 10151 Product-Producer(e2,e1) 10152 Instrument-Agency(e1,e2) 10153 Product-Producer(e2,e1) 10154 Member-Collection(e2,e1) 10155 Message-Topic(e1,e2) 10156 Cause-Effect(e1,e2) 10157 Component-Whole(e1,e2) 10158 Entity-Destination(e1,e2) 10159 Other 10160 Other 10161 Component-Whole(e1,e2) 10162 Entity-Origin(e1,e2) 10163 Entity-Origin(e2,e1) 10164 Entity-Origin(e1,e2) 10165 Entity-Destination(e1,e2) 10166 Component-Whole(e1,e2) 10167 Entity-Origin(e1,e2) 10168 Content-Container(e1,e2) 10169 Member-Collection(e2,e1) 10170 Entity-Origin(e1,e2) 10171 Content-Container(e2,e1) 10172 Message-Topic(e2,e1) 10173 Other 10174 Member-Collection(e2,e1) 10175 Entity-Destination(e1,e2) 10176 Product-Producer(e2,e1) 10177 Cause-Effect(e2,e1) 10178 Entity-Destination(e1,e2) 10179 Product-Producer(e1,e2) 10180 Instrument-Agency(e2,e1) 10181 Other 10182 Cause-Effect(e2,e1) 10183 Message-Topic(e1,e2) 10184 Entity-Destination(e1,e2) 10185 Entity-Origin(e1,e2) 10186 Other 10187 Entity-Destination(e1,e2) 10188 Other 10189 Message-Topic(e1,e2) 10190 Product-Producer(e1,e2) 10191 Entity-Destination(e1,e2) 10192 Product-Producer(e2,e1) 10193 Component-Whole(e1,e2) 10194 Entity-Origin(e1,e2) 10195 Instrument-Agency(e2,e1) 10196 Other 10197 Product-Producer(e1,e2) 10198 Entity-Origin(e1,e2) 10199 Entity-Origin(e1,e2) 10200 Entity-Origin(e1,e2) 10201 Instrument-Agency(e2,e1) 10202 Entity-Destination(e1,e2) 10203 Instrument-Agency(e2,e1) 10204 Message-Topic(e1,e2) 10205 Product-Producer(e2,e1) 10206 Product-Producer(e2,e1) 10207 Entity-Destination(e1,e2) 10208 Component-Whole(e1,e2) 10209 Cause-Effect(e2,e1) 10210 Component-Whole(e2,e1) 10211 Message-Topic(e1,e2) 10212 Component-Whole(e1,e2) 10213 Other 10214 Component-Whole(e1,e2) 10215 Entity-Origin(e1,e2) 10216 Message-Topic(e1,e2) 10217 Other 10218 Entity-Origin(e2,e1) 10219 Content-Container(e1,e2) 10220 Message-Topic(e1,e2) 10221 Entity-Origin(e1,e2) 10222 Entity-Origin(e1,e2) 10223 Member-Collection(e2,e1) 10224 Product-Producer(e2,e1) 10225 Member-Collection(e2,e1) 10226 Entity-Destination(e1,e2) 10227 Content-Container(e1,e2) 10228 Cause-Effect(e2,e1) 10229 Member-Collection(e1,e2) 10230 Cause-Effect(e2,e1) 10231 Entity-Destination(e1,e2) 10232 Content-Container(e1,e2) 10233 Other 10234 Product-Producer(e2,e1) 10235 Instrument-Agency(e2,e1) 10236 Message-Topic(e1,e2) 10237 Product-Producer(e2,e1) 10238 Member-Collection(e2,e1) 10239 Member-Collection(e2,e1) 10240 Entity-Destination(e1,e2) 10241 Instrument-Agency(e2,e1) 10242 Message-Topic(e2,e1) 10243 Instrument-Agency(e2,e1) 10244 Other 10245 Entity-Destination(e1,e2) 10246 Cause-Effect(e2,e1) 10247 Message-Topic(e1,e2) 10248 Content-Container(e2,e1) 10249 Instrument-Agency(e2,e1) 10250 Product-Producer(e1,e2) 10251 Other 10252 Instrument-Agency(e2,e1) 10253 Message-Topic(e1,e2) 10254 Cause-Effect(e2,e1) 10255 Entity-Destination(e1,e2) 10256 Content-Container(e2,e1) 10257 Cause-Effect(e1,e2) 10258 Cause-Effect(e2,e1) 10259 Message-Topic(e2,e1) 10260 Entity-Origin(e1,e2) 10261 Other 10262 Other 10263 Entity-Destination(e1,e2) 10264 Component-Whole(e2,e1) 10265 Message-Topic(e1,e2) 10266 Product-Producer(e2,e1) 10267 Cause-Effect(e1,e2) 10268 Member-Collection(e2,e1) 10269 Message-Topic(e1,e2) 10270 Product-Producer(e2,e1) 10271 Entity-Origin(e1,e2) 10272 Component-Whole(e1,e2) 10273 Entity-Origin(e1,e2) 10274 Component-Whole(e2,e1) 10275 Cause-Effect(e1,e2) 10276 Entity-Destination(e1,e2) 10277 Component-Whole(e1,e2) 10278 Product-Producer(e1,e2) 10279 Cause-Effect(e2,e1) 10280 Entity-Destination(e1,e2) 10281 Cause-Effect(e2,e1) 10282 Other 10283 Entity-Origin(e2,e1) 10284 Entity-Destination(e1,e2) 10285 Cause-Effect(e2,e1) 10286 Content-Container(e1,e2) 10287 Content-Container(e1,e2) 10288 Component-Whole(e2,e1) 10289 Member-Collection(e2,e1) 10290 Content-Container(e1,e2) 10291 Other 10292 Message-Topic(e1,e2) 10293 Entity-Destination(e1,e2) 10294 Instrument-Agency(e1,e2) 10295 Message-Topic(e2,e1) 10296 Cause-Effect(e2,e1) 10297 Entity-Origin(e1,e2) 10298 Entity-Origin(e2,e1) 10299 Entity-Origin(e1,e2) 10300 Other 10301 Member-Collection(e2,e1) 10302 Message-Topic(e1,e2) 10303 Entity-Destination(e1,e2) 10304 Instrument-Agency(e2,e1) 10305 Component-Whole(e1,e2) 10306 Component-Whole(e2,e1) 10307 Component-Whole(e1,e2) 10308 Other 10309 Message-Topic(e1,e2) 10310 Message-Topic(e1,e2) 10311 Component-Whole(e2,e1) 10312 Content-Container(e2,e1) 10313 Product-Producer(e1,e2) 10314 Content-Container(e1,e2) 10315 Component-Whole(e1,e2) 10316 Content-Container(e1,e2) 10317 Other 10318 Other 10319 Member-Collection(e2,e1) 10320 Instrument-Agency(e2,e1) 10321 Entity-Destination(e1,e2) 10322 Component-Whole(e1,e2) 10323 Other 10324 Message-Topic(e1,e2) 10325 Content-Container(e1,e2) 10326 Other 10327 Content-Container(e1,e2) 10328 Product-Producer(e1,e2) 10329 Instrument-Agency(e2,e1) 10330 Entity-Destination(e1,e2) 10331 Instrument-Agency(e2,e1) 10332 Content-Container(e1,e2) 10333 Other 10334 Other 10335 Cause-Effect(e2,e1) 10336 Entity-Origin(e1,e2) 10337 Content-Container(e1,e2) 10338 Entity-Origin(e1,e2) 10339 Other 10340 Entity-Origin(e1,e2) 10341 Other 10342 Entity-Destination(e1,e2) 10343 Instrument-Agency(e2,e1) 10344 Cause-Effect(e2,e1) 10345 Component-Whole(e2,e1) 10346 Instrument-Agency(e2,e1) 10347 Content-Container(e2,e1) 10348 Entity-Destination(e1,e2) 10349 Member-Collection(e2,e1) 10350 Cause-Effect(e1,e2) 10351 Entity-Destination(e1,e2) 10352 Message-Topic(e2,e1) 10353 Product-Producer(e2,e1) 10354 Entity-Destination(e1,e2) 10355 Content-Container(e1,e2) 10356 Entity-Origin(e1,e2) 10357 Entity-Origin(e1,e2) 10358 Component-Whole(e1,e2) 10359 Other 10360 Message-Topic(e1,e2) 10361 Instrument-Agency(e1,e2) 10362 Entity-Destination(e1,e2) 10363 Entity-Destination(e1,e2) 10364 Product-Producer(e2,e1) 10365 Message-Topic(e1,e2) 10366 Member-Collection(e2,e1) 10367 Product-Producer(e2,e1) 10368 Instrument-Agency(e2,e1) 10369 Instrument-Agency(e2,e1) 10370 Other 10371 Product-Producer(e1,e2) 10372 Product-Producer(e1,e2) 10373 Cause-Effect(e1,e2) 10374 Content-Container(e1,e2) 10375 Member-Collection(e2,e1) 10376 Entity-Destination(e1,e2) 10377 Message-Topic(e1,e2) 10378 Entity-Origin(e2,e1) 10379 Cause-Effect(e1,e2) 10380 Component-Whole(e2,e1) 10381 Message-Topic(e1,e2) 10382 Cause-Effect(e2,e1) 10383 Cause-Effect(e1,e2) 10384 Entity-Origin(e1,e2) 10385 Instrument-Agency(e2,e1) 10386 Component-Whole(e2,e1) 10387 Component-Whole(e2,e1) 10388 Product-Producer(e1,e2) 10389 Component-Whole(e1,e2) 10390 Other 10391 Instrument-Agency(e2,e1) 10392 Message-Topic(e1,e2) 10393 Entity-Origin(e1,e2) 10394 Other 10395 Message-Topic(e1,e2) 10396 Cause-Effect(e2,e1) 10397 Entity-Origin(e1,e2) 10398 Cause-Effect(e1,e2) 10399 Entity-Destination(e1,e2) 10400 Component-Whole(e1,e2) 10401 Member-Collection(e2,e1) 10402 Other 10403 Entity-Origin(e1,e2) 10404 Member-Collection(e2,e1) 10405 Entity-Destination(e1,e2) 10406 Other 10407 Product-Producer(e2,e1) 10408 Member-Collection(e2,e1) 10409 Product-Producer(e1,e2) 10410 Other 10411 Other 10412 Product-Producer(e2,e1) 10413 Entity-Destination(e1,e2) 10414 Message-Topic(e2,e1) 10415 Entity-Destination(e1,e2) 10416 Member-Collection(e2,e1) 10417 Cause-Effect(e2,e1) 10418 Entity-Destination(e1,e2) 10419 Cause-Effect(e2,e1) 10420 Other 10421 Entity-Destination(e1,e2) 10422 Message-Topic(e1,e2) 10423 Entity-Origin(e1,e2) 10424 Instrument-Agency(e2,e1) 10425 Cause-Effect(e2,e1) 10426 Cause-Effect(e2,e1) 10427 Other 10428 Component-Whole(e1,e2) 10429 Message-Topic(e1,e2) 10430 Member-Collection(e2,e1) 10431 Content-Container(e1,e2) 10432 Content-Container(e1,e2) 10433 Component-Whole(e2,e1) 10434 Cause-Effect(e1,e2) 10435 Component-Whole(e1,e2) 10436 Entity-Destination(e1,e2) 10437 Message-Topic(e1,e2) 10438 Other 10439 Other 10440 Product-Producer(e1,e2) 10441 Member-Collection(e1,e2) 10442 Entity-Destination(e1,e2) 10443 Content-Container(e1,e2) 10444 Instrument-Agency(e2,e1) 10445 Content-Container(e1,e2) 10446 Entity-Destination(e1,e2) 10447 Other 10448 Product-Producer(e1,e2) 10449 Member-Collection(e2,e1) 10450 Other 10451 Component-Whole(e2,e1) 10452 Other 10453 Entity-Destination(e1,e2) 10454 Message-Topic(e1,e2) 10455 Product-Producer(e1,e2) 10456 Entity-Destination(e1,e2) 10457 Message-Topic(e1,e2) 10458 Other 10459 Other 10460 Component-Whole(e2,e1) 10461 Product-Producer(e2,e1) 10462 Content-Container(e1,e2) 10463 Entity-Destination(e1,e2) 10464 Product-Producer(e2,e1) 10465 Message-Topic(e1,e2) 10466 Cause-Effect(e2,e1) 10467 Entity-Destination(e1,e2) 10468 Cause-Effect(e1,e2) 10469 Component-Whole(e1,e2) 10470 Content-Container(e1,e2) 10471 Entity-Origin(e1,e2) 10472 Message-Topic(e1,e2) 10473 Product-Producer(e1,e2) 10474 Entity-Origin(e1,e2) 10475 Member-Collection(e2,e1) 10476 Content-Container(e1,e2) 10477 Content-Container(e1,e2) 10478 Entity-Destination(e1,e2) 10479 Content-Container(e1,e2) 10480 Entity-Origin(e2,e1) 10481 Cause-Effect(e2,e1) 10482 Product-Producer(e1,e2) 10483 Component-Whole(e1,e2) 10484 Component-Whole(e1,e2) 10485 Other 10486 Message-Topic(e1,e2) 10487 Other 10488 Entity-Destination(e1,e2) 10489 Component-Whole(e2,e1) 10490 Entity-Origin(e2,e1) 10491 Instrument-Agency(e2,e1) 10492 Other 10493 Cause-Effect(e1,e2) 10494 Other 10495 Content-Container(e2,e1) 10496 Product-Producer(e2,e1) 10497 Component-Whole(e2,e1) 10498 Content-Container(e2,e1) 10499 Other 10500 Cause-Effect(e2,e1) 10501 Cause-Effect(e2,e1) 10502 Component-Whole(e1,e2) 10503 Component-Whole(e1,e2) 10504 Cause-Effect(e1,e2) 10505 Cause-Effect(e1,e2) 10506 Instrument-Agency(e2,e1) 10507 Entity-Origin(e2,e1) 10508 Product-Producer(e1,e2) 10509 Entity-Destination(e1,e2) 10510 Component-Whole(e1,e2) 10511 Product-Producer(e1,e2) 10512 Other 10513 Other 10514 Entity-Origin(e1,e2) 10515 Member-Collection(e2,e1) 10516 Product-Producer(e2,e1) 10517 Other 10518 Message-Topic(e1,e2) 10519 Entity-Destination(e1,e2) 10520 Member-Collection(e2,e1) 10521 Other 10522 Other 10523 Cause-Effect(e2,e1) 10524 Cause-Effect(e2,e1) 10525 Member-Collection(e2,e1) 10526 Component-Whole(e1,e2) 10527 Member-Collection(e2,e1) 10528 Cause-Effect(e2,e1) 10529 Component-Whole(e1,e2) 10530 Content-Container(e1,e2) 10531 Message-Topic(e2,e1) 10532 Entity-Origin(e1,e2) 10533 Message-Topic(e1,e2) 10534 Other 10535 Message-Topic(e1,e2) 10536 Component-Whole(e1,e2) 10537 Product-Producer(e2,e1) 10538 Entity-Origin(e1,e2) 10539 Product-Producer(e1,e2) 10540 Entity-Destination(e1,e2) 10541 Entity-Origin(e1,e2) 10542 Component-Whole(e2,e1) 10543 Entity-Origin(e1,e2) 10544 Cause-Effect(e1,e2) 10545 Cause-Effect(e2,e1) 10546 Other 10547 Component-Whole(e2,e1) 10548 Component-Whole(e1,e2) 10549 Product-Producer(e1,e2) 10550 Instrument-Agency(e2,e1) 10551 Cause-Effect(e2,e1) 10552 Cause-Effect(e1,e2) 10553 Product-Producer(e2,e1) 10554 Product-Producer(e2,e1) 10555 Content-Container(e1,e2) 10556 Component-Whole(e2,e1) 10557 Entity-Destination(e1,e2) 10558 Message-Topic(e1,e2) 10559 Entity-Destination(e1,e2) 10560 Member-Collection(e2,e1) 10561 Other 10562 Other 10563 Product-Producer(e2,e1) 10564 Entity-Destination(e1,e2) 10565 Product-Producer(e1,e2) 10566 Entity-Destination(e1,e2) 10567 Other 10568 Other 10569 Product-Producer(e1,e2) 10570 Message-Topic(e1,e2) 10571 Other 10572 Other 10573 Entity-Origin(e1,e2) 10574 Other 10575 Content-Container(e1,e2) 10576 Product-Producer(e2,e1) 10577 Cause-Effect(e1,e2) 10578 Cause-Effect(e2,e1) 10579 Content-Container(e1,e2) 10580 Member-Collection(e2,e1) 10581 Component-Whole(e2,e1) 10582 Member-Collection(e2,e1) 10583 Instrument-Agency(e2,e1) 10584 Cause-Effect(e1,e2) 10585 Product-Producer(e1,e2) 10586 Component-Whole(e1,e2) 10587 Entity-Origin(e2,e1) 10588 Member-Collection(e2,e1) 10589 Other 10590 Entity-Destination(e1,e2) 10591 Component-Whole(e2,e1) 10592 Component-Whole(e1,e2) 10593 Other 10594 Entity-Origin(e1,e2) 10595 Other 10596 Message-Topic(e1,e2) 10597 Cause-Effect(e1,e2) 10598 Other 10599 Cause-Effect(e2,e1) 10600 Product-Producer(e1,e2) 10601 Other 10602 Entity-Destination(e1,e2) 10603 Other 10604 Component-Whole(e2,e1) 10605 Cause-Effect(e1,e2) 10606 Cause-Effect(e1,e2) 10607 Component-Whole(e2,e1) 10608 Entity-Origin(e1,e2) 10609 Instrument-Agency(e2,e1) 10610 Other 10611 Entity-Destination(e1,e2) 10612 Other 10613 Entity-Destination(e1,e2) 10614 Cause-Effect(e2,e1) 10615 Other 10616 Message-Topic(e1,e2) 10617 Entity-Destination(e1,e2) 10618 Product-Producer(e2,e1) 10619 Entity-Origin(e1,e2) 10620 Other 10621 Other 10622 Cause-Effect(e1,e2) 10623 Entity-Origin(e1,e2) 10624 Content-Container(e1,e2) 10625 Member-Collection(e2,e1) 10626 Component-Whole(e2,e1) 10627 Cause-Effect(e2,e1) 10628 Message-Topic(e1,e2) 10629 Cause-Effect(e1,e2) 10630 Other 10631 Content-Container(e1,e2) 10632 Entity-Destination(e1,e2) 10633 Entity-Destination(e1,e2) 10634 Member-Collection(e2,e1) 10635 Content-Container(e1,e2) 10636 Content-Container(e1,e2) 10637 Cause-Effect(e2,e1) 10638 Other 10639 Cause-Effect(e2,e1) 10640 Component-Whole(e1,e2) 10641 Cause-Effect(e2,e1) 10642 Cause-Effect(e1,e2) 10643 Cause-Effect(e2,e1) 10644 Entity-Origin(e1,e2) 10645 Cause-Effect(e2,e1) 10646 Cause-Effect(e2,e1) 10647 Message-Topic(e2,e1) 10648 Product-Producer(e1,e2) 10649 Entity-Origin(e1,e2) 10650 Cause-Effect(e2,e1) 10651 Member-Collection(e2,e1) 10652 Other 10653 Message-Topic(e1,e2) 10654 Other 10655 Content-Container(e1,e2) 10656 Entity-Origin(e1,e2) 10657 Component-Whole(e1,e2) 10658 Message-Topic(e1,e2) 10659 Member-Collection(e1,e2) 10660 Message-Topic(e1,e2) 10661 Product-Producer(e2,e1) 10662 Content-Container(e2,e1) 10663 Content-Container(e1,e2) 10664 Other 10665 Component-Whole(e2,e1) 10666 Entity-Origin(e1,e2) 10667 Other 10668 Member-Collection(e2,e1) 10669 Message-Topic(e1,e2) 10670 Content-Container(e1,e2) 10671 Other 10672 Other 10673 Product-Producer(e1,e2) 10674 Other 10675 Entity-Destination(e1,e2) 10676 Component-Whole(e2,e1) 10677 Message-Topic(e2,e1) 10678 Other 10679 Product-Producer(e1,e2) 10680 Instrument-Agency(e2,e1) 10681 Entity-Destination(e1,e2) 10682 Other 10683 Entity-Destination(e1,e2) 10684 Entity-Origin(e1,e2) 10685 Product-Producer(e2,e1) 10686 Component-Whole(e1,e2) 10687 Other 10688 Entity-Destination(e1,e2) 10689 Component-Whole(e2,e1) 10690 Entity-Origin(e1,e2) 10691 Entity-Origin(e1,e2) 10692 Cause-Effect(e1,e2) 10693 Content-Container(e1,e2) 10694 Entity-Destination(e1,e2) 10695 Message-Topic(e2,e1) 10696 Instrument-Agency(e2,e1) 10697 Message-Topic(e1,e2) 10698 Other 10699 Message-Topic(e2,e1) 10700 Member-Collection(e2,e1) 10701 Entity-Destination(e1,e2) 10702 Instrument-Agency(e2,e1) 10703 Cause-Effect(e1,e2) 10704 Cause-Effect(e2,e1) 10705 Entity-Destination(e1,e2) 10706 Other 10707 Component-Whole(e2,e1) 10708 Entity-Destination(e1,e2) 10709 Other 10710 Member-Collection(e2,e1) 10711 Entity-Origin(e1,e2) 10712 Entity-Origin(e1,e2) 10713 Instrument-Agency(e2,e1) 10714 Product-Producer(e1,e2) 10715 Component-Whole(e2,e1) 10716 Product-Producer(e1,e2) 10717 Entity-Destination(e2,e1)