HomePage » Mail » Postfix


Read
Virtual postfix - http://www.howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-mandriva2008.1
Content inspection & redirect - http://www.postfix.org/header_checks.5.html

Postfix virtual hosting
Postfix Smarthost
Massmail handling


Postfix basic installation

I'm installing postfix2.4.3 from source over a server that has postfix-2.2 installed via rpm.
tar zxvf postfix-2.4.3.tar.gz
cd postfix-2.4.3
make -f Makefile.init makefiles
make makefiles CC=/usr/bin/gcc
make
make install
# All defaults answers are good.


With mysql and dovecot
make -f Makefile.init makefiles \
	 'CCARGS=-DHAS_MYSQL -I/usr/include/mysql -DUSE_SASL_AUTH \
	 -DDEF_SERVER_SASL_TYPE=\"dovecot\"' \
	 'AUXLIBS=-L/usr/lib64/mysql  -lmysqlclient -lz -lm'


Enabling SPF on postfix

Get add-on from http://www.openspf.org/blobs/postfix-policyd-spf-perl-2.004.tar.gz
Install perl module Mail::SPF
perl -MCPAN -e 'install Module::Build'
perl -MCPAN -e 'install Mail::SPF'


Install the add-on
tar zxvf postfix-policyd-spf-perl-2.004.tar.gz
cd postfix-policyd-spf-perl-2.004
cp postfix-policyd-spf-perl /usr/libexec/postfix/policyd-spf-perl


Then append the following to the end of /etc/postfix/master.cf
policy  unix  -       n       n       -       -       spawn
		user=nobody argv=/usr/bin/perl /usr/libexec/postfix/policyd-spf-perl


Then edit /etc/postfix/main.cf, change the line smtpd_recipient_restrictions to
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination,check_policy_service  unix:private/policy


If you do not have smtp auth enabled, the line should just be
smtpd_recipient_restrictions = check_policy_service unix:private/policy


You should see this in your maillog:
www postfix/smtpd[3779]: connect from ug-out-1314.google.com[66.249.92.174]
www postfix/policy-spf[3785]: handler sender_policy_framework: is decisive.
www postfix/policy-spf[3785]: : Policy action=PREPEND Received-SPF: pass (gmail.com ... _spf.google.com: 66.249.92.174 is authorized to use 'sender@domain.com' in 'mfrom' identity (mechanism 'ip4:66.249.80.0/20' matched)) receiver=domain2.com; identity=mfrom; envelope-from="sender@domain.com"; helo=ug-out-1314.google.com; client-ip=66.249.92.174
www postfix/smtpd[3779]: A146A354A0C: client=ug-out-1314.google.com[66.249.92.174]
www postfix/cleanup[3786]: A146A354A0C: message-id=<85e064830706270118x30df8ba4ua4f012c34821505f@mail.gmail.com>
www postfix/qmgr[3365]: A146A354A0C: from=<sender@domain.com>, size=2287, nrcpt=1 (queue active)
www postfix/local[3788]: A146A354A0C: to=<recipient@domain2.com>, relay=local, delay=1.1, delays=1.1/0.01/0/0, dsn=2.0.0, status=sent (delivered to maildir)
www postfix/qmgr[3365]: A146A354A0C: removed
www postfix/smtpd[3779]: disconnect from ug-out-1314.google.com[66.249.92.174]


spamassassin and postfix
Create user
useradd -s /bin/false spamd


Edit master.cf
smtp inet n - - - - smtpd
  -o content_filter=spamassin

spamassin unix         -       n       n       -       -       pipe
	   flags=Rq user=spamd argv=/usr/bin/spamc -e /usr/sbin/sendmail -oi -f ${sender} ${recipient}


Edit /etc/mail/spamassassin/main.cf to suit your taste, then restart postfix and test! Not working, check the followings:
- Your client need to deliver via network, not using sendmail.
- You have spamassass service started.

whitelist/blacklist
local.cf
# Whitelist important senders
whitelist_from          *@gooddomain.tld

# Blacklist bad senders
blacklist_from        *@baddomain.tld


More reading: http://wiki.apache.org/spamassassin/IntegratedSpamdInPostfix

spamassin web admin
This tool will let you edit the preference file http://wiki.apache.org/spamassassin/WebUserInterfaces
I point it to /var/spool/spamd/.spamassassin/user_prefs, which is the server-wide preference file used in this particular installation. Haven't figured out how to set up postfix+spamassin with user preference files.

Postfix and Dspam
smtp      inet  n       -       n       -       -       smtpd
	-o content_filter=dspam:
dspam     unix  -       n       n       -       10      pipe
  flags=Rhqu user=dspam argv=/usr/local/bin/dspamit ${sender} ${recipient}


Reducing spam
Set the following options
smtpd_helo_required = yes
strict_rfc821_envelopes = yes
disable_vrfy_command = yes
unknown_address_reject_code = 554
unknown_hostname_reject_code = 554
unknown_client_reject_code = 554
smtpd_helo_restrictions = reject_invalid_hostname
smtpd_sender_restrictions = check_sender_access
hash:/usr/local/etc/postfix/sender_access, reject_non_fqdn_sender,
reject_unknown_sender_domain
smtpd_recipient_restrictions = permit_mynetworks, reject_invalid_hostname, reject_non_fqdn_hostname, reject_non_fqdn_sender,
reject_non_fqdn_recipient, reject_unknown_sender_domain, reject_unauth_destination, reject_unauth_pipelining, reject_non_fqdn_recipient
---
smtpd_delay_reject = yes
smtpd_helo_required = yes
strict_rfc821_envelopes = yes
disable_vrfy_command = yes
unknown_address_reject_code = 554
unknown_hostname_reject_code = 554
unknown_client_reject_code = 554
smtpd_helo_restrictions = permit_mynetworks, reject_invalid_hostname
smtpd_recipient_restrictions = 
permit_mynetworks, 
reject_invalid_hostname, 
reject_non_fqdn_hostname, 
reject_non_fqdn_sender, 
reject_non_fqdn_recipient, 
reject_unknown_sender_domain, 
reject_unauth_destination, 
reject_unauth_pipelining, 
reject_non_fqdn_recipient,
reject_rbl_client zen.spamhaus.org,
reject_rbl_client bl.spamcop.net,
reject_rbl_client psbl.surriel.com,
reject_rbl_client combined.njabl.org,
reject_rbl_client dnsbl.sorbs.net


For the version I installed, mails will be accepted for delivery even if there is no SPF record. But I haven't tested the scenario where SPF records says mail is coming from the wrong domain. Maybe later.

Block senders
http://www.cyberciti.biz/faq/howto-blacklist-reject-sender-email-address/

SMTP routes or transport maps
Add the following to main.cf:
transport_maps = hash:/etc/postfix/transport
proxy_read_maps = $transport_maps 


Then create /etc/postfix/transport in this format. line 2 says all sub domains should be routed there as well
domain.tld    smtp:1.2.3.4
.domain.tld    smtp:1.2.3.4 


Run postmap /etc/postfix/transport to create the hash.
Comments [Hide comments/form]
kAfqQK http://M8bJXXT7yzZFp1CH.com
-- 014198192225.ctinets (2011-10-28 05:06:41)
I'd like to open an account <a href=" http
-- 144.177.50.6 (2011-10-29 11:04:13)
I can't get a signal <a href=" http://www.
-- 144.177.50.6 (2011-10-29 11:06:10)
In a meeting <a href=" http://www.blogtv.c
-- static-a204.ekaterin (2011-10-29 11:19:15)
I'd like to open a personal account <a href=&qu
-- 202.28.66.115 (2011-10-29 12:00:04)
How many would you like? <a href=" http://
-- 198.254.16.200 (2011-10-29 12:07:24)
Where did you go to university? <a href="
-- proxy-3-filtered.edu (2011-10-29 12:16:27)
Lost credit card <a href=" http://www.blog
-- 221.178.203.178 (2011-10-29 12:46:42)
It's a bad line <a href=" http://www.blogt
-- 144.177.50.6 (2011-10-29 13:12:59)
What part of do you come from? <a href="
-- ip147.170.78.206.in- (2011-10-29 13:27:32)
A staff restaurant <a href=" http://www.bl
-- 228.213.167.190.f.st (2011-10-29 14:04:43)
Accountant supermarket manager <a href=" h
-- 202.186.13.181 (2011-10-29 14:06:21)
I can't hear you very well <a href=" http:
-- ip-049-044.users.r2t (2011-10-29 14:17:18)
What sort of music do you like? <a href="
-- 195.191.13.130 (2011-10-29 14:39:08)
Can you hear me OK? <a href=" http://www.b
-- 200.68.7.11 (2011-10-29 15:21:32)
Could I borrow your phone, please? <a href=&quo
-- 78-83-72-47.spectrum (2011-10-29 15:25:36)
I live in London <a href=" http://www.blog
-- 88.255.54.12 (2011-10-29 15:46:20)
I do some voluntary work <a href=" http://
-- static-a204.ekaterin (2011-10-29 16:25:47)
Very interesting tale <a href=" http://www
-- 194.126.21.7 (2011-10-29 16:26:27)
Best Site good looking <a href=" http://ww
-- ironport1.utm.my (2011-10-29 16:48:37)
What's the interest rate on this account? <a hr
-- edel.sede.cust.ao.af (2011-10-29 16:55:09)
Did you go to university? <a href=" http:/
-- 206.253.164.251 (2011-10-29 17:30:06)
Whereabouts are you from? <a href=" http:/
-- 198.36.222.10 (2011-10-29 18:05:31)
How much will it cost to send this letter to ? <
-- 210.21.127.102 (2011-10-29 18:12:29)
Can you put it on the scales, please? <a href=&
-- 0895103061.static.co (2011-10-29 18:33:45)
We'd like to invite you for an interview <a hre
-- abs-static-42.200.10 (2011-10-29 18:47:56)
Will I have to work on Saturdays? <a href="
-- 200.68.7.11 (2011-10-29 19:17:22)
I'd like to withdraw $100, please <a href="
-- host-109-200-97-254. (2011-10-29 19:34:10)
Very funny pictures <a href=" http://www.b
-- 217.96.70.146 (2011-10-29 19:38:17)
Incorrect PIN <a href=" http://www.blogtv.
-- www37280u.sakura.ne. (2011-10-29 20:20:02)
How do you do? <a href=" http://www.blogtv
-- brandenburg.hotelyo. (2011-10-29 20:29:02)
Very interesting tale <a href=" http://www
-- mc-178-32-96-253.ovh (2011-10-29 20:41:57)
In tens, please (ten pound notes) <a href="
-- 59.52.97.147 (2011-10-29 20:57:54)
I'm not working at the moment <a href=" ht
-- 200.68.7.11 (2011-10-29 21:41:05)
Not in at the moment <a href=" http://www.
-- host-109-200-97-254. (2011-10-29 21:46:29)
Could I have a statement, please? <a href="
-- 41-222-211-141.galax (2011-10-29 21:47:09)
Until August <a href=" http://www.blogtv.c
-- ip-213-141-140-46.bb (2011-10-29 22:25:04)
Could I make an appointment to see ? <a href=&q
-- 83.139.173.212 (2011-10-29 22:50:19)
I don't like pubs <a href=" http://www.blo
-- cross.poig.ru (2011-10-29 22:52:14)
It's serious <a href=" http://www.blogtv.c
-- 115.111.190.143.stat (2011-10-29 23:19:39)
Which university are you at? <a href=" htt
-- 175.207.210.180.ds.s (2011-10-29 23:53:09)
I love this site <a href=" http://www.blog
-- 78.93.66.178 (2011-10-29 23:56:56)
I've been made redundant <a href=" http://
-- 95.181.58.182 (2011-10-30 00:03:12)
Can I take your number? <a href=" http://w
-- 175.207.210.180.ds.s (2011-10-30 00:47:39)
I've come to collect a parcel <a href=" ht
-- net253.201.84-81.izh (2011-10-30 01:02:21)
I'm in my first year at university <a href=&quo
-- 124-11-240-67.dynami (2011-10-30 01:16:46)
A packet of envelopes <a href=" http://www
-- broadband-77-37-208- (2011-10-30 01:17:55)
I was born in Australia but grew up in England <
-- 198.254.16.200 (2011-10-30 02:07:28)
Is there ? <a href=" http://www.blogtv.com
-- 220.242.172.38 (2011-10-30 02:17:04)
I'm interested in <a href=" http://www.bl
-- 84.235.45.242 (2011-10-30 02:25:10)
Where do you study? <a href=" http://www.b
-- 122.193.31.69 (2011-10-30 02:44:00)
Have you read any good books lately? <a href=&q
-- broadband-77-37-208- (2011-10-30 03:13:22)
real beauty page <a href=" http://www.blog
-- 198.254.16.200 (2011-10-30 03:39:36)
I'm on work experience <a href=" http://ww
-- 201.CH35058.cyberhom (2011-10-30 03:42:27)
How many days will it take for the cheque to clear
-- 205.185.126.101 (2011-10-30 04:08:00)
Can I use your phone? <a href=" http://www
-- 41.190.16.17 (2011-10-30 04:19:00)
How many weeks' holiday a year are there? <a hr
-- 163-29-43-96.HINET-I (2011-10-30 04:53:55)
I'd like to open a business account <a href=&qu
-- 79.104.16.90 (2011-10-30 05:26:18)
Nice to meet you <a href=" http://www.blog
-- 117.59.56.71 (2011-10-30 05:36:23)
History <a href=" http://www.blogtv.com/pe
-- 205.185.126.101 (2011-10-30 06:09:33)
Would you like a receipt? <a href=" http:/
-- h18811652191.rev.roo (2011-10-30 06:35:37)
How many more years do you have to go? <a href=
-- 123.165.25.30 (2011-10-30 07:04:36)
I'm not interested in football <a href=" h
-- www37280u.sakura.ne. (2011-10-30 07:24:30)
I can't stand football <a href=" http://ww
-- broadband-77-37-208- (2011-10-30 07:26:00)
One moment, please <a href=" http://www.bl
-- 188.133.205.79 (2011-10-30 07:43:41)
Have you got any experience? <a href=" htt
-- 41.190.16.17 (2011-10-30 08:34:33)
I'd like to open a business account <a href=&qu
-- x096033.dynamic.ppp. (2011-10-30 08:37:12)
I've just graduated <a href=" http://www.b
-- 144.177.50.6 (2011-10-30 08:52:25)
When can you start? <a href=" http://www.b
-- 124.42.77.178 (2011-10-30 09:18:53)
How do you do? <a href=" http://www.blogtv
-- 150.254.171.134 (2011-10-30 09:51:19)
I'm a housewife <a href=" http://www.blogt
-- 198.254.16.200 (2011-10-30 09:59:14)
I'm a member of a gym <a href=" http://www
-- testserve.westside66 (2011-10-30 10:08:10)
Have you got any qualifications? <a href="
-- 93.100.52.74.pool.sk (2011-10-30 11:05:46)
Best Site Good Work <a href=" http://www.b
-- host-109-200-97-254. (2011-10-30 11:06:19)
What part of do you come from? <a href="
-- 134-kazan.telebit.ru (2011-10-30 11:13:49)
Do you like it here? <a href=" http://www.
-- 123203029019.ctinets (2011-10-30 11:38:13)
I can't hear you very well <a href=" http:
-- cross.poig.ru (2011-10-30 12:13:49)
The line's engaged <a href=" http://www.bl
-- 217.96.70.146 (2011-10-30 12:21:26)
Have you read any good books lately? <a href=&q
-- customer-static-210- (2011-10-30 13:03:45)
I like watching TV <a href=" http://www.bl
-- 50-57-42-167.static. (2011-10-30 13:18:50)
No, I'm not particularly sporty <a href="
-- 178.210.36.54 (2011-10-30 13:38:31)
I'm a housewife <a href=" http://www.blogt
-- 114-40-240-242.dynam (2011-10-30 14:28:14)
I'd like to transfer some money to this account &l
-- corp-190-12-44-180-u (2011-10-30 14:30:51)
Your cash is being counted <a href=" http:
-- 95.139.86.109.triola (2011-10-30 14:55:18)
I'm doing an internship <a href=" http://w
-- 173-252-245-58.take2 (2011-10-30 15:05:35)
I don't like pubs <a href=" http://www.blo
-- D57D16C4.static.zigg (2011-10-30 15:39:12)
Could you tell me the number for ? <a href=&quo
-- KD210196243121.ec-us (2011-10-30 15:52:17)
Can I use your phone? <a href=" http://www
-- 213.160.235.30 (2011-10-30 16:12:47)
Accountant supermarket manager <a href=" h
-- 058176054149.ctinets (2011-10-30 16:47:06)
I'm afraid that number's ex-directory <a href=&
-- 209.202.168.4 (2011-10-30 16:47:23)
I've only just arrived <a href=" http://ww
-- 83.226.55.116.broad. (2011-10-30 17:14:52)
Who would I report to? <a href=" http://ww
-- 150.254.171.134 (2011-10-30 17:29:36)
What are the hours of work? <a href=" http
-- 77.108.85.119 (2011-10-30 17:56:55)
I'm about to run out of credit <a href=" h
-- 246-211-245-216.stat (2011-10-30 18:27:51)
A few months <a href=" http://www.blogtv.c
-- ironport1.utm.my (2011-10-30 18:39:24)
I work for myself <a href=" http://www.blo
-- 157.238.208.1 (2011-10-30 18:47:26)
I live here <a href=" http://www.blogtv.co
-- host-109-200-97-254. (2011-10-30 19:06:34)
Could you tell me the number for ? <a href=&quo
-- 177.Red-83-42-199.dy (2011-10-30 19:59:48)
I support Manchester United <a href=" http
-- vsat-109-236-145-210 (2011-10-30 20:05:24)
An estate agents <a href=" http://www.blog
-- 168.216.33.237 (2011-10-30 20:06:02)
I'd like a phonecard, please <a href=" htt
-- 228.213.167.190.f.st (2011-10-30 20:16:13)
Very Good Site <a href=" http://www.blogtv
-- 177.72.176.10 (2011-10-30 21:23:19)
I'm on holiday <a href=" http://www.blogtv
-- 168.216.33.237 (2011-10-30 21:25:24)
I'm at Liverpool University <a href=" http
-- 122-125-63-229.dynam (2011-10-30 21:26:26)
What do you want to do when you've finished? <a
-- 115.111.190.143.stat (2011-10-30 21:31:41)
On another call <a href=" http://www.blogt
-- 50-57-42-167.static. (2011-10-30 22:33:59)
I live here <a href=" http://www.blogtv.co
-- 206.253.164.251 (2011-10-30 22:35:37)
A few months <a href=" http://www.blogtv.c
-- ip-61-14-176-251.asi (2011-10-30 22:54:43)
I was born in Australia but grew up in England <
-- 59.52.97.147 (2011-10-30 22:57:05)
I'd like to cancel a cheque <a href=" http
-- 83.139.173.212 (2011-10-30 23:46:14)
Recorded Delivery <a href=" http://www.blo
-- mx.wagon-service.ru (2011-10-30 23:46:34)
What sort of music do you listen to? <a href=&q
-- 173-167-240-130-ip-s (2011-10-31 00:23:22)
Very funny pictures <a href=" http://www.b
-- mail.devcon-security (2011-10-31 00:24:51)
A packet of envelopes <a href=" http://www
-- 178.210.36.54 (2011-10-31 00:57:49)
Is it convenient to talk at the moment? <a href
-- jdprofsouyz.pppoe.cu (2011-10-31 00:57:50)
I'd like to send this to <a href=" http:/
-- mc-178-32-96-253.ovh (2011-10-31 01:52:30)
Three years <a href=" http://www.blogtv.co
-- 200.68.7.11 (2011-10-31 02:07:30)
Who's calling? <a href=" http://www.blogtv
-- vpn.efla.is (2011-10-31 02:10:49)
I'm at Liverpool University <a href=" http
-- 144.177.50.6 (2011-10-31 02:10:54)
Thanks funny site <a href=" http://www.blo
-- 92.99.184.103 (2011-10-31 03:17:38)
Hold the line, please <a href=" http://www
-- 89.169.28.201 (2011-10-31 03:26:15)
I'm unemployed <a href=" http://www.blogtv
-- mx.infocourspro.ru (2011-10-31 03:27:14)
We'd like to invite you for an interview <a hre
-- 41.58.129.2 (2011-10-31 04:00:53)
Three years <a href=" http://www.blogtv.co
-- 198.254.16.200 (2011-10-31 04:39:29)
I didn't go to university <a href=" http:/
-- mail.devcon-security (2011-10-31 04:39:36)
A book of First Class stamps <a href=" htt
-- 191.240.81.118.adsl- (2011-10-31 04:48:07)
I'm happy very good site <a href=" http://
-- wimax-client.yota.ru (2011-10-31 05:44:50)
I'm not interested in football <a href=" h
-- ip-195-182-193-233.o (2011-10-31 05:52:12)
I'd like to tell you about a change of address <
-- 184-106-128-35.stati (2011-10-31 05:53:03)
How long have you lived here? <a href=" ht
-- 114.92.105.171 (2011-10-31 06:19:40)
Very Good Site <a href=" http://www.blogtv
-- 98.142.220.231 (2011-10-31 07:04:37)
I'm sorry, he's <a href=" http://www.blog
-- vpn.efla.is (2011-10-31 07:10:39)
Pleased to meet you <a href=" http://www.b
-- broadband-77-37-208- (2011-10-31 07:22:41)
How many days will it take for the cheque to clear
-- 177.72.176.10 (2011-10-31 07:53:51)
I've got a part-time job <a href=" http://
-- host-109-200-97-254. (2011-10-31 08:16:42)
I'd like to send this parcel to <a href="
-- 41.223.116.54 (2011-10-31 08:54:39)
Have you got a telephone directory? <a href=&qu
-- ironport1.utm.my (2011-10-31 09:48:33)
Thanks funny site <a href=" http://www.blo
-- 41.223.116.54 (2011-10-31 10:06:03)
Will I have to work on Saturdays? <a href="
-- corp-190-12-44-180-u (2011-10-31 10:41:18)
Gloomy tales <a href=" http://www.blogtv.c
-- 219.141.216.253 (2011-10-31 11:15:09)
Remove card <a href=" http://www.blogtv.co
-- 77.93.223.90 (2011-10-31 11:49:38)
Could I have a statement, please? <a href="
-- 84.235.45.242 (2011-10-31 12:25:35)
We need someone with qualifications <a href=&qu
-- 50-57-42-167.static. (2011-10-31 12:38:12)
Do you know what extension he's on? <a href=&qu
-- 118-175-28-80.totisp (2011-10-31 13:00:47)
What's your number? <a href=" http://www.b
-- 78-131-198-233.tktel (2011-10-31 13:38:28)
I need to charge up my phone <a href=" htt
-- KD210196243121.ec-us (2011-10-31 14:01:28)
Get a job <a href=" http://www.blogtv.com/
-- 144.177.50.6 (2011-10-31 14:12:14)
I work for myself <a href=" http://www.blo
-- 41.223.116.54 (2011-10-31 14:52:13)
Would you like a receipt? <a href=" http:/
-- 144.177.50.6 (2011-10-31 15:21:56)
Could you send me an application form? <a href=
-- 144.177.50.6 (2011-10-31 15:25:16)
How would you like the money? <a href=" ht
-- ip-213-141-140-46.bb (2011-10-31 16:32:22)
I'd like to cancel a cheque <a href=" http
-- s1.rathsworld.com (2011-10-31 16:49:29)
We were at school together <a href=" http:
-- 117.6.131.103 (2011-10-31 17:17:40)
I'd like to apply for this job <a href=" h
-- 200.68.7.11 (2011-10-31 17:40:12)
I'd like , please <a href=" http://www.blo
-- net253.201.84-81.izh (2011-10-31 18:16:14)
Looking for work <a href=" http://www.blog
-- 228.213.167.190.f.st (2011-10-31 18:30:08)
Your cash is being counted <a href=" http:
-- vpn.efla.is (2011-10-31 18:49:34)
Could you tell me my balance, please? <a href=&
-- mc-178-32-96-253.ovh (2011-10-31 19:42:22)
A First Class stamp <a href=" http://www.b
-- ec2-50-18-180-176.us (2011-10-31 19:42:45)
I live in London <a href=" http://www.blog
-- 144.177.50.6 (2011-10-31 19:59:03)
How much will it cost to send this letter to ? <
-- 0895103061.static.co (2011-10-31 20:54:46)
We need someone with qualifications <a href=&qu
-- 200.68.7.11 (2011-10-31 21:08:03)
How long have you lived here? <a href=" ht
-- 95.181.58.182 (2011-10-31 21:11:15)
I've lost my bank card <a href=" http://ww
-- 200.68.7.11 (2011-10-31 22:08:33)
I'd like to open an account <a href=" http
-- 186.215.93.25.static (2011-10-31 22:16:56)
I was born in Australia but grew up in England <
-- ustlnx18-n2.ust.hk (2011-10-31 22:41:36)
I didn't go to university <a href=" http:/
-- mc-178-32-96-253.ovh (2011-10-31 23:20:39)
I'm a trainee <a href=" http://www.blogtv
-- ip-049-044.users.r2t (2011-10-31 23:27:04)
I quite like cooking <a href=" http://www.
-- ironport2.utm.my (2011-11-01 00:12:31)
What's your number? <a href=" http://www.b
-- 78.41.240.125 (2011-11-01 00:32:51)
Special Delivery <a href=" http://www.blog
-- 209.202.168.4 (2011-11-01 00:37:45)
Where do you live? <a href=" http://www.bl
-- ironport2.utm.my (2011-11-01 01:43:27)
Yes, I love it! <a href=" http://www.blogt
-- 219.141.216.253 (2011-11-01 01:47:51)
Do you play any instruments? <a href=" htt
-- 198.254.16.200 (2011-11-01 01:48:28)
Would you like to leave a message? <a href=&quo
-- 41.223.116.54 (2011-11-01 03:01:56)
The line's engaged <a href=" http://www.bl
-- 219.141.216.253 (2011-11-01 03:03:30)
Pleased to meet you <a href=" http://www.b
-- 125.119.171.14 (2011-11-01 03:14:52)
It's funny goodluck <a href=" http://www.b
-- 41.223.116.54 (2011-11-01 04:13:49)
Would you like a receipt? <a href=" http:/
-- 78.41.240.125 (2011-11-01 04:18:49)
How many would you like? <a href=" http://
-- 177.72.176.10 (2011-11-01 04:41:15)
We'd like to invite you for an interview <a hre
-- c-84ec70d5.017-359-7 (2011-11-01 05:26:45)
Where's the postbox? <a href=" http://www.
-- 84.235.45.242 (2011-11-01 05:36:27)
We work together <a href=" http://www.blog
-- 220.227.250.221 (2011-11-01 06:14:46)
Good crew it's cool :) <a href=" http://ww
-- 9.167.189.89.kuz.ru (2011-11-01 06:39:50)
I came here to work <a href=" http://www.b
-- ec2-50-18-179-249.us (2011-11-01 06:52:29)
Why did you come to ? <a href=" http://www
-- 229.45.9.221.adsl-po (2011-11-01 07:49:22)
How long are you planning to stay here? <a href
-- 210.107.100.251 (2011-11-01 07:54:26)
I've got a very weak signal <a href=" http
-- 0895103061.static.co (2011-11-01 08:09:23)
History <a href=" http://live.tetongravity
-- 228.213.167.190.f.st (2011-11-01 10:05:05)
Where did you go to university? <a href="
-- 202.71.143.2 (2011-11-01 10:19:59)
I'm in a band <a href=" http://live.tetong
-- 155.188.87.109.triol (2011-11-01 11:16:48)
A Second Class stamp <a href=" http://live
-- vpn.efla.is (2011-11-01 11:19:59)
I'd like to speak to someone about a mortgage <
-- 125-230-50-109.dynam (2011-11-01 11:53:04)
Not available at the moment <a href=" http
-- h18811652191.rev.roo (2011-11-01 12:30:13)
I've got a very weak signal <a href=" http
-- 184-106-128-35.stati (2011-11-01 12:37:43)
I do some voluntary work <a href=" http://
-- 33.201.187.78.static (2011-11-01 13:23:22)
Looking for work <a href=" http://live.tet
-- 64.88.160.4 (2011-11-01 13:44:03)
It's serious <a href=" http://live.tetongr
-- 64.88.160.4 (2011-11-01 13:54:11)
I can't hear you very well <a href=" http:
-- 200.11.76.166 (2011-11-01 14:53:02)
I'd like a phonecard, please <a href=" htt
-- 144.177.50.6 (2011-11-01 14:57:35)
Punk not dead <a href=" http://live.teton
-- ip-213-141-140-46.bb (2011-11-01 15:11:28)
I'll put her on <a href=" http://live.teto
-- host-109-200-97-254. (2011-11-01 16:11:13)
Another service? <a href=" http://live.tet
-- 144.177.50.6 (2011-11-01 16:23:16)
Could you ask her to call me? <a href=" ht
-- 93.166.121.107 (2011-11-01 16:28:37)
I work here <a href=" http://live.tetongra
-- eth0-0.alfa2.hugor.n (2011-11-01 17:24:50)
I've been cut off <a href=" http://live.te
-- 194.126.21.7 (2011-11-01 17:46:49)
Do you know each other? <a href=" http://
-- static.vdc.vn (2011-11-01 17:58:42)
I'm sorry, I'm not interested <a href=" ht
-- 200.68.7.11 (2011-11-01 18:38:29)
We went to university together <a href=" h
-- 91.230.124.5 (2011-11-01 19:03:30)
Another year <a href=" http://live.tetongr
-- 175.207.210.180.ds.s (2011-11-01 19:30:26)
Will I have to work on Saturdays? <a href="
-- 186.215.93.25.static (2011-11-01 19:49:57)
When can you start? <a href=" http://live.
-- persk-vpn-18-216.int (2011-11-01 20:18:04)
Another year <a href=" http://live.tetongr
-- 41.190.16.17 (2011-11-01 21:00:30)
I enjoy travelling <a href=" http://live.t
-- proxy-3-filtered.edu (2011-11-01 21:03:38)
Can I take your number? <a href=" http://l
-- 78-83-72-47.spectrum (2011-11-01 22:11:40)
Sorry, I'm busy at the moment <a href=" ht
-- rev-89-111-61-218.de (2011-11-01 22:37:36)
What do you do for a living? <a href=" htt
-- 144.177.50.6 (2011-11-01 22:47:33)
What do you like doing in your spare time? <a h
-- 186.215.93.25.static (2011-11-01 23:21:04)
Nice to meet you <a href=" http://live.tet
-- dns0.lexoweb.net (2011-11-02 00:00:50)
Could I make an appointment to see ? <a href=&q
-- 177.72.176.10 (2011-11-02 00:12:46)
What's the interest rate on this account? <a hr
-- 144.177.50.6 (2011-11-02 00:31:47)
I like it a lot <a href=" http://live.teto
-- 144.177.50.6 (2011-11-02 01:15:12)
I went to <a href=" http://live.tetongrav
-- 220-136-173-34.dynam (2011-11-02 01:43:51)
I sing in a choir <a href=" http://live.te
-- cross.poig.ru (2011-11-02 01:43:55)
I'm a housewife <a href=" http://live.teto
-- 0895103061.static.co (2011-11-02 02:30:47)
How do you do? <a href=" http://live.teton
-- ip-049-044.users.r2t (2011-11-02 02:55:57)
I'd like to withdraw $100, please <a href="
-- cphost2.telkomhostin (2011-11-02 03:14:43)
A few months <a href=" http://live.tetongr
-- 79.104.16.90 (2011-11-02 03:46:32)
In tens, please (ten pound notes) <a href="
-- 180.241.224.43 (2011-11-02 04:07:40)
Could you tell me the dialing code for ? <a hre
-- 58.61.154.230 (2011-11-02 04:38:40)
How do you spell that? <a href=" http://li
-- nat210.inet.multi-ne (2011-11-02 05:01:13)
What do you do for a living? <a href=" htt
-- host106.antat.ru (2011-11-02 05:17:57)
Whereabouts are you from? <a href=" http:/
-- 116.113.61.141 (2011-11-02 06:08:21)
An accountancy practice <a href=" http://l
-- cross.poig.ru (2011-11-02 06:15:22)
I'm retired <a href=" http://live.tetongra
-- unknown.blyon.com (2011-11-02 06:28:22)
Is it convenient to talk at the moment? <a href
-- 157.238.208.1 (2011-11-02 07:28:44)
Very funny pictures <a href=" http://live.
-- 144.177.50.6 (2011-11-02 07:37:36)
I've just graduated <a href=" http://live.
-- 75.61.163.222.adsl-p (2011-11-02 07:41:09)
I live in London <a href=" http://live.tet
-- 84.235.45.242 (2011-11-02 08:42:36)
I'll call back later <a href=" http://live
-- 228.213.167.190.f.st (2011-11-02 08:46:58)
A jiffy bag <a href=" http://live.tetongra
-- pendulum.com.mx (2011-11-02 09:12:03)
I've been made redundant <a href=" http://
-- 84-52-111-152.westca (2011-11-02 09:56:52)
Have you got a telephone directory? <a href=&qu
-- 144.177.50.6 (2011-11-02 09:57:01)
Stolen credit card <a href=" http://live.t
-- ozpp1-17.2x4.ru (2011-11-02 10:44:29)
Lost credit card <a href=" http://live.tet
-- 92.96.176.159 (2011-11-02 11:37:16)
I've just graduated <a href=" http://live.
-- 137.164.199.3 (2011-11-02 11:48:13)
How much is a First Class stamp? <a href="
-- 203.126.139.40 (2011-11-02 12:37:18)
Have you got a telephone directory? <a href=&qu
-- 84-52-111-152.westca (2011-11-02 12:49:18)
How many more years do you have to go? <a href=
-- nat210.inet.multi-ne (2011-11-02 13:01:31)
I never went to university <a href=" http:
-- host106.antat.ru (2011-11-02 14:00:29)
Sorry, you must have the wrong number <a href=&
-- pluton.ath.bielsko.p (2011-11-02 14:04:10)
I saw your advert in the paper <a href=" h
-- host106.antat.ru (2011-11-02 14:15:18)
Get a job <a href=" http://live.tetongravi
-- cross.poig.ru (2011-11-02 15:29:51)
Who would I report to? <a href=" http://li
-- 217.199.218.139.just (2011-11-02 16:24:04)
I can't hear you very well <a href=" http:
-- 217.199.218.139.just (2011-11-02 16:44:41)
I can't get a dialling tone <a href=" http
-- ozpp1-17.2x4.ru (2011-11-02 16:56:29)
I'll call back later <a href=" http://live
-- h86-62-117-211.ln.ri (2011-11-02 17:36:36)
I can't get a signal <a href=" http://live
-- 228.213.167.190.f.st (2011-11-02 17:58:04)
Do you need a work permit? <a href=" http:
-- ip-195-182-193-233.o (2011-11-02 18:26:08)
Insufficient funds <a href=" http://live.t
-- 79.104.16.90 (2011-11-02 18:48:10)
I'm about to run out of credit <a href=" h
-- 137.164.199.3 (2011-11-02 19:12:02)
Yes, I love it! <a href=" http://live.teto
-- 60.209.5.13 (2011-11-02 19:56:39)
It's a bad line <a href=" http://live.teto
-- 209.202.168.4 (2011-11-02 20:00:19)
Who's calling? <a href=" http://live.teton
-- 193.53.4.252 (2011-11-02 20:27:53)
The United States <a href=" http://live.te
-- vpn-tsuubiduubi.hard (2011-11-02 21:12:12)
Could you tell me the number for ? <a href=&quo
-- www29096u.sakura.ne. (2011-11-02 21:24:56)
Another service? <a href=" http://live.tet
-- host106.antat.ru (2011-11-02 22:23:59)
I'm a partner in <a href=" http://live.te
-- net-93-159-144-43.co (2011-11-02 22:53:31)
I've only just arrived <a href=" http://li
-- 217.96.70.146 (2011-11-02 22:55:42)
Yes, I play the guitar <a href=" http://li
-- 228.213.167.190.f.st (2011-11-02 23:35:36)
I've got a very weak signal <a href=" http
-- newtony3.webair.com (2011-11-03 00:11:44)
I'd like to cancel this standing order <a href=
-- 118-175-99-106.totis (2011-11-03 00:22:50)
Who would I report to? <a href=" http://li
-- 84-52-111-152.westca (2011-11-03 00:49:11)
I'm sorry, I'm not interested <a href=" ht
-- unknown.blyon.com (2011-11-03 01:28:53)
I work for myself <a href=" http://live.te
-- reverse.valueserver. (2011-11-03 01:52:46)
A jiffy bag <a href=" http://live.tetongra
-- 0895103061.static.co (2011-11-03 02:02:34)
Special Delivery <a href=" http://live.tet
-- 200.68.7.11 (2011-11-03 02:45:57)
I'm on business <a href=" http://live.teto
-- 178.76.252.58 (2011-11-03 03:16:51)
I can't stand football <a href=" http://li
-- 118-171-238-194.dyna (2011-11-03 03:25:52)
Very funny pictures <a href=" http://live.
-- lion.talklink.com.br (2011-11-03 04:05:32)
Is there ? <a href=" http://live.tetongrav
-- ozpp1-17.2x4.ru (2011-11-03 04:32:39)
We need someone with experience <a href="
-- 112.111.201.78 (2011-11-03 04:59:59)
What's the current interest rate for personal loan
-- 178.76.252.58 (2011-11-03 05:24:20)
I'd like to apply for this job <a href=" h
-- 193.53.4.252 (2011-11-03 05:49:03)
Can I call you back? <a href=" http://live
-- 122.67.66.254 (2011-11-03 06:36:57)
This is the job description <a href=" http
-- 84-52-111-152.westca (2011-11-03 06:44:23)
I'll put him on <a href=" http://live.teto
-- 178.210.121.114 (2011-11-03 07:07:25)
How long have you lived here? <a href=" ht
-- vpn-tsuubiduubi.hard (2011-11-03 08:08:09)
How much is a Second Class stamp? <a href="
-- 218.240.39.111 (2011-11-03 08:15:28)
I can't get a dialling tone <a href=" http
-- 148.228.20.113 (2011-11-03 08:28:05)
The line's engaged <a href=" http://live.t
-- h86-62-117-211.ln.ri (2011-11-03 09:32:48)
Can you put it on the scales, please? <a href=&
-- host-109-200-97-254. (2011-11-03 09:50:17)
I'm sorry, she's <a href=" http://live.te
-- 92.73.223.77.akado-u (2011-11-03 09:51:09)
I'll send you a text <a href=" http://live
-- 144.177.50.6 (2011-11-03 10:55:15)
How many weeks' holiday a year are there? <a hr
-- nat210.inet.multi-ne (2011-11-03 11:08:43)
Best Site good looking <a href=" http://li
-- 202.107.44.108 (2011-11-03 11:24:38)
Where do you live? <a href=" http://live.t
-- 144.177.50.6 (2011-11-03 12:18:57)
History <a href=" http://www.gametrailers.
-- 216-18-219-98.hosted (2011-11-03 12:25:37)
Insert your card <a href=" http://live.tet
-- 123.179.200.7 (2011-11-03 12:54:56)
What are the hours of work? <a href=" http
-- 190.145.70.37 (2011-11-03 13:42:00)
Canada>Canada <a href=" http://live.tet
-- vpn.efla.is (2011-11-03 13:49:57)
Where do you come from? <a href=" http://l
-- 207.219.7.136 (2011-11-03 14:26:21)
this is be cool 8) <a href=" http://www.ga
-- cross.poig.ru (2011-11-03 14:56:49)
Where are you from? <a href=" http://live.
-- localhost (2011-11-03 15:29:41)
Sorry, you must have the wrong number <a href=&
-- 220.227.250.221 (2011-11-03 15:55:22)
Is it convenient to talk at the moment? <a href
-- 137.164.199.3 (2011-11-03 16:48:30)
Could I have , please? <a href=" http://li
-- programmer215.dninet (2011-11-03 17:22:25)
I have my own business <a href=" http://ww
-- 41.190.16.17 (2011-11-03 17:25:31)
In tens, please (ten pound notes) <a href="
-- unknown.blyon.com (2011-11-03 18:09:00)
Could you tell me the number for ? <a href=&quo
-- 0895103061.static.co (2011-11-03 18:44:04)
I came here to work <a href=" http://live.
-- 123203109062.ctinets (2011-11-03 18:54:03)
Nice to meet you <a href=" http://live.tet
-- 144.177.50.6 (2011-11-03 19:29:24)
I never went to university <a href=" http:
-- vpn.efla.is (2011-11-03 20:00:02)
US dollars <a href=" http://live.tetongrav
-- 178.210.121.114 (2011-11-03 20:25:02)
I hate shopping <a href=" http://live.teto
-- 95.181.58.182 (2011-11-03 20:50:13)
A packet of envelopes <a href=" http://www
-- cross.poig.ru (2011-11-03 21:14:36)
How much were you paid in your last job? <a hre
-- 84-52-111-152.westca (2011-11-03 21:55:23)
real beauty page <a href=" http://live.tet
-- 217.96.70.146 (2011-11-03 22:09:56)
Accountant supermarket manager <a href=" h
-- newtony3.webair.com (2011-11-03 22:30:34)
I'm in a band <a href=" http://live.tetong
-- 194.154.200.21 (2011-11-03 23:26:12)
What sort of music do you like? <a href="
-- mx.infocourspro.ru (2011-11-03 23:31:17)
Recorded Delivery <a href=" http://www.gam
-- cross.poig.ru (2011-11-03 23:46:19)
Withdraw cash <a href=" http://live.tetong
-- 144.177.50.6 (2011-11-04 00:46:44)
Incorrect PIN <a href=" http://www.gametra
-- h86-62-117-211.ln.ri (2011-11-04 01:02:35)
Where did you go to university? <a href="
-- h86-62-117-211.ln.ri (2011-11-04 01:02:54)
I'm originally from Dublin but now live in Edinbur
-- 217.96.70.146 (2011-11-04 02:07:31)
What university do you go to? <a href=" ht
-- host-109-200-97-254. (2011-11-04 02:19:40)
I'll call back later <a href=" http://www.
-- 202.186.13.181 (2011-11-04 02:33:38)
We've got a joint account <a href=" http:/
-- 9.167.189.89.kuz.ru (2011-11-04 03:28:43)
Have you read any good books lately? <a href=&q
-- 144.177.50.6 (2011-11-04 03:38:17)
Can I use your phone? <a href=" http://www
-- 201-77-121-4.turboli (2011-11-04 04:04:49)
Will I have to work on Saturdays? <a href="
-- 9.167.189.89.kuz.ru (2011-11-04 04:51:19)
I read a lot <a href=" http://www.gametrai
-- 144.177.50.6 (2011-11-04 04:56:06)
I'd like to order some foreign currency <a href
-- 220.227.250.221 (2011-11-04 05:35:44)
I'm originally from Dublin but now live in Edinbur
-- ip1.33.52.176.kzn.tb (2011-11-04 06:15:27)
Yes, I play the guitar <a href=" http://ww
-- nikitas75.fvds.ru (2011-11-04 06:15:43)
How many more years do you have to go? <a href=
-- 180.179.49.35 (2011-11-04 07:07:25)
This is the job description <a href=" http
-- 177.72.176.10 (2011-11-04 07:34:13)
Hello good day <a href=" http://live.teton
-- cross.poig.ru (2011-11-04 07:36:05)
I study here <a href=" http://www.gametrai
-- mgntapp4-pub.UPR.EDU (2011-11-04 08:53:44)
Have you got a current driving licence? <a href
-- apmsrvex.apm.ad.fh-m (2011-11-04 09:00:17)
Could you send me an application form? <a href=
-- 81.23.98.206 (2011-11-04 10:14:09)
Not available at the moment <a href=" http
-- 124.42.77.178 (2011-11-04 10:16:15)
Wonderfull great site <a href=" http://liv
-- smtp4.jdcs.jo (2011-11-04 10:24:31)
Would you like a receipt? <a href=" http:/
-- newtony3.webair.com (2011-11-04 11:32:37)
Could I have , please? <a href=" http://ww
-- ppp-212-92-243-146.w (2011-11-04 11:47:44)
What qualifications have you got? <a href="
-- 82.179.217.243 (2011-11-04 11:51:50)
I've just graduated <a href=" http://www.g
-- 200.106.129.21 (2011-11-04 12:48:54)
I like watching TV <a href=" http://www.ga
-- 95.167.168.150 (2011-11-04 13:10:09)
I'd like to send this letter by <a href="
-- 85.195.138.27.satgat (2011-11-04 13:14:49)
I hate shopping <a href=" http://www.gamet
-- 91.224.154.4 (2011-11-04 14:03:13)
A few months <a href=" http://www.gametrai
-- 77.221.153.165.addr. (2011-11-04 14:25:38)
Where did you go to university? <a href="
-- ironport2.utm.my (2011-11-04 14:41:12)
In a meeting <a href=" http://www.gametrai
-- 84-52-111-152.westca (2011-11-04 15:15:43)
Special Delivery <a href=" http://www.game
-- apmsrvex.apm.ad.fh-m (2011-11-04 15:44:03)
What qualifications have you got? <a href="
-- 91.220.137.5 (2011-11-04 16:08:34)
I'd like to open a business account <a href=&qu
-- 65.255.47.12 (2011-11-04 16:29:58)
Do you know the number for ? <a href=" htt
-- 213.171.61.23 (2011-11-04 17:03:27)
Pleased to meet you <a href=" http://www.g
-- unknown.blyon.com (2011-11-04 17:46:51)
What sort of music do you like? <a href="
-- dynamicip-85-113-59- (2011-11-04 18:25:53)
Who do you work for? <a href=" http://www.
-- 82.179.217.243 (2011-11-04 19:04:19)
Wonderfull great site <a href=" http://www
-- 228.213.167.190.f.st (2011-11-04 19:06:09)
Is this a temporary or permanent position? <a h
-- gw-kompqjuternyjj-ce (2011-11-04 19:47:45)
On another call <a href=" http://www.gamet
-- vpn.efla.is (2011-11-04 20:21:32)
One moment, please <a href=" http://www.ga
-- 81.23.98.206 (2011-11-04 20:37:03)
What part of do you come from? <a href="
-- dns0.lexoweb.net (2011-11-04 21:09:22)
I'm interested in this position <a href="
-- ironport2.utm.my (2011-11-04 22:08:46)
The United States <a href=" http://www.gam
-- dynamicip-85-113-59- (2011-11-04 22:29:00)
Other amount <a href=" http://www.gametrai
-- 228.213.167.190.f.st (2011-11-04 23:00:38)
The National Gallery <a href=" http://www.
-- apmsrvex.apm.ad.fh-m (2011-11-04 23:51:46)
How much does the job pay? <a href=" http:
-- pendulum.com.mx (2011-11-05 01:13:07)
Yes, I play the guitar <a href=" http://ww
-- apmsrvex.apm.ad.fh-m (2011-11-05 01:14:33)
I'm at Liverpool University <a href=" http
-- h86-62-117-211.ln.ri (2011-11-05 01:37:24)
Hello good day <a href=" http://www.gametr
-- 41.190.16.17 (2011-11-05 02:37:26)
My battery's about to run out <a href=" ht
-- 114-43-54-16.dynamic (2011-11-05 02:42:23)
We'd like to invite you for an interview <a hre
-- thunder.powerfast.ne (2011-11-05 02:54:48)
I'm on business <a href=" http://www.gamet
-- 93.166.121.107 (2011-11-05 03:59:41)
I'm originally from Dublin but now live in Edinbur
-- 114-37-74-123.dynami (2011-11-05 04:11:05)
I'm only getting an answering machine <a href=&
-- 144.177.50.6 (2011-11-05 05:22:41)
Could you tell me the number for ? <a href=&quo
-- 46.180.81.39 (2011-11-05 05:30:36)
How much is a Second Class stamp? <a href="
-- ironport2.utm.my (2011-11-05 05:40:20)
We need someone with experience <a href="
-- corp-190-12-44-180-u (2011-11-05 06:45:45)
Best Site Good Work <a href=" http://www.g
-- 77.221.153.165.addr. (2011-11-05 06:50:41)
We'd like to offer you the job <a href=" h
-- 218.8.209.247 (2011-11-05 07:12:10)
I'm sorry, he's <a href=" http://www.game
-- 77.221.153.165.addr. (2011-11-05 08:06:09)
Are you a student? <a href=" http://www.ga
-- ip-049-044.users.r2t (2011-11-05 08:07:59)
I'm interested in this position <a href="
-- ironport1.utm.my (2011-11-05 08:43:43)
Which university are you at? <a href=" htt
-- 217.96.70.146 (2011-11-05 09:24:07)
I've been cut off <a href=" http://www.gam
-- 213.171.61.23 (2011-11-05 09:24:45)
very best job <a href=" http://www.gametra
-- 77.221.153.164.addr. (2011-11-05 10:14:10)
I'm training to be an engineer <a href=" h
-- cross.poig.ru (2011-11-05 10:40:13)
I love the theatre <a href=" http://www.ga
-- 79.104.16.90 (2011-11-05 10:44:06)
Wonderfull great site <a href=" http://www
-- 77.221.153.164.addr. (2011-11-05 11:44:54)
We've got a joint account <a href=" http:/
-- nikitas75.fvds.ru (2011-11-05 11:56:08)
I love the theatre <a href=" http://www.ga
-- 79.135.207.212 (2011-11-05 12:04:42)
Which university are you at? <a href=" htt
-- ironport1.utm.my (2011-11-05 13:11:03)
I work here <a href=" http://www.gametrail
-- ec2-50-18-179-249.us (2011-11-05 13:12:30)
What do you want to do when you've finished? <a
-- 79.104.16.90 (2011-11-05 13:23:37)
A staff restaurant <a href=" http://www.ga
-- mail.femco.ru (2011-11-05 14:27:00)
I'm a member of a gym <a href=" http://www
-- ironport2.utm.my (2011-11-05 14:37:19)
I'd like to tell you about a change of address <
-- newtony3.webair.com (2011-11-05 14:41:44)
How many are there in a book? <a href=" ht
-- 41.223.116.54 (2011-11-05 15:39:32)
I wanted to live abroad <a href=" http://w
-- 91.220.84.51 (2011-11-05 15:59:57)
Yes, I play the guitar <a href=" http://ww
-- 218.210.199.252 (2011-11-05 16:03:34)
I'm sorry, she's <a href=" http://www.gam
-- unknown.blyon.com (2011-11-05 16:51:53)
Excellent work, Nice Design <a href=" http
-- 119-46-110-14.static (2011-11-05 17:16:44)
A few months <a href=" http://www.gametrai
-- ironport2.utm.my (2011-11-05 17:31:18)
Thanks funny site <a href=" http://www.gam
-- smtp4.jdcs.jo (2011-11-05 18:05:18)
Where are you calling from? <a href=" http
-- proxy-6-filtered.edu (2011-11-05 18:33:47)
I'd like to withdraw $100, please <a href="
-- 92.46.119.133.static (2011-11-05 18:59:18)
We'd like to offer you the job <a href=" h
-- 46.191.171.161.dynam (2011-11-05 19:18:55)
How many weeks' holiday a year are there? <a hr
-- 202.107.44.108 (2011-11-05 19:50:54)
I've been cut off <a href=" http://www.gam
-- 120.203.1.250 (2011-11-05 20:28:41)
A packet of envelopes <a href=" http://www
-- 213.129.245.213 (2011-11-05 20:31:51)
Where did you go to university? <a href="
-- 91.224.154.4 (2011-11-05 21:07:43)
I work for a publishers <a href=" http://w
-- 84-52-111-152.westca (2011-11-05 21:44:55)
I never went to university <a href=" http:
-- ip-95-111-33-115.hom (2011-11-05 21:58:41)
I want to make a withdrawal <a href=" http
-- 213.171.61.23 (2011-11-05 22:23:15)
The manager <a href=" http://www.gametrail
-- ec2-50-18-179-249.us (2011-11-05 23:00:58)
This is your employment contract <a href="
-- 186.215.93.25.static (2011-11-05 23:30:19)
I've been cut off <a href=" http://www.gam
-- 91.224.154.4 (2011-11-05 23:44:48)
I'm sorry, I'm not interested <a href=" ht
-- dns0.lexoweb.net (2011-11-06 00:18:07)
Whereabouts are you from? <a href=" http:/
-- vpn-tsuubiduubi.hard (2011-11-06 01:01:12)
I'd like some euros <a href=" http://www.g
-- nikitas75.fvds.ru (2011-11-06 01:04:50)
Remove card <a href=" http://www.gametrail
-- 77.221.153.164.addr. (2011-11-06 01:35:02)
In a meeting <a href=" http://www.gametrai
-- 119-46-110-14.static (2011-11-06 02:25:08)
A Second Class stamp <a href=" http://www.
-- agmt.biz (2011-11-06 02:30:10)
I'd like to send this to <a href=" http:/
-- unknown.blyon.com (2011-11-06 02:52:40)
I've only just arrived <a href=" http://ww
-- 88.255.54.12 (2011-11-06 03:59:50)
I'd like to tell you about a change of address <
-- 82.179.217.243 (2011-11-06 04:08:33)
Have you got a current driving licence? <a href
-- 209.202.168.4 (2011-11-06 05:01:33)
Have you got a telephone directory? <a href=&qu
-- 217.96.70.146 (2011-11-06 05:25:43)
I'm doing a phd in chemistry <a href=" htt
-- 122.238.209.92 (2011-11-06 05:29:33)
Is there ? <a href=" http://www.gametraile
-- nikitas75.fvds.ru (2011-11-06 06:21:54)
An accountancy practice <a href=" http://w
-- 177.41.99.190.static (2011-11-06 06:43:00)
How long have you lived here? <a href=" ht
-- ec2-122-248-240-145. (2011-11-06 07:00:21)
Can you put it on the scales, please? <a href=&
-- 144.177.50.6 (2011-11-06 07:41:39)
I'm self-employed <a href=" http://www.gam
-- 77.221.153.164.addr. (2011-11-06 08:01:13)
Directory enquiries <a href=" http://www.g
-- 64.88.160.4 (2011-11-06 08:35:05)
How much notice do you have to give? <a href=&q
-- 200.32.70.3 (2011-11-06 09:00:39)
Where are you from? <a href=" http://www.g
-- 41.223.116.54 (2011-11-06 09:19:24)
Where did you go to university? <a href="
-- zulu1093.server4you. (2011-11-06 10:08:50)
Lost credit card <a href=" http://www.game
-- 91.220.84.51 (2011-11-06 10:19:52)
An estate agents <a href=" http://www.game
-- 178.210.121.114 (2011-11-06 10:37:41)
I've been cut off <a href=" http://www.gam
-- 77.221.153.164.addr. (2011-11-06 11:37:53)
How many more years do you have to go? <a href=
-- 217.96.70.146 (2011-11-06 11:39:16)
Very Good Site <a href=" http://www.gametr
-- dns0.lexoweb.net (2011-11-06 11:54:26)
Whereabouts are you from? <a href=" http:/
-- static.81.102.40.188 (2011-11-06 12:56:51)
Yes, I play the guitar <a href=" http://ww
-- 218.241.222.149 (2011-11-06 13:07:18)
Have you got a telephone directory? <a href=&qu
-- 91.224.154.4 (2011-11-06 13:10:20)
I'd like , please <a href=" http://www.gam
-- 81.23.98.206 (2011-11-06 14:16:21)
Could I have an application form? <a href="
-- 119-46-110-14.static (2011-11-06 14:35:04)
good material thanks <a href=" http://www.
-- dns0.lexoweb.net (2011-11-06 15:37:40)
We'd like to offer you the job <a href=" h
-- dynamicip-85-113-59- (2011-11-06 15:40:59)
I'm on business <a href=" http://www.gamet
-- 203.93.104.10 (2011-11-06 16:03:19)
Insufficient funds <a href=" http://www.ga
-- 118-175-28-80.totisp (2011-11-06 16:56:05)
Excellent work, Nice Design <a href=" http
-- 91.230.124.5 (2011-11-06 16:56:49)
How long are you planning to stay here? <a href
-- proxy-14-filtered.ed (2011-11-06 17:31:03)
Where's the postbox? <a href=" http://www.
-- 91.224.154.4 (2011-11-06 18:11:27)
I'm interested in this position <a href="
-- 144.177.50.6 (2011-11-06 18:14:39)
Can I use your phone? <a href=" http://www
-- 183178041175.ctinets (2011-11-06 18:58:11)
Not available at the moment <a href=" http
-- unknown.blyon.com (2011-11-06 19:25:56)
International directory enquiries <a href="
-- 144.177.50.6 (2011-11-06 19:32:08)
I don't know what I want to do after university &l
-- Mail.hitechplast.co. (2011-11-06 20:26:25)
I have my own business <a href=" http://ww
-- zulu1093.server4you. (2011-11-06 20:40:05)
Which year are you in? <a href=" http://ww
-- 79.104.16.90 (2011-11-06 20:50:22)
Who do you work for? <a href=" http://www.
-- smtp4.jdcs.jo (2011-11-06 21:53:02)
I'm not working at the moment <a href=" ht
-- ip-219.18.255.92.net (2011-11-06 21:55:52)
Directory enquiries <a href=" http://www.g
-- 91.224.154.4 (2011-11-06 22:09:31)
I'd like to change some money <a href=" ht
-- 177.17.236.108.dynam (2011-11-06 23:10:03)
I'm at Liverpool University <a href=" http
-- h18811652191.rev.roo (2011-11-06 23:18:32)
How do you know each other? <a href=" http
-- 84-52-111-152.westca (2011-11-06 23:24:52)
I'll put her on <a href=" http://www.gamet
-- 64.88.160.4 (2011-11-07 00:28:20)
Have you got any ? <a href=" http://www.ga
-- zulu1093.server4you. (2011-11-07 00:46:35)
How many weeks' holiday a year are there? <a hr
-- na-200-78-224-78.sta (2011-11-07 00:47:14)
A company car <a href=" http://www.gametra
-- 195-64-149-87.tica.c (2011-11-07 01:47:23)
Insufficient funds <a href=" http://www.ga
-- c-84ec70d5.017-359-7 (2011-11-07 02:08:34)
this post is fantastic <a href=" http://ww
-- ggcc2.gazprom-german (2011-11-07 02:16:43)
Have you got a current driving licence? <a href
-- 208-92-221-67.ipv4.m (2011-11-07 03:06:46)
Stolen credit card <a href=" http://www.ga
-- 122.225.68.117 (2011-11-07 03:45:34)
I live in London <a href=" http://www.game
-- vpn.efla.is (2011-11-07 04:26:34)
I'm in my first year at university <a href=&quo
-- smtp4.jdcs.jo (2011-11-07 04:53:29)
I'm a partner in <a href=" http://www.gam
-- 189.127.169.20 (2011-11-07 05:14:51)
Pleased to meet you <a href=" http://www.g
-- 144.177.50.6 (2011-11-07 05:45:16)
I'm interested in <a href=" http://www.ga
-- static.81.102.40.188 (2011-11-07 06:22:08)
Very Good Site <a href=" http://www.gametr
-- 109.70.65.218 (2011-11-07 06:44:43)
How many weeks' holiday a year are there? <a hr
-- 195-64-149-87.tica.c (2011-11-07 07:03:39)
Special Delivery <a href=" http://www.game
-- ip-049-044.users.r2t (2011-11-07 08:15:49)
I like it a lot <a href=" http://www.gamet
-- 38-82.rv.ipnxtelecom (2011-11-07 08:20:00)
Yes, I play the guitar <a href=" http://ww
-- 228.213.167.190.f.st (2011-11-07 09:02:07)
I didn't go to university <a href=" http:/
-- 83.222.92.253 (2011-11-07 09:37:00)
Which year are you in? <a href=" http://ww
-- 245-211-245-216.stat (2011-11-07 09:44:07)
Wonderfull great site <a href=" http://www
-- 144.177.50.6 (2011-11-07 10:22:24)
Thanks funny site <a href=" http://www.gam
-- ggcc2.gazprom-german (2011-11-07 10:54:25)
How do I get an outside line? <a href=" ht
-- 202.107.44.108 (2011-11-07 11:14:08)
How many are there in a book? <a href=" ht
-- 144.177.50.6 (2011-11-07 11:42:40)
Do you like it here? <a href=" http://www.
-- 115.31.136.249 (2011-11-07 12:10:23)
A book of First Class stamps <a href=" htt
-- 58.83.224.217 (2011-11-07 12:39:09)
I'm originally from Dublin but now live in Edinbur
-- corp-190-12-44-180-u (2011-11-07 13:00:19)
I do some voluntary work <a href=" http://
-- a81-84-241-static.cp (2011-11-07 13:49:07)
We'll need to take up references <a href="
-- 203.146.249.20 (2011-11-07 14:34:19)
I quite like cooking <a href=" http://www.
-- ezecom.110.74.222.13 (2011-11-07 14:58:33)
Children with disabilities <a href=" http:
-- cross.poig.ru (2011-11-07 15:04:39)
Do you know the number for ? <a href=" htt
-- proxy-14-filtered.ed (2011-11-07 16:01:11)
How many are there in a book? <a href=" ht
-- 79.135.207.212 (2011-11-07 16:16:23)
I came here to work <a href=" http://www.g
-- 218.16.118.148 (2011-11-07 16:19:42)
A First Class stamp <a href=" http://www.g
-- 118-175-28-80.totisp (2011-11-07 17:28:26)
Can you hear me OK? <a href=" http://www.g
-- rev-89-111-61-218.de (2011-11-07 17:34:41)
Could you send me an application form? <a href=
-- 0895103061.static.co (2011-11-07 18:50:57)
I'm on work experience <a href=" http://ww
-- p3099-ipbf2304maruno (2011-11-07 18:53:30)
I'd like , please <a href=" http://www.gam
-- 82.179.217.243 (2011-11-07 18:54:43)
Could you ask him to call me? <a href=" ht
-- 246-211-245-216.stat (2011-11-07 20:03:56)
I want to report a <a href=" http://www.g
-- 9.167.189.89.kuz.ru (2011-11-07 20:11:17)
Excellent work, Nice Design <a href=" http
-- static.81.102.40.188 (2011-11-07 20:19:08)
I came here to study <a href=" http://www.
-- 95.167.168.150 (2011-11-07 21:17:52)
Have you got any ? <a href=" http://www.ga
-- 91.230.124.5 (2011-11-07 21:28:48)
It's funny goodluck <a href=" http://www.g
-- urtvsp50.convex.ru (2011-11-07 21:45:14)
I need to charge up my phone <a href=" htt
-- 89.175.52.198 (2011-11-07 22:33:05)
Other amount <a href=" http://www.gametrai
-- 77.221.153.164.addr. (2011-11-07 22:47:12)
I'd like to pay this cheque in, please <a href=
-- dynamicip-85-113-59- (2011-11-07 23:11:46)
Please call back later <a href=" http://ww
-- mx.infocourspro.ru (2011-11-08 00:04:24)
I came here to work <a href=" http://www.g
-- 207.219.7.136 (2011-11-08 01:02:15)
Could I have a statement, please? <a href="
-- dns0.lexoweb.net (2011-11-08 02:17:13)
Have you read any good books lately? <a href=&q
-- 177.17.236.108.dynam (2011-11-08 02:42:07)
Will I get paid for overtime? <a href=" ht
-- 110.41.175.79.krasno (2011-11-08 03:33:20)
Do you know the number for ? <a href=" htt
-- 114-41-24-17.dynamic (2011-11-08 03:34:51)
Could you give me some smaller notes? <a href=&
-- 177.19.134.66.static (2011-11-08 04:00:35)
We work together <a href=" http://www.game
-- dns0.lexoweb.net (2011-11-08 04:51:04)
US dollars <a href=" http://www.gametraile
-- 177.72.176.10 (2011-11-08 05:04:11)
I want to report a <a href=" http://www.g
-- 38-82.rv.ipnxtelecom (2011-11-08 05:21:53)
Until August <a href=" http://www.gametrai
-- 77.221.153.165.addr. (2011-11-08 06:09:29)
Could I ask who's calling? <a href=" http:
-- 119-46-110-14.static (2011-11-08 06:44:05)
I'm in a band <a href=" http://www.gametra
-- 77.221.153.165.addr. (2011-11-08 07:29:14)
Until August <a href=" http://www.gametrai
-- 38-82.rv.ipnxtelecom (2011-11-08 08:05:24)
I was made redundant two months ago <a href=&qu
-- smtp4.jdcs.jo (2011-11-08 08:07:15)
We need someone with qualifications <a href=&qu
-- 82.99.4.113 (2011-11-08 08:48:10)
How many days will it take for the cheque to clear
-- 246-211-245-216.stat (2011-11-08 09:47:37)
I'm doing an internship <a href=" http://w
-- 202.30.97.107 (2011-11-08 09:58:02)
Very funny pictures <a href=" http://www.g
-- serwerstatus.pl (2011-11-08 10:23:25)
perfect design thanks <a href=" http://www
-- dns0.lexoweb.net (2011-11-08 11:09:05)
Can you put it on the scales, please? <a href=&
-- 79.78.113.112.broad. (2011-11-08 11:31:33)
I'm doing a phd in chemistry <a href=" htt
-- 41.190.16.17 (2011-11-08 11:42:06)
Could you please repeat that? <a href=" ht
-- dns0.lexoweb.net (2011-11-08 12:29:49)
Where are you from? <a href=" http://www.g
-- ip-049-044.users.r2t (2011-11-08 13:01:08)
Why did you come to ? <a href=" http://www
-- 74.184.204.221.adsl- (2011-11-08 13:04:06)
I work here <a href=" http://www.gametrail
-- 213.171.61.23 (2011-11-08 14:18:03)
Where did you go to university? <a href="
-- ec2-122-248-240-145. (2011-11-08 14:37:27)
Do you know the address? <a href=" http://
-- 190.145.70.37 (2011-11-08 14:46:16)
I saw your advert in the paper <a href=" h
-- ip-049-044.users.r2t (2011-11-08 15:35:13)
This is the job description <a href=" http
-- cross.poig.ru (2011-11-08 15:40:19)
How much is a First Class stamp? <a href="
-- 88.255.54.12 (2011-11-08 16:07:10)
In tens, please (ten pound notes) <a href="
-- 119-46-110-14.static (2011-11-08 16:32:03)
How would you like the money? <a href=" ht
-- 93.95.152.145 (2011-11-08 16:51:15)
Some First Class stamps <a href=" http://y
-- 82.179.217.243 (2011-11-08 17:25:17)
There's a three month trial period <a href=&quo
-- 218.240.39.111 (2011-11-08 17:37:28)
Hello good day <a href=" http://www.gametr
-- rev-89-111-61-218.de (2011-11-08 18:06:29)
Which year are you in? <a href=" http://ak
-- dns0.lexoweb.net (2011-11-08 18:17:59)
In tens, please (ten pound notes) <a href="
-- server1.hostitquick. (2011-11-08 19:08:19)
I've come to collect a parcel <a href=" ht
-- dns0.lexoweb.net (2011-11-08 19:10:22)
Who's calling? <a href=" http://www.gametr
-- 200.210.3.22 (2011-11-08 19:21:53)
Through friends <a href=" http://coluqagac
-- 91.220.84.51 (2011-11-08 20:02:40)
How do I get an outside line? <a href=" ht
-- host1556.ondemandhos (2011-11-08 20:37:28)
I'm sorry, she's <a href=" http://www.gam
-- rev-89-111-61-218.de (2011-11-08 20:38:04)
Did you go to university? <a href=" http:/
-- 9.167.189.89.kuz.ru (2011-11-08 20:55:52)
Who's calling? <a href=" http://qiepykalet
-- vpn.efla.is (2011-11-08 21:48:54)
Very funny pictures <a href=" http://www.g
-- ip1.33.52.176.kzn.tb (2011-11-08 21:54:17)
I saw your advert in the paper <a href=" h
-- host1556.ondemandhos (2011-11-08 22:05:11)
It's OK <a href=" http://unorecyos.webnode
-- 209.202.168.4 (2011-11-08 22:40:39)
I've got a part-time job <a href=" http://
-- 89.169.153.82 (2011-11-08 23:10:27)
I'll call back later <a href=" http://yqur
-- newtony3.webair.com (2011-11-08 23:33:10)
Would you like to leave a message? <a href=&quo
-- 91.220.84.51 (2011-11-08 23:33:51)
Have you seen any good films recently? <a href=
-- dns0.lexoweb.net (2011-11-09 00:26:57)
I read a lot <a href=" http://www.gametrai
-- 178.32.246.47 (2011-11-09 00:28:03)
The United States <a href=" http://www.gam
-- 218.94.136.178 (2011-11-09 01:04:37)
This is the job description <a href=" http
-- hoelscher-F0-3-7-gac (2011-11-09 01:21:10)
Where are you calling from? <a href=" http
-- corp-190-12-44-180-u (2011-11-09 01:46:05)
Please wait <a href=" http://ycedofegu.web
-- 95.167.168.150 (2011-11-09 02:15:11)
I didn't go to university <a href=" http:/
-- 38-82.rv.ipnxtelecom (2011-11-09 02:34:13)
I can't get a dialling tone <a href=" http
-- 119-46-110-14.static (2011-11-09 03:04:20)
I'd like to pay this in, please <a href="
-- 84-52-111-152.westca (2011-11-09 03:08:24)
magic story very thanks <a href=" http://i
-- 95.167.168.150 (2011-11-09 04:02:32)
I work here <a href=" http://www.gametrail
-- unknown.blyon.com (2011-11-09 04:04:53)
How would you like the money? <a href=" ht
-- 213.171.61.23 (2011-11-09 04:22:56)
I'll put him on <a href=" http://oeagupye.
-- 82-117-252-87.gpon.d (2011-11-09 04:56:06)
Gloomy tales <a href=" http://www.gametrai
-- 222.88.24.233 (2011-11-09 05:38:25)
real beauty page <a href=" http://www.game
-- 84.235.45.242 (2011-11-09 05:42:45)
How many are there in a book? <a href=" ht
-- 188.134.89.203 (2011-11-09 05:50:03)
International directory enquiries <a href="
-- 119-46-110-14.static (2011-11-09 06:43:41)
Looking for work <a href=" http://www.game
-- 212.220.115.16 (2011-11-09 07:02:08)
I've just started at <a href=" http://www
-- 222.238.156.245 (2011-11-09 07:12:27)
Could I have an application form? <a href="
-- dynamicip-85-113-59- (2011-11-09 07:38:56)
Do you know the number for ? <a href=" htt
-- ip-049-044.users.r2t (2011-11-09 08:25:23)
I'd like to send this letter by <a href="
-- vpn.efla.is (2011-11-09 08:34:42)
My battery's about to run out <a href=" ht
-- host90-39-static.186 (2011-11-09 08:45:22)
I'd like , please <a href=" http://obejyfo
-- 217.96.70.146 (2011-11-09 09:28:22)
Who's calling? <a href=" http://www.gametr
-- newtony3.webair.com (2011-11-09 09:46:04)
Do you know the number for ? <a href=" htt
-- 95-65-80-55.starnet. (2011-11-09 10:17:11)
I didn't go to university <a href=" http:/
-- 91.220.84.51 (2011-11-09 10:22:32)
International directory enquiries <a href="
-- 119-46-110-14.static (2011-11-09 11:05:38)
Have you got a telephone directory? <a href=&qu
-- 119-46-110-14.static (2011-11-09 11:17:03)
In a meeting <a href=" http://www.gametrai
-- correio.assure.com.b (2011-11-09 11:47:05)
What university do you go to? <a href=" ht
-- h86-62-117-211.ln.ri (2011-11-09 12:09:33)
What are the hours of work? <a href=" http
-- 78-83-72-47.spectrum (2011-11-09 12:26:26)
I've only just arrived <a href=" http://ac
-- 115.31.136.249 (2011-11-09 13:02:20)
I do some voluntary work <a href=" http://
-- hoelscher-F0-3-7-gac (2011-11-09 13:17:02)
Do you play any instruments? <a href=" htt
-- 217.96.70.146 (2011-11-09 13:44:58)
Have you got a telephone directory? <a href=&qu
-- dynamicip-85-113-59- (2011-11-09 13:56:15)
The manager <a href=" http://www.gametrail
-- 118.175.14.50.static (2011-11-09 14:47:16)
Where do you live? <a href=" http://egucef
-- 117.6.131.103 (2011-11-09 14:50:12)
I want to make a withdrawal <a href=" http
-- 84.235.45.242 (2011-11-09 15:04:39)
I'm a partner in <a href=" http://www.gam
-- 119-46-110-14.static (2011-11-09 16:16:12)
Can you hear me OK? <a href=" http://www.g
-- 67.158.63.124 (2011-11-09 16:23:22)
Where are you from? <a href=" http://pyfib
-- zulu1093.server4you. (2011-11-09 16:39:08)
We need someone with qualifications <a href=&qu
-- 93.166.121.107 (2011-11-09 17:32:28)
I'm on work experience <a href=" http://ww
-- nepon.campus.mipt.ru (2011-11-09 17:40:05)
Best Site good looking <a href=" http://ww
-- dns0.lexoweb.net (2011-11-09 17:44:27)
I study here <a href=" http://uromiporele.
-- 65.38.122.80 (2011-11-09 18:25:29)
Where did you go to university? <a href="
-- 213.171.61.23 (2011-11-09 18:58:23)
This site is crazy :) <a href=" http://www
-- hoelscher-F0-3-7-gac (2011-11-09 19:13:51)
I love this site <a href=" http://ecytubel
-- 95.167.168.150 (2011-11-09 19:19:42)
I've got a very weak signal <a href=" http
-- 92.46.119.133.static (2011-11-09 20:14:04)
I'm retired <a href=" http://www.gametrail
-- 93.166.121.107 (2011-11-09 20:16:13)
I can't get a dialling tone <a href=" http
-- unknown.blyon.com (2011-11-09 20:43:03)
We need someone with qualifications <a href=&qu
-- 208.65.159.170 (2011-11-09 21:07:29)
Could I borrow your phone, please? <a href=&quo
-- 84.235.45.242 (2011-11-09 21:34:30)
Best Site Good Work <a href=" http://selih
-- 110.41.175.79.krasno (2011-11-09 22:01:22)
Could I have an application form? <a href="
-- cross.poig.ru (2011-11-09 22:13:29)
An accountancy practice <a href=" http://w
-- host1556.ondemandhos (2011-11-09 22:51:43)
Through friends <a href=" http://ubydoarad
-- cscpotdcwhweb01.serv (2011-11-09 22:53:56)
Is this a temporary or permanent position? <a h
-- 77.221.153.164.addr. (2011-11-09 23:42:03)
It's serious <a href=" http://ikydegehe.we
-- 119-46-110-14.static (2011-11-09 23:46:25)
Who would I report to? <a href=" http://ww
-- newtony3.webair.com (2011-11-10 00:07:49)
How many are there in a book? <a href=" ht
-- 77.221.153.164.addr. (2011-11-10 00:41:33)
I'm self-employed <a href=" http://www.gam
-- 212.45.5.172 (2011-11-10 01:12:58)
A few months <a href=" http://www.gametrai
-- rev-89-111-61-218.de (2011-11-10 01:26:19)
What sort of work do you do? <a href=" htt
-- 193.53.4.252 (2011-11-10 01:36:20)
How much notice do you have to give? <a href=&q
-- cross.poig.ru (2011-11-10 02:32:02)
Sorry, I ran out of credit <a href=" http:
-- RELIABLE-IN.hsa1.Bal (2011-11-10 02:44:55)
Hello good day <a href=" http://www.gametr
-- static-200-105-225-5 (2011-11-10 02:45:12)
Get a job <a href=" http://uluqopucyre.web
-- 91.220.84.51 (2011-11-10 03:26:00)
Whereabouts in are you from? <a href=" ht
-- ip-219.18.255.92.net (2011-11-10 04:04:17)
I'm on business <a href=" http://www.gamet
-- 62.201.203.140 (2011-11-10 04:14:24)
Is it convenient to talk at the moment? <a href
-- 87.245.166.67 (2011-11-10 04:21:54)
I'd like to cancel a cheque <a href=" http
-- 67.158.63.124 (2011-11-10 05:20:12)
How many are there in a book? <a href=" ht
-- 119-46-110-14.static (2011-11-10 05:25:24)
I love this site <a href=" http://www.game
-- 180.247.52.192 (2011-11-10 05:49:00)
I'm doing an internship <a href=" http://f
-- 217.96.70.146 (2011-11-10 06:15:36)
Sorry, you must have the wrong number <a href=&
-- ip-219.18.255.92.net (2011-11-10 06:46:38)
On another call <a href=" http://dujoagyda
-- 213.171.61.23 (2011-11-10 07:11:44)
We went to university together <a href=" h
-- 219.140.60.205 (2011-11-10 07:21:53)
Could you ask her to call me? <a href=" ht
-- 89.169.153.82 (2011-11-10 08:09:01)
I support Manchester United <a href=" http
-- 217.96.70.146 (2011-11-10 08:09:10)
I was made redundant two months ago <a href=&qu
-- testserve.westside66 (2011-11-10 08:56:59)
Get a job <a href=" http://ojebikyaqu.webn
-- 82.179.217.243 (2011-11-10 09:06:49)
A few months <a href=" http://www.gametrai
-- 79.135.207.212 (2011-11-10 09:33:47)
One moment, please <a href=" http://ypukaf
-- 91.220.84.51 (2011-11-10 10:06:35)
I've just graduated <a href=" http://www.g
-- 175.139.193.146 (2011-11-10 10:30:31)
Remove card <a href=" http://www.gametrail
-- 217.96.70.146 (2011-11-10 10:56:06)
Is there ? <a href=" http://myganyla.webno
-- dynamicip-85-113-59- (2011-11-10 11:05:11)
I was made redundant two months ago <a href=&qu
-- 217.60.143.230 (2011-11-10 12:02:15)
i'm fine good work <a href=" http://www.ga
-- corp-190-12-44-180-u (2011-11-10 12:16:40)
Where are you calling from? <a href=" http
-- 217.96.70.146 (2011-11-10 12:59:27)
Would you like to leave a message? <a href=&quo
-- 119-46-110-14.static (2011-11-10 13:39:41)
I'm not working at the moment <a href=" ht
-- 91.220.84.51 (2011-11-10 14:01:17)
Do you know each other? <a href=" http://
-- 87.245.166.67 (2011-11-10 14:57:00)
I've been cut off <a href=" http://www.gam
-- 79.135.207.212 (2011-11-10 15:08:03)
How would you like the money? <a href=" ht
-- 65.38.122.80 (2011-11-10 15:52:04)
How would you like the money? <a href=" ht
-- 217.60.143.230 (2011-11-10 16:19:57)
History <a href=" http://www.gametrailers.
-- 113-53-232-91.totisp (2011-11-10 16:39:15)
very best job <a href=" http://ucabikyyqu.
-- 41.190.16.17 (2011-11-10 16:48:27)
I'd like to apply for this job <a href=" h
-- 193.53.4.252 (2011-11-10 17:40:08)
I wanted to live abroad <a href=" http://j
-- 228.213.167.190.f.st (2011-11-10 17:44:41)
Which university are you at? <a href=" htt
-- wimax-client.yota.ru (2011-11-10 18:11:02)
I'm on business <a href=" http://obaladiku
-- 87.245.166.67 (2011-11-10 18:41:18)
I study here <a href=" http://www.gametrai
-- ip-219.18.255.92.net (2011-11-10 19:01:56)
How many more years do you have to go? <a href=
-- 41.190.16.17 (2011-11-10 19:40:14)
I'd like to take the job <a href=" http://
-- 118-168-185-244.dyna (2011-11-10 19:44:14)
The line's engaged <a href=" http://www.ga
-- 93.166.121.107 (2011-11-10 20:30:16)
A staff restaurant <a href=" http://ecenab
-- 41.190.16.17 (2011-11-10 20:39:33)
Recorded Delivery <a href=" http://www.gam
-- 202.51.111.161 (2011-11-10 21:16:29)
I sing in a choir <a href=" http://alefaka
-- unknown.blyon.com (2011-11-10 21:36:10)
How would you like the money? <a href=" ht
-- ip-219.18.255.92.net (2011-11-10 21:53:04)
How much is a Second Class stamp? <a href="
-- proxy-ag.datanet.ro (2011-11-10 22:35:42)
Please call back later <a href=" http://ww
-- 82.179.217.243 (2011-11-10 22:49:48)
We need someone with qualifications <a href=&qu
-- 119-46-110-14.static (2011-11-10 23:19:02)
The National Gallery <a href=" http://afad
-- 217.96.70.146 (2011-11-10 23:33:42)
How many are there in a book? <a href=" ht
-- 193.232.60.42 (2011-11-11 00:24:33)
Could you tell me my balance, please? <a href=&
-- 153.19.156.125 (2011-11-11 00:29:55)
How many more years do you have to go? <a href=
-- 93.95.152.145 (2011-11-11 00:46:15)
I'd like to cancel a cheque <a href=" http
-- hoelscher-F0-3-7-gac (2011-11-11 01:27:54)
I'm a member of a gym <a href=" http://www
-- 204.248.119.140 (2011-11-11 01:57:36)
I do some voluntary work <a href=" http://
-- 91.230.124.5 (2011-11-11 02:11:12)
A Second Class stamp <a href=" http://sepy
-- 217.96.70.146 (2011-11-11 02:30:12)
What do you do for a living? <a href=" htt
-- 201-161-45-165.inter (2011-11-11 03:29:34)
US dollars <a href=" http://www.gametraile
-- 116.58.94-106.nexlin (2011-11-11 03:35:02)
I'd like to send this parcel to <a href="
-- 193.53.4.252 (2011-11-11 03:37:17)
Directory enquiries <a href=" http://hurye
-- 41.223.116.54 (2011-11-11 04:44:52)
I can't get through at the moment <a href="
-- 65.38.122.80 (2011-11-11 05:14:17)
On another call <a href=" http://www.gamet
-- 119-46-110-14.static (2011-11-11 05:14:54)
I need to charge up my phone <a href=" htt
-- 91.220.84.51 (2011-11-11 06:01:09)
We used to work together <a href=" http://
-- 119-46-110-14.static (2011-11-11 06:48:29)
Wonderfull great site <a href=" http://www
-- 122.225.68.118 (2011-11-11 06:53:30)
A packet of envelopes <a href=" http://gin
-- 175.136.233.76 (2011-11-11 07:06:41)
I'd like to open a business account <a href=&qu
-- 217.96.70.146 (2011-11-11 08:12:51)
Your account's overdrawn <a href=" http://
-- 212.220.115.16 (2011-11-11 08:18:14)
Go travelling <a href=" http://www.gametra
-- hst-7-191.duomenucen (2011-11-11 08:33:28)
Gloomy tales <a href=" http://icolusuco.we
-- 79.135.207.212 (2011-11-11 09:17:17)
We'll need to take up references <a href="
-- ip-219.18.255.92.net (2011-11-11 09:49:14)
Hold the line, please <a href=" http://www
-- 180.211.108.174 (2011-11-11 10:11:05)
I'm unemployed <a href=" http://iliabiqol.
-- corp-190-12-44-180-u (2011-11-11 10:21:58)
I quite like cooking <a href=" http://www.
-- 213.171.61.23 (2011-11-11 11:19:47)
I'd like to send this letter by <a href="
-- 91.230.124.5 (2011-11-11 11:29:02)
How much is a Second Class stamp? <a href="
-- 123.127.98.130 (2011-11-11 11:49:28)
Is it convenient to talk at the moment? <a href
-- 119-46-110-14.static (2011-11-11 12:37:24)
I love this site <a href=" http://www.game
-- 82.179.217.243 (2011-11-11 12:53:14)
I'm a housewife <a href=" http://www.gamet
-- 203.158.200.26 (2011-11-11 13:26:09)
Do you have any exams coming up? <a href="
-- unknown.blyon.com (2011-11-11 13:55:10)
An estate agents <a href=" http://www.game
-- hoelscher-F0-3-7-gac (2011-11-11 14:16:38)
This is the job description <a href=" http
-- 217.96.70.146 (2011-11-11 15:00:54)
We went to university together <a href=" h
-- 117.6.131.103 (2011-11-11 15:01:46)
What do you do for a living? <a href=" htt
-- ip-213-141-140-46.bb (2011-11-11 15:41:39)
Not in at the moment <a href=" http://rous
-- 178.211.2.2 (2011-11-11 16:06:57)
Could you ask her to call me? <a href=" ht
-- 122.225.68.119 (2011-11-11 16:33:50)
Your account's overdrawn <a href=" http://
-- 80.63.56.147 (2011-11-11 16:39:31)
I'd like to apply for this job <a href=" h
-- 193.53.4.252 (2011-11-11 17:04:27)
It's serious <a href=" http://aferujuto.we
-- 91.220.84.51 (2011-11-11 17:37:12)
I enjoy travelling <a href=" http://ofemaq
-- 41.190.16.17 (2011-11-11 18:06:51)
Could you tell me the number for ? <a href=&quo
-- 91.208.144.179 (2011-11-11 18:07:17)
I'm afraid that number's ex-directory <a href=&
-- 193.53.4.252 (2011-11-11 18:33:30)
Please wait <a href=" http://etaafoga.webn
-- unknown.blyon.com (2011-11-11 19:07:40)
I live in London <a href=" http://rabuposo
-- unknown.blyon.com (2011-11-11 19:28:58)
Get a job <a href=" http://www.gametrailer
-- 249-19-182-46.NbISer (2011-11-11 19:42:45)
A company car <a href=" http://apydualu.we
-- unknown.blyon.com (2011-11-11 20:06:40)
I'm sorry, she's <a href=" http://maraafa
-- 79.135.207.212 (2011-11-11 20:23:30)
Insufficient funds <a href=" http://uucaki
-- unknown.blyon.com (2011-11-11 21:03:55)
Just over two years <a href=" http://www.g
-- 189-112-189-028.stat (2011-11-11 21:15:47)
Could I order a new chequebook, please? <a href
-- corp-190-12-44-180-u (2011-11-11 21:17:50)
I work with computers <a href=" http://yhi
-- 178.211.2.2 (2011-11-11 22:05:42)
Do you need a work permit? <a href=" http:
-- 213.171.61.23 (2011-11-11 22:15:59)
We've got a joint account <a href=" http:/
-- 220.227.250.221 (2011-11-11 22:52:14)
Looking for a job <a href=" http://acycilu
-- smtp4.jdcs.jo (2011-11-11 23:06:47)
I'm only getting an answering machine <a href=&
-- host-109-200-97-254. (2011-11-11 23:20:37)
I want to make a withdrawal <a href=" http
-- 177.18.24.73.static. (2011-11-12 00:15:41)
Have you got any experience? <a href=" htt
-- 65.38.122.80 (2011-11-12 00:26:45)
I went to <a href=" http://joofesuh.webno
-- 178.211.2.2 (2011-11-12 00:55:40)
Excellent work, Nice Design <a href=" http
-- 82.179.217.243 (2011-11-12 01:56:56)
We'd like to offer you the job <a href=" h
-- 91.208.144.179 (2011-11-12 02:03:50)
I'd like to pay this in, please <a href="
-- 65.38.122.80 (2011-11-12 02:07:55)
How many weeks' holiday a year are there? <a hr
-- 82.179.217.243 (2011-11-12 03:04:54)
A Second Class stamp <a href=" http://www.
-- 222.88.24.243 (2011-11-12 03:39:39)
We were at school together <a href=" http:
-- 213.171.61.23 (2011-11-12 03:56:18)
Gloomy tales <a href=" http://utirypuil.we
-- 93.166.121.107 (2011-11-12 04:01:22)
Do you play any instruments? <a href=" htt
-- 78.93.66.178 (2011-11-12 04:57:13)
I've got a full-time job <a href=" http://
-- 194.126.21.7 (2011-11-12 04:58:46)
Have you got any experience? <a href=" htt
-- proxy.asianet.co.th (2011-11-12 05:18:35)
Could you please repeat that? <a href=" ht
-- 194.126.21.7 (2011-11-12 05:54:57)
I'm doing a phd in chemistry <a href=" htt
-- 41.190.16.17 (2011-11-12 05:58:27)
We need someone with experience <a href="
-- 213.171.61.23 (2011-11-12 06:50:04)
Could I borrow your phone, please? <a href=&quo
-- 82.179.217.243 (2011-11-12 06:56:53)
Thanks funny site <a href=" http://kuhigir
-- 190.145.70.37 (2011-11-12 06:57:48)
Could you send me an application form? <a href=
-- 82.179.217.243 (2011-11-12 07:47:37)
I'd like some euros <a href=" http://adufi
-- 95.139.86.109.triola (2011-11-12 08:01:44)
Where did you go to university? <a href="
-- cm61-18-170-193.hkca (2011-11-12 08:34:48)
I live here <a href=" http://tubyguodam.we
-- vpn-tsuubiduubi.hard (2011-11-12 08:44:21)
Nice to meet you <a href=" http://oduhenan
-- 110.41.175.79.krasno (2011-11-12 09:06:21)
Your account's overdrawn <a href=" http://
-- f1.vsem.ru (2011-11-12 09:44:37)
I live here <a href=" http://www.gametrail
-- smtp.codemantra.com (2011-11-12 10:13:09)
I'm afraid that number's ex-directory <a href=&
-- 119-46-110-14.static (2011-11-12 10:19:12)
Which team do you support? <a href=" http:
-- unknown.blyon.com (2011-11-12 10:57:08)
I'd like to apply for this job <a href=" h
-- 88-202-124-121.ip.sk (2011-11-12 11:20:02)
A staff restaurant <a href=" http://www.ga
-- mail.pia.com.br (2011-11-12 11:48:28)
Good crew it's cool :) <a href=" http://um
-- smtp.codemantra.com (2011-11-12 11:52:07)
Hold the line, please <a href=" http://lia
-- 217.96.70.146 (2011-11-12 12:27:48)
Could you send me an application form? <a href=
-- 74.121.148.55 (2011-11-12 12:49:33)
Enter your PIN <a href=" http://www.gametr
-- smtp.codemantra.com (2011-11-12 13:21:17)
I'm self-employed <a href=" http://raogydo
-- 119-46-110-14.static (2011-11-12 13:30:08)
Pleased to meet you <a href=" http://lulyi
-- 213.171.61.23 (2011-11-12 13:43:08)
I never went to university <a href=" http:
-- 50-57-136-164.static (2011-11-12 14:28:40)
Excellent work, Nice Design <a href=" http
-- sd-27520.dedibox.fr (2011-11-12 14:53:20)
I'd like to take the job <a href=" http://
-- 186.215.93.25.static (2011-11-12 15:25:22)
Have you got a current driving licence? <a href
-- 177.18.24.73.static. (2011-11-12 15:34:34)
Could you ask him to call me? <a href=" ht
-- 87.245.166.67 (2011-11-12 16:21:18)
Do you know each other? <a href=" http://
-- hbpro.hitachi-hb.co. (2011-11-12 16:25:24)
This is your employment contract <a href="
-- 74.121.148.55 (2011-11-12 16:27:09)
Photography <a href=" http://uralasuguj.we
-- host-109-200-97-254. (2011-11-12 17:21:40)
I like it a lot <a href=" http://hoypusota
-- 175.136.233.76 (2011-11-12 17:30:10)
I'm unemployed <a href=" http://www.gametr
-- 118.97.31.190 (2011-11-12 17:55:59)
I'm afraid that number's ex-directory <a href=&
-- 82.179.217.243 (2011-11-12 18:20:38)
What are the hours of work? <a href=" http
-- 217.96.70.146 (2011-11-12 18:24:44)
How long are you planning to stay here? <a href
-- unknown.blyon.com (2011-11-12 19:16:57)
A packet of envelopes <a href=" http://yjy
-- hoelscher-F0-3-7-gac (2011-11-12 19:17:01)
One moment, please <a href=" http://www.ga
-- com20-195.mcscom.mn (2011-11-12 19:26:37)
What sort of music do you listen to? <a href=&q
-- 177.18.24.73.static. (2011-11-12 20:11:31)
Can you hear me OK? <a href=" http://rutib
-- 177.18.24.73.static. (2011-11-12 20:12:36)
Can I take your number? <a href=" http://w
-- 223.19.105.5 (2011-11-12 20:56:55)
How much notice do you have to give? <a href=&q
-- 213.171.61.23 (2011-11-12 21:03:46)
Will I have to work shifts? <a href=" http
-- 83-167-234-43.static (2011-11-12 21:07:02)
I'd like to send this letter by <a href="
-- corp-190-12-44-180-u (2011-11-12 21:56:06)
Have you got a telephone directory? <a href=&qu
-- 193.53.4.252 (2011-11-12 22:01:14)
It's funny goodluck <a href=" http://www.g
-- smtp.codemantra.com (2011-11-12 22:28:13)
Could you tell me the dialing code for ? <a hre
-- 9.167.189.89.kuz.ru (2011-11-12 22:48:31)
Sorry, you must have the wrong number <a href=&
-- host-109-200-97-254. (2011-11-12 22:54:41)
I'm sorry, I didn't catch your name <a href=&qu
-- 74.121.148.55 (2011-11-12 23:39:47)
I've come to collect a parcel <a href=" ht
-- 50-57-136-164.static (2011-11-12 23:50:21)
I'm sorry, he's <a href=" http://www.game
-- 213.171.61.23 (2011-11-12 23:59:37)
I'm training to be an engineer <a href=" h
-- unknown.blyon.com (2011-11-13 00:35:57)
An envelope <a href=" http://upenuoja.webn
-- unknown.blyon.com (2011-11-13 00:48:51)
What do you do? <a href=" http://obigeuy.w
-- mx.infocourspro.ru (2011-11-13 01:28:07)
I work for a publishers <a href=" http://w
-- 190.219.240.195 (2011-11-13 01:29:43)
I'm at Liverpool University <a href=" http
-- rev-89-111-61-218.de (2011-11-13 01:44:07)
Will I get travelling expenses? <a href="
-- 78.93.66.178 (2011-11-13 02:20:16)
I'm interested in <a href=" http://lodosy
-- 88-202-124-121.ip.sk (2011-11-13 02:40:49)
Free medical insurance <a href=" http://ww
-- 202.51.111.161 (2011-11-13 03:01:05)
Withdraw cash <a href=" http://irahiero.we
-- rev-89-111-61-218.de (2011-11-13 03:15:08)
Just over two years <a href=" http://aholi
-- 50-57-136-164.static (2011-11-13 03:36:22)
Do you have any exams coming up? <a href="
-- 150.254.171.134 (2011-11-13 04:12:41)
I'd like to speak to someone about a mortgage <
-- srv-137-93.static.vi (2011-11-13 04:34:19)
What's the interest rate on this account? <a hr
-- 194.20.144.132 (2011-11-13 04:37:25)
How many weeks' holiday a year are there? <a hr
-- 150.254.171.134 (2011-11-13 05:11:18)
I'm doing a phd in chemistry <a href=" htt
-- 74-92-138-233-Washin (2011-11-13 05:39:00)
What sort of work do you do? <a href=" htt
-- hoelscher-F0-3-7-gac (2011-11-13 06:08:57)
I can't get a signal <a href=" http://www.
-- 253.subnet118-97-82. (2011-11-13 06:09:45)
I'm training to be an engineer <a href=" h
-- svx13r.publicitariov (2011-11-13 06:41:56)
I'm from England <a href=" http://afoqyqye
-- correio.assure.com.b (2011-11-13 07:09:09)
How do you spell that? <a href=" http://ww
-- 173.186.244.245 (2011-11-13 07:45:24)
Other amount <a href=" http://syqiimuy.web
-- skopelos.tem.uoc.gr (2011-11-13 07:57:00)
I've got a part-time job <a href=" http://
-- 217.96.70.146 (2011-11-13 08:12:06)
I do some voluntary work <a href=" http://
-- 41.190.16.17 (2011-11-13 09:16:08)
Do you know the address? <a href=" http://
-- vpn-tsuubiduubi.hard (2011-11-13 09:20:22)
What do you do? <a href=" http://ikaypemi.
-- unknown.blyon.com (2011-11-13 10:55:39)
Please wait <a href=" http://www.gametrail
-- bars.tatar.ru (2011-11-13 11:01:05)
I'm sorry, he's <a href=" http://uiuanoce
-- 91.220.84.51 (2011-11-13 11:32:39)
magic story very thanks <a href=" http://u
-- 58.83.224.217 (2011-11-13 12:05:01)
Where's the nearest cash machine? <a href="
-- 82.179.217.243 (2011-11-13 12:17:57)
I want to report a <a href=" http://ayday
-- 83-167-234-43.static (2011-11-13 12:57:07)
I'd like to pay this in, please <a href="
-- 177.19.134.66.static (2011-11-13 13:05:33)
Sorry, I ran out of credit <a href=" http:
-- rev-89-111-61-218.de (2011-11-13 13:29:11)
Where are you from? <a href=" http://bifoj
-- unknown.blyon.com (2011-11-13 13:56:41)
I'm not interested in football <a href=" h
-- 210.101.131.231 (2011-11-13 14:04:58)
Could I have an application form? <a href="
-- 217.96.70.146 (2011-11-13 14:38:52)
I've just graduated <a href=" http://reogi
-- 91.220.84.51 (2011-11-13 14:56:56)
Would you like a receipt? <a href=" http:/
-- 176.53.220.58 (2011-11-13 15:03:54)
My battery's about to run out <a href=" ht
-- 9.167.189.89.kuz.ru (2011-11-13 16:30:16)
In a meeting <a href=" http://itanygey.web
-- 213.171.61.23 (2011-11-13 16:51:59)
Directory enquiries <a href=" http://odidi
-- 67.158.63.124 (2011-11-13 17:00:50)
Which team do you support? <a href=" http:
-- netuno.planetarium.c (2011-11-13 17:22:47)
Insert your card <a href=" http://uacunyno
-- rev-89-111-61-218.de (2011-11-13 18:45:07)
Can you put it on the scales, please? <a href=&
-- IP-combatnet.com.br (2011-11-13 18:57:37)
Who do you work for? <a href=" http://pite
-- 213.0.122.4 (2011-11-13 19:10:12)
Not available at the moment <a href=" http
-- 62.201.203.140 (2011-11-13 20:56:04)
Good crew it's cool :) <a href=" http://lo
-- 217.96.70.146 (2011-11-13 20:56:09)
We'd like to invite you for an interview <a hre
-- 194.20.144.132 (2011-11-13 21:48:24)
My battery's about to run out <a href=" ht
-- 110-234-147-203.del. (2011-11-13 21:56:31)
I'd like to tell you about a change of address <
-- 82.179.217.243 (2011-11-13 22:33:29)
In tens, please (ten pound notes) <a href="
-- 189.126.254.137 (2011-11-13 22:54:04)
A law firm <a href=" http://aqikebomi.webn
-- p2063-ipbf2006funaba (2011-11-13 23:53:15)
I'm originally from Dublin but now live in Edinbur
-- 110.41.175.79.krasno (2011-11-14 00:45:47)
I work for a publishers <a href=" http://g
-- 41.190.16.17 (2011-11-14 00:52:07)
I'm retired <a href=" http://aaladeqi.webn
-- skopelos.tem.uoc.gr (2011-11-14 01:16:21)
Yes, I play the guitar <a href=" http://aq
-- client-184-135.permo (2011-11-14 01:36:04)
I'm training to be an engineer <a href=" h
-- 173.186.244.245 (2011-11-14 01:52:05)
I'd like to send this letter by <a href="
-- 213.0.122.4 (2011-11-14 02:09:18)
Can I call you back? <a href=" http://yfyu
-- 91.220.84.51 (2011-11-14 02:51:59)
When do you want me to start? <a href=" ht
-- ns2.tousleshoraires. (2011-11-14 03:03:40)
What's the interest rate on this account? <a hr
-- 9.167.189.89.kuz.ru (2011-11-14 03:18:51)
How many would you like? <a href=" http://
-- cm61-18-170-160.hkca (2011-11-14 03:52:13)
Sorry, I ran out of credit <a href=" http:
-- fanmilk-nig.com (2011-11-14 04:11:30)
Where do you live? <a href=" http://lepege
-- 121.52.71.23 (2011-11-14 04:53:30)
A book of First Class stamps <a href=" htt
-- 117.6.131.103 (2011-11-14 04:54:25)
I'd like to change some money <a href=" ht
-- client-184-135.permo (2011-11-14 05:03:50)
I love this site <a href=" http://mulamehi
-- 85.195.138.26.satgat (2011-11-14 05:54:09)
Sorry, I ran out of credit <a href=" http:
-- 194.126.21.7 (2011-11-14 05:57:59)
Languages <a href=" http://ypodysapul.webn
-- 217.96.70.146 (2011-11-14 06:48:24)
Where did you go to university? <a href="
-- 195.238.188.78 (2011-11-14 06:53:17)
Very Good Site <a href=" http://naleuhuri.
-- unknown.blyon.com (2011-11-14 06:55:21)
Another year <a href=" http://afiqusyeg.we
-- 46.180.28.35 (2011-11-14 07:48:31)
I'd like to open an account <a href=" http
-- 116-58-10-132.nexlin (2011-11-14 07:53:10)
Your account's overdrawn <a href=" http://
-- 210.211.109.7 (2011-11-14 07:57:35)
Photography <a href=" http://yucijukese.we
-- rev-89-111-61-218.de (2011-11-14 08:43:28)
How much will it cost to send this letter to ? <
-- 82.179.217.243 (2011-11-14 08:50:20)
I really like swimming <a href=" http://eh
-- 213.0.122.4 (2011-11-14 09:38:06)
Insufficient funds <a href=" http://yfiusa
-- 194.126.21.7 (2011-11-14 09:47:47)
Do you need a work permit? <a href=" http:
-- 217.96.70.146 (2011-11-14 10:01:39)
I work for a publishers <a href=" http://d
-- 64.73.11.198 (2011-11-14 10:34:22)
How would you like the money? <a href=" ht
-- 50-57-109-34.static. (2011-11-14 10:43:56)
I've been made redundant <a href=" http://
-- ns2.tousleshoraires. (2011-11-14 11:26:15)
A staff restaurant <a href=" http://biruji
-- 195.82.150.19.interf (2011-11-14 11:38:20)
I'm retired <a href=" http://comatinisol.w
-- ws500.mti-interactiv (2011-11-14 11:58:53)
Could you tell me the dialing code for ? <a hre
-- 92.99.207.187 (2011-11-14 12:17:19)
How would you like the money? <a href=" ht
-- pop.daldata.no (2011-11-14 12:31:55)
I'd like to take the job <a href=" http://
-- 194.187.207.5.inetco (2011-11-14 13:07:35)
I'm training to be an engineer <a href=" h
-- 213.216.146.199 (2011-11-14 13:23:21)
Could I order a new chequebook, please? <a href
-- 206.176.110.25 (2011-11-14 13:48:37)
Looking for work <a href=" http://udyeuqes
-- pop.daldata.no (2011-11-14 13:56:20)
I'm training to be an engineer <a href=" h
-- sh48.blasteasy.com (2011-11-14 14:41:56)
Do you like it here? <a href=" http://eair
-- 208.85.175.27 (2011-11-14 14:45:51)
Could you ask him to call me? <a href=" ht
-- host-207.249.9.67.in (2011-11-14 15:05:37)
very best job <a href=" http://ejygasygolo
-- s15443871.onlinehome (2011-11-14 15:33:20)
I've just started at <a href=" http://uha
-- c155-087.blackberry. (2011-11-14 15:36:25)
We need someone with qualifications <a href=&qu
-- 194.83.232.2 (2011-11-14 15:56:19)
How do you know each other? <a href=" http
-- mail.nac.co.zw (2011-11-14 16:22:12)
I came here to study <a href=" http://papa
-- 173.186.244.245 (2011-11-14 16:30:20)
I'm a partner in <a href=" http://yfukunu
-- mail.hest.cz (2011-11-14 16:47:34)
A financial advisor <a href=" http://bakuy
-- mail.tanglewoodresea (2011-11-14 17:10:32)
This is the job description <a href=" http
-- unknown.blyon.com (2011-11-14 17:24:32)
I'm in my first year at university <a href=&quo
-- 81.23.203.132 (2011-11-14 17:39:22)
real beauty page <a href=" http://ekekyfad
-- 217.96.70.146 (2011-11-14 17:59:23)
I'd like to open an account <a href=" http
-- 41.223.116.54 (2011-11-14 18:19:08)
I'd like some euros <a href=" http://noyti
-- 173.230.226.55 (2011-11-14 18:30:10)
The United States <a href=" http://amesooj
-- mail8.i-motion.de (2011-11-14 18:48:09)
Just over two years <a href=" http://omeqe
-- 74-51-143-11.gtmc.ne (2011-11-14 19:22:05)
I've got a very weak signal <a href=" http
-- 168.216.31.196 (2011-11-14 20:10:29)
real beauty page <a href=" http://iiosode.
-- unknown (2011-11-14 20:13:44)
I'd like to order some foreign currency <a href
-- vpn.rcbral.bbtel.com (2011-11-14 20:26:31)
Is this a temporary or permanent position? <a h
-- 41.190.16.17 (2011-11-14 21:05:26)
Do you know each other? <a href=" http://
-- vpn-tsuubiduubi.hard (2011-11-14 21:15:58)
How many weeks' holiday a year are there? <a hr
-- 38-82.rv.ipnxtelecom (2011-11-14 21:56:30)
Children with disabilities <a href=" http:
-- 50-57-109-34.static. (2011-11-14 21:59:39)
I've got a part-time job <a href=" http://
-- host-109-200-97-254. (2011-11-14 22:05:24)
I'd like to open a personal account <a href=&qu
-- pc6.naracollege-unet (2011-11-14 22:47:15)
Please call back later <a href=" http://lu
-- 79.135.207.212 (2011-11-14 22:53:26)
How many would you like? <a href=" http://
-- 195.238.188.78 (2011-11-14 22:54:22)
I'm sorry, I'm not interested <a href=" ht
-- mail8.i-motion.de (2011-11-14 23:38:25)
I stay at home and look after the children <a h
-- 66.201.44.210 (2011-11-14 23:43:55)
I was born in Australia but grew up in England <
-- 208.85.175.27 (2011-11-14 23:49:00)
magic story very thanks <a href=" http://o
-- 74-51-143-11.gtmc.ne (2011-11-15 00:43:39)
I'm not working at the moment <a href=" ht
-- 66.201.44.210 (2011-11-15 01:23:19)
How much is a First Class stamp? <a href="
-- oblivion.quadspeedi. (2011-11-15 01:39:02)
What do you study? <a href=" http://etybua
-- 79.104.16.90 (2011-11-15 02:10:27)
I'm unemployed <a href=" http://ybeakio.we
-- static-74-103-66-2.b (2011-11-15 02:14:52)
I'm a trainee <a href=" http://ukiojuha.w
-- unknown.blyon.com (2011-11-15 02:35:32)
I'll put her on <a href=" http://tajotylus
-- ip035.203-51-69.soge (2011-11-15 03:00:11)
Can I use your phone? <a href=" http://era
-- vps.buysometimetoday (2011-11-15 03:07:12)
I'd like to open an account <a href=" http
-- 31.7.57.92 (2011-11-15 03:32:36)
I've got a very weak signal <a href=" http
-- poczta.pb.edu.pl (2011-11-15 03:50:14)
I'm in a band <a href=" http://memumihydi.
-- robs.com.br (2011-11-15 04:00:37)
I'm retired <a href=" http://jucyfani.webn
-- 53-22.tca.net.id (2011-11-15 04:28:38)
Could you tell me the number for ? <a href=&quo
-- jpe3.jpeadvertising. (2011-11-15 04:40:07)
Another year <a href=" http://ytumoaoki.we
-- ldn-lv3-f03-4.mitsui (2011-11-15 04:53:51)
I'd like a phonecard, please <a href=" htt
-- ns1.slickware.com (2011-11-15 05:25:59)
I'm on a course at the moment <a href=" ht
-- non-routed-un-expose (2011-11-15 05:30:16)
I'd like , please <a href=" http://ylyeheb
-- 193.53.4.252 (2011-11-15 05:46:52)
Could you ask her to call me? <a href=" ht
-- 60.210.0.30 (2011-11-15 07:03:23)
Hello good day <a href=" http://joeihumor.
-- ip210-139.colo.intro (2011-11-15 07:10:26)
I'm self-employed <a href=" http://itaqoru
-- 66.201.44.210 (2011-11-15 07:16:30)
How would you like the money? <a href=" ht
-- 194.83.232.2 (2011-11-15 08:00:14)
Could I ask who's calling? <a href=" http:
-- 205.143.222.12 (2011-11-15 08:00:57)
Thanks funny site <a href=" http://ypieiso
-- ip-219.18.255.92.net (2011-11-15 08:08:56)
I'm originally from Dublin but now live in Edinbur
-- mx.biaman.pl (2011-11-15 08:50:53)
I enjoy travelling <a href=" http://igutue
-- proxy.uns.ac.rs (2011-11-15 08:58:42)
How much is a First Class stamp? <a href="
-- 194.8.26.147 (2011-11-15 09:01:47)
US dollars <a href=" http://uhailohi.webno
-- weidenborn-3.vistec. (2011-11-15 09:42:10)
We're at university together <a href=" htt
-- 74-51-143-11.gtmc.ne (2011-11-15 09:55:03)
Remove card <a href=" http://yredojesyi.we
-- 84.235.45.241 (2011-11-15 09:56:53)
I'll call back later <a href=" http://sohu
-- 213.0.122.4 (2011-11-15 10:48:23)
I've just started at <a href=" http://eob
-- 88.255.54.12 (2011-11-15 10:55:35)
We used to work together <a href=" http://
-- 92.99.195.117 (2011-11-15 11:42:39)
This site is crazy :) <a href=" http://isy
-- unknown.blyon.com (2011-11-15 11:52:53)
Could you ask her to call me? <a href=" ht
-- 213.0.122.4 (2011-11-15 12:16:34)
How much were you paid in your last job? <a hre
-- ip210-139.colo.intro (2011-11-15 12:36:28)
Who would I report to? <a href=" http://he
-- 218.249.74.2 (2011-11-15 12:50:26)
Photography <a href=" http://lukyboruc.web
-- 194.83.232.2 (2011-11-15 13:06:33)
I'd like to transfer some money to this account &l
-- dns0.lexoweb.net (2011-11-15 13:28:43)
Is this a temporary or permanent position? <a h
-- 194.8.26.147 (2011-11-15 13:47:45)
I live in London <a href=" http://blogs.re
-- rev-89-111-61-218.de (2011-11-15 13:56:17)
Where did you go to university? <a href="
-- 41.87.70.2 (2011-11-15 14:21:56)
Have you read any good books lately? <a href=&q
-- 119.147.146.135 (2011-11-15 14:43:35)
Three years <a href=" http://blogs.rediff.
-- 78.129.222.133 (2011-11-15 15:35:38)
Can I call you back? <a href=" http://efoh
-- 193.53.4.252 (2011-11-15 15:39:34)
How do you spell that? <a href=" http://mi
-- svx13r.publicitariov (2011-11-15 16:36:14)
Remove card <a href=" http://cijyqugeeg.we
-- unknown.blyon.com (2011-11-15 17:00:56)
Lost credit card <a href=" http://blogs.re
-- host-109-200-97-254. (2011-11-15 17:17:09)
Could you ask him to call me? <a href=" ht
-- chi-vpn.cabotcmp.com (2011-11-15 17:32:01)
This site is crazy :) <a href=" http://jyt
-- 90.149.21.46.in-addr (2011-11-15 17:54:11)
Photography <a href=" http://blogs.rediff.
-- tkuntzsch.vserver.so (2011-11-15 18:07:29)
What do you study? <a href=" http://eykodi
-- earth.zsisz.or.jp (2011-11-15 18:28:28)
The manager <a href=" http://eugohaqe.webn
-- 92.46.119.133.static (2011-11-15 18:47:06)
Some First Class stamps <a href=" http://b
-- 67.158.63.124 (2011-11-15 18:57:41)
Through friends <a href=" http://boymofyna
-- 31.7.57.92 (2011-11-15 19:40:05)
I love this site <a href=" http://ihikaron
-- webapp.ecg.de (2011-11-15 20:22:24)
I've come to collect a parcel <a href=" ht
-- 194.83.232.2 (2011-11-15 20:35:48)
good material thanks <a href=" http://blog
-- 50-73-176-163-pennsy (2011-11-15 20:39:27)
Could I take your name and number, please? <a h
-- 194.83.232.2 (2011-11-15 21:19:57)
I've lost my bank card <a href=" http://op
-- 31.7.57.92 (2011-11-15 21:29:41)
We'll need to take up references <a href="
-- 90.149.21.46.in-addr (2011-11-15 21:30:31)
Just over two years <a href=" http://fecul
-- 213.0.122.4 (2011-11-15 22:17:37)
Have you got a telephone directory? <a href=&qu
-- 84.235.45.241 (2011-11-15 22:22:19)
I'll put him on <a href=" http://jisonolug
-- 74.174.50.22 (2011-11-15 22:23:59)
Not available at the moment <a href=" http
-- jpe3.jpeadvertising. (2011-11-15 23:12:12)
What do you do for a living? <a href=" htt
-- ip210-139.colo.intro (2011-11-15 23:14:44)
Where did you go to university? <a href="
-- 200.11.76.166 (2011-11-15 23:15:33)
Would you like a receipt? <a href=" http:/
-- rev-89-111-61-218.de (2011-11-16 00:03:40)
Who's calling? <a href=" http://saaiumo.we
-- poczta.pb.edu.pl (2011-11-16 00:09:00)
A staff restaurant <a href=" http://eloles
-- 208.43.87.117.broad. (2011-11-16 00:12:59)
Languages <a href=" http://blogs.rediff.co
-- chicago030.startdedi (2011-11-16 00:55:54)
Jonny was here <a href=" http://cotytiif.w
-- 84.235.45.241 (2011-11-16 01:04:11)
Children with disabilities <a href=" http:
-- 60.30.113.232 (2011-11-16 01:11:08)
I've just started at <a href=" http://qiy
-- 195.82.150.19.interf (2011-11-16 01:58:32)
About a year <a href=" http://blogs.rediff
-- 74.174.50.22 (2011-11-16 02:37:25)
Have you read any good books lately? <a href=&q
-- chicago030.startdedi (2011-11-16 03:08:08)
Could I have a statement, please? <a href="
-- c155-087.blackberry. (2011-11-16 03:28:30)
Cool site goodluck :) <a href=" http://iis
-- weidenborn-3.vistec. (2011-11-16 03:45:58)
A company car <a href=" http://apegybia.we
-- hosted-by.liteserver (2011-11-16 04:07:24)
Where do you come from? <a href=" http://b
-- 230.140.229.195.stat (2011-11-16 04:19:43)
I've got a very weak signal <a href=" http
-- 217.96.70.146 (2011-11-16 04:40:45)
Could you please repeat that? <a href=" ht
-- unknown (2011-11-16 05:04:49)
I can't hear you very well <a href=" http:
-- 9.167.189.89.kuz.ru (2011-11-16 05:11:06)
Punk not dead <a href=" http://tamajeqolo
-- 79.170.50.116 (2011-11-16 05:33:47)
I have my own business <a href=" http://bl
-- 208.85.175.27 (2011-11-16 06:03:04)
Where do you live? <a href=" http://uhuqya
-- 118.175.14.50.static (2011-11-16 06:04:00)
I'd like to tell you about a change of address <
-- 217.96.70.146 (2011-11-16 06:27:29)
Pleased to meet you <a href=" http://blogs
-- 178.22.169.74 (2011-11-16 06:54:27)
What sort of music do you listen to? <a href=&q
-- 221.130.164.133 (2011-11-16 07:02:42)
I'm doing an internship <a href=" http://l
-- 217.96.70.146 (2011-11-16 07:21:05)
A law firm <a href=" http://blogs.rediff.c
-- nepon.campus.mipt.ru (2011-11-16 07:46:15)
Could you ask her to call me? <a href=" ht
-- 122.225.68.122 (2011-11-16 08:02:53)
Is this a temporary or permanent position? <a h
-- 178.22.169.74 (2011-11-16 08:15:05)
I'm not sure <a href=" http://blogs.rediff
-- ptr.host.net (2011-11-16 08:37:05)
Whereabouts in are you from? <a href=" ht
-- 31.7.57.92 (2011-11-16 09:28:17)
Could I ask who's calling? <a href=" http:
-- 210.107.100.251 (2011-11-16 10:04:40)
Remove card <a href=" http://blogs.rediff.
-- 208.64.31.19 (2011-11-16 10:19:49)
We used to work together <a href=" http://
-- host-109-200-97-254. (2011-11-16 10:55:50)
I'll put her on <a href=" http://eraalysyy
-- dns0.lexoweb.net (2011-11-16 10:58:23)
I work here <a href=" http://ypeafyo.webno
-- 90.149.21.46.in-addr (2011-11-16 11:49:21)
Looking for work <a href=" http://ybocoqeq
-- 211.83.105.28 (2011-11-16 11:56:48)
Pleased to meet you <a href=" http://blogs
-- 67.158.63.124 (2011-11-16 12:01:46)
I'd like to open a business account <a href=&qu
-- c155-087.blackberry. (2011-11-16 12:52:53)
I'm doing an internship <a href=" http://b
-- ip210-139.colo.intro (2011-11-16 12:53:45)
This is your employment contract <a href="
-- host-91-207-143-11.b (2011-11-16 13:43:43)
Will I get travelling expenses? <a href="
-- 210.107.100.251 (2011-11-16 14:33:55)
How many weeks' holiday a year are there? <a hr
-- 9.167.189.89.kuz.ru (2011-11-16 14:35:59)
Withdraw cash <a href=" http://ebesabamypa
-- 190.152.215.83 (2011-11-16 14:54:57)
I've got a part-time job <a href=" http://
-- 213.0.122.4 (2011-11-16 15:25:11)
Do you know each other? <a href=" http://
-- host-207.249.9.67.in (2011-11-16 15:29:53)
We'd like to invite you for an interview <a hre
-- 41.87.70.2 (2011-11-16 16:15:29)
I've got a full-time job <a href=" http://
-- ip210-139.colo.intro (2011-11-16 16:49:59)
A financial advisor <a href=" http://hugem
-- 212-112-45-18.lidnet (2011-11-16 18:12:19)
Is there ? <a href=" http://alejiequo.webn
-- 218.210.199.252 (2011-11-16 18:44:29)
A book of First Class stamps <a href=" htt
-- skopelos.tem.uoc.gr (2011-11-16 18:49:29)
Have you seen any good films recently? <a href=
-- hosted-by.liteserver (2011-11-16 19:41:09)
I'd like to open a business account <a href=&qu
-- 79.170.50.105 (2011-11-16 19:42:42)
We need someone with experience <a href="
-- 194.83.232.2 (2011-11-16 20:32:44)
Do you need a work permit? <a href=" http:
-- 117.6.72.38 (2011-11-16 20:40:22)
What are the hours of work? <a href=" http
-- host-91-207-143-11.b (2011-11-16 20:54:49)
Thanks for calling <a href=" http://blogs.
-- h86-62-117-211.ln.ri (2011-11-16 21:24:36)
Could you ask her to call me? <a href=" ht
-- 74-92-138-233-Washin (2011-11-16 21:37:59)
Do you know each other? <a href=" http://
-- corp-190-12-44-180-u (2011-11-16 21:47:47)
No, I'm not particularly sporty <a href="
-- mail.bmc.dp.ua (2011-11-16 22:16:40)
Which university are you at? <a href=" htt
-- 203.124.128.136 (2011-11-16 22:36:43)
Have you read any good books lately? <a href=&q
-- corporativo.imgtelec (2011-11-16 22:40:59)
I'd like to open a personal account <a href=&qu
-- 31.7.57.92 (2011-11-16 23:08:13)
I can't get through at the moment <a href="
-- dns0.lexoweb.net (2011-11-16 23:32:35)
Have you got any experience? <a href=" htt
-- ip210-139.colo.intro (2011-11-16 23:34:41)
Nice to meet you <a href=" http://blogs.re
-- 50-73-176-163-pennsy (2011-11-16 23:59:22)
Could you transfer $1000 from my current account t
-- weidenborn-3.vistec. (2011-11-17 00:27:36)
I sing in a choir <a href=" http://blogs.r
-- corp-190-12-44-180-u (2011-11-17 00:51:49)
magic story very thanks <a href=" http://o
-- ip-213-141-140-46.bb (2011-11-17 01:22:43)
I can't get a signal <a href=" http://igal
-- 189.17.245.12 (2011-11-17 01:32:33)
this post is fantastic <a href=" http://bl
-- rev-89-111-61-218.de (2011-11-17 01:43:14)
Very funny pictures <a href=" http://iqaki
-- 240.149.21.46.in-add (2011-11-17 02:18:17)
I'd like to send this to <a href=" http:/
-- 119.39.87.142 (2011-11-17 02:32:41)
Do you play any instruments? <a href=" htt
-- non-routed-un-expose (2011-11-17 02:36:34)
A few months <a href=" http://unajydipy.we
-- hosted-by.liteserver (2011-11-17 03:13:06)
Another service? <a href=" http://blogs.re
-- pi49-252-77.cn.ru (2011-11-17 03:28:35)
I'll call back later <a href=" http://goof
-- 80.232.242.158 (2011-11-17 03:30:10)
Have you got any qualifications? <a href="
-- 36.37.0.95.static.tu (2011-11-17 04:07:25)
I've got a very weak signal <a href=" http
-- host-207.249.9.67.in (2011-11-17 04:20:38)
In tens, please (ten pound notes) <a href="
-- 208.149.21.46.in-add (2011-11-17 04:29:17)
Directory enquiries <a href=" http://blogs
-- 194.8.26.147 (2011-11-17 05:03:10)
What sort of music do you like? <a href="
-- sch24.net.tomline.ru (2011-11-17 05:14:12)
I'd like to send this to <a href=" http:/
-- ws001.20101125122250 (2011-11-17 05:27:36)
I'm in a band <a href=" http://blogs.redif
-- ambience.quadspeedi. (2011-11-17 06:06:43)
Could I take your name and number, please? <a h
-- 223.202.20.2 (2011-11-17 06:26:46)
I'd like to send this to <a href=" http:/
-- host-91-207-143-11.b (2011-11-17 06:53:35)
Which team do you support? <a href=" http:
-- 31.7.57.92 (2011-11-17 07:00:27)
How much will it cost to send this letter to ? <
-- 79.170.50.105 (2011-11-17 07:26:12)
What's your number? <a href=" http://blogs
-- 213.0.122.4 (2011-11-17 07:48:59)
Whereabouts are you from? <a href=" http:/
-- rev-89-111-61-218.de (2011-11-17 07:54:35)
Get a job <a href=" http://ydulidybop.webn
-- 210.212.152.4 (2011-11-17 08:26:05)
I can't get through at the moment <a href="
-- 46.180.28.35 (2011-11-17 08:45:30)
I'd like to open a business account <a href=&qu
-- 41.190.16.17 (2011-11-17 08:48:03)
I'd like to speak to someone about a mortgage <
-- 194.8.26.147 (2011-11-17 09:26:42)
What sort of music do you like? <a href="
-- mail.bmc.dp.ua (2011-11-17 09:42:13)
A Second Class stamp <a href=" http://blog
-- host-91-207-143-11.b (2011-11-17 09:42:59)
I'd like to withdraw $100, please <a href="
-- 194.126.21.7 (2011-11-17 10:27:05)
Who do you work for? <a href=" http://blog
-- 79.170.50.116 (2011-11-17 10:38:50)
A company car <a href=" http://cydejylem.w
-- 113-53-232-91.totisp (2011-11-17 11:25:34)
Canada>Canada <a href=" http://blogs.re
-- 95.139.86.109.triola (2011-11-17 11:29:11)
Have you seen any good films recently? <a href=
-- dns0.lexoweb.net (2011-11-17 12:22:21)
I'd like to withdraw $100, please <a href="
-- 173-203-199-45.stati (2011-11-17 12:22:46)
I work for a publishers <a href=" http://b
-- cpe-24-26-243-39.sat (2011-11-17 12:28:48)
A few months <a href=" http://blogs.rediff
-- 122.225.68.124 (2011-11-17 13:20:35)
I'd like to take the job <a href=" http://
-- 194.83.232.2 (2011-11-17 14:06:11)
Excellent work, Nice Design <a href=" http
-- 41.190.16.17 (2011-11-17 15:48:26)
Best Site Good Work <a href=" http://blogs
-- vpn-tsuubiduubi.hard (2011-11-17 16:14:03)
I sing in a choir <a href=" http://blogs.r
-- 79.170.50.74 (2011-11-17 16:40:36)
A few months <a href=" http://blogs.rediff
-- rev-89-111-61-218.de (2011-11-17 17:31:13)
Do you need a work permit? <a href=" http:
-- sch24.net.tomline.ru (2011-11-17 17:54:38)
Do you know the number for ? <a href=" htt
-- mail.wanet.cz (2011-11-17 18:10:14)
I'm on holiday <a href=" http://blogs.redi
-- 94.199.182.46 (2011-11-17 18:21:20)
We've got a joint account <a href=" http:/
-- unknown.blyon.com (2011-11-17 18:47:44)
I love this site <a href=" http://blogs.re
-- 131.subnet118-97-77. (2011-11-17 19:07:57)
Nice to meet you <a href=" http://blogs.re
-- 210.107.100.251 (2011-11-17 19:11:30)
Where did you go to university? <a href="
-- chi-vpn.cabotcmp.com (2011-11-17 19:40:25)
I work here <a href=" http://blogs.rediff.
-- corp-190-12-44-180-u (2011-11-17 20:02:19)
What do you want to do when you've finished? <a
-- dns0.lexoweb.net (2011-11-17 20:05:18)
How many would you like? <a href=" http://
-- 36.37.0.95.static.tu (2011-11-17 20:34:19)
What do you study? <a href=" http://blogs.
-- 228.213.167.190.f.st (2011-11-17 21:03:11)
Gloomy tales <a href=" http://blogs.rediff
-- 46.180.28.35 (2011-11-17 21:28:46)
Excellent work, Nice Design <a href=" http
-- ip-213-141-140-46.bb (2011-11-17 21:42:34)
I'd like to send this letter by <a href="
-- 66.201.44.210 (2011-11-17 22:22:12)
We were at school together <a href=" http:
-- mail.ap-group.ru (2011-11-17 22:33:21)
real beauty page <a href=" http://blogs.re
-- mail.seads.com.br (2011-11-17 22:58:23)
How do you spell that? <a href=" http://bl
-- 194.8.26.147 (2011-11-17 23:13:08)
I'm not interested in football <a href=" h
-- 23.19.68.66.rdns.ubi (2011-11-17 23:22:51)
The line's engaged <a href=" http://blogs.
-- 210-71-187-203.HINET (2011-11-17 23:55:49)
How do I get an outside line? <a href=" ht
-- vpn-tsuubiduubi.hard (2011-11-18 00:13:28)
One moment, please <a href=" http://blogs.
-- 92.39.29.150.fixip.b (2011-11-18 00:52:34)
I've come to collect a parcel <a href=" ht
-- 172.165.81.208.in-ad (2011-11-18 00:57:51)
I love this site <a href=" http://blogs.re
-- 194.126.21.7 (2011-11-18 01:03:42)
One moment, please <a href=" http://blogs.
-- 66.201.44.210 (2011-11-18 01:47:49)
Could you tell me the number for ? <a href=&quo
-- 184-106-202-54.stati (2011-11-18 01:48:54)
How many more years do you have to go? <a href=
-- 81.30.51.82 (2011-11-18 02:40:53)
Enter your PIN <a href=" http://blogs.redi
-- 139.82.185.7 (2011-11-18 02:43:25)
Do you know what extension he's on? <a href=&qu
-- 178.241.102.46.stati (2011-11-18 03:28:13)
I didn't go to university <a href=" http:/
-- host-207.249.9.67.in (2011-11-18 03:30:16)
i'm fine good work <a href=" http://blogs.
-- bd2080f4.virtua.com. (2011-11-18 03:38:55)
I don't know what I want to do after university &l
-- 77.47.202.215 (2011-11-18 04:15:59)
I have my own business <a href=" http://bl
-- 178.241.102.46.stati (2011-11-18 04:20:40)
I'll text you later <a href=" http://blogs
-- nswi.bkpm.go.id (2011-11-18 04:35:00)
US dollars <a href=" http://blogs.rediff.c
-- ec2-50-19-254-106.co (2011-11-18 05:11:58)
Who would I report to? <a href=" http://bl
-- 194.83.232.2 (2011-11-18 05:30:20)
I'll send you a text <a href=" http://blog
-- 178.241.102.46.stati (2011-11-18 05:52:46)
I came here to work <a href=" http://blogs
-- 77.244.33.103 (2011-11-18 06:03:04)
Very interesting tale <a href=" http://blo
-- 82.148.109.68 (2011-11-18 07:31:18)
Can you hear me OK? <a href=" http://blogs
-- icasore.com (2011-11-18 07:46:23)
I'd like to pay this cheque in, please <a href=
-- AS28168-186-194-9-18 (2011-11-18 08:20:45)
Do you need a work permit? <a href=" http:
-- 175.136.233.76 (2011-11-18 08:21:50)
Accountant supermarket manager <a href=" h
-- web02.brugmedia.net (2011-11-18 09:09:17)
I'll text you later <a href=" http://blogs
-- 41.190.16.17 (2011-11-18 09:18:58)
Whereabouts are you from? <a href=" http:/
-- 91.135.200.146 (2011-11-18 09:29:42)
this post is fantastic <a href=" http://bl
-- 46-23-138-90.static. (2011-11-18 09:58:27)
A Second Class stamp <a href=" http://blog
-- ec2-107-20-65-195.co (2011-11-18 10:21:17)
I'm a trainee <a href=" http://blogs.redi
-- ec2-107-20-77-222.co (2011-11-18 10:47:04)
I'm doing a masters in law <a href=" http:
-- 77.75.89.7 (2011-11-18 11:11:41)
How much is a Second Class stamp? <a href="
-- rct.media.mit.edu (2011-11-18 12:04:49)
Can you hear me OK? <a href=" http://blogs
-- mail.dilgroup.ru (2011-11-18 12:25:44)
About a year <a href=" http://blogs.rediff
-- 50-73-176-163-pennsy (2011-11-18 12:56:39)
Remove card <a href=" http://blogs.rediff.
-- 202.146.37.186 (2011-11-18 13:15:02)
Can I call you back? <a href=" http://blog
-- fo115.i8.mi.ru (2011-11-18 13:48:05)
One moment, please <a href=" http://blogs.
-- mail.ap-group.ru (2011-11-18 13:58:17)
This is the job description <a href=" http
-- 115.124.117.20 (2011-11-18 14:03:21)
Will I get paid for overtime? <a href=" ht
-- ip23-48.ethernet.wpl (2011-11-18 14:51:43)
How long have you lived here? <a href=" ht
-- hm-G0-0-3-120-gacc03 (2011-11-18 14:53:38)
I'm on a course at the moment <a href=" ht
-- ec2-107-20-77-222.co (2011-11-18 15:39:54)
Directory enquiries <a href=" http://blogs
-- www.aprendo.gov.co (2011-11-18 15:49:08)
I can't hear you very well <a href=" http:
-- icasore.com (2011-11-18 16:21:56)
We'd like to offer you the job <a href=" h
-- 194.8.26.147 (2011-11-18 16:28:13)
I'd like to pay this cheque in, please <a href=
-- 163.29.192.39 (2011-11-18 16:45:05)
I've lost my bank card <a href=" http://bl
-- 194.126.21.7 (2011-11-18 17:13:56)
An accountancy practice <a href=" http://b
-- ns3.icat.co.th (2011-11-18 17:38:57)
I'd like to tell you about a change of address <
-- 41.223.116.54 (2011-11-18 18:05:51)
Get a job <a href=" http://blogs.rediff.co
-- ns.kaluga.ru (2011-11-18 18:34:16)
A pension scheme <a href=" http://blogs.re
-- vpn-tsuubiduubi.hard (2011-11-18 18:54:32)
I'm only getting an answering machine <a href=&
-- 174.36.201.42-static (2011-11-18 18:56:42)
A book of First Class stamps <a href=" htt
-- 195.246.217.50 (2011-11-18 19:48:06)
I've been made redundant <a href=" http://
-- 93.125.93.13 (2011-11-18 20:25:42)
How do I get an outside line? <a href=" ht
-- ip-219.18.255.92.net (2011-11-18 20:32:37)
Do you need a work permit? <a href=" http:
-- bitpt.xen.prgmr.com (2011-11-18 20:40:07)
I'd like to pay this in, please <a href="
-- c155-087.blackberry. (2011-11-18 21:20:59)
How much will it cost to send this letter to ? <
-- 217.96.70.146 (2011-11-18 21:21:02)
this is be cool 8) <a href=" http://blogs.
-- 199.195.140.30 (2011-11-18 22:09:47)
Not in at the moment <a href=" http://blog
-- 94.249.184.247 (2011-11-18 22:16:40)
Gloomy tales <a href=" http://blogs.rediff
-- 79.170.50.116 (2011-11-18 22:23:52)
This is your employment contract <a href="
-- 109.230.238.173 (2011-11-18 22:58:46)
Could you tell me the dialing code for ? <a hre
-- 113-53-232-91.totisp (2011-11-18 23:12:28)
Thanks funny site <a href=" http://blogs.r
-- host-91-207-143-11.b (2011-11-18 23:13:03)
I went to <a href=" http://blogs.rediff.c
-- host-109-200-97-254. (2011-11-19 00:05:19)
We went to university together <a href=" h
-- 210-71-187-203.HINET (2011-11-19 00:07:49)
We were at school together <a href=" http:
-- 174.36.201.42-static (2011-11-19 00:59:24)
I'm about to run out of credit <a href=" h
-- eau-77-35.solarus.bi (2011-11-19 01:25:55)
I'd like to cancel a cheque <a href=" http
-- 168.187.98.130 (2011-11-19 02:15:44)
I'll text you later <a href=" http://blogs
-- eau-77-35.solarus.bi (2011-11-19 02:45:24)
I'd like to change some money <a href=" ht
-- 23.19.68.66.rdns.ubi (2011-11-19 02:55:29)
Best Site good looking <a href=" http://bl
-- exit-01c.noisetor.ne (2011-11-19 03:51:29)
We need someone with experience <a href="
-- 80.240.224.118 (2011-11-19 03:54:31)
How do you spell that? <a href=" http://bl
-- 95.181.58.182 (2011-11-19 04:32:29)
What part of do you come from? <a href="
-- 46.47.200.106 (2011-11-19 04:43:51)
I love this site <a href=" http://blogs.re
-- hm-G0-0-3-120-gacc03 (2011-11-19 04:48:41)
I'm retired <a href=" http://blogs.rediff.
-- 115.124.117.20 (2011-11-19 05:26:26)
Could I have , please? <a href=" http://bl
-- 209.141.58.234 (2011-11-19 05:34:32)
I enjoy travelling <a href=" http://blogs.
-- 67.222.240.70 (2011-11-19 05:45:26)
I went to <a href=" http://blogs.rediff.c
-- 82.148.109.69 (2011-11-19 06:20:39)
I'll put her on <a href=" http://blogs.red
-- 67.222.240.70 (2011-11-19 06:24:21)
Could you transfer $1000 from my current account t
-- 82.148.109.69 (2011-11-19 06:41:41)
When can you start? <a href=" http://blogs
-- 213.211.101.165 (2011-11-19 07:14:21)
The line's engaged <a href=" http://blogs.
-- 94.232.210.218.intra (2011-11-19 07:37:54)
The National Gallery <a href=" http://blog
-- ppp-195-222-84-176.p (2011-11-19 08:04:43)
Where did you go to university? <a href="
-- 92.46.119.133.static (2011-11-19 08:35:14)
I'm interested in this position <a href="
-- unknown.blyon.com (2011-11-19 08:54:41)
I'm on business <a href=" http://blogs.red
-- 69.50.211.130 (2011-11-19 09:02:41)
How much were you paid in your last job? <a hre
-- client-184-135.permo (2011-11-19 09:33:35)
Where's the postbox? <a href=" http://blog
-- fw1.spe.net (2011-11-19 09:56:57)
I'd like to order some foreign currency <a href
-- dns0.lexoweb.net (2011-11-19 10:30:41)
I'm originally from Dublin but now live in Edinbur
-- 67.222.240.70 (2011-11-19 10:34:54)
Could you give me some smaller notes? <a href=&
-- assigned-82-208-55-1 (2011-11-19 10:50:02)
Special Delivery <a href=" http://blogs.re
-- 79.170.50.74 (2011-11-19 11:24:22)
I'm unemployed <a href=" http://blogs.redi
-- 61.37.151.43 (2011-11-19 11:27:23)
Nice to meet you <a href=" http://blogs.re
-- c83-250-112-5.bredba (2011-11-19 12:14:12)
It's funny goodluck <a href=" http://blogs
-- 199.180.128.250 (2011-11-19 12:23:07)
How many more years do you have to go? <a href=
-- sch24.net.tomline.ru (2011-11-19 12:36:59)
Canada>Canada <a href=" http://blogs.re
-- 80.240.224.118 (2011-11-19 13:04:56)
We were at school together <a href=" http:
-- 186.215.126.136.stat (2011-11-19 13:18:24)
I'm not interested in football <a href=" h
-- broadband-95-84-141- (2011-11-19 13:54:02)
Could I order a new chequebook, please? <a href
-- 9.subnet110-137-181. (2011-11-19 14:14:22)
What line of work are you in? <a href=" ht
-- 46.47.200.106 (2011-11-19 14:23:37)
Yes, I love it! <a href=" http://blogs.red
-- dns0.lexoweb.net (2011-11-19 14:43:19)
Stolen credit card <a href=" http://blogs.
-- 93.185.69.18 (2011-11-19 15:10:19)
I study here <a href=" http://blogs.rediff
-- 98.175.28.61.unassig (2011-11-19 15:16:24)
I'm sorry, I'm not interested <a href=" ht
-- testserve.westside66 (2011-11-19 16:05:37)
Are you a student? <a href=" http://blogs.
-- 195.2.215.44 (2011-11-19 16:09:04)
Could you send me an application form? <a href=
-- 58.32.90.212.akson45 (2011-11-19 16:21:55)
In tens, please (ten pound notes) <a href="
-- 122.225.68.117 (2011-11-19 17:01:19)
real beauty page <a href=" http://blogs.re
-- 77.244.33.103 (2011-11-19 17:01:45)
I'm on a course at the moment <a href=" ht
-- 91.227.125.109 (2011-11-19 17:11:09)
Free medical insurance <a href=" http://bl
-- 77.47.202.215 (2011-11-19 17:54:33)
A First Class stamp <a href=" http://blogs
-- 46.47.200.106 (2011-11-19 17:56:13)
Are you a student? <a href=" http://blogs.
-- 208.65.159.170 (2011-11-19 18:49:40)
I'd like to withdraw $100, please <a href="
-- server.198.173.itcsa (2011-11-19 18:51:35)
US dollars <a href=" http://blogs.rediff.c
-- 174.36.201.42-static (2011-11-19 19:38:37)
I like watching TV <a href=" http://blogs.
-- corp-190-12-44-180-u (2011-11-19 19:41:46)
I'm interested in <a href=" http://blogs.
-- 93-88-5-180-xdsl.vnt (2011-11-19 19:47:01)
I'm self-employed <a href=" http://blogs.r
-- 212.28.246.220 (2011-11-19 20:28:18)
Can I call you back? <a href=" http://blog
-- assigned-82-208-55-1 (2011-11-19 20:34:16)
Could I have a statement, please? <a href="
-- 211-236-184-62.kci.c (2011-11-19 20:42:14)
A jiffy bag <a href=" http://blogs.rediff.
-- static.134.21.47.78. (2011-11-19 21:17:36)
Are you a student? <a href=" http://blogs.
-- 38-82.rv.ipnxtelecom (2011-11-19 21:28:14)
This is the job description <a href=" http
-- 82.148.109.69 (2011-11-19 21:37:50)
Thanks funny site <a href=" http://blogs.r
-- c155-087.blackberry. (2011-11-19 22:21:38)
I can't get a signal <a href=" http://blog
-- 67.228.53.122-static (2011-11-19 22:33:52)
We'll need to take up references <a href="
-- proxy-25.kliksafe.nl (2011-11-19 22:56:52)
Punk not dead <a href=" http://blogs.redi
-- 195.2.215.44 (2011-11-19 23:11:16)
I'd like to open an account <a href=" http
-- 77.75.89.7 (2011-11-19 23:28:03)
Will I be paid weekly or monthly? <a href="
-- 186.215.93.25.static (2011-11-19 23:46:49)
I stay at home and look after the children <a h
-- static.134.21.47.78. (2011-11-20 00:04:28)
What part of do you come from? <a href="
-- 211.103.233.194 (2011-11-20 00:23:11)
What company are you calling from? <a href=&quo
-- vpn-tsuubiduubi.hard (2011-11-20 00:36:08)
There's a three month trial period <a href=&quo
-- 77.47.202.215 (2011-11-20 00:58:21)
What's your number? <a href=" http://blogs
-- 117.6.131.103 (2011-11-20 01:18:42)
I'd like to open an account <a href=" http
-- static.11.223.47.78. (2011-11-20 01:26:00)
An accountancy practice <a href=" http://b
-- static-88.213.67.22. (2011-11-20 01:52:02)
Have you got any qualifications? <a href="
-- 222.238.156.245 (2011-11-20 02:13:56)
I'll text you later <a href=" http://blogs
-- ec2-107-20-242-105.c (2011-11-20 02:44:31)
What university do you go to? <a href=" ht
-- 84.114.124.79 (2011-11-20 03:05:37)
I'm at Liverpool University <a href=" http
-- 89.106.105.35 (2011-11-20 03:46:06)
How many more years do you have to go? <a href=
-- 66.201.44.210 (2011-11-20 03:55:40)
I work here <a href=" http://blogs.rediff.
-- static.11.223.47.78. (2011-11-20 04:04:34)
I can't get a signal <a href=" http://blog
-- host-91-93-153-89.te (2011-11-20 04:38:47)
I'm unemployed <a href=" http://blogs.redi
-- 168.187.98.130 (2011-11-20 04:45:27)
I saw your advert in the paper <a href=" h
-- 221.179.195.123 (2011-11-20 05:00:47)
I don't like pubs <a href=" http://blogs.r
-- 213.186.122.27.utel. (2011-11-20 05:32:03)
Who would I report to? <a href=" http://bl
-- 46.180.28.35 (2011-11-20 05:34:28)
Where are you calling from? <a href=" http
-- assigned-82-208-55-1 (2011-11-20 05:56:55)
I'm only getting an answering machine <a href=&
-- mail.sovintel.ru (2011-11-20 06:24:07)
Do you like it here? <a href=" http://blog
-- 95.139.86.109.triola (2011-11-20 06:53:03)
I've just graduated <a href=" http://blogs
-- 195.2.215.44 (2011-11-20 07:49:34)
Have you seen any good films recently? <a href=
-- boppecuador-i.uio.te (2011-11-20 08:14:22)
real beauty page <a href=" http://blogs.re
-- 117.6.131.103 (2011-11-20 08:45:20)
Stolen credit card <a href=" http://blogs.
-- 62.67.234.66 (2011-11-20 08:54:04)
I didn't go to university <a href=" http:/
-- 89.106.105.35 (2011-11-20 09:09:39)
Thanks funny site <a href=" http://blogs.r
-- 91.230.124.5 (2011-11-20 09:42:11)
Sorry, I'm busy at the moment <a href=" ht
-- 95.131.177.226 (2011-11-20 09:43:48)
I want to make a withdrawal <a href=" http
-- 212.28.246.220 (2011-11-20 10:33:28)
What company are you calling from? <a href=&quo
-- 113.57.152.124 (2011-11-20 10:37:17)
Very interesting tale <a href=" http://blo
-- host-91-93-153-89.te (2011-11-20 10:55:45)
Punk not dead <a href=" http://blogs.redi
-- li388-80.members.lin (2011-11-20 11:32:55)
On another call <a href=" http://blogs.red
-- 89.108.162.5 (2011-11-20 12:12:24)
Nice to meet you <a href=" http://blogs.re
-- 67.228.24.220-static (2011-11-20 12:27:01)
I'm not sure <a href=" http://blogs.rediff
-- fo115.i8.mi.ru (2011-11-20 12:42:32)
I'm originally from Dublin but now live in Edinbur
-- imobiliare-info.ro (2011-11-20 13:21:13)
I'm a trainee <a href=" http://imagefap.b
-- 119.167.225.1 (2011-11-20 13:30:25)
Best Site Good Work <a href=" http://blogs
-- 23.19.68.66.rdns.ubi (2011-11-20 13:49:44)
I have my own business <a href=" http://bl
-- 194.126.21.7 (2011-11-20 14:16:33)
I'd like to send this to <a href=" http:/
-- spring.net.kmitl.ac. (2011-11-20 14:25:39)
I can't hear you very well <a href=" http:
-- static.221-132-90-97 (2011-11-20 15:09:13)
Could you transfer $1000 from my current account t
-- bband-dyn252.95-103- (2011-11-20 15:27:21)
I quite like cooking <a href=" http://blog
-- 222.127.134.70 (2011-11-20 16:03:32)
What do you want to do when you've finished? <a
-- 86.96.226.17 (2011-11-20 16:15:20)
How much is a First Class stamp? <a href="
-- 122.225.68.113 (2011-11-20 16:15:52)
I saw your advert in the paper <a href=" h
-- 219.246.76.50 (2011-11-20 16:58:43)
Jonny was here <a href=" http://blogs.redi
-- 31.28.45.36 (2011-11-20 17:04:04)
Looking for a job <a href=" http://blogs.r
-- 63.85.150.3 (2011-11-20 17:07:51)
I'd like a phonecard, please <a href=" htt
-- static.123.116.40.18 (2011-11-20 17:53:22)
Special Delivery <a href=" http://tube8x.b
-- 184-106-202-54.stati (2011-11-20 18:07:05)
I was made redundant two months ago <a href=&qu
-- 67-207-137-190.slice (2011-11-20 18:46:10)
I'm doing a phd in chemistry <a href=" htt
-- host-207.249.9.67.in (2011-11-20 19:01:29)
About a year <a href=" http://blogs.rediff
-- zxw59eit.emirates.ne (2011-11-20 19:29:05)
Sorry, you must have the wrong number <a href=&
-- vpn-tsuubiduubi.hard (2011-11-20 19:40:03)
History <a href=" http://blogs.rediff.com/
-- 253.182.143.79.stati (2011-11-20 19:47:05)
We're at university together <a href=" htt
-- ec2-107-20-242-105.c (2011-11-20 19:56:41)
The United States <a href=" http://blogs.r
-- 213.186.122.27.utel. (2011-11-20 20:34:05)
perfect design thanks <a href=" http://blo
-- 91.208.144.179 (2011-11-20 21:29:17)
The United States <a href=" http://blogs.r
-- 94.26.79.74 (2011-11-20 21:54:41)
Get a job <a href=" http://blogs.rediff.co
-- proxy-13-filtered.ed (2011-11-20 22:23:31)
Could you please repeat that? <a href=" ht
-- moodle.yhc.edu (2011-11-20 22:25:35)
A pension scheme <a href=" http://blogs.re
-- moodle.yhc.edu (2011-11-20 22:43:10)
Could I ask who's calling? <a href=" http:
-- 174.140.165.177 (2011-11-20 22:44:18)
Have you got any ? <a href=" http://blogs.
-- smtp.ttml.co.in (2011-11-20 23:18:13)
We're at university together <a href=" htt
-- h86-62-117-211.ln.ri (2011-11-20 23:31:49)
very best job <a href=" http://youporn.blo
-- 194.20.144.132 (2011-11-20 23:40:00)
I'll put him on <a href=" http://blogs.red
-- 79-126-3-58.dynamic. (2011-11-21 00:08:50)
Languages <a href=" http://blogs.rediff.co
-- 202.51.111.161 (2011-11-21 00:13:04)
We're at university together <a href=" htt
-- cyb-lax1.webair.com (2011-11-21 00:21:08)
Can you hear me OK? <a href=" http://badjo
-- assigned-81-0-197-00 (2011-11-21 00:36:34)
A pension scheme <a href=" http://blogs.re
-- server.198.173.itcsa (2011-11-21 01:07:51)
What sort of music do you listen to? <a href=&q
-- ppp-195-222-84-176.p (2011-11-21 01:09:54)
I'm a housewife <a href=" http://brazzers.
-- exit1.ipredator.se (2011-11-21 01:32:06)
I'd like to speak to someone about a mortgage <
-- 212.103.83.80 (2011-11-21 01:58:42)
I'm not interested in football <a href=" h
-- www29096u.sakura.ne. (2011-11-21 02:03:42)
I'm training to be an engineer <a href=" h
-- 173.186.244.245 (2011-11-21 02:28:55)
I read a lot <a href=" http://blogs.rediff
-- 46.18.128.204 (2011-11-21 02:51:08)
Sorry, I ran out of credit <a href=" http:
-- c83-250-112-5.bredba (2011-11-21 02:59:32)
I'm in a band <a href=" http://blogs.redif
-- 89.108.162.5 (2011-11-21 03:36:45)
What's the current interest rate for personal loan
-- 208.65.159.170 (2011-11-21 03:44:41)
I've lost my bank card <a href=" http://bl
-- 115.124.117.20 (2011-11-21 03:55:01)
A financial advisor <a href=" http://freem
-- 61.246.202.248 (2011-11-21 04:21:05)
What part of do you come from? <a href="
-- pool-78-29-8-156.is7 (2011-11-21 04:39:16)
Nice to meet you <a href=" http://blogs.re
-- static-213-88-27-157 (2011-11-21 05:15:02)
I'm interested in this position <a href="
-- 78-159-121-12.local (2011-11-21 05:18:07)
very best job <a href=" http://blogs.redif
-- 94.141.33.96 (2011-11-21 05:46:04)
Lost credit card <a href=" http://porntube
-- host.132.116.23.62.r (2011-11-21 06:14:14)
Is there ? <a href=" http://blogs.rediff.c
-- NGLANC727.netcomng.c (2011-11-21 06:52:12)
Will I have to work shifts? <a href=" http
-- 110-234-147-204.del. (2011-11-21 07:11:07)
I'd like to open an account <a href=" http
-- ppp-195-222-84-176.p (2011-11-21 07:37:07)
Where do you come from? <a href=" http://b
-- internetmax-200-66-1 (2011-11-21 07:41:25)
How do you know each other? <a href=" http
-- web02.brugmedia.net (2011-11-21 08:32:29)
What line of work are you in? <a href=" ht
-- ec2-46-137-26-150.eu (2011-11-21 09:14:33)
Could you transfer $1000 from my current account t
-- 74.91.29.103 (2011-11-21 09:28:15)
Have you got any qualifications? <a href="
-- 173.186.244.245 (2011-11-21 10:15:46)
I'm retired <a href=" http://blogs.rediff.
-- 78-159-121-12.local (2011-11-21 10:23:30)
Could I take your name and number, please? <a h
-- 95.139.86.109.triola (2011-11-21 11:16:10)
Not in at the moment <a href=" http://blog
-- hoelscher-F0-3-7-gac (2011-11-21 13:05:59)
When do you want me to start? <a href=" ht
-- ip-201-168-151-99.ma (2011-11-21 13:37:08)
i'm fine good work <a href=" http://blogs.
-- 23.19.68.66.rdns.ubi (2011-11-21 13:58:37)
How much were you paid in your last job? <a hre
-- 187-072-026-015.stat (2011-11-21 15:45:30)
It's serious <a href=" http://blogs.rediff
-- moodle.yhc.edu (2011-11-21 15:49:24)
Yes, I play the guitar <a href=" http://bl
-- broadband-95-84-141- (2011-11-21 16:37:10)
Just over two years <a href=" http://blogs
-- 187-072-026-015.stat (2011-11-21 17:32:14)
Insufficient funds <a href=" http://blogs.
-- iu-mssg-fftmg2.ads.i (2011-11-21 19:54:09)
Who's calling? <a href=" http://blogs.redi
-- ip-213-138-67-99.spa (2011-11-21 19:57:38)
I saw your advert in the paper <a href=" h
-- 173.186.244.245 (2011-11-21 20:13:41)
Where do you come from? <a href=" http://b
-- 186.215.93.25.static (2011-11-21 21:07:55)
I stay at home and look after the children <a h
-- ec2-50-19-254-106.co (2011-11-21 21:32:56)
We need someone with qualifications <a href=&qu
-- 173.186.244.245 (2011-11-21 22:02:04)
We were at school together <a href=" http:
-- 200.122.132.113 (2011-11-21 22:22:19)
How do you spell that? <a href=" http://bl
-- 8-154-226-194.ur.ru (2011-11-21 22:40:30)
How much does the job pay? <a href=" http:
-- iu-mssg-fftmg1.ads.i (2011-11-21 22:55:28)
Special Delivery <a href=" http://blogs.re
-- 46.47.200.106 (2011-11-21 23:11:34)
What line of work are you in? <a href=" ht
-- ueos.org (2011-11-21 23:31:32)
When can you start? <a href=" http://blogs
-- i167-84.shosting.sys (2011-11-22 00:00:43)
Is it convenient to talk at the moment? <a href
-- 195.239.18.230 (2011-11-22 00:49:58)
Thanks funny site <a href=" http://blogs.r
-- 195.2.215.44 (2011-11-22 01:18:43)
I don't like pubs <a href=" http://blogs.r
-- ueos.org (2011-11-22 01:37:13)
I came here to study <a href=" http://blog
-- 41.87.70.2 (2011-11-22 01:38:45)
How much does the job pay? <a href=" http:
-- 194.83.232.2 (2011-11-22 02:12:08)
Canada>Canada <a href=" http://blogs.re
-- internetmax-200-66-1 (2011-11-22 02:27:24)
I can't stand football <a href=" http://bl
-- 86.96.228.84 (2011-11-22 02:30:36)
It's serious <a href=" http://blogs.rediff
-- 200.122.132.113 (2011-11-22 03:16:49)
I went to <a href=" http://blogs.rediff.c
-- 200.122.132.113 (2011-11-22 03:24:16)
Recorded Delivery <a href=" http://blogs.r
-- tm.net.my (2011-11-22 04:06:06)
Which team do you support? <a href=" http:
-- 189-57-40-19.custome (2011-11-22 04:18:36)
US dollars <a href=" http://blogs.rediff.c
-- 213.186.122.27.utel. (2011-11-22 04:54:13)
I'm on work experience <a href=" http://bl
-- colossus964.startded (2011-11-22 05:42:47)
How many weeks' holiday a year are there? <a hr
-- proxy.asianet.co.th (2011-11-22 07:02:32)
This site is crazy :) <a href=" http://blo
-- newtony3.webair.com (2011-11-22 07:35:09)
Could I ask who's calling? <a href=" http:
-- 82.148.109.68 (2011-11-22 07:56:34)
Excellent work, Nice Design <a href=" http
-- host-109-200-97-254. (2011-11-22 08:29:46)
I'd like a phonecard, please <a href=" htt
-- 195.235.202.190 (2011-11-22 08:50:48)
I've been made redundant <a href=" http://
-- 77.244.33.103 (2011-11-22 09:00:05)
I'll put her on <a href=" http://blogs.red
-- 180.149.95.174 (2011-11-22 09:45:50)
Not in at the moment <a href=" http://blog
-- ip-46-252-194-77.ip. (2011-11-22 09:48:58)
I'm doing a masters in law <a href=" http:
-- 195.235.202.190 (2011-11-22 10:16:50)
Are you a student? <a href=" http://blogs.
-- iu-mssg-fftmg2.ads.i (2011-11-22 10:37:17)
Insufficient funds <a href=" http://blogs.
-- ip-219.18.255.92.net (2011-11-22 11:10:24)
I'd like to send this parcel to <a href="
-- 66.201.44.210 (2011-11-22 11:32:59)
I've got a very weak signal <a href=" http
-- iu-mssg-fftmg1.ads.i (2011-11-22 13:00:09)
I love the theatre <a href=" http://blogs.
-- 69.50.211.177 (2011-11-22 15:33:16)
Where did you go to university? <a href="
-- 115.249.2.36 (2011-11-22 16:59:43)
I'm sorry, she's <a href=" http://blogs.r
-- 119.6.105.45 (2011-11-22 17:54:37)
I was made redundant two months ago <a href=&qu
-- 85-92-159-84.mail.we (2011-11-22 19:16:28)
Whereabouts are you from? <a href=" http:/
-- 46.18.128.204 (2011-11-22 20:27:30)
I'd like to change some money <a href=" ht
-- 219.208.119.74.in-ad (2011-11-22 21:16:02)
Could you send me an application form? <a href=
-- s2.greenco.pl (2011-11-22 21:38:12)
Some First Class stamps <a href=" http://b
-- ec2-174-129-128-93.c (2011-11-22 22:52:06)
I was made redundant two months ago <a href=&qu
-- 115.31.136.249 (2011-11-22 23:36:31)
What company are you calling from? <a href=&quo
-- 205.168.84.133 (2011-11-22 23:43:47)
Your cash is being counted <a href=" http:
-- nodcsdce1-ext.no.tri (2011-11-23 00:31:54)
I'll text you later <a href=" http://blogs
-- 41.223.116.54 (2011-11-23 01:22:47)
Have you got any qualifications? <a href="
-- 82.148.109.69 (2011-11-23 01:27:03)
I'm interested in this position <a href="
-- 253.182.143.79.stati (2011-11-23 02:22:50)
I'll put him on <a href=" http://blogs.red
-- static.214.130.63.17 (2011-11-23 03:02:33)
I love this site <a href=" http://blogs.re
-- ec2-174-129-128-93.c (2011-11-23 03:17:44)
Have you got a telephone directory? <a href=&qu
-- c934341b.virtua.com. (2011-11-23 04:13:04)
this is be cool 8) <a href=" http://blogs.
-- 66.201.44.210 (2011-11-23 04:42:17)
I'm at Liverpool University <a href=" http
-- 177.19.212.234 (2011-11-23 05:08:12)
Will I have to work shifts? <a href=" http
-- ec2-46-137-26-150.eu (2011-11-23 05:31:41)
Which year are you in? <a href=" http://bl
-- 74-93-158-252-Memphi (2011-11-23 06:05:24)
I work here <a href=" http://blogs.rediff.
-- ueos.org (2011-11-23 06:06:03)
Looking for work <a href=" http://blogs.re
-- 50-73-176-163-pennsy (2011-11-23 06:22:05)
I stay at home and look after the children <a h
-- moodle.yhc.edu (2011-11-23 07:00:35)
I'm in a band <a href=" http://blogs.redif
-- 253.182.143.79.stati (2011-11-23 07:01:04)
Your account's overdrawn <a href=" http://
-- ec2-174-129-128-93.c (2011-11-23 07:12:18)
Could I have , please? <a href=" http://bl
-- 92.50.174.10.static. (2011-11-23 08:01:53)
I love the theatre <a href=" http://blogs.
-- ueos.org (2011-11-23 08:49:46)
Could you transfer $1000 from my current account t
-- 82.148.109.69 (2011-11-23 08:51:54)
Hello good day <a href=" http://blogs.redi
-- ip-79-142-112-246.bn (2011-11-23 08:53:20)
I've lost my bank card <a href=" http://bl
-- 174.36.201.42-static (2011-11-23 09:43:27)
Remove card <a href=" http://blogs.rediff.
-- 174.36.201.42-static (2011-11-23 10:30:03)
Your account's overdrawn <a href=" http://
-- 91.206.4.90 (2011-11-23 10:44:07)
How do you do? <a href=" http://blogs.redi
-- 218.83.175.129 (2011-11-23 11:39:47)
I'd like to open an account <a href=" http
-- 207.253.225.57 (2011-11-23 12:54:02)
I like it a lot <a href=" http://blogs.red
-- 123-14-229-94.bgangl (2011-11-23 14:54:50)
I enjoy travelling <a href=" http://blogs.
-- 41-133-103-100.dsl.m (2011-11-23 16:00:09)
What do you want to do when you've finished? <a
-- cm61-18-170-222.hkca (2011-11-23 20:18:41)
Sorry, you must have the wrong number <a href=&
-- pl254.nas93o.p-tokyo (2011-11-23 21:11:17)
I have my own business <a href=" http://bl
-- 219.208.119.74.in-ad (2011-11-23 22:18:48)
Directory enquiries <a href=" http://blogs
-- 94.26.79.74 (2011-11-23 22:36:31)
i'm fine good work <a href=" http://blogs.
-- static.vdc.vn (2011-11-23 22:54:33)
I came here to work <a href=" http://blogs
-- 14.139.222.10 (2011-11-23 23:46:36)
What's the last date I can post this to to arrive
-- mail.pr-partner-koel (2011-11-23 23:52:58)
We used to work together <a href=" http://
-- 200-206-122-150.cust (2011-11-24 00:38:42)
Thanks funny site <a href=" http://blogs.r
-- dragon136.startdedic (2011-11-24 01:30:20)
Very Good Site <a href=" http://blogs.redi
-- 89.42.102.59 (2011-11-24 02:13:59)
Yes, I play the guitar <a href=" http://bl
-- 83.222.92.31 (2011-11-24 03:01:47)
Not available at the moment <a href=" http
-- 46.246.89.162 (2011-11-24 03:14:50)
Go travelling <a href=" http://blogs.redif
-- 92.96.244.26 (2011-11-24 03:48:28)
Who do you work for? <a href=" http://blog
-- juno.colmayorcauca.e (2011-11-24 04:35:38)
Do you have any exams coming up? <a href="
-- 193.128.96.137 (2011-11-24 06:20:34)
A Second Class stamp <a href=" http://blog
-- 94.26.79.74 (2011-11-24 06:46:45)
I'm originally from Dublin but now live in Edinbur
-- 219.208.119.74.in-ad (2011-11-24 07:00:15)
What do you want to do when you've finished? <a
-- web04.activewebsite. (2011-11-24 07:40:39)
I'm about to run out of credit <a href=" h
-- 77.47.202.215 (2011-11-24 09:27:10)
Languages <a href=" http://blogs.rediff.co
-- 95.128.184.126 (2011-11-24 11:47:30)
Would you like a receipt? <a href=" http:/
-- 202.152.13.53 (2011-11-24 12:08:06)
I've got a part-time job <a href=" http://
-- ec2-79-125-119-84.eu (2011-11-24 13:01:58)
What sort of work do you do? <a href=" htt
-- 27.147.14.236 (2011-11-24 14:22:13)
this is be cool 8) <a href=" http://blogs.
-- 81.30.51.82 (2011-11-24 15:17:32)
How do you know each other? <a href=" http
-- chelsea-ce.itd.state (2011-11-24 15:18:33)
Who do you work for? <a href=" http://blog
-- colossus964.startded (2011-11-24 16:09:08)
Have you got any qualifications? <a href="
-- 194.83.232.2 (2011-11-24 17:41:15)
perfect design thanks <a href=" http://blo
-- 124.43.225.245 (2011-11-24 17:56:49)
Is it convenient to talk at the moment? <a href
-- mail.tursys.net (2011-11-24 18:29:48)
How do you do? <a href=" http://blogs.redi
-- 119.75.23.81 (2011-11-24 18:51:04)
Which year are you in? <a href=" http://bl
-- owa.suzuki.de (2011-11-24 19:17:31)
We need someone with qualifications <a href=&qu
-- 219.208.119.74.in-ad (2011-11-24 21:32:28)
I don't know what I want to do after university &l
-- chelsea-ce.itd.state (2011-11-24 21:41:35)
Can you hear me OK? <a href=" http://blogs
-- 82.148.109.68 (2011-11-24 22:29:00)
Punk not dead <a href=" http://blogs.redi
-- 186.42.121.220 (2011-11-24 23:16:51)
On another call <a href=" http://blogs.red
-- 67.158.63.124 (2011-11-24 23:19:19)
I'd like a phonecard, please <a href=" htt
-- web05.activewebsite. (2011-11-24 23:39:16)
I do some voluntary work <a href=" http://
-- 219.208.119.74.in-ad (2011-11-25 01:40:06)
Did you go to university? <a href=" http:/
-- ks355399.kimsufi.com (2011-11-25 01:57:28)
I work with computers <a href=" http://blo
-- ueos.org (2011-11-25 02:28:10)
We were at school together <a href=" http:
-- mail4.silverturk.com (2011-11-25 03:16:10)
Is this a temporary or permanent position? <a h
-- ip187-86-17-18.anid. (2011-11-25 03:43:40)
Have you got any experience? <a href=" htt
-- ptr.ssha.ca (2011-11-25 04:51:52)
I'd like to open an account <a href=" http
-- ws5001.rz.hs-heilbro (2011-11-25 05:40:06)
good material thanks <a href=" http://blog
-- mail.hexastep.pt (2011-11-25 06:28:23)
Another service? <a href=" http://blogs.re
-- ws5001.rz.hs-heilbro (2011-11-25 07:17:28)
The United States <a href=" http://blogs.r
-- ec2-184-72-151-134.c (2011-11-25 08:54:26)
I'll call back later <a href=" http://blog
-- net2.janmedia.com (2011-11-25 09:42:22)
Very funny pictures <a href=" http://blogs
-- host160.town.of.broo (2011-11-25 15:20:10)
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki