challenging-america-word-ga.../run.ipynb

587 KiB

with open('dev-0/in.tsv', encoding='utf-8') as infile:
    with open('dev-0/out.tsv', 'w', newline='\n') as outfile:
        for line in infile.readlines():
            if ('United' in line):
                result = 'States:0.6 Kingdom:0.3 :0.1\n'
            elif ('there' in line):
                result = 'are:0.3 were:0.3 is:0.3 :0.1\n'
            elif ('where' in line):
                result = 'is:0.3 was:0.3 are:0.3 :0.1\n'
            elif ('what' in line):
                result = 'is:0.3 was:0.3 has:0.3 :0.1\n'
            elif ('merry' in line):
                result = 'Christmass:0.9 :0.1\n'
            else:
                result = 'the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1\n'


            print(result)
            outfile.write(result)
are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

Christmass:0.9 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

Christmass:0.9 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

Christmass:0.9 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

Christmass:0.9 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

Christmass:0.9 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

Christmass:0.9 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

Christmass:0.9 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

Christmass:0.9 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

is:0.3 was:0.3 are:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

States:0.6 Kingdom:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 has:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

are:0.3 were:0.3 is:0.3 :0.1

is:0.3 was:0.3 are:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

are:0.3 were:0.3 is:0.3 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1

the:0.2 be:0.2 to:0.2 of:0.1 and:0.1 a:0.1 :0.1