CLEANUP: html umlaut handling
[vuplus_dvbapp-plugin] / fritzcall / src / reverselookup.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!-- reverselookup.xml revision 1.03 from 20, Jun 2008
4
5          The syntax of this file is fairly self-explanatory
6      However, a few things need to be said. First and foremost
7      everything in here needs to be xml compliant, that means all
8      quotes, pound signs etc need to be properly escaped!!!
9      Otherwise jfritz will refuse too load due to of SAX errors.
10      
11      Websites and pattern entries are processed in the order they
12      are placed. This is important when determining what web site should
13      be used first and what pattern should be used for that web site first.
14          As soon as one matching name is found, jfritz will stop trying other
15          patterns / entries.
16          
17          Make sure that each url entry contains the string $NUMBER at the
18          appropriate spot or else the algorithm won't work! The attributes prefix
19          and areacode are optional. The attribute prefix is used to determine if 
20          the number needs the area code prefix or not. if the attribute area code
21          is set make sure to include string $AREACODE, or $PFXAREACODE at the
22          appropriate spot in the url. For more info see http://www.jfritz.org
23                  
24 -->
25
26 <reverselookup version="1.01">
27         <country code="+1">
28                 <website name="whitepages.com" url="http://www.whitepages.com/search/ReversePhone?phone=$NUMBER" prefix="1">
29                         <entry>
30                                 <name>&lt;a href=&quot;[^&quot;]*&quot; class=&quot;fn n&quot; title=&quot;[^&quot;]*&quot;&gt;([^&lt;]*)&lt;/a&gt;</name>
31                                 <street>&lt;span class=&quot;street-address&quot;&gt;([^&lt;]*)&lt;/span&gt;</street>
32                                 <city>&lt;span class=&quot;locality&quot;&gt;([^&lt;]*)&lt;/span&gt;</city>
33                                 <zipcode>&lt;span class=&quot;postal-code&quot;&gt;([^&lt;]*)&lt;/span&gt;</zipcode>
34                         </entry>
35                         <entry>
36                                 <name>&lt;a href=&quot;[^&quot;]*&quot; class=&quot;fn n&quot; title=&quot;[^&quot;]*&quot;&gt;([^&lt;]*)&lt;/a&gt;</name>
37                                 <street>()&lt;span class=&quot;results_widget_street_none&quot;&gt;street address not available&lt;/span&gt;</street>
38                                 <city>&lt;span class=&quot;locality&quot;&gt;([^&lt;]*)&lt;/span&gt;</city>
39                                 <zipcode>&lt;span class=&quot;postal-code&quot;&gt;([^&lt;]*)&lt;/span&gt;</zipcode>
40                         </entry>
41                         <entry>
42                                 <name>&lt;[span]*[div]* class=&quot;fn n&quot;&gt;([^&lt;]*)&lt;/[span]*[div]*&gt;</name>
43                                 <street>&lt;span class=&quot;street-address&quot;&gt;([^&lt;]*)&lt;/span&gt;</street>
44                                 <city>&lt;span class=&quot;locality&quot;&gt;([^&lt;]*)&lt;/span&gt;</city>
45                                 <zipcode>&lt;span class=&quot;postal-code&quot;&gt;([^&lt;]*)&lt;/span&gt;</zipcode>
46                         </entry>
47                         <entry>
48                                 <name>&lt;[span]*[div]* class=&quot;fn n&quot;&gt;([^&lt;]*)&lt;/[span]*[div]*&gt;</name>
49                                 <street>()&lt;span class=&quot;results_widget_street_none&quot;&gt;street address not available&lt;/span&gt;</street>
50                                 <city>&lt;span class=&quot;locality&quot;&gt;([^&lt;]*)&lt;/span&gt;</city>
51                                 <zipcode>&lt;span class=&quot;postal-code&quot;&gt;([^&lt;]*)&lt;/span&gt;</zipcode>
52                         </entry>
53                 </website>
54         </country>
55         <country code="+1x">
56                 <website name="caribbeanyellowpages.com" url="http://www.caribbeanyellowpages.com/yellowsearch.html?heading=$AREACODE$NUMBER&amp;submit2=Search&amp;ListingAgentFormat=eSYPE" prefix="" hidden="@HiddenXDoc&quot;\s*?value=&quot;([^&quot;]*)&quot;" nexturl="http://www.caribbeanyellowpages.com/ListBossPage.html?eRequestedPageType=ListingsByPhone&amp;ListingAgentFormat=eSUPE&amp;ClassID=&amp;ProductID=&amp;Tab=&amp;DoSetCookie=off&amp;Alphabet=&amp;DisableViewSwitch=false&amp;PageBossPageNumber=-1&amp;ListBossPageNumber=-1&amp;HiddenXDoc=$HIDDEN&amp;IProdItemID=&amp;originalquery=$AREACODE$NUMBER">
57                         <entry>
58                                 <name>SUPEfindingLine[^&gt;]*&gt;([^&lt;]*)&lt;</name>
59                                 <street>&lt;td\sstyle=&quot;padding-right:\s*4px;\s*padding-left:\s*4px;&quot;(?:[^&gt;]*&gt;){3}([^&lt;]*)&lt;</street>
60                                 <city>()</city>
61                                 <zipcode>()</zipcode>
62                         </entry>
63                 </website>
64         </country>
65         <country code="+1345">
66                 <website name="caymanislandsyp.com" url="http://www.caymanislandsyp.com/ListBossPage.html?heading=$PART1-$PART2&amp;submit2=Search&amp;ListingAgentFormat=eSYPE" prefix="" hidden="@HiddenXDoc&quot;\s*?value=&quot;([^&quot;]*)&quot;" nexturl="http://www.caymanislandsyp.com/ListBossPage.html?eRequestedPageType=ListingsByPhone&amp;ListingAgentFormat=eSUPE&amp;ClassID=&amp;ProductID=&amp;Tab=&amp;DoSetCookie=off&amp;Alphabet=&amp;DisableViewSwitch=false&amp;PageBossPageNumber=-1&amp;ListBossPageNumber=-1&amp;HiddenXDoc=$HIDDEN&amp;IProdItemID=&amp;originalquery=$NUMBER">
67                         <entry>
68                                 <name>SUPEfindingLine&quot;?&gt;([^&lt;]*)&lt;</name>
69                                 <street>&lt;td\sstyle=&quot;padding-right:\s*4px;\s*padding-left:\s*4px;&quot;(?:[^&gt;]*&gt;){3}([^&lt;]*)&lt;</street>
70                                 <city>()</city>
71                                 <zipcode>()</zipcode>
72                         </entry>
73                 </website>
74         </country>
75         <country code="+1441">
76                 <website name="bermudayp.com" url="http://www.informationpages.com/sys/pageserver.dll?b=43&amp;p=0&amp;s=-6&amp;f=&amp;gp=0&amp;go=$NUMBER" prefix="">
77                         <entry>
78                                 <name>class.NameLink&quot;?&gt;([^&lt;]*)&lt;</name>
79                                 <street>ltext0&quot;?&gt;(?:&lt;t[^&lt;]*&lt;[^&lt;]*&lt;[^&lt;]*&lt;[^&lt;]*&lt;[^&lt;]*&lt;[^&lt;]*&lt;td&gt;)?([^,]*),</street>
80                                 <city>ltext0&quot;?&gt;(?:&lt;t[^&lt;]*&lt;[^&lt;]*&lt;[^&lt;]*&lt;[^&lt;]*&lt;[^&lt;]*&lt;[^&lt;]*&lt;td&gt;)?[^,]*,([^&lt;]*)&lt;</city>
81                                 <zipcode>()</zipcode>
82                         </entry>
83                 </website>
84         </country>
85         <country code="+1670">
86                 <website name="cnmiphonebook.com" url="http://www.informationpages.com/sys/pageserver.dll?b=390&amp;p=1&amp;s=-4&amp;f=&amp;gp=&amp;go=$NUMBER" prefix="">
87                         <entry>
88                                 <name>SPAN\sCLASS=WN\sSTYLE=&quot;(?:[^B]*)BACKGROUND-COLOR:#ccddff&quot;&gt;([^&lt;]*)&lt;</name>
89                                 <street>()</street>
90                                 <city>()</city>
91                                 <zipcode>()</zipcode>
92                         </entry>
93                 </website>
94         </country>
95         <country code="+1671">
96                 <website name="cnmiphonebook.com" url="http://www.informationpages.com/sys/pageserver.dll?b=388&amp;p=1&amp;s=-4&amp;f=&amp;gp=&amp;go=$NUMBER" prefix="">
97                         <entry>
98                                 <name>SPAN\sCLASS=WN\sSTYLE=&quot;BACKGROUND-COLOR:#ccddff&quot;&gt;([^&lt;]*)&lt;</name>
99                                 <street>()</street>
100                                 <city>()</city>
101                                 <zipcode>()</zipcode>
102                         </entry>
103                 </website>
104         </country>
105         <country code="+20">
106                 <website name="ameinfo.com" url="http://www.ameinfo.com/cgi-bin/db/search.cgi?query=$NUMBER&amp;substring=0&amp;Country=Egypt" prefix="">
107                         <entry>
108                                 <name>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;([^&lt;]*)&lt;</name>
109                                 <street>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;(?:[^&gt;]*&gt;){4}([^&lt;]*)&lt;</street>
110                                 <city>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;(?:[^&gt;]*&gt;){5}([^&lt;]*)&lt;</city>
111                                 <zipcode>()</zipcode>
112                         </entry>
113                 </website>
114                 <website name="ameinfo.com" url="http://www.ameinfo.com/cgi-bin/db/search.cgi?query=$AREACODE$NUMBER&amp;substring=0&amp;Country=Egypt" prefix="">
115                         <entry>
116                                 <name>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;([^&lt;]*)&lt;</name>
117                                 <street>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;(?:[^&gt;]*&gt;){4}([^&lt;]*)&lt;</street>
118                                 <city>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;(?:[^&gt;]*&gt;){5}([^&lt;]*)&lt;</city>
119                                 <zipcode>()</zipcode>
120                         </entry>
121                 </website>
122         </country>
123         <country code="+221">
124                 <website name="senegalphonebook.com" url="http://www.senegalphonebook.com/en/whitepages/?start=1&amp;q=$NUMBER" prefix="">
125                         <entry>
126                                 <name>&lt;h4&gt;([^&lt;]*)&lt;</name>
127                                 <street>(?:&lt;address&gt;([^,^&lt;]*?,[^,^&lt;]*?),[^&lt;]*?&lt;)|(?:&lt;address&gt;([^,^&lt;]*?),[^&lt;]*?&lt;)</street>
128                                 <city>(?:&lt;address&gt;(?:[^,^&lt;]*?,){0,2}([^&lt;]*?)&lt;/address&gt;)</city>
129                                 <zipcode>()</zipcode>
130                         </entry>
131                 </website>
132         </country>
133         <country code="+222">
134                 <website name="mauritaniaphonebook.com" url="http://www.mauritaniaphonebook.com/en/whitepages/?start=1&amp;q=$NUMBER" prefix="">
135                         <entry>
136                                 <name>&lt;h4&gt;([^&lt;]*)&lt;</name>
137                                 <street>(?:&lt;address&gt;([^,^&lt;]*?,[^,^&lt;]*?),[^&lt;]*?&lt;)|(?:&lt;address&gt;([^,^&lt;]*?),[^&lt;]*?&lt;)</street>
138                                 <city>(?:&lt;address&gt;(?:[^,^&lt;]*?,){0,2}([^&lt;]*?)&lt;/address&gt;)</city>
139                                 <zipcode>()</zipcode>
140                         </entry>
141                 </website>
142         </country>
143         <country code="+223">
144                 <website name="maliphonebook.com" url="http://www.maliphonebook.com/en/whitepages/?&amp;q=$NUMBER" prefix="">
145                         <entry>
146                                 <name>&lt;h4&gt;([^&lt;]*)&lt;</name>
147                                 <street>(?:&lt;address&gt;([^,^&lt;]*?,[^,^&lt;]*?),[^&lt;]*?&lt;)|(?:&lt;address&gt;([^,^&lt;]*?),[^&lt;]*?&lt;)</street>
148                                 <city>(?:&lt;address&gt;(?:[^,^&lt;]*?,){0,2}([^&lt;]*?)&lt;/address&gt;)</city>
149                                 <zipcode>()</zipcode>
150                         </entry>
151                 </website>
152         </country>
153         <country code="+224">
154                 <website name="guineaphonebook.com" url="http://www.guineaphonebook.com/en/whitepages/?q=$NUMBER" prefix="">
155                         <entry>
156                                 <name>&lt;h4&gt;([^&lt;]*)&lt;</name>
157                                 <street>(?:&lt;address&gt;([^,^&lt;]*?,[^,^&lt;]*?),[^&lt;]*?&lt;)|(?:&lt;address&gt;([^,^&lt;]*?),[^&lt;]*?&lt;)</street>
158                                 <city>(?:&lt;address&gt;(?:[^,^&lt;]*?,){0,2}([^&lt;]*?)&lt;/address&gt;)</city>
159                                 <zipcode>()</zipcode>
160                         </entry>
161                 </website>
162         </country>
163         <country code="+225">
164                 <website name="abc.ci" url="http://www.abc.ci/index.php?page=4&amp;numero=$NUMBER&amp;Submit=Rechercher" prefix="">
165                         <entry>
166                                 <name>td\swidth=&quot;49%&quot;(?:[^&gt;]*?&gt;){3}([^&lt;]*?)&lt;</name>
167                                 <street>&lt;i&gt;\s*([^\s]*\s*[^\s]*\s*[^\s]*)\s</street>
168                                 <city>&lt;i&gt;\s*[^\s]*\s*[^\s]*\s*[^\s]*\s*([^&lt;]*?)&lt;</city>
169                                 <zipcode>()</zipcode>
170                         </entry>
171                 </website>
172         </country>
173         <country code="+226">
174                 <website name="burkinaphonebook.com" url="http://www.burkinaphonebook.com/en/whitepages/?q=$NUMBER" prefix="">
175                         <entry>
176                                 <name>&lt;h4&gt;([^&lt;]*)&lt;</name>
177                                 <street>(?:&lt;address&gt;([^,^&lt;]*?,[^,^&lt;]*?),[^&lt;]*?&lt;)|(?:&lt;address&gt;([^,^&lt;]*?),[^&lt;]*?&lt;)</street>
178                                 <city>(?:&lt;address&gt;(?:[^,^&lt;]*?,){0,2}([^&lt;]*?)&lt;/address&gt;)</city>
179                                 <zipcode>()</zipcode>
180                         </entry>
181                 </website>
182         </country>
183         <country code="+227">
184                 <website name="nigerphonebook.com" url="http://www.nigerphonebook.com/en/whitepages/?start=1&amp;q=$PART1-$PART2-$PART3-$PART4" prefix="">
185                         <entry>
186                                 <name>&lt;h4&gt;([^&lt;]*)&lt;</name>
187                                 <street>(?:&lt;address&gt;([^,^&lt;]*?,[^,^&lt;]*?),[^&lt;]*?&lt;)|(?:&lt;address&gt;([^,^&lt;]*?),[^&lt;]*?&lt;)</street>
188                                 <city>(?:&lt;address&gt;(?:[^,^&lt;]*?,){0,2}([^&lt;]*?)&lt;/address&gt;)</city>
189                                 <zipcode>()</zipcode>
190                         </entry>
191                 </website>
192         </country>
193         <country code="+228">
194                 <website name="togophonebook.com" url="http://www.togophonebook.com/en/whitepages/?q=$NUMBER" prefix="">
195                         <entry>
196                                 <name>&lt;h4&gt;([^&lt;]*)&lt;</name>
197                                 <street>(?:&lt;address&gt;([^,^&lt;]*?,[^,^&lt;]*?),[^&lt;]*?&lt;)|(?:&lt;address&gt;([^,^&lt;]*?),[^&lt;]*?&lt;)</street>
198                                 <city>(?:&lt;address&gt;(?:[^,^&lt;]*?,){0,2}([^&lt;]*?)&lt;/address&gt;)</city>
199                                 <zipcode>()</zipcode>
200                         </entry>
201                 </website>
202         </country>
203         <country code="+229">
204                 <website name="beninphonebook.com" url="http://www.beninphonebook.com/en/whitepages/?q=$NUMBER" prefix="">
205                         <entry>
206                                 <name>&lt;h4&gt;([^&lt;]*)&lt;</name>
207                                 <street>(?:&lt;address&gt;([^,^&lt;]*?,[^,^&lt;]*?),[^&lt;]*?&lt;)|(?:&lt;address&gt;([^,^&lt;]*?),[^&lt;]*?&lt;)</street>
208                                 <city>(?:&lt;address&gt;(?:[^,^&lt;]*?,){0,2}([^&lt;]*?)&lt;/address&gt;)</city>
209                                 <zipcode>()</zipcode>
210                         </entry>
211                 </website>
212         </country>
213         <country code="+230">
214                 <website name="brabys.co.za" url="http://www.brabys.co.za/search-Results.asp?region=-1&amp;town=-1&amp;numnum=$NUMBER" nexturl="http://www.brabys.co.za/$HIDDEN" prefix="" hidden="&lt;a\shref=&quot;([^&quot;]*)&quot;(?:[^&gt;]*&gt;){6}\s$PART1-$PART2">
215                         <entry>
216                                 <name>font-size:\ssmaller;"(?:[^;]*;){3}([^&lt;]*)&lt;</name>
217                                 <street>Physical\sAddress(?:[^&gt;]*?&gt;){5}([^&lt;]*)&lt;</street>
218                                 <city>Physical\sAddress(?:[^&gt;]*?&gt;){6}([^&lt;]*(?:&lt;br&gt;[^&lt;]*))&lt;|Physical\sAddress(?:[^&gt;]*?&gt;){6}([^&lt;]*)&lt;</city>
219                                 <zipcode>()</zipcode>
220                         </entry>
221                 </website>
222                 <website name="mauritius-yellow-pages.info" url="http://www.mauritius-yellow-pages.info/visitors_advanced_search_result_mauritius_yellow_pages.php?xcbocategory=0&amp;txtxoxphone=$NUMBER" nexturl="http://www.mauritius-yellow-pages.info/visitors_display_company_details_mauritius_yellow_pages.php?advertiserid=$HIDDEN" prefix="" hidden="visitors_display_company_details_mauritius_yellow_pages\.php\?advertiserid=(\d*)'">
223                         <entry>
224                                 <name>&lt;title&gt;([^&lt;]*)&lt;</name>
225                                 <street>&lt;b&gt;City:(?:[^&gt;]*?&gt;){6}([^&lt;]*)&lt;</street>
226                                 <city>&lt;b&gt;City:(?:[^&gt;]*?&gt;){11}([^&lt;]*)&lt;</city>
227                                 <zipcode>()</zipcode>
228                         </entry>
229                 </website>
230         </country>
231         <country code="+236">
232                 <website name="centralafricaphonebook.com" url="http://www.centralafricaphonebook.com/en/whitepages/?start=1&amp;q=$NUMBER" prefix="">
233                         <entry>
234                                 <name>&lt;h4&gt;([^&lt;]*)&lt;</name>
235                                 <street>(?:&lt;address&gt;([^,^&lt;]*?,[^,^&lt;]*?),[^&lt;]*?&lt;)|(?:&lt;address&gt;([^,^&lt;]*?),[^&lt;]*?&lt;)</street>
236                                 <city>(?:&lt;address&gt;(?:[^,^&lt;]*?,){0,2}([^&lt;]*?)&lt;/address&gt;)</city>
237                                 <zipcode>()</zipcode>
238                         </entry>
239                 </website>
240         </country>
241         <country code="+237">
242                 <website name="cameroonphonebook.com" url="http://www.cameroonphonebook.com/en/whitepages/?start=1&amp;q=$NUMBER" prefix="">
243                         <entry>
244                                 <name>&lt;h4&gt;([^&lt;]*)&lt;</name>
245                                 <street>(?:&lt;address&gt;([^,^&lt;]*?,[^,^&lt;]*?),[^&lt;]*?&lt;)|(?:&lt;address&gt;([^,^&lt;]*?),[^&lt;]*?&lt;)</street>
246                                 <city>(?:&lt;address&gt;(?:[^,^&lt;]*?,){0,2}([^&lt;]*?)&lt;/address&gt;)</city>
247                                 <zipcode>()</zipcode>
248                         </entry>
249                 </website>
250         </country>
251         <country code="+238">
252                 <website name="paginasamarelas.cv" url="http://www.paginasamarelas.cv/resultados_pesquisa.aspx?tipoMeio=1&amp;txtMeio=$NUMBER&amp;tipoPesq=a&amp;procura=s&amp;lang=pt" nexturl="http://www.paginasamarelas.cv/detalhe_pesquisa.aspx?id=$HIDDEN" prefix="" hidden="aspx\?id=(\d{5})">
253                         <entry>
254                                 <name>&lt;b&gt;Nome:&lt;/b&gt;\s?([^&lt;]*)&lt;</name>
255                                 <street>()</street>
256                                 <city>&lt;b&gt;Morada:&lt;/b&gt;\s?([^&lt;]*)&lt;</city>
257                                 <zipcode>()</zipcode>
258                         </entry>
259                 </website>
260         </country>
261         <country code="+239">
262                 <website name="paginasamarelas.st" url="http://213.13.158.108/saotome/resultados_pesquisa.aspx?tipoMeio=1&amp;txtMeio=$NUMBER&amp;tipoPesq=a&amp;procura=s&amp;lang=pt" nexturl="http://213.13.158.108/saotome/detalhe_pesquisa.aspx?id=$HIDDEN" prefix="" hidden="aspx\?id=(\d{5})">
263                         <entry>
264                                 <name>&lt;b&gt;Nome:&lt;/b&gt;\s?([^&lt;]*)&lt;</name>
265                                 <street>()</street>
266                                 <city>&lt;b&gt;Morada:&lt;/b&gt;\s?([^&lt;]*)&lt;</city>
267                                 <zipcode>()</zipcode>
268                         </entry>
269                 </website>
270         </country>
271         <country code="+240">
272                 <website name="malabophonebook.com" url="http://www.malabophonebook.com/pagesblanches/?q=$NUMBER" prefix="">
273                         <entry>
274                                 <name>&lt;h4&gt;([^&lt;]*)&lt;</name>
275                                 <street>(?:&lt;address&gt;([^,^&lt;]*?,[^,^&lt;]*?),[^&lt;]*?&lt;)|(?:&lt;address&gt;([^,^&lt;]*?),[^&lt;]*?&lt;)</street>
276                                 <city>(?:&lt;address&gt;(?:[^,^&lt;]*?,){0,2}([^&lt;]*?)&lt;/address&gt;)</city>
277                                 <zipcode>()</zipcode>
278                         </entry>
279                 </website>
280         </country>
281         <country code="+241">
282                 <website name="gabonphonebook.com" url="http://www.gabonphonebook.com/en/whitepages/?q=$NUMBER" prefix="">
283                         <entry>
284                                 <name>&lt;h4&gt;([^&lt;]*)&lt;</name>
285                                 <street>(?:&lt;address&gt;([^,^&lt;]*?,[^,^&lt;]*?),[^&lt;]*?&lt;)|(?:&lt;address&gt;([^,^&lt;]*?),[^&lt;]*?&lt;)</street>
286                                 <city>(?:&lt;address&gt;(?:[^,^&lt;]*?,){0,2}([^&lt;]*?)&lt;/address&gt;)</city>
287                                 <zipcode>()</zipcode>
288                         </entry>
289                 </website>
290         </country>
291         <country code="+242">
292                 <website name="congophonebook.com" url="http://www.congophonebook.com/en/whitepages/?q=$NUMBER" prefix="">
293                         <entry>
294                                 <name>&lt;h4&gt;([^&lt;]*)&lt;</name>
295                                 <street>(?:&lt;address&gt;([^,^&lt;]*?,[^,^&lt;]*?),[^&lt;]*?&lt;)|(?:&lt;address&gt;([^,^&lt;]*?),[^&lt;]*?&lt;)</street>
296                                 <city>(?:&lt;address&gt;(?:[^,^&lt;]*?,){0,2}([^&lt;]*?)&lt;/address&gt;)</city>
297                                 <zipcode>()</zipcode>
298                         </entry>
299                 </website>
300         </country>
301         <country code="+244">
302                 <website name="brabys.co.za" url="http://www.brabys.co.za/search-Results.asp?region=-1&amp;town=-1&amp;numnum=$NUMBER" nexturl="http://www.brabys.co.za/$HIDDEN" prefix="" hidden="&lt;a\shref=&quot;([^&quot;]*)&quot;(?:[^&gt;]*&gt;){6}\s$PART1-$PART2">
303                         <entry>
304                                 <name>font-size:\ssmaller;"(?:[^;]*;){3}([^&lt;]*)&lt;</name>
305                                 <street>Physical\sAddress(?:[^&gt;]*?&gt;){5}([^&lt;]*)&lt;</street>
306                                 <city>Physical\sAddress(?:[^&gt;]*?&gt;){6}([^&lt;]*(?:&lt;br&gt;[^&lt;]*))&lt;|Physical\sAddress(?:[^&gt;]*?&gt;){6}([^&lt;]*)&lt;</city>
307                                 <zipcode>()</zipcode>
308                         </entry>
309                 </website>
310         </country>
311         <country code="+248">
312                 <website name="brabys.co.za" url="http://www.brabys.co.za/search-Results.asp?region=-1&amp;town=-1&amp;numnum=$NUMBER" nexturl="http://www.brabys.co.za/$HIDDEN" prefix="" hidden="&lt;a\shref=&quot;([^&quot;]*)&quot;(?:[^&gt;]*&gt;){6}\s$PART1-$PART2">
313                         <entry>
314                                 <name>font-size:\ssmaller;"(?:[^;]*;){3}([^&lt;]*)&lt;</name>
315                                 <street>Physical\sAddress(?:[^&gt;]*?&gt;){5}([^&lt;]*)&lt;</street>
316                                 <city>Physical\sAddress(?:[^&gt;]*?&gt;){6}([^&lt;]*(?:&lt;br&gt;[^&lt;]*))&lt;|Physical\sAddress(?:[^&gt;]*?&gt;){6}([^&lt;]*)&lt;</city>
317                                 <zipcode>()</zipcode>
318                         </entry>
319                 </website>
320         </country>
321         <country code="+250">
322                 <website name="rwandaphonebook.com" url="http://www.rwandaphonebook.com/en/whitepages/?&amp;q=$NUMBER" prefix="">
323                         <entry>
324                                 <name>&lt;h4&gt;([^&lt;]*)&lt;</name>
325                                 <street>(?:&lt;address&gt;([^,^&lt;]*?,[^,^&lt;]*?),[^&lt;]*?&lt;)|(?:&lt;address&gt;([^,^&lt;]*?),[^&lt;]*?&lt;)</street>
326                                 <city>(?:&lt;address&gt;(?:[^,^&lt;]*?,){0,2}([^&lt;]*?)&lt;/address&gt;)</city>
327                                 <zipcode>()</zipcode>
328                         </entry>
329                 </website>
330         </country>
331         <country code="+251">
332                 <website name="ethiopiabook.com" url="http://www.ethiopiabook.com/whitepages/?start=1&amp;q=$NUMBER" prefix="0">
333                         <entry>
334                                 <name>&lt;h4&gt;([^&lt;]*)&lt;</name>
335                                 <street>(?:&lt;address&gt;([^,^&lt;]*?,[^,^&lt;]*?),[^&lt;]*?&lt;)|(?:&lt;address&gt;([^,^&lt;]*?),[^&lt;]*?&lt;)</street>
336                                 <city>(?:&lt;address&gt;(?:[^,^&lt;]*?,){0,2}([^&lt;]*?)&lt;/address&gt;)</city>
337                                 <zipcode>()</zipcode>
338                         </entry>
339                 </website>
340         </country>
341         <country code="+253">
342                 <website name="djiboutiphonebook.com" url="http://www.djiboutiphonebook.com/pagesblanches/?q=$NUMBER" prefix="">
343                         <entry>
344                                 <name>&lt;h4&gt;([^&lt;]*)&lt;</name>
345                                 <street>(?:&lt;address&gt;([^,^&lt;]*?,[^,^&lt;]*?),[^&lt;]*?&lt;)|(?:&lt;address&gt;([^,^&lt;]*?),[^&lt;]*?&lt;)</street>
346                                 <city>(?:&lt;address&gt;(?:[^,^&lt;]*?,){0,2}([^&lt;]*?)&lt;/address&gt;)</city>
347                                 <zipcode>()</zipcode>
348                         </entry>
349                 </website>
350         </country>
351         <country code="+254">
352                 <website name="yellowpageskenya.com" url="http://www.yellowpageskenya.com/index.php?yp=1&amp;srchppltxt=$NUMBER&amp;search=search+for+people" prefix="">
353                         <entry>
354                                 <name>div\sclass=.pagination(?:[^&gt;]*?&gt;){8}([^&lt;]*)&lt;</name>
355                                 <street>(P.\sO.\sBox\s\d{5})</street>
356                                 <city>P.\sO.\sBox\s\d{5}\s-\s([^&lt;]*)&lt;</city>
357                                 <zipcode>()</zipcode>
358                         </entry>
359                 </website>
360         </country>
361         <country code="+255">
362                 <website name="brabys.co.za" url="http://www.brabys.co.za/search-Results.asp?region=-1&amp;town=-1&amp;numnum=$NUMBER" nexturl="http://www.brabys.co.za/$HIDDEN" prefix="" hidden="&lt;a\shref=&quot;([^&quot;]*)&quot;(?:[^&gt;]*&gt;){6}\s\(0$AREACODE\)\s$PART1-$PART2">
363                         <entry>
364                                 <name>font-size:\ssmaller;"(?:[^;]*;){3}([^&lt;]*)&lt;</name>
365                                 <street>Physical\sAddress(?:[^&gt;]*?&gt;){5}([^&lt;]*)&lt;</street>
366                                 <city>Physical\sAddress(?:[^&gt;]*?&gt;){6}([^&lt;]*(?:&lt;br&gt;[^&lt;]*))&lt;|Physical\sAddress(?:[^&gt;]*?&gt;){6}([^&lt;]*)&lt;</city>
367                                 <zipcode>()</zipcode>
368                         </entry>
369                 </website>
370         </country>
371         <country code="+257">
372                 <website name="burundiphonebook.com" url="http://www.burundiphonebook.com/en/whitepages/?start=1&amp;q=$NUMBER" prefix="">
373                         <entry>
374                                 <name>&lt;h4&gt;([^&lt;]*)&lt;</name>
375                                 <street>(?:&lt;address&gt;([^,^&lt;]*?,[^,^&lt;]*?),[^&lt;]*?&lt;)|(?:&lt;address&gt;([^,^&lt;]*?),[^&lt;]*?&lt;)</street>
376                                 <city>(?:&lt;address&gt;(?:[^,^&lt;]*?,){0,2}([^&lt;]*?)&lt;/address&gt;)</city>
377                                 <zipcode>()</zipcode>
378                         </entry>
379                 </website>
380         </country>
381         <country code="+258">
382                 <website name="brabys.co.za" url="http://www.brabys.co.za/search-Results.asp?region=-1&amp;town=-1&amp;numnum=$NUMBER" nexturl="http://www.brabys.co.za/$HIDDEN" prefix="" hidden="&lt;a\shref=&quot;([^&quot;]*)&quot;(?:[^&gt;]*&gt;){6}\s(?:\(\d*?\)\s)$PART1-$PART2">
383                         <entry>
384                                 <name>font-size:\ssmaller;"(?:[^;]*;){3}([^&lt;]*)&lt;</name>
385                                 <street>Physical\sAddress(?:[^&gt;]*?&gt;){5}([^&lt;]*)&lt;</street>
386                                 <city>Physical\sAddress(?:[^&gt;]*?&gt;){6}([^&lt;]*(?:&lt;br&gt;[^&lt;]*))&lt;|Physical\sAddress(?:[^&gt;]*?&gt;){6}([^&lt;]*)&lt;</city>
387                                 <zipcode>()</zipcode>
388                         </entry>
389                 </website>
390         </country>
391         <country code="+260">
392                 <website name="brabys.co.za" url="http://www.brabys.co.za/search-Results.asp?region=-1&amp;town=-1&amp;numnum=$NUMBER" nexturl="http://www.brabys.co.za/$HIDDEN" prefix="" hidden="&lt;a\shref=&quot;([^&quot;]*)&quot;(?:[^&gt;]*&gt;){6}\s\(0$AREACODE\)\s$PART1-$PART2">
393                         <entry>
394                                 <name>font-size:\ssmaller;"(?:[^;]*;){3}([^&lt;]*)&lt;</name>
395                                 <street>Physical\sAddress(?:[^&gt;]*?&gt;){5}([^&lt;]*)&lt;</street>
396                                 <city>Physical\sAddress(?:[^&gt;]*?&gt;){6}([^&lt;]*(?:&lt;br&gt;[^&lt;]*))&lt;|Physical\sAddress(?:[^&gt;]*?&gt;){6}([^&lt;]*)&lt;</city>
397                                 <zipcode>()</zipcode>
398                         </entry>
399                 </website>
400         </country>
401         <country code="+262">
402                 <website name="infobel.com" url="http://infobel.com/en/france/Inverse.aspx?qPhone=0262$NUMBER&amp;qSelLang3=&amp;SubmitREV=Search&amp;inphCoordType=EPSG" prefix="">
403                         <entry>
404                                 <name>div\sclass=.result-head.&gt;&lt;h3&gt;1\.\s*([^&lt;]*)&lt;</name>
405                                 <street>div\sclass=.result-box-col.&gt;&lt;div&gt;&lt;strong&gt;([^,]*),</street>
406                                 <city>div\sclass=.result-box-col.&gt;&lt;div&gt;&lt;strong&gt;[^,]*,[^\d]*\d{5}\s*([^&lt;]*)&lt;</city>
407                                 <zipcode>div\sclass=.result-box-col.&gt;&lt;div&gt;&lt;strong&gt;[^,]*,[^\d]*(\d{5})</zipcode>
408                         </entry>
409                 </website>
410         </country>
411         <country code="+263">
412                 <website name="brabys.co.za" url="http://www.brabys.co.za/search-Results.asp?region=-1&amp;town=-1&amp;numnum=$NUMBER" nexturl="http://www.brabys.co.za/$HIDDEN" prefix="" hidden="&lt;a\shref=&quot;([^&quot;]*)&quot;(?:[^&gt;]*&gt;){6}\s\(0$AREACODE\)\s$PART1-$PART2">
413                         <entry>
414                                 <name>font-size:\ssmaller;"(?:[^;]*;){3}([^&lt;]*)&lt;</name>
415                                 <street>Physical\sAddress(?:[^&gt;]*?&gt;){5}([^&lt;]*)&lt;</street>
416                                 <city>Physical\sAddress(?:[^&gt;]*?&gt;){6}([^&lt;]*(?:&lt;br&gt;[^&lt;]*))&lt;|Physical\sAddress(?:[^&gt;]*?&gt;){6}([^&lt;]*)&lt;</city>
417                                 <zipcode>()</zipcode>
418                         </entry>
419                 </website>
420                 <website name="telone.co.zw" url="http://www.telone.co.zw/cgi-bin/searchdir.pl" prefix="" post="searchtxt=$NUMBER&amp;city=0$AREACODE&amp;I1.x=26&amp;I1.y=8&amp;searchcol=number&amp;searchcol1=resbus">
421                         <entry>
422                                 <name>Address(?:[^&gt;]*?&gt;){8}([^&lt;]*)&lt;</name>
423                                 <street>Address(?:[^&gt;]*?&gt;){16}([^&lt;]*)&lt;</street>
424                                 <city>()</city>
425                                 <zipcode>()</zipcode>
426                         </entry>
427                 </website>
428         </country>
429         <country code="+264">
430                 <website name="brabys.co.za" url="http://www.brabys.co.za/search-Results.asp?region=-1&amp;town=-1&amp;numnum=$NUMBER" nexturl="http://www.brabys.co.za/$HIDDEN" prefix="" hidden="&lt;a\shref=&quot;([^&quot;]*)&quot;(?:[^&gt;]*&gt;){6}\s\(0$AREACODE\)\s$PART1-$PART2">
431                         <entry>
432                                 <name>font-size:\ssmaller;"(?:[^;]*;){3}([^&lt;]*)&lt;</name>
433                                 <street>Physical\sAddress(?:[^&gt;]*?&gt;){5}([^&lt;]*)&lt;</street>
434                                 <city>Physical\sAddress(?:[^&gt;]*?&gt;){6}([^&lt;]*(?:&lt;br&gt;[^&lt;]*))&lt;|Physical\sAddress(?:[^&gt;]*?&gt;){6}([^&lt;]*)&lt;</city>
435                                 <zipcode>()</zipcode>
436                         </entry>
437                 </website>
438         </country>
439         <country code="+265">
440                 <website name="brabys.co.za" url="http://www.brabys.co.za/search-Results.asp?region=-1&amp;town=-1&amp;numnum=$NUMBER" nexturl="http://www.brabys.co.za/$HIDDEN" prefix="" hidden="&lt;a\shref=&quot;([^&quot;]*)&quot;(?:[^&gt;]*&gt;){6}\s(?:\(09265\)\s)?$PART1-$PART2">
441                         <entry>
442                                 <name>font-size:\ssmaller;"(?:[^;]*;){3}([^&lt;]*)&lt;</name>
443                                 <street>()</street>
444                                 <city>Physical\sAddress(?:[^&gt;]*?&gt;){5}([^&lt;]*)&lt;</city>
445                                 <zipcode>()</zipcode>
446                         </entry>
447                 </website>
448         </country>
449         <country code="+266">
450                 <website name="brabys.co.za" url="http://www.brabys.co.za/search-Results.asp?region=-1&amp;town=-1&amp;numnum=$NUMBER" nexturl="http://www.brabys.co.za/$HIDDEN" prefix="" hidden="&lt;a\shref=&quot;([^&quot;]*)&quot;(?:[^&gt;]*&gt;){6}\s$PART1-$PART2">
451                         <entry>
452                                 <name>font-size:\ssmaller;"(?:[^;]*;){3}([^&lt;]*)&lt;</name>
453                                 <street>Physical\sAddress(?:[^&gt;]*?&gt;){5}([^&lt;]*)&lt;</street>
454                                 <city>Physical\sAddress(?:[^&gt;]*?&gt;){6}([^&lt;]*(?:&lt;br&gt;[^&lt;]*))&lt;|Physical\sAddress(?:[^&gt;]*?&gt;){6}([^&lt;]*)&lt;</city>
455                                 <zipcode>()</zipcode>
456                         </entry>
457                 </website>
458         </country>
459         <country code="+267">
460                 <website name="brabys.co.za" url="http://www.brabys.co.za/search-Results.asp?region=-1&amp;town=-1&amp;numnum=$AREACODE$NUMBER" nexturl="http://www.brabys.co.za/$HIDDEN" prefix="" hidden="&lt;a\shref=&quot;([^&quot;]*)&quot;(?:[^&gt;]*&gt;){6}\s$AREACODE-$NUMBER">
461                         <entry>
462                                 <name>font-size:\ssmaller;"(?:[^;]*;){3}([^&lt;]*)&lt;</name>
463                                 <street>Physical\sAddress(?:[^&gt;]*?&gt;){5}([^&lt;]*)&lt;</street>
464                                 <city>Physical\sAddress(?:[^&gt;]*?&gt;){6}([^&lt;]*(?:&lt;br&gt;[^&lt;]*))&lt;|Physical\sAddress(?:[^&gt;]*?&gt;){6}([^&lt;]*)&lt;</city>
465                                 <zipcode>()</zipcode>
466                         </entry>
467                 </website>
468         </country>
469         <country code="+268">
470                 <website name="brabys.co.za" url="http://www.brabys.co.za/search-Results.asp?region=-1&amp;town=-1&amp;numnum=$AREACODE$NUMBER" nexturl="http://www.brabys.co.za/$HIDDEN" prefix="" hidden="&lt;a\shref=&quot;([^&quot;]*)&quot;(?:[^&gt;]*&gt;){6}\s$AREACODE-$NUMBER">
471                         <entry>
472                                 <name>font-size:\ssmaller;"(?:[^;]*;){3}([^&lt;]*)&lt;</name>
473                                 <street>Physical\sAddress(?:[^&gt;]*?&gt;){5}([^&lt;]*)&lt;</street>
474                                 <city>Physical\sAddress(?:[^&gt;]*?&gt;){6}([^&lt;]*(?:&lt;br&gt;[^&lt;]*))&lt;|Physical\sAddress(?:[^&gt;]*?&gt;){6}([^&lt;]*)&lt;</city>
475                                 <zipcode>()</zipcode>
476                         </entry>
477                 </website>
478         </country>
479         <country code="+269">
480                 <website name="infobel.com" url="http://infobel.com/en/france/Inverse.aspx?qPhone=0269$NUMBER&amp;qSelLang3=&amp;SubmitREV=Search&amp;inphCoordType=EPSG" prefix="">
481                         <entry>
482                                 <name>div\sclass=.result-head.&gt;&lt;h3&gt;1\.\s*([^&lt;]*)&lt;</name>
483                                 <street>div\sclass=.result-box-col.&gt;&lt;div&gt;&lt;strong&gt;([^,]*),</street>
484                                 <city>div\sclass=.result-box-col.&gt;&lt;div&gt;&lt;strong&gt;[^,]*,[^\d]*\d{5}\s*([^&lt;]*)&lt;</city>
485                                 <zipcode>div\sclass=.result-box-col.&gt;&lt;div&gt;&lt;strong&gt;[^,]*,[^\d]*(\d{5})</zipcode>
486                         </entry>
487                 </website>
488                 <website name="comorestelecom.km" url="http://www.comorestelecom.km/annu_inverse.php?passage=1&amp;phone=$NUMBER&amp;Submit=Rechercher" prefix="">
489                         <entry>
490                                 <name>Votre\srequ&amp;ecirc;te[^\d]*$NUMBER(?:[^&gt;]*&gt;){3}([^&lt;]*)&lt;</name>
491                                 <street>Votre\srequ&amp;ecirc;te[^\d]*$NUMBER(?:[^&gt;]*&gt;){9}([^&amp;]*&amp;[^&amp;]*)</street>
492                                 <city>Votre\srequ&amp;ecirc;te[^\d]*$NUMBER(?:[^&gt;]*&gt;){9}(?:[^&amp;]*&amp;nbsp;){2}([^&lt;]*)&lt;</city>
493                                 <zipcode>()</zipcode>
494                         </entry>
495                 </website>
496         </country>
497         <country code="+27">
498                 <website name="brabys.co.za" url="http://www.brabys.co.za/search-Results.asp?region=-1&amp;town=-1&amp;numnum=$NUMBER" nexturl="http://www.brabys.co.za/$HIDDEN" prefix="" hidden="&lt;a\shref=&quot;([^&quot;]*)&quot;(?:[^&gt;]*&gt;){6}\s\(0$AREACODE\)">
499                         <entry>
500                                 <name>font-size:\ssmaller;"(?:[^;]*;){3}([^&lt;]*)&lt;</name>
501                                 <street>Physical\sAddress(?:[^&gt;]*?&gt;){5}([^&lt;]*)&lt;</street>
502                                 <city>Physical\sAddress(?:[^&gt;]*?&gt;){6}([^&lt;]*&lt;br&gt;[^&lt;]*)&lt;</city>
503                                 <zipcode>Physical\sAddress(?:[^&gt;]*?&gt;){8}\s?([^&lt;]*)&lt;</zipcode>
504                         </entry>
505                 </website>
506         </country>
507         <country code="+297">
508                 <website name="arubian.net" url="http://arubian.net/cgi-bin/data.cgi" prefix="" post="pass=ok&amp;user=phonebook&amp;searchtype=any&amp;field=&amp;searchtext=$PART1-$PART2&amp;find=GO">
509                         <entry>
510                                 <name>Address(?:[^&gt;]*?&gt;){3}&quot;([^&quot;]*)&quot;&lt;</name>
511                                 <street>Address(?:[^&gt;]*?&gt;){5}&quot;([^&quot;]*)&quot;&lt;</street>
512                                 <city>()</city>
513                                 <zipcode>()</zipcode>
514                         </entry>
515                 </website>
516         </country>
517         <country code="+298">
518                 <website name="nummar.fo" url="http://www.nummar.fo/urslit.php?leita=vidka&amp;nummar=$NUMBER" prefix="">
519                         <entry>
520                                 <name>AutoNumber1(?:[^&gt;]*&gt;){10}([^,^&lt;]*),</name>
521                                 <street>AutoNumber1(?:[^&gt;]*&gt;){10}(?:[^,^&lt;]*),([^,^&lt;]*),[^&lt;]*&lt;</street>
522                                 <city>AutoNumber1(?:[^&gt;]*&gt;){10}(?:[^,^&lt;]*,[^,^&lt;]*,)([^&lt;]*)&lt;|AutoNumber1(?:[^&gt;]*&gt;){10}(?:[^,^&lt;]*,)([^&lt;]*)&lt;</city>
523                                 <zipcode>()</zipcode>
524                         </entry>
525                 </website>
526         </country>
527         <country code="+30">
528                 <website name="whitepages.gr" url="http://www.whitepages.gr/en/results.aspx" prefix="" post="x_tel=$NUMBER">
529                         <entry>
530                                 <name>&lt;td\sclass=&quot;text-black&quot;\sheight=&quot;46&quot;\svalign=&quot;top&quot;\salign=&quot;left&quot;\s?&gt;&lt;b&gt;([^&lt;]*)&lt;</name>
531                                 <street>reslist_ctl01_straddr[^&gt;]*&gt;([^&lt;]*)&lt;</street>
532                                 <city>reslist_ctl01_district[^&gt;]*&gt;([^&lt;]*)&lt;</city>
533                                 <zipcode>reslist_ctl01_postal[^&gt;]*&gt;([^&lt;]*)&lt;</zipcode>
534                         </entry>
535                 </website>
536         </country>
537         <country code="+31">
538                 <website name="www.nummerzoeker.com" url="http://www.nummerzoeker.com/?phone=$NUMBER&amp;maxrows=10&amp;page=0&amp;export=excel" prefix="0">
539                         <entry>
540                                 <name>^[^,]*,([^,]*,[^,]*),[^,]*,[^,]*,[^,]*$</name>
541                                 <street>^[^,]*,[^,]*,[^,]*,([^,]*),[^,]*,[^,]*$</street>
542                                 <city>^[^,]*,[^,]*,[^,]*,[^,]*,[^,]*,([^,]*)$</city>
543                                 <zipcode>^[^,]*,[^,]*,[^,]*,[^,]*,([^,]*),[^,]*$</zipcode>
544                         </entry>
545                 </website>
546                 <website name="www.gebeld.nl" url="http://www.gebeld.nl/content.asp?zapp=zapp&amp;land=Nederland&amp;zoek=numm&amp;searchfield1=fullnumber&amp;searchfield2=&amp;queryfield1=$NUMBER" prefix="0">
547                         <entry>
548                                 <name>&lt;td&gt;&lt;font size=&quot;2&quot; face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt;([^&lt;]*)&lt;/font&gt;&lt;/td&gt;</name>
549                                 <street>&lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;([^&lt;]+)&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;\s+&lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;[^&lt;]+&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;\s+&lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;[^&lt;]+&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;</street>
550                                 <city>&lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;[^&lt;]+&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;\s+&lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;[^&amp;]*&amp;nbsp;([^&lt;]+)&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;\s+&lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;[^&lt;]+&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;</city>
551                                 <zipcode>&lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;([^&lt;]+)&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;\s+&lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;([^&amp;]*)&amp;nbsp;[^&lt;]+&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;\s+&lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;[^&lt;]+&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;</zipcode>
552                         </entry>
553                 </website>
554         </country>
555         <country code="+32">
556                 <website name="gebeld.nl" url="http://www.gebeld.nl/content.asp?zapp=zapp&amp;land=Belgie&amp;zoek=numm&amp;searchfield1=fullnumber&amp;searchfield2=&amp;queryfield1=$NUMBER" prefix="0">
557                         <entry>
558                                 <name>/font(?:[^&gt;]*?&gt;){4}([^&lt;]*?)&lt;</name>
559                                 <street>/font(?:[^&gt;]*?&gt;){12}([^&lt;]*?)&lt;</street>
560                                 <city>/font(?:[^&gt;]*?&gt;){19}([^&amp;]*?)&amp;nbsp;</city>
561                                 <zipcode>/font(?:[^&gt;]*?&gt;){19}[^&amp;]*?&amp;nbsp;([^&lt;]*?)&lt;</zipcode>
562                         </entry>
563                 </website>
564         </country>
565         <country code="+33">
566                 <website name="www.annuaireinverse.com" url="http://88.175.61.166/G118012/home.asp?RN=$NUMBER&amp;CO=RN&amp;FR=118012&amp;sm=rep" prefix="0">;
567                         <entry>
568                                 <name>&lt;TD HEIGHT=&quot;15&quot; BGCOLOR=&quot;#ABEEFB&quot;  &gt;&lt;FONT CLASS=&quot;ctexte&quot;&gt;&amp;nbsp;([^&lt;]*)</name>
569                                 <street>&lt;TD HEIGHT=&quot;35&quot; VALIGN=&quot;TOP&quot;&gt;&lt;FONT CLASS=&quot;copytexte&quot;&gt;([^&lt;]*)&lt;br /&gt;[^&lt;]*</street>
570                                 <city>&lt;TD HEIGHT=&quot;35&quot; VALIGN=&quot;TOP&quot;&gt;&lt;FONT CLASS=&quot;copytexte&quot;&gt;[^&lt;]*&lt;br /&gt;\d* ([^&lt;]*)</city>
571                                 <zipcode>&lt;TD HEIGHT=&quot;35&quot; VALIGN=&quot;TOP&quot;&gt;&lt;FONT CLASS=&quot;copytexte&quot;&gt;[^&lt;]*&lt;br /&gt;(\d*) [^&lt;]*</zipcode>
572                         </entry>
573                 </website>
574                 <website name="www.annuaireinverse.com" url="http://www.annuaireinverse.com/G118012/home.asp?RN=$NUMBER&amp;CO=RN&amp;FR=118012&amp;sm=rep" prefix="0">;
575                         <entry>
576                                 <name>&lt;TD HEIGHT=&quot;15&quot; BGCOLOR=&quot;#ABEEFB&quot;  &gt;&lt;FONT CLASS=&quot;ctexte&quot;&gt;&amp;nbsp;([^&lt;]*)</name>
577                                 <street>&lt;TD HEIGHT=&quot;35&quot; VALIGN=&quot;TOP&quot;&gt;&lt;FONT CLASS=&quot;copytexte&quot;&gt;([^&lt;]*)&lt;br /&gt;[^&lt;]*</street>
578                                 <city>&lt;TD HEIGHT=&quot;35&quot; VALIGN=&quot;TOP&quot;&gt;&lt;FONT CLASS=&quot;copytexte&quot;&gt;[^&lt;]*&lt;br /&gt;\d* ([^&lt;]*)</city>
579                                 <zipcode>&lt;TD HEIGHT=&quot;35&quot; VALIGN=&quot;TOP&quot;&gt;&lt;FONT CLASS=&quot;copytexte&quot;&gt;[^&lt;]*&lt;br /&gt;(\d*) [^&lt;]*</zipcode>
580                         </entry>
581                 </website>
582         </country>
583         <country code="+350">
584                 <website name="gibyellow.gi" url="http://www.gibyellow.gi/number_results.asp?Number=$NUMBER" prefix="">
585                         <entry>
586                                 <name>&lt;strong&gt;([^&lt;]*?)&lt;/strong&gt;(?:[^&gt;]*?&gt;){7}$NUMBER&lt;</name>
587                                 <street>&lt;td class=&quot;name&quot;&gt;$NUMBER&lt;/td&gt;(?:[^v]+(?!a).){2}[^&gt;]*?&gt;([^&lt;]*?)&lt;</street>
588                                 <city>()</city>
589                                 <zipcode>()</zipcode>
590                         </entry>
591                 </website>
592         </country>
593         <country code="+351">
594                 <website name="pai.pt" url="http://www.pai.pt/search/$NUMBER.html" prefix="">
595                         <entry>
596                                 <name>bppost.&gt;([^&lt;]*?)&lt;</name>
597                                 <street>addrBlock\saddressTab\sact(?:[^&gt;]*?&gt;){2}\s*([^&lt;]*?)&lt;</street>
598                                 <city>addrBlock\saddressTab\sact(?:[^&gt;]*?&gt;){4}[^\s]*?\s([^&lt;]*?)&lt;</city>
599                                 <zipcode>addrBlock\saddressTab\sact(?:[^&gt;]*?&gt;){4}([^\s]*?)\s</zipcode>
600                         </entry>
601                 </website>
602         </country>
603         <country code="+352">
604                 <website name="editustel.lu" url="http://www.editustel.lu/luxweb/neosearchAT.do?input=$NUMBER" prefix="">
605                         <entry>
606                                 <name>raisSoc[^&gt;]*&gt;([^&lt;]*?)&lt;</name>
607                                 <street>raisSoc(?:[^&gt;]*?&gt;){5}([^&lt;]*?)&lt;</street>
608                                 <city>raisSoc(?:[^&gt;]*?&gt;){6}L-\d{4}&amp;nbsp;([^&lt;^\(]*)</city>
609                                 <zipcode>raisSoc(?:[^&gt;]*?&gt;){6}L-(\d{4})&amp;nbsp;</zipcode>
610                         </entry>
611                 </website>
612                 <website name="infobel.com" url="http://infobel.com/en/luxembourg/Inverse.aspx?qPhone=$NUMBER&amp;qSelLang3=&amp;SubmitREV=Search&amp;inphCoordType=EPSG" prefix="">
613                         <entry>
614                                 <name>ResNoPack2.&gt;&lt;tr&gt;&lt;td&gt;&lt;h3&gt;1\.\s*([^&lt;]*)&lt;</name>
615                                 <street>InfoItemNoPack[^&gt;]*&gt;([^,]*),</street>
616                                 <city>InfoItemNoPack[^&gt;]*&gt;[^,]*,[^\d]*\d{4}\s*([^&lt;]*)&lt;</city>
617                                 <zipcode>InfoItemNoPack[^&gt;]*&gt;[^,]*,[^\d]*(\d{4})</zipcode>
618                         </entry>
619                 </website>
620         </country>
621         <country code="+354">
622                 <website name="simaskra.is" url="http://ja.is/gular?q=$NUMBER" prefix="">
623                         <entry>
624                                 <name>&lt;strong\sclass=&quot;name\sblack&quot;&gt;([^&lt;]*?)&lt;</name>
625                                 <street>&lt;em\sclass=&quot;home&quot;&gt;[^&gt;]*?&gt;([^&lt;]*?)&lt;</street>
626                                 <city>&lt;em\sclass=&quot;zone&quot;>[^\s]*?\s([^&lt;]*?)&lt;</city>
627                                 <zipcode>&lt;em\sclass=&quot;zone&quot;>([^\s]*?)\s[^&lt;]*?&lt;</zipcode>
628                         </entry>
629                 </website>
630         </country>
631         <country code="+355">
632                 <website name="albanianyellowpages.com" url="http://www.albanianyellowpages.com/cgi-bin/yb/advanced2.pl?address1=Doesn%27t+Matter&amp;address2=Doesn%27t+Matter&amp;companyemailaddress=Doesn%27t+Matter&amp;dateadd=Doesn%27t+Matter&amp;datemod=Doesn%27t+Matter&amp;emailaddr=Doesn%27t+Matter&amp;homepage=Doesn%27t+Matter&amp;host=Doesn%27t+Matter&amp;id=Doesn%27t+Matter&amp;ip=Doesn%27t+Matter&amp;category=&amp;name=&amp;establish=&amp;city=&amp;state=&amp;zipcode=&amp;country=Doesn%27t+Matter&amp;phone=355+$AREACODE+$NUMBER&amp;fax=&amp;I1.x=0&amp;I1.y=0" prefix="" hidden="http://www.albanianyellowpages.com/cgi-bin/yb/org.pl\?id=([^&amp;]*)&amp;" nexturl="http://www.albanianyellowpages.com/cgi-bin/yb/org.pl?id=$HIDDEN&amp;formlist=advanced2&amp;formid=$HIDDEN&amp;begin=1&amp;end=1">
633                         <entry>
634                                 <name>file\.gif(?:[^&gt;]*&gt;){9}([^&lt;]*?)&lt;</name>
635                                 <street>Address:(?:[^&gt;]*&gt;){6}([^&lt;]*?)&lt;</street>
636                                 <city>City:(?:[^&gt;]*&gt;){6}([^&lt;]*?)&lt;</city>
637                                 <zipcode>Zip\s*Code:(?:[^&gt;]*&gt;){6}([^&lt;]*?)&lt;</zipcode>
638                         </entry>
639                 </website>
640         </country>
641         <country code="+356">
642                 <website name="maltacom.com" url="http://www.maltacom.com/edirnew/modules/edir_checkquery.asp?g_telephone=$NUMBER" prefix="">
643                         <entry>
644                                 <name>(?:&lt;td class=ln&gt;&lt;font class=fcbd&gt;)([^&lt;]*?)&lt;</name>
645                                 <street>PhoneNo(?:[^&gt;]*&gt;){30}([^&lt;]*)&lt;</street>
646                                 <city>PhoneNo(?:[^&gt;]*&gt;){34}([^&lt;]*)&lt;</city>
647                                 <zipcode>()</zipcode>
648                         </entry>
649                 </website>
650         </country>
651         <country code="+358">
652                 <website name="yritystele.fi" url="http://www.yritystele.fi/query?what=adv&amp;form=adv&amp;phone=$NUMBER" prefix="0">
653                         <entry>
654                                 <name>toggleIPText(?:[^&gt;]*?&gt;){2}([^&lt;]*?)&lt;</name>
655                                 <street>toggleIPText(?:[^&gt;]*?&gt;){4}\s*?\|\s*?([^,]*?),</street>
656                                 <city>toggleIPText(?:[^&gt;]*?&gt;){4}(?:[^,]*?,){1,2}\s*\d{5}\s([^&lt;]*?)&lt;</city>
657                                 <zipcode>toggleIPText(?:[^&gt;]*?&gt;){4}(?:[^,]*?,){1,2}\s*(\d{5})\s[^&lt;]*?&lt;</zipcode>
658                         </entry>
659                 </website>
660         </country>
661         <country code="+36">
662                 <website name="tudakozo.t-com.hu" url="http://www.tudakozo.t-com.hu/main?rand=6037541983298298990&amp;session_name=&amp;session_isFonetic=&amp;session_searchType=2&amp;session_custType=0&amp;session_location=&amp;session_zipcode=&amp;session_street=&amp;session_houseNo=&amp;session_areaCode=$AREACODE&amp;session_phoneNumber=$NUMBER&amp;session_queryType=2&amp;func0=firstQuery%28session_queryType%2Csession_custType%2Csession_searchType%2Csession_name%2Csession_location%2Csession_street%2Csession_zipcode%2Csession_houseNo%2Csession_isFonetic%2Csession_areaCode%2Csession_phoneNumber%29&amp;xsl=result&amp;xml=result&amp;func_newsess=&amp;OnError=xml%3Dmain%26xsl%3Dmain" prefix="">
663                         <entry>
664                                 <name>onclick=&quot;getDatasheet[^&gt;]*?&gt;\(?([^&lt;^\(]*?)\(?&lt;</name>
665                                 <street>KiFindMet(?:[^&gt;]*?&gt;){3}:\s(?:[^,]*?,)(?:&amp;nbsp;)?([^&lt;]*?)&lt;</street>
666                                 <city>KiFindMet(?:[^&gt;]*?&gt;){3}:\s([^\d]*?)\d\d\d\d,</city>
667                                 <zipcode>KiFindMet(?:[^&gt;]*?&gt;){3}:\s(?:[^\d]*?)(\d\d\d\d),</zipcode>
668                         </entry>
669                 </website>
670         </country>
671         <country code="+370">
672                 <website name="imones.lt" url="http://www.imones.lt/en/?submit=yes&amp;search=full&amp;page=full&amp;action=search&amp;qphone=$AREACODE$NUMBER" prefix="">
673                         <entry>
674                                 <name>rowname(?:[^&gt;]*&gt;){2}([^&lt;]*)&lt;</name>
675                                 <street>rowadr&quot;&gt;\d{5}[^,]*,\s([^&lt;]*)&lt;|rowadr&quot;&gt;([^,]*),</street>
676                                 <city>rowadr&quot;&gt;\d{5}([^,]*),|rowadr&quot;&gt;[^,]*?,\s\d{5}\s([^&lt;]*)&lt;</city>
677                                 <zipcode>rowadr&quot;&gt;(\d{5})|rowadr&quot;&gt;[^,]*,\s(\d{5})\s[^&lt;]*&lt;</zipcode>
678                         </entry>
679                 </website>
680         </country>
681         <country code="+371">
682                 <website name="zl.lv" url="http://www.zl.lv/portal/detail-search.php?comp=&amp;phone=$NUMBER&amp;meklet_detail=Suchen" prefix="">
683                         <entry>
684                                 <name>tooltip[^&gt;]*?&gt;([^&lt;]*?)&lt;</name>
685                                 <street>tooltip(?:[^&gt;]*?&gt;){4}([^,]*?),</street>
686                                 <city>tooltip(?:[^&gt;]*?&gt;){4}[^,]*?,([^,]*?),</city>
687                                 <zipcode>tooltip(?:[^&gt;]*?&gt;){4}(?:[^,]*?,){2}([^&lt;]*?)&lt;</zipcode>
688                         </entry>
689                 </website>
690         </country>
691         <country code="+372">
692                 <website name="telemedia.ee" url="http://www.telemedia.ee/telemedia.php?lang=et&amp;tab=num&amp;list=on&amp;po=&amp;kw=$NUMBER&amp;pohi=on" prefix="">
693                         <entry>
694                                 <name>favorlink3.&gt;([^&lt;]*?)&lt;</name>
695                                 <street>favorlink3.(?:[^&gt;]*?&gt;){10}(?:&amp;nbsp;)?(([^\s\d]+\s)+\d+?)</street>
696                                 <city>favorlink3.(?:[^&gt;]*?&gt;){10}(?: )?(?:[^\s\d]+\s)+\d+\s(([^\s]+\s)+)\d{5}</city>
697                                 <zipcode>favorlink3.(?:[^&gt;]*?&gt;){10}.+(\d{5})&lt;</zipcode>
698                         </entry>
699                 </website>
700         </country>
701         <country code="+375">
702                 <website name="b2b.by" url="http://www.b2b.by/en/advanced.php?region=0&amp;tel=$NUMBER" prefix="">
703                         <entry>
704                                 <name>a\shref=.infopage\.php[^&gt;]*&gt;([^&lt;]*)&lt;(?:[^&gt;]*&gt;){5}0$AREACODE</name>
705                                 <street>a\shref=.infopage\.php(?:[^&gt;]*?&gt;){4}(.+)\s[^&amp;]*&amp;....;\s\d{6}&lt;(?:[^&gt;]*&gt;){2}0$AREACODE</street>
706                                 <city>a\shref=.infopage\.php(?:[^&gt;]*?&gt;){4}.+\s([^&amp;]*)&amp;....;\s\d{6}&lt;(?:[^&gt;]*&gt;){2}0$AREACODE</city>
707                                 <zipcode>a\shref=.infopage\.php(?:[^&gt;]*?&gt;){4}.+(\d{6})&lt;(?:[^&gt;]*&gt;){2}0$AREACODE</zipcode>
708                         </entry>
709                 </website>
710         </country>
711         <country code="+378">
712                 <website name="paginebianche.it" url="http://www.paginebianche.it/execute.cgi?btt=1&amp;tl=2&amp;tr=106&amp;tc=&amp;cb=&amp;qs=0549+$NUMBER" prefix="">
713                         <entry>
714                                 <name>class=&quot;dati&quot;&gt;[^&gt;]*?&gt;([^&lt;]*)&lt;</name>
715                                 <street>class=&quot;dati&quot;&gt;(?:[^&gt;]*?&gt;){3}\d{5}&amp;nbsp;[^&amp;]*?[^-]*?-([^&lt;]*?)&lt;</street>
716                                 <city>class=&quot;dati&quot;&gt;(?:[^&gt;]*?&gt;){3}\d{5}&amp;nbsp;([^&amp;]*)[^-]*-[^&lt;]*&lt;</city>
717                                 <zipcode>class=&quot;dati&quot;&gt;(?:[^&gt;]*?&gt;){3}(\d{5})&amp;</zipcode>
718                         </entry>
719                 </website>
720         </country>
721         <country code="+380">
722                 <website name="business-ua.com" url="http://business-ua.com/advsearch.phtml?aphone=$NUMBER&amp;adv_sr=10" prefix="">
723                         <entry>
724                                 <name>&lt;p\sclass=pt1>&lt;b&gt;([^&lt;]*)&lt;/b&gt;[^\(]*\(0$AREACODE\)\s$NUMBER&lt;/p&gt;</name>
725                                 <street>&lt;p class=small&gt;\d*,\s[^,]*,([^&lt;]*)&lt;/p&gt;&lt;/td&gt;&lt;td colspan=5\swidth=90\salign=left\svalign=center&gt;&lt;p\sclass=small&gt;\(0$AREACODE\)\s$NUMBER&lt;/p&gt;</street>
726                                 <city>&lt;p class=small&gt;\d*,\s([^,]*),[^&lt;]*&lt;/p&gt;&lt;/td&gt;&lt;td colspan=5\swidth=90\salign=left\svalign=center&gt;&lt;p\sclass=small&gt;\(0$AREACODE\)\s$NUMBER&lt;/p&gt;</city>
727                                 <zipcode>&lt;p class=small&gt;(\d*),[^&lt;]*&lt;/p&gt;&lt;/td&gt;&lt;td colspan=5\swidth=90\salign=left\svalign=center&gt;&lt;p\sclass=small&gt;\(0$AREACODE\)\s$NUMBER&lt;/p&gt;</zipcode>
728                         </entry>
729                 </website>
730         </country>
731         <country code="+381">
732                 <website name="telekom.yu" url="http://www.telekom.yu/WhitePages/SearchPage.asp" prefix="" nexturl="http://www.telekom.yu/WhitePages/ResultPage.asp" post="Telefon=3444169&amp;Ulica=&amp;MG=011&amp;Ime=&amp;Broj=&amp;Mesto=&amp;Prezime=&amp;submit.x=38&amp;submit.y=12" hidden="(wrzlgrmpf)" cookie="\[([^;]*);">
733                         <entry>
734                                 <name>&lt;p\sclass=pt1>&lt;b&gt;([^&lt;]*)&lt;/b&gt;[^\(]*\(0$AREACODE\)\s$NUMBER&lt;/p&gt;</name>
735                                 <street>&lt;p class=small&gt;\d*,\s[^,]*,([^&lt;]*)&lt;/p&gt;&lt;/td&gt;&lt;td colspan=5\swidth=90\salign=left\svalign=center&gt;&lt;p\sclass=small&gt;\(0$AREACODE\)\s$NUMBER&lt;/p&gt;</street>
736                                 <city>&lt;p class=small&gt;\d*,\s([^,]*),[^&lt;]*&lt;/p&gt;&lt;/td&gt;&lt;td colspan=5\swidth=90\salign=left\svalign=center&gt;&lt;p\sclass=small&gt;\(0$AREACODE\)\s$NUMBER&lt;/p&gt;</city>
737                                 <zipcode>&lt;p class=small&gt;(\d*),[^&lt;]*&lt;/p&gt;&lt;/td&gt;&lt;td colspan=5\swidth=90\salign=left\svalign=center&gt;&lt;p\sclass=small&gt;\(0$AREACODE\)\s$NUMBER&lt;/p&gt;</zipcode>
738                         </entry>
739                 </website>
740         </country>
741         <country code="+385">
742                 <website name="tportal.hr" url="http://www.tportal.hr/imenik/bijele.aspx?u=$NUMBER" prefix="0" hidden="@__VIEWSTATE&quot;\svalue=&quot;([^&quot;]*)&quot;" post="__VIEWSTATE=$HIDDEN&amp;tUpit=$NUMBER&amp;dizbor=0&amp;dzup=0&amp;tMjesto=&amp;tUlica=&amp;imbSearch.x=38&amp;imbSearch.y=14">
743                         <entry>
744                                 <name>images/det.gif(?:[^&gt;]*&gt;){4}([^&lt;]*)&lt;</name>
745                                 <street>prozor.focus\(\)&quot;(?:[^&gt;]*&gt;){3}([^&lt;]*)&lt;</street>
746                                 <city>prozor.focus\(\)&quot;&gt;([^&lt;]*)&lt;</city>
747                                 <zipcode>()</zipcode>
748                         </entry>
749                 </website>
750         </country>
751         <country code="+386">
752                 <website name="rumenestrani.com" url="http://www.rumenestrani.com/Php3/show.php3?koren=checkbox&amp;naziv2=&amp;priimek2=&amp;x=0&amp;y=0&amp;telefonska2=$NUMBER&amp;regija2=All+regions&amp;obcina2=All+municipalities&amp;naselje2=&amp;ulica2=&amp;hisna2=&amp;posta2=&amp;eposta2=&amp;internet2=&amp;davcna2=&amp;dejavnost2=&amp;storitve2=&amp;omrezna%5B1%5D=61&amp;omrezna%5B7%5D=64&amp;omrezna%5B2%5D=62&amp;omrezna%5B8%5D=65&amp;omrezna%5B3%5D=602&amp;omrezna%5B9%5D=66&amp;omrezna%5B4%5D=69&amp;omrezna%5B10%5D=67&amp;omrezna%5B5%5D=63&amp;omrezna%5B11%5D=68&amp;omrezna%5B6%5D=601&amp;omrezna%5B12%5D=608&amp;iskanje=napredno" prefix="">
753                         <entry>
754                                 <name>href=/Php3/show.php3.un_id[^&gt;]*?&gt;([^&lt;]*)&lt;</name>
755                                 <street>href=/Php3/show.php3.un_id(?:[^&gt;]*?&gt;){5}([^&lt;]*)&lt;</street>
756                                 <city>href=/Php3/show.php3.un_id(?:[^&gt;]*?&gt;){6}\d*.([^&lt;]*)&lt;</city>
757                                 <zipcode>href=/Php3/show.php3.un_id(?:[^&gt;]*?&gt;){6}(\d*)\s</zipcode>
758                         </entry>
759                 </website>
760         </country>
761         <country code="+387">
762                 <website name="bhtelecom.ba" url="http://www.bhtelecom.ba/telefon_imenik.html" prefix="" hidden="id=&quot;_uqid&quot;\svalue=&quot;([^&quot;]*)&quot;$id=&quot;_cdt&quot;\svalue=&quot;([^&quot;]*)&quot;$" post="di=033&amp;br=215277&amp;btnSearch=Trazi&amp;_uqid=$HIDDEN1&amp;_cdt=$HIDDEN2&amp;_hsh=%23%23%23HSH%23%23%23" nexturl="http://www.bhtelecom.ba/index.php?id=536&amp;a=search" cookie="\[([^]]*)\]">
763                         <entry>
764                                 <name>&lt;p\sclass=pt1>&lt;b&gt;([^&lt;]*)&lt;/b&gt;[^\(]*\($AREACODE\)\s$NUMBER&lt;/p&gt;</name>
765                                 <street>&lt;p class=small&gt;\d*,\s[^,]*,([^&lt;]*)&lt;/p&gt;&lt;/td&gt;&lt;td colspan=5\swidth=90\salign=left\svalign=center&gt;&lt;p\sclass=small&gt;\($AREACODE\)\s$NUMBER&lt;/p&gt;</street>
766                                 <city>&lt;p class=small&gt;\d*,\s([^,]*),[^&lt;]*&lt;/p&gt;&lt;/td&gt;&lt;td colspan=5\swidth=90\salign=left\svalign=center&gt;&lt;p\sclass=small&gt;\($AREACODE\)\s$NUMBER&lt;/p&gt;</city>
767                                 <zipcode>&lt;p class=small&gt;(\d*),[^&lt;]*&lt;/p&gt;&lt;/td&gt;&lt;td colspan=5\swidth=90\salign=left\svalign=center&gt;&lt;p\sclass=small&gt;\($AREACODE\)\s$NUMBER&lt;/p&gt;</zipcode>
768                         </entry>
769                 </website>
770         </country>
771         <country code="+39">
772                 <website name="paginebianche.it" url="http://www.paginebianche.it/execute.cgi?btt=1&amp;ts=106&amp;cb=8&amp;mr=10&amp;rk=&amp;om=&amp;qs=$NUMBER" prefix="0">
773                         <entry>
774                                 <name>class="org"&gt;([^&lt;]*)</name>
775                                 <street>class="street-address">([^&lt;]*)</street>
776                                 <city>class="locality">([^&lt;]*)</city>
777                                 <zipcode>class="postal-code">([^&lt;]*)</zipcode>
778                         </entry>
779                         <entry>
780                                 <name>&lt;a [^&gt;]*&gt;&lt;img [^&gt;]*&gt;&lt;/a&gt;&lt;a [^&gt;]*&gt;([^&lt;]*)</name>
781                                 <street>&lt;font [^&gt;]*&gt;[0-9]*&amp;nbsp;[^&amp;]*[^-]*-([^&lt;]*)&lt;</street>
782                                 <city>&lt;font [^&gt;]*&gt;[0-9]*&amp;nbsp;([^&amp;]*)[^-]*-[^&lt;]*&lt;</city>
783                                 <zipcode>&lt;font [^&gt;]*&gt;([0-9]*)&amp;nbsp;[^&amp;]*[^-]*-[^&lt;]*&lt;</zipcode>
784                         </entry>
785                         <entry>
786                                 <name>&lt;td class=&quot;dati&quot;&gt;&lt;span [^&gt;]*&gt;([^&lt;]*)&lt;/span&gt;&lt;br&gt;[0-9]*&amp;nbsp;[^&amp;]*[^-]*-[^&lt;]*&lt;</name>
787                                 <street>&lt;td class=&quot;dati&quot;&gt;&lt;span [^&gt;]*&gt;[^&lt;]*&lt;/span&gt;&lt;br&gt;[0-9]*&amp;nbsp;[^&amp;]*[^-]*-([^&lt;]*)&lt;</street>
788                                 <city>&lt;td class=&quot;dati&quot;&gt;&lt;span [^&gt;]*&gt;[^&lt;]*&lt;/span>&lt;br&gt;[0-9]*&amp;nbsp;([^&amp;]*)[^-]*-[^&lt;]*&lt;</city>
789                                 <zipcode>&lt;td class=&quot;dati&quot;&gt;&lt;span [^&gt;]*&gt;[^&lt;]*&lt;/span&gt;&lt;br&gt;([0-9]*)&amp;nbsp;[^&amp;]*[^-]*-[^&lt;]*&lt;</zipcode>
790                         </entry>
791                 </website>
792                 <website name="infobel.com" url="http://www.infobel.com/it/Italy/Inverse.aspx?qPhone=$NUMBER" prefix="0">
793                         <entry>
794                                 <name>&lt;div class="result-item"&gt;&lt;h[1-9]&gt;1. (?:&lt;a href=&quot;[^&quot;]*&quot;&gt;)?([^&lt;]*)(?:&lt;/a&gt;)?&lt;!--[^&lt;]*&lt;/h[1-9]&gt;</name>
795                                 <street>&lt;div class=&quot;result-box-col&quot;&gt;&lt;div&gt;&lt;strong&gt;([^,]*),.[0-9]+\s*[^&lt;]*&lt;/strong&gt;&lt;/div&gt;</street>
796                                 <city>&lt;div class=&quot;result-box-col&quot;&gt;&lt;div&gt;&lt;strong&gt;[^,]*,.[0-9]+\s*([^&lt;]*)&lt;/strong&gt;&lt;/div&gt;</city>
797                                 <zipcode>&lt;div class=&quot;result-box-col&quot;&gt;&lt;div&gt;&lt;strong&gt;[^,]*,.([0-9]+)\s*[^&lt;]*&lt;/strong&gt;&lt;/div&gt;</zipcode>
798                         </entry>
799                 </website>
800         </country>
801         <country code="+41">
802                 <website name ="tel.local.ch" url="http://tel.local.ch/de/q/?ext=1&amp;phone=$NUMBER" prefix="0">
803                         <entry>
804                                 <name>&lt;h[1-9](?:&gt;&lt;a)?\sclass=&quot;fn&quot;[^&gt;]*&gt;([^&lt;]*)&lt;</name>
805                                 <street>&lt;span class=&quot;street-address&quot;&gt;([^&lt;]*)&lt;/span&gt;</street>
806                                 <city>&lt;span class=&quot;locality&quot;&gt;([^&lt;]*)&lt;/span&gt;</city>
807                                 <zipcode>&lt;span class=&quot;postal-code&quot;>([^&lt;]*)&lt;/span&gt;</zipcode>
808                         </entry>
809                 </website>              
810                 <website name="tel.search.ch" url="http://tel.search.ch/result.html?tel=$NUMBER" prefix="0">
811                         <entry>
812                                 <name>&lt;div class=&quot;rname&quot;&gt;&lt;h[1-9]*&gt;&lt;a[^&gt;]*&gt;([^&lt;]*)&lt;/a&gt;</name>
813                                 <street>&lt;div class=&quot;raddr&quot;&gt;([^,]*),\s*&lt;span class=&quot;tel_addrpart&quot;&gt;\s*[0-9]*[^&lt;]*&lt;/span&gt;&lt;/div&gt;</street>
814                                 <city>&lt;div class=&quot;raddr&quot;&gt;[^,]*,\s*&lt;span class=&quot;tel_addrpart&quot;&gt;\s*[0-9]*([^&lt;/]*)(?:/[^&lt;]*)?&lt;/span&gt;&lt;/div&gt;</city>
815                                 <zipcode>&lt;div class=&quot;raddr&quot;&gt;[^,]*,\s*&lt;span class=&quot;tel_addrpart&quot;&gt;\s*([0-9]*)[^&lt;]*&lt;/span&gt;&lt;/div&gt;</zipcode>
816                         </entry>
817                 </website>
818         </country>
819         <country code="+423">
820                 <website name="tel.search.ch" url="http://tel.search.ch/result.html?tel=00423$NUMBER" prefix="">
821                         <entry>
822                                 <name>&lt;div class=&quot;rname&quot;&gt;&lt;h[1-9]&gt;&lt;a[^&gt;]*&gt;([^&lt;]*)&lt;/a&gt;</name>
823                                 <street>&lt;div class=&quot;raddr&quot;&gt;([^&lt;,]*),\s*[0-9]*[^&lt;]*&lt;/div&gt;</street>
824                                 <city>&lt;div class=&quot;raddr&quot;&gt;[^&lt;,]*,\s*[0-9]*([^&lt;^/]*)(?:/FL)?&lt;/div&gt;</city>
825                                 <zipcode>&lt;div class=&quot;raddr&quot;&gt;[^&lt;,]*,\s*([0-9]*)[^&lt;]*&lt;/div&gt;</zipcode>
826                         </entry>
827                 </website>
828         </country>
829         <country code="+43">
830                 <website name="herold.at (Privat)" url="http://www.herold.at/servlet/at.herold.sp.servlet.SPWPSearchServlet?searchmask=2&amp;phone=$NUMBER" prefix="0">
831                         <entry>
832                                 <name>&lt;h[1-9]&gt;&lt;a href=&quot;[^&quot;]*&quot;(?:\s*class=&quot;bold&quot;)?&gt;([^&lt;]*)&lt;/a&gt;&lt;/h[1-9]&gt;</name>
833                                 <street>&lt;div class=&quot;addrF&quot;&gt;&lt;p(?:\sclass=&quot;bold&quot;)?&gt;\s*(?:[^&lt;]+&lt;br/&gt;)?[^,]*,\s*([^&lt;]*)&lt;br /&gt;&lt;/p&gt;</street>
834                                 <city>&lt;div class=&quot;addrF&quot;&gt;&lt;p(?:\sclass=&quot;bold&quot;)?&gt;\s*(?:[^&lt;]+&lt;br/&gt;)?\d+ ([^,]*),\s*[^&lt;]*&lt;br /&gt;&lt;/p&gt;</city>
835                                 <zipcode>&lt;div class=&quot;addrF&quot;&gt;&lt;p(?:\sclass=&quot;bold&quot;)?&gt;\s*(?:[^&lt;]+&lt;br/&gt;)?(\d+) [^,]*,\s*[^&lt;]*&lt;br /&gt;&lt;/p&gt;</zipcode>
836                         </entry>
837                 </website>
838                 <website name="herold.at (Firma)" url="http://www.herold.at/servlet/at.herold.sp.servlet.SPYPSearchServlet?searchmask=2&amp;phone=$NUMBER" prefix="0">
839                         <entry>
840                                 <name>&lt;h[1-9]&gt;&lt;a href=&quot;[^&quot;]*&quot;\s*class=&quot;bold&quot;&gt;([^&lt;]*)&lt;/a&gt;&lt;/h[1-9]&gt;</name>
841                                 <street>&lt;div class=&quot;addrF&quot;&gt;&lt;p class=&quot;bold&quot;&gt;\s*[^,]*,\s*([^&lt;]*)&lt;br/&gt;&lt;/p&gt;</street>
842                                 <city>&lt;div class=&quot;addrF&quot;&gt;&lt;p class=&quot;bold&quot;&gt;\s*[^\s]*([^,]*),\s[^&lt;]*&lt;br/&gt;&lt;/p&gt;</city>
843                                 <zipcode>&lt;div class=&quot;addrF&quot;&gt;&lt;p class=&quot;bold&quot;&gt;\s*([^\s]*)\s[^,]*,\s*[^&lt;]*&lt;br/&gt;&lt;/p&gt;</zipcode>
844                         </entry>
845                 </website>
846                 <website name="tb-online.at" url="http://www.tb-online.at/index.php?pc=in&amp;telnummer=$NUMBER&amp;aktion=suchein" prefix="0">
847                         <entry>
848                                 <!-- 
849                                 zipcode hidden as image...
850                                 -->
851                                 <name>&lt;p\s*class=&quot;name&quot;&gt;\s*([^&lt;]*)&lt;/p&gt;</name>
852                                 <street>&lt;p&gt;([^&lt;]*)&lt;/p&gt;\s*&lt;p&gt;&lt;img class=&quot;img&quot; src=&quot;grafikpng.php?[^&gt;]*&gt;&amp;nbsp;[^&lt;]*&lt;/p&gt;</street>
853                                 <city>&lt;p&gt;[^&lt;]*&lt;/p&gt;\s*&lt;p&gt;&lt;img class=&quot;img&quot; src=&quot;grafikpng.php?[^&gt;]*&gt;&amp;nbsp;([^&lt;]*)&lt;/p&gt;</city>
854                                 <zipcode>()</zipcode>
855                         </entry>
856                 </website>                              
857         </country>      
858         <country code="+45">
859                 <website name="degulesider.dk" url="http://www.degulesider.dk/vbw/super/resultat.do?twoFieldName=$NUMBER&amp;twoFieldAddr=&amp;Image52.x=0&amp;Image52.y=0" prefix="0">
860                         <entry>
861                                 <name>&lt;!--\sCompany Name\s--&gt;[^&gt;]*&gt;\s*([^&lt;]*)&lt;</name>
862                                 <street>&lt;!--\sCompany Address\s--&gt;\s*([^&lt;]*)&lt;</street>
863                                 <city>&lt;!--\sCompany Address\s--&gt;[^&gt;]*&gt;\s*?\d\d\d\d\s?([^&lt;]*)&lt;</city>
864                                 <zipcode>&lt;!--\sCompany Address\s--&gt;[^&gt;]*&gt;\s*?(\d\d\d\d)[^&lt;]*&lt;</zipcode>
865                         </entry>
866                 </website>
867         </country>
868         <country code="+46">
869                 <website name="privatpersoner.eniro.se" url="http://privatpersoner.eniro.se/query?what=wp&amp;search_word=$NUMBER&amp;geo_area=" prefix="0">
870                         <entry>
871                                 <name>fn expand(?:(?:.*owner-of-cell)|[^&gt;]*&gt;)[^&gt;]*&gt;([^&lt;]*)&lt;</name>
872                                 <street>street-address&quot;?&gt;([^&lt;]*)&lt;</street>
873                                 <city>locality&quot;?&gt;([^&lt;]*)&lt;</city>
874                                 <zipcode>postal-code&quot;?&gt;([^&lt;]*)&lt;</zipcode>
875                         </entry>
876                 </website>
877         </country>
878         <country code="+47">
879                 <website name="gulesider.no" url="http://www.gulesider.no/gs/categoryList.c?q=$NUMBER" prefix="0">
880                         <entry>
881                                 <name>RESULT.ITEM.START(?:[^&gt;]*&gt;)+([^&lt;]*?)&lt;/h2&gt;</name>
882                                 <street>title=.Kart.&gt;([^,]*?),</street>
883                                 <city>title=.Kart.&gt;(?:[^,]*?,)+\s*?\d{4}\s([^&lt;]*?)&lt;</city>
884                                 <zipcode>title=.Kart.&gt;(?:[^,]*?,)+\s*?(\d{4})\s[^&lt;]*?&lt;</zipcode>
885                         </entry>
886                 </website>
887         </country>
888         <country code="+48">
889                 <website name="teleadreson.pl" url="http://www.teleadreson.pl/" prefix="" post="searchtext=&amp;english=yes&amp;database=TADRES%2FADDR.&amp;menuitem=searchname&amp;obrotrange_min=0&amp;obrotrange_max=1000000000&amp;rokrange_min=0&amp;rokrange_max=9999&amp;liczbarange_min=0&amp;liczbarange_max=1000000000&amp;listreportstat=report&amp;listlimit=20&amp;vindexfirst=0&amp;recordnumberlast=1&amp;vindex=0&amp;recordnumber=1&amp;currenthtmlpage=HomePage&amp;flagset=&amp;database=TADRES%2FADDR.&amp;listlimit=20&amp;flagset=&amp;searchtext=%28$AREACODE%29$NUMBER&amp;searchsubmit=Search&amp;nacetext=&amp;sictext=&amp;pnatext=&amp;obrotrange_min=0&amp;obrotrange_max=1000000000&amp;rokrange_min=0&amp;rokrange_max=9999&amp;liczbarange_min=0&amp;liczbarange_max=1000000000&amp;listreportstat=report">
890                         <entry>
891                                 <name>Company\sname(?:[^&gt;]*&gt;){3}([^&lt;]*?)&lt;</name>
892                                 <street>Address(?:[^&gt;]*&gt;){3}([^&lt;]*?)&lt;</street>
893                                 <city>City(?:[^&gt;]*&gt;){3}([^&lt;]*?)&lt;</city>
894                                 <zipcode>Zip\scode(?:[^&gt;]*&gt;){3}([^&lt;]*?)&lt;</zipcode>
895                         </entry>
896                 </website>
897         </country>
898         <country code="+49">
899                 <website name="www.dasoertliche.de" url="http://dasoertliche.de/Controller?form_name=search_inv&amp;ph=$NUMBER" prefix="0">
900                 <entry>
901                         <name>class=&quot;entry&quot;\s*(?:onmouseover=&quot;&quot;)?\s*&gt;([^&lt;]*)&lt;/a&gt;</name>
902                         <street>^\s*([^,&gt;]+),&amp;nbsp;\d{5}&amp;nbsp;[^&lt;]*&lt;br/&gt;</street>
903                         <city>^[^,]*,&amp;nbsp;\d{5}&amp;nbsp;([^&lt;]*)&lt;br/&gt;</city>
904                         <zipcode>^[^,]*,&amp;nbsp;(\d{5})&amp;nbsp;[^&lt;]*&lt;br/&gt;</zipcode>
905                 </entry>
906                 </website>
907                 <website name="www.dastelefonbuch.de" url="http://www.dastelefonbuch.de/?sourceid=Mozilla-search&amp;cmd=search&amp;kw=$NUMBER" prefix="0">
908                         <entry>
909                                 <name>&lt;td\sclass=&quot;col1&quot;&gt;(?:&lt;b&gt;)?&lt;a href=[^&gt;]*&gt;([^&lt;]*)&lt;</name>
910                                 <street>&lt;td\sclass=&quot;col2&quot;&gt;([^&lt;]*)&lt;</street>
911                                 <city>&lt;td class=&quot;col3&quot;&gt;\d{5}&amp;nbsp;([^&lt;]*)&lt;</city>
912                                 <zipcode>&lt;td class=&quot;col3&quot;&gt;(\d{5})</zipcode>
913                         </entry>
914                 </website>
915 <!-- this appears not to be working correctly. Klicktel tries to "guess" numbers by stripping the last digits
916                 <website name="www.klicktel.de" url="http://www.klicktel.de/inverssuche/backwardssearch.html?newSearch=1&amp;boxtype=backwards&amp;vollstaendig=$NUMBER" prefix="0">
917                 <entry>
918                         <name>class=&quot;title&quot;&gt;([^&lt;]+)&lt;/span&gt;</name>
919                         <street>class=&quot;location&quot;&gt;([^&lt;]+)&lt;br /&gt;\d{5}\s+[^&lt;]+&lt;/span&gt;</street>
920                         <city>class=&quot;location&quot;&gt;[^&lt;]+&lt;br /&gt;\d{5}\s+([^&lt;]+)&lt;/span&gt;</city>
921                         <zipcode>class=&quot;location&quot;&gt;[^&lt;]+&lt;br /&gt;(\d{5})\s+[^&lt;]+&lt;/span&gt;</zipcode>
922                 </entry>
923                 </website>
924 -->
925                 <website name="www.goyellow.de" url="http://www.goyellow.de/inverssuche/?TEL=$NUMBER" prefix="0">
926                 <entry>
927                         <name>&lt;a href=&quot;[^&quot;]*&quot; onClick=&quot;[^&quot;]*&quot; title=&quot;[^&quot;]*&quot;&gt;([^&lt;]*)&lt;/a&gt;</name>
928                                 <street>&lt;p class=&quot;address&quot;&gt;([^&lt;]*)&lt;br /&gt;[\d]*\s*[^&lt;]*&lt;/p&gt;</street>
929                         <city>&lt;p class=&quot;address&quot;&gt;[^&lt;]*&lt;br /&gt;[\d]*\s*([^&lt;]*)&lt;/p&gt;</city>
930                         <zipcode>&lt;p class=&quot;address&quot;&gt;[^&lt;]*&lt;br /&gt;([\d]*)\s*[^&lt;]*&lt;/p&gt;</zipcode>
931                 </entry>
932                 </website>
933                 <website name="www.11880.com" url="http://www.11880.com/Suche/index.cfm?fuseaction=Suche.rueckwaertssucheresult&amp;init=true&amp;tel=$NUMBER" prefix="0">
934                 <entry>
935                         <name>&lt;a style=&quot;text-decoration: underline;&quot; href=&quot;[^&quot;]*?&quot; onclick=&quot;[^&quot;]*?&quot; class=&quot;popup&quot;[^&gt;]*?&gt;([^&lt;]*?)&lt;/a&gt;</name>
936                         <street>^\t*?([^,\t]*?), [\d]{5} [^&lt;]*?&lt;br /&gt;</street>
937                         <city>^\t*?[^,\t]*?, [\d]{5} ([^&lt;]*?)&lt;br /&gt;</city>
938                         <zipcode>^\t*?[^,\t]*?, ([\d]{5}) [^&lt;]*?&lt;br /&gt;</zipcode>
939                 </entry>
940                 </website>
941         </country>
942         <country code="+501">
943                 <website name="belizeweb.com" url="http://www.belizeweb.com:8080/directory/index-new.jsp" cookie="(JSESSIONID=[^;]*);" nexturl="http://www.belizeweb.com:8080/directory/index-new.jsp?dirlist=$PART1-$PART2&amp;imageField.x=0&amp;imageField.y=0&amp;maxrecords=5" post="" hidden="(wrzlgrmpf)" prefix="">
944                         <entry>
945                                 <name>Phone\sNumber(?:[^&gt;]*?&gt;){6}([^&lt;]*)&lt;</name>
946                                 <street>()</street>
947                                 <city>()</city>
948                                 <zipcode>()</zipcode>
949                         </entry>
950                 </website>
951         </country>
952         <country code="+502">
953                 <website name="paginasamarillas.com" url="http://www.paginasamarillas.com/pagamanet/web/companyCategory.aspx?ipa=3&amp;npa=Guatemala&amp;ies=*&amp;idi=2&amp;txb=$NUMBER" prefix="">
954                         <entry>
955                                 <name>&lt;span\sclass=.txtTitleBlack.&gt;([^&lt;]*)&lt;</name>
956                                 <street>&lt;span\sclass=.txtTitleBlack.&gt;(?:[^&gt;]*&gt;){3}([^&lt;]*)&lt;</street>
957                                 <city>&lt;span\sclass=.txtTitleBlack.&gt;(?:[^&gt;]*&gt;){5}Guatemala\s-\s([^&lt;]*)&lt;</city>
958                                 <zipcode>()</zipcode>
959                         </entry>
960                 </website>
961         </country>
962         <country code="+503">
963                 <website name="paginasamarillas.com" url="http://www.paginasamarillas.com/pagamanet/web/companyCategory.aspx?ipa=2&amp;npa=El+Salvador&amp;ies=*&amp;idi=2&amp;txb=$NUMBER" prefix="">
964                         <entry>
965                                 <name>&lt;span\sclass=.txtTitleBlack.&gt;([^&lt;]*)&lt;</name>
966                                 <street>&lt;span\sclass=.txtTitleBlack.&gt;(?:[^&gt;]*&gt;){3}([^&lt;]*)&lt;</street>
967                                 <city>&lt;span\sclass=.txtTitleBlack.&gt;(?:[^&gt;]*&gt;){5}El Salvador\s-\s([^&lt;]*)&lt;</city>
968                                 <zipcode>()</zipcode>
969                         </entry>
970                 </website>
971         </country>
972         <country code="+504">
973                 <website name="paginasamarillas.com" url="http://www.paginasamarillas.com/pagamanet/web/companyCategory.aspx?ipa=7&amp;npa=Honduras&amp;ies=*&amp;idi=2&amp;txb=$NUMBER" prefix="">
974                         <entry>
975                                 <name>&lt;span\sclass=.txtTitleBlack.&gt;([^&lt;]*)&lt;</name>
976                                 <street>&lt;span\sclass=.txtTitleBlack.&gt;(?:[^&gt;]*&gt;){3}([^&lt;]*)&lt;</street>
977                                 <city>&lt;span\sclass=.txtTitleBlack.&gt;(?:[^&gt;]*&gt;){5}Honduras\s-\s([^&lt;]*)&lt;</city>
978                                 <zipcode>()</zipcode>
979                         </entry>
980                 </website>
981         </country>
982         <country code="+505">
983                 <website name="paginasamarillas.com" url="http://www.paginasamarillas.com/pagamanet/web/companyCategory.aspx?ipa=5&amp;npa=Nicaragua&amp;ies=*&amp;idi=2&amp;txb=$NUMBER" prefix="">
984                         <entry>
985                                 <name>&lt;span\sclass=.txtTitleBlack.&gt;([^&lt;]*)&lt;</name>
986                                 <street>&lt;span\sclass=.txtTitleBlack.&gt;(?:[^&gt;]*&gt;){3}([^&lt;]*)&lt;</street>
987                                 <city>&lt;span\sclass=.txtTitleBlack.&gt;(?:[^&gt;]*&gt;){5}Nicaragua\s-\s([^&lt;]*)&lt;</city>
988                                 <zipcode>()</zipcode>
989                         </entry>
990                 </website>
991         </country>
992         <country code="+506">
993                 <website name="paginasamarillas.com" url="http://www.paginasamarillas.com/pagamanet/web/companyCategory.aspx?ipa=8&amp;npa=Costa+Rica&amp;ies=*&amp;idi=2&amp;txb=$NUMBER" prefix="">
994                         <entry>
995                                 <name>&lt;span\sclass=.txtTitleBlack.&gt;([^&lt;]*)&lt;</name>
996                                 <street>&lt;span\sclass=.txtTitleBlack.&gt;(?:[^&gt;]*&gt;){3}([^&lt;]*)&lt;</street>
997                                 <city>&lt;span\sclass=.txtTitleBlack.&gt;(?:[^&gt;]*&gt;){5}Costa Rica\s-\s([^&lt;]*)&lt;</city>
998                                 <zipcode>()</zipcode>
999                         </entry>
1000                 </website>
1001         </country>
1002         <country code="+507">
1003                 <website name="paginasamarillas.com" url="http://www.paginasamarillas.com/pagamanet/web/companyCategory.aspx?ipa=4&amp;npa=Panam%e1&amp;ies=*&amp;idi=2&amp;txb=$NUMBER" prefix="">
1004                         <entry>
1005                                 <name>&lt;span\sclass=.txtTitleBlack.&gt;([^&lt;]*)&lt;</name>
1006                                 <street>&lt;span\sclass=.txtTitleBlack.&gt;(?:[^&gt;]*&gt;){3}([^&lt;]*)&lt;</street>
1007                                 <city>&lt;span\sclass=.txtTitleBlack.&gt;(?:[^&gt;]*&gt;){5}Panam%e1\s-\s([^&lt;]*)&lt;</city>
1008                                 <zipcode>()</zipcode>
1009                         </entry>
1010                 </website>
1011         </country>
1012         <country code="+508">
1013                 <website name="cheznoo.net" url="http://www.cheznoo.net/portaildata/annuaire/resultats.php" prefix="" post="nom=&amp;num=$NUMBER&amp;Recherche.x=27&amp;Recherche.y=11&amp;search_info=r1">
1014                         <entry>
1015                                 <name>pour\s&lt;b&gt;(?:[^&gt;]*&gt;){12}(?:&amp;nbsp;)?([^&lt;]*)&lt;</name>
1016                                 <street>pour\s&lt;b&gt;(?:[^&gt;]*&gt;){22}(?:&amp;nbsp;)?([^&lt;^:]*)::</street>
1017                                 <city>pour\s&lt;b&gt;(?:[^&gt;]*&gt;){22}[^&lt;^:]*::([^&lt;]*)&lt;</city>
1018                                 <zipcode>()</zipcode>
1019                         </entry>
1020                 </website>
1021         </country>
1022         <country code="+51">
1023                 <website name="paginasblancas.com.pe" url="http://paginasblancas.com.pe/resultados.asp?t=$NUMBER&amp;d=$CODE" prefix="">
1024                         <entry>
1025                                 <name>Table12(?:[^&gt;]*?&gt;){6}([^&lt;]*)&lt;</name>
1026                                 <street>cel05[^&gt;]*?&gt;([^&lt;]*)&lt;</street>
1027                                 <city>cel05(?:[^&gt;]*?&gt;){2}([^&lt;]*)&lt;</city>
1028                                 <zipcode>()</zipcode>
1029                         </entry>
1030                 </website>
1031         </country>
1032         <country code="+52">
1033                 <website name="paginasamarillas.com" url="http://www.paginasamarillas.com/pagamanet/web/companyCategory.aspx?ipa=9&amp;npa=M%e9xico&amp;ies=*&amp;idi=2&amp;txb=$NUMBER" prefix="">
1034                         <entry>
1035                                 <name>&lt;span\sclass=.txtTitleBlack.&gt;([^&lt;]*)&lt;</name>
1036                                 <street>&lt;span\sclass=.txtTitleBlack.&gt;(?:[^&gt;]*&gt;){3}([^&lt;]*)&lt;</street>
1037                                 <city>&lt;span\sclass=.txtTitleBlack.&gt;(?:[^&gt;]*&gt;){5}M%e9xico\s-\s([^&lt;]*)&lt;</city>
1038                                 <zipcode>()</zipcode>
1039                         </entry>
1040                 </website>
1041         </country>
1042         <country code="+54">
1043                 <website name="paginasdoradas.com" url="http://www.paginasdoradas.com/BuscarTelefonica.action?apellido=&amp;provinciasId=0&amp;localidad.descripcion=&amp;telefono.area=0$AREACODE&amp;telefono.prefijo=$PART1&amp;telefono.sufijo=$PART2" prefix="">
1044                         <entry>
1045                                 <name>titu1[^&gt;]*&gt;([^&lt;]*)&lt;</name>
1046                                 <street>textgris[^&gt;]*&gt;&lt;strong&gt;([^&lt;]*)&lt;</street>
1047                                 <city>textgris[^&gt;]*&gt;&lt;strong&gt;[^&gt;]*&gt;\s-\s([^-]*)-</city>
1048                                 <zipcode>()</zipcode>
1049                         </entry>
1050                 </website>
1051         </country>
1052         <country code="+55">
1053                 <website name="listaonline.com.br" url="http://www.listaonline.com.br/pagamanet/web/companyCategory.aspx?ipa=16&amp;npa=Brasil&amp;ies=$CODE&amp;idi=3&amp;sp=$NUMBER" prefix="">
1054                         <entry>
1055                                 <name>&lt;span\sclass=.txtTitleBlack.&gt;([^&lt;]*)&lt;</name>
1056                                 <street>&lt;span\sclass=.txtTitleBlack.&gt;(?:[^&gt;]*&gt;){3}([^&lt;]*)&lt;</street>
1057                                 <city>&lt;span\sclass=.txtTitleBlack.&gt;(?:[^&gt;]*&gt;){5}([^&lt;]*)&lt;</city>
1058                                 <zipcode>()</zipcode>
1059                         </entry>
1060                 </website>
1061         </country>
1062         <country code="+56">
1063                 <website name="chilnet.cl" url="http://www.chilnet.cl/SE/results.asp?keywords=$NUMBER&amp;wordstype=ALL&amp;notkeyword=&amp;optcategory=companies&amp;optSearchBy=phonphone&amp;Countrychk=1&amp;optArea=ALL&amp;chkCompBranchs=branchs" prefix="" hidden="&lt;a\shref=&quot;/rc/company/results_company_mbr\.asp\?meco_code=([^&quot;]*)&quot;&gt;" nexturl="http://www.chilnet.cl/rc/company/results_company_mbr.asp?meco_code=$HIDDEN">
1064                         <entry>
1065                                 <name>tradename&quot;&gt;([^&lt;]*)&lt;</name>
1066                                 <street>taxid(?:[^&gt;]*&gt;){4}([^&lt;]*)&lt;</street>
1067                                 <city>taxid(?:[^&gt;]*&gt;){8}([^&lt;]*)&lt;</city>
1068                                 <zipcode>()</zipcode>
1069                         </entry>
1070                 </website>
1071         </country>
1072         <country code="+58">
1073                 <website name="paginasamarillas.com" url="http://www.paginasamarillas.com/pagamanet/web/companyCategory.aspx?ipa=15&amp;npa=Venezuela&amp;ies=*&amp;idi=2&amp;txb=$NUMBER" prefix="">
1074                         <entry>
1075                                 <name>&lt;span\sclass=.txtTitleBlack.&gt;([^&lt;]*)&lt;</name>
1076                                 <street>&lt;span\sclass=.txtTitleBlack.&gt;(?:[^&gt;]*&gt;){3}([^&lt;]*)&lt;</street>
1077                                 <city>&lt;span\sclass=.txtTitleBlack.&gt;(?:[^&gt;]*&gt;){5}Venezuela\s-\s([^&lt;]*)&lt;</city>
1078                                 <zipcode>()</zipcode>
1079                         </entry>
1080                 </website>
1081         </country>
1082         <country code="+590">
1083                 <website name="infobel.com" url="http://infobel.com/en/france/Inverse.aspx?qPhone=0590$NUMBER&amp;qSelLang3=&amp;SubmitREV=Search&amp;inphCoordType=EPSG" prefix="">
1084                         <entry>
1085                                 <name>div\sclass=.result-head.&gt;&lt;h3&gt;1\.\s*([^&lt;]*)&lt;</name>
1086                                 <street>div\sclass=.result-box-col.&gt;&lt;div&gt;&lt;strong&gt;([^,]*),</street>
1087                                 <city>div\sclass=.result-box-col.&gt;&lt;div&gt;&lt;strong&gt;[^,]*,[^\d]*\d{5}\s*([^&lt;]*)&lt;</city>
1088                                 <zipcode>div\sclass=.result-box-col.&gt;&lt;div&gt;&lt;strong&gt;[^,]*,[^\d]*(\d{5})</zipcode>
1089                         </entry>
1090                 </website>
1091         </country>
1092         <country code="+591">
1093                 <website name="paginasamarillas.com" url="http://www.paginasamarillas.com/pagamanet/web/companyCategory.aspx?ipa=22&amp;npa=Bolivia&amp;ies=$CODE&amp;idi=2&amp;txb=$NUMBER" prefix="">
1094                         <entry>
1095                                 <name>&lt;span\sclass=.txtTitleBlack.&gt;([^&lt;]*)&lt;</name>
1096                                 <street>&lt;span\sclass=.txtTitleBlack.&gt;(?:[^&gt;]*&gt;){3}([^&lt;]*)&lt;</street>
1097                                 <city>&lt;span\sclass=.txtTitleBlack.&gt;(?:[^&gt;]*&gt;){5}Costa Rica\s-\s([^&lt;]*)&lt;</city>
1098                                 <zipcode>()</zipcode>
1099                         </entry>
1100                 </website>
1101         </country>
1102         <country code="+593">
1103                 <website name="paginasamarillas.com" url="http://www.paginasamarillas.com/pagamanet/web/companyCategory.aspx?ipa=6&amp;npa=Ecuador&amp;ies=*&amp;idi=2&amp;txb=$NUMBER" prefix="">
1104                         <entry>
1105                                 <name>&lt;span\sclass=.txtTitleBlack.&gt;([^&lt;]*)&lt;</name>
1106                                 <street>&lt;span\sclass=.txtTitleBlack.&gt;(?:[^&gt;]*&gt;){3}([^&lt;]*)&lt;</street>
1107                                 <city>&lt;span\sclass=.txtTitleBlack.&gt;(?:[^&gt;]*&gt;){5}Ecuador\s-\s([^&lt;]*)&lt;</city>
1108                                 <zipcode>()</zipcode>
1109                         </entry>
1110                 </website>
1111         </country>
1112         <country code="+594">
1113                 <website name="infobel.com" url="http://infobel.com/en/france/Inverse.aspx?qPhone=0594$NUMBER&amp;qSelLang3=&amp;SubmitREV=Search&amp;inphCoordType=EPSG" prefix="">
1114                         <entry>
1115                                 <name>div\sclass=.result-head.&gt;&lt;h3&gt;1\.\s*([^&lt;]*)&lt;</name>
1116                                 <street>div\sclass=.result-box-col.&gt;&lt;div&gt;&lt;strong&gt;([^,]*),</street>
1117                                 <city>div\sclass=.result-box-col.&gt;&lt;div&gt;&lt;strong&gt;[^,]*,[^\d]*\d{5}\s*([^&lt;]*)&lt;</city>
1118                                 <zipcode>div\sclass=.result-box-col.&gt;&lt;div&gt;&lt;strong&gt;[^,]*,[^\d]*(\d{5})</zipcode>
1119                         </entry>
1120                 </website>
1121         </country>
1122         <country code="+595">
1123                 <website name="guiaslatinas.com.py" url="http://www.guiaslatinas.com.py/apag.php?mod=2&amp;ciu=0&amp;tel=$NUMBER" prefix="">
1124                         <entry>
1125                                 <name>&lt;span\sclass=resul&gt;([^&lt;]*)&lt;(?:[^&gt;]*?&gt;){10}[^\(]*\(0$AREACODE\)</name>
1126                                 <street>&lt;b&gt;Direcci%f3n\s?:&lt;/b&gt;&lt;br&gt;([^&lt;]*)&lt;br&gt;[^\(]*\(0$AREACODE\)</street>
1127                                 <city>&lt;b&gt;Direcci%f3n\s?:&lt;/b&gt;&lt;br&gt;[^&lt;]*&lt;br&gt;([^\(]*)\(0$AREACODE\)</city>
1128                                 <zipcode>()</zipcode>
1129                         </entry>
1130                 </website>
1131         </country>
1132         <country code="+596">
1133                 <website name="infobel.com" url="http://infobel.com/en/france/Inverse.aspx?qPhone=0596$NUMBER&amp;qSelLang3=&amp;SubmitREV=Search&amp;inphCoordType=EPSG" prefix="">
1134                         <entry>
1135                                 <name>div\sclass=.result-head.&gt;&lt;h3&gt;1\.\s*([^&lt;]*)&lt;</name>
1136                                 <street>div\sclass=.result-box-col.&gt;&lt;div&gt;&lt;strong&gt;([^,]*),</street>
1137                                 <city>div\sclass=.result-box-col.&gt;&lt;div&gt;&lt;strong&gt;[^,]*,[^\d]*\d{5}\s*([^&lt;]*)&lt;</city>
1138                                 <zipcode>div\sclass=.result-box-col.&gt;&lt;div&gt;&lt;strong&gt;[^,]*,[^\d]*(\d{5})</zipcode>
1139                         </entry>
1140                 </website>
1141         </country>
1142         <country code="+63">
1143                 <website name="pinoysearch.com" url="http://www.pinoysearch.com/index.php?view=r&amp;telno=$NUMBER&amp;Submit=Search" prefix="" nexturl="http://www.pinoysearch.com/$HIDDEN" hidden="sresult&quot;&gt;&lt;a\shref=&quot;([^&quot;]*)&quot;">
1144                         <entry>
1145                                 <name>class=&quot;sresult2&quot;&gt;(?:&lt;br/&gt;)?&lt;b&gt;([^&lt;]*(?:&lt;/b&gt;[^&lt;]*)?)&lt;</name>
1146                                 <street>Address\s:&lt;/td&gt;&lt;td&gt;([^&lt;]*)&lt;</street>
1147                                 <city>Town/City\s:&lt;/td&gt;&lt;td&gt;([^&lt;]*)&lt;</city>
1148                                 <zipcode>ZIP\sCode\s:&lt;/td&gt;&lt;td&gt;([^&lt;]*)&lt;</zipcode>
1149                         </entry>
1150                 </website>
1151         </country>
1152         <country code="+65">
1153                 <website name="yellowpages.com.sg" url="http://www.yellowpages.com.sg/newiyp/wp/newwpsearch2008.do?searchCriteria=Company+Name+%2F+Residential&amp;phoneCriteria=$NUMBER&amp;locTerm=00&amp;stype=7&amp;applicationInd=wp&amp;searchType=4&amp;accessType=1&amp;productType=EIB&amp;searchTab=phoneTab&amp;areaCode=00" prefix="">
1154                         <entry>
1155                                 <name>advertiserName=(.*?)&amp;amp;url</name>
1156                                 <street>()</street>
1157                                 <city>()</city>
1158                                 <zipcode>()</zipcode>
1159                         </entry>
1160                 </website>
1161         </country>
1162         <country code="+678">
1163                 <website name="vatu.com" url="http://www.vatu.com/index.php?p=an&amp;t=pb&amp;request=$NUMBER" prefix="">
1164                         <entry>
1165                                 <name>&lt;b&gt;name\sand\saddress(?:[^&gt;]*?&gt;){7}([^&lt;]*)&lt;</name>
1166                                 <street>()</street>
1167                                 <city>()</city>
1168                                 <zipcode>()</zipcode>
1169                         </entry>
1170                 </website>
1171         </country>
1172         <country code="+689">
1173                 <website name="annuaireopt.pf" url="http://www.annuaireopt.pf/list_inv.jsp?nom=$NUMBER&amp;submit=Search" prefix="">
1174                         <entry>
1175                                 <name>pginvtitre(?:[^&gt;]*?&gt;){2}([^&lt;]*)&lt;</name>
1176                                 <street>pginvdesc(?:[^&gt;]*?&gt;){2}([^&lt;]*)&lt;br&gt;[^&lt;]*&lt;</street>
1177                                 <city>pginvdesc(?:[^&gt;]*?&gt;){2}[^&lt;]*&lt;br&gt;[^&lt;]*&lt;br&gt;([^&lt;]*)&lt;</city>
1178                                 <zipcode>pginvdesc(?:[^&gt;]*?&gt;){2}[^&lt;]*&lt;br&gt;([^&lt;]*)&lt;br&gt;[^&lt;]*&lt;</zipcode>
1179                         </entry>
1180                 </website>
1181         </country>
1182         <country code="+691">
1183                 <website name="telecom.fm" url="http://telecom.fm/cgi/phonebook.exe" prefix="" post="exchange=$AREACODE&amp;line=$NUMBER">
1184                         <entry>
1185                                 <name>class=&quot;ph_na&quot;&gt;([^&lt;]*)&lt;</name>
1186                                 <street>()</street>
1187                                 <city>()</city>
1188                                 <zipcode>()</zipcode>
1189                         </entry>
1190                 </website>
1191         </country>
1192         <country code="+7">
1193                 <website name="yellowpages.ru" url="http://www.yellowpages.ru/eng/nd$CODE/qu7/sq30/wophone%3A$NUMBER" hidden="&lt;a\shref\=&quot;([^&quot;]*)&quot;\sclass\=&quot;comp_header" nexturl="http://www.yellowpages.ru$HIDDEN" prefix="">
1194                         <entry>
1195                                 <name>Postal\saddress\s([^:]*):</name>
1196                                 <street>target=&quot;_blank&quot;&gt;\d{6}&lt;/a&gt;,\s*[^,]*,([^&lt;]*)&lt;</street>
1197                                 <city>target=&quot;_blank&quot;&gt;\d{6}&lt;/a&gt;,\s*([^,]*),</city>
1198                                 <zipcode>target=&quot;_blank&quot;&gt;(\d{6})&lt;</zipcode>
1199                         </entry>
1200                 </website>
1201         </country>
1202         <country code="+731">
1203                 <website name="yellow-pages.kz" url="http://www.yellow-pages.kz/kz/en/phone_search/0/1/$NUMBER" prefix="">
1204                         <entry>
1205                                 <name>&lt;/noindex&gt;&lt;div\sstyle=&quot;padding-left:10px;&quot;&gt;&lt;b&gt;([^&lt;]*?)&lt;</name>
1206                                 <street>\.\.\.&lt;/a>&lt;br&gt;&lt;br&gt;[^,]*?,\s(?:\d*?,)?([^&lt;]*?)&lt;</street>
1207                                 <city>\.\.\.&lt;/a>&lt;br&gt;&lt;br&gt;([^,]*?),</city>
1208                                 <zipcode>\.\.\.&lt;/a>&lt;br&gt;&lt;br&gt;[^,]*?,\s(\d*?),</zipcode>
1209                         </entry>
1210                 </website>
1211         </country>
1212         <country code="+81">
1213                 <website name="yellowpage-jp.com" url="http://yellowpage-jp.com/search.php?mids%5B%5D=6&amp;query=%280$AREACODE%29$PART1-$PART2&amp;andor=AND&amp;submit=Search&amp;action=results" hidden="&lt;a\shref\=.modules/mxdirectory/singlelink.php\?([^'^\&quot;]+).&gt;" nexturl="http://yellowpage-jp.com/modules/mxdirectory/singlelink.php?$HIDDEN" prefix="">
1214                         <entry>
1215                                 <name>&lt;td\sstyle=.color:#ff6633;text-align:center.&gt;[^&gt;]*&gt;([^&lt;]*?)&lt;</name>
1216                                 <street>http://yellowpage-jp.com/modules/mxdirectory/viewrating.php(?:[^&gt;]*&gt;){7}([^,]*,[^,]*),</street>
1217                                 <city>http://yellowpage-jp.com/modules/mxdirectory/viewrating.php(?:[^&gt;]*&gt;){7}(?:[^,]*,){2}([^&lt;]*)&lt;</city>
1218                                 <zipcode>&lt;b&gt;ZIP[^&gt;]*&gt;\s?([^&lt;]*)&lt;</zipcode>
1219                         </entry>
1220                 </website>
1221         </country>
1222         <country code="+84">
1223                 <website name="yp.com.vn" url="http://www.yp.com.vn/eYP_VWhitePage.asp" cookie="\[([^;]*);" nexturl="http://www.yp.com.vn/YP_EListSubPhone.asp" post="Phone=$NUMBER&amp;Province=$CODE&amp;submit=Search" hidden="(wrzlgrmpf)" prefix="">
1224                         <entry>
1225                                 <name>&lt;td\scolspan=.3.\sbgcolor=.#FFFF99.&gt;&lt;b&gt;([^&lt;]*)&lt;</name>
1226                                 <street>td\sclass=.gensmall.&gt;Address(?:[^&gt;]*&gt;){2}([^&lt;]*)&lt;</street>
1227                                 <city>()</city>
1228                                 <zipcode>()</zipcode>
1229                         </entry>
1230                 </website>
1231         </country>
1232         <country code="+853">
1233                 <website name="yellowpages.com.mo" url="http://www.yellowpages.com.mo/en/searchresult.asp?telid=$NUMBER&amp;lang=e" prefix="">
1234                         <entry>
1235                                 <name>class=.(?:nm00e|nm220e).&gt;([^&lt;]*)&lt;</name>
1236                                 <street>(?:iaddrt|icon_address)\.gif[^&gt;]*&gt;([^&lt;]*)&lt;</street>
1237                                 <city>()</city>
1238                                 <zipcode>()</zipcode>
1239                         </entry>
1240                 </website>
1241         </country>
1242         <country code="+855">
1243                 <website name="yellowpages-cambodia.com" url="http://www.yellowpages-cambodia.com/search/?q=0$AREACODE+$PART1+$PART2" prefix="">
1244                         <entry>
1245                                 <name>fn\sorg&quot;[^&gt;]*&gt;([^&lt;]*)&lt;</name>
1246                                 <street>street-address&quot;&gt;([^&lt;]*)&lt;</street>
1247                                 <city>region&quot;&gt;([^&lt;]*)&lt;</city>
1248                                 <zipcode>postal-code&quot;&gt;([^&lt;]*)&lt;</zipcode>
1249                         </entry>
1250                 </website>
1251         </country>
1252         <country code="+8621">
1253                 <website name="yellowpage.com.cn" url="http://en.yellowpage.com.cn:8080/search.php?&amp;telephone=$NUMBER&amp;search=&amp;go=START+SEARCH" nexturl="http://en.yellowpage.com.cn:8080/search.php?search=&amp;page=0&amp;telephone=$NUMBER&amp;detail=$HIDDEN" hidden="detail=([^&quot;]*)&quot;" prefix="">
1254                         <entry>
1255                                 <name>text_headline_14&quot;&gt;([^&lt;]*)&lt;</name>
1256                                 <street>/data/company/(?:[^&gt;]*&gt;){18}([^,]*(?:,[^,]*)?),\s?\d{6}\s?&lt;/td&gt;</street>
1257                                 <city>(Shanghai)</city>
1258                                 <zipcode>/data/company/(?:[^&gt;]*&gt;){18}[^,]*(?:,[^,]*)?,\s?(\d{6})\s?&lt;/td&gt;</zipcode>
1259                         </entry>
1260                 </website>
1261         </country>
1262         <country code="+90">
1263                 <website name="ttrehber.tr.gov" url="http://www.ttrehber.gov.tr/trk-wp/IDA2?REQ=20&amp;IDAERROR=&amp;QRY=bus&amp;CTRY=trk&amp;LANG=tu&amp;PAGE=complexSearch&amp;LIP=complexSearch&amp;ACTION=search&amp;STP=C&amp;ACD=$AREACODE&amp;TEL=$NUMBER&amp;sorgula=Ki%FEi+%2F+Kurum+Sorgula" prefix="0" areacode="3">
1264                         <entry>
1265                                 <name>&lt;td class=&quot;level0&quot;&gt;([^&lt;]*)&lt;/td&gt;&lt;td align=&quot;left&quot;&gt;</name>
1266                                 <street>&lt;td align=&quot;left&quot;&gt;([^,]*),[^&lt;]*&lt;/td&gt;</street>
1267                                 <city>&lt;td align=&quot;left&quot;&gt;[^,]*,(?:[^,]*,\s*[0-9]*([^,]*,[^&lt;]*)|\s*[0-9]*([^,]*,[^&lt;]*)|([^&lt;]*))&lt;/td&gt;</city>
1268                                 <zipcode>&lt;td align=&quot;left&quot;&gt;[^,]*, ([0-9]*)[^&lt;]*&lt;/td&gt;</zipcode>
1269                         </entry>
1270                 </website>
1271         </country>
1272         <country code="+9111">
1273                 <website name="phonebook.bol.net.in" url="http://phonebook.bol.net.in/indvtel1.jsp?TELEPHONE_NO=$NUMBER" prefix="">
1274                         <entry>
1275                                 <name>TelephoneNo(?:[^&gt;]*?&gt;){7}([^&lt;]*?)&lt;</name>
1276                                 <street>TelephoneNo(?:[^&gt;]*?&gt;){10}([^&lt;]*?)&lt;</street>
1277                                 <city>()</city>
1278                                 <zipcode>()</zipcode>
1279                         </entry>
1280                 </website>
1281         </country>
1282         <country code="+9133">
1283                 <website name="calcutta.bsnl.co.in" url="http://www.calcutta.bsnl.co.in/directory/telno.php?telno=$NUMBER&amp;search=Search" prefix="">
1284                         <entry>
1285                                 <name>&gt;Address&lt;(?:[^&gt;]*?&gt;){11}([^&lt;]*)&lt;</name>
1286                                 <street>&gt;Address&lt;(?:[^&gt;]*?&gt;){15}([^&lt;]*)&lt;</street>
1287                                 <city>()</city>
1288                                 <zipcode>()</zipcode>
1289                         </entry>
1290                 </website>
1291         </country>
1292         <country code="+9144">
1293                 <website name="chennai.bsnl.co.in" url="http://chennai.bsnl.co.in/newdq/telno.asp" cookie="\[([^;]*);" nexturl="http://chennai.bsnl.co.in/newdq/telno.asp" post="telno=$NUMBER&amp;B1=SEARCH" prefix="">
1294                         <entry>
1295                                 <name>&gt;Address&lt;(?:[^&gt;]*?&gt;){11}([^&lt;]*)&lt;</name>
1296                                 <street>&gt;Address&lt;(?:[^&gt;]*?&gt;){15}([^&lt;]*)&lt;</street>
1297                                 <city>()</city>
1298                                 <zipcode>()</zipcode>
1299                         </entry>
1300                 </website>
1301         </country>
1302         <country code="+92">
1303                 <website name="pakdatabase.com" url="http://www.pakdatabase.com/directory/dirrespwd.asp" post="selection=0&amp;city=$CODE&amp;searchtype=P&amp;enter=$NUMBER&amp;hidefied=1" prefix="">
1304                         <entry>
1305                                 <name>Draw\sthe\smore\sinfo(?:[^&gt;]*&gt;){10}([^\.]*)\.</name>
1306                                 <street>Draw\sthe\smore\sinfo(?:[^&gt;]*&gt;){10}(?:[^\.]*)\.([^\&lt;]*)&lt;</street>
1307                                 <city>()</city>
1308                                 <zipcode>()</zipcode>
1309                         </entry>
1310                 </website>
1311         </country>
1312         <country code="+961">
1313                 <website name="ameinfo.com" url="http://www.ameinfo.com/cgi-bin/db/search.cgi?query=$NUMBER&amp;substring=0&amp;Country=Lebanon" prefix="">
1314                         <entry>
1315                                 <name>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;([^&lt;]*)&lt;</name>
1316                                 <street>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;(?:[^&gt;]*&gt;){4}([^&lt;]*)&lt;</street>
1317                                 <city>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;(?:[^&gt;]*&gt;){5}([^&lt;]*)&lt;</city>
1318                                 <zipcode>()</zipcode>
1319                         </entry>
1320                 </website>
1321         </country>
1322         <country code="+962">
1323                 <website name="ameinfo.com" url="http://www.ameinfo.com/cgi-bin/db/search.cgi?query=$NUMBER&amp;substring=0&amp;Country=Jordan" prefix="">
1324                         <entry>
1325                                 <name>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;([^&lt;]*)&lt;</name>
1326                                 <street>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;(?:[^&gt;]*&gt;){4}([^&lt;]*)&lt;</street>
1327                                 <city>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;(?:[^&gt;]*&gt;){5}([^&lt;]*)&lt;</city>
1328                                 <zipcode>()</zipcode>
1329                         </entry>
1330                 </website>
1331         </country>
1332         <country code="+963">
1333                 <website name="ameinfo.com" url="http://www.ameinfo.com/cgi-bin/db/search.cgi?query=$NUMBER&amp;substring=0&amp;Country=Syria" prefix="">
1334                         <entry>
1335                                 <name>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;([^&lt;]*)&lt;</name>
1336                                 <street>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;(?:[^&gt;]*&gt;){4}([^&lt;]*)&lt;</street>
1337                                 <city>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;(?:[^&gt;]*&gt;){5}([^&lt;]*)&lt;</city>
1338                                 <zipcode>()</zipcode>
1339                         </entry>
1340                 </website>
1341         </country>
1342         <country code="+964">
1343                 <website name="ameinfo.com" url="http://www.ameinfo.com/cgi-bin/db/search.cgi?query=$NUMBER&amp;substring=0&amp;Country=Iraq" prefix="">
1344                         <entry>
1345                                 <name>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;([^&lt;]*)&lt;</name>
1346                                 <street>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;(?:[^&gt;]*&gt;){4}([^&lt;]*)&lt;</street>
1347                                 <city>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;(?:[^&gt;]*&gt;){5}([^&lt;]*)&lt;</city>
1348                                 <zipcode>()</zipcode>
1349                         </entry>
1350                 </website>
1351         </country>
1352         <country code="+965">
1353                 <website name="ekyp.com" url="http://www.ekyp.com/search-3.php?firmname=&amp;phone=$NUMBER&amp;category=ANY&amp;submit=Search" prefix="">
1354                         <entry>
1355                                 <name>nt\.gif(?:[^&gt;]*&gt;){5}([^&lt;]*?)&lt;</name>
1356                                 <street>()</street>
1357                                 <city>Area(?:[^&gt;]*&gt;){6}([^&lt;]*?)&lt;</city>
1358                                 <zipcode>ZIP\sCode(?:[^&gt;]*&gt;){6}([^&lt;]*?)&lt;</zipcode>
1359                         </entry>
1360                 </website>
1361         </country>
1362         <country code="+966">
1363                 <website name="ameinfo.com" url="http://www.ameinfo.com/cgi-bin/db/search.cgi?query=$NUMBER&amp;substring=0&amp;Country=Saudi%20Arabia" prefix="">
1364                         <entry>
1365                                 <name>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;([^&lt;]*)&lt;</name>
1366                                 <street>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;(?:[^&gt;]*&gt;){4}([^&lt;]*)&lt;</street>
1367                                 <city>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;(?:[^&gt;]*&gt;){5}([^&lt;]*)&lt;</city>
1368                                 <zipcode>()</zipcode>
1369                         </entry>
1370                 </website>
1371         </country>
1372         <country code="+967">
1373                 <website name="ameinfo.com" url="http://www.ameinfo.com/cgi-bin/db/search.cgi?query=$NUMBER&amp;substring=0&amp;Country=Yemen" prefix="">
1374                         <entry>
1375                                 <name>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;([^&lt;]*)&lt;</name>
1376                                 <street>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;(?:[^&gt;]*&gt;){4}([^&lt;]*)&lt;</street>
1377                                 <city>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;(?:[^&gt;]*&gt;){5}([^&lt;]*)&lt;</city>
1378                                 <zipcode>()</zipcode>
1379                         </entry>
1380                 </website>
1381         </country>
1382         <country code="+968">
1383                 <website name="ameinfo.com" url="http://www.ameinfo.com/cgi-bin/db/search.cgi?query=$NUMBER&amp;substring=0&amp;Country=Oman" prefix="">
1384                         <entry>
1385                                 <name>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;([^&lt;]*)&lt;</name>
1386                                 <street>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;(?:[^&gt;]*&gt;){4}([^&lt;]*)&lt;</street>
1387                                 <city>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;(?:[^&gt;]*&gt;){5}([^&lt;]*)&lt;</city>
1388                                 <zipcode>()</zipcode>
1389                         </entry>
1390                 </website>
1391         </country>
1392         <country code="+971">
1393                 <website name="ameinfo.com" url="http://www.ameinfo.com/cgi-bin/db/search.cgi?query=$NUMBER&amp;substring=0&amp;Country=United+Arab+Emirates" prefix="">
1394                         <entry>
1395                                 <name>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;([^&lt;]*)&lt;</name>
1396                                 <street>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;(?:[^&gt;]*&gt;){4}([^&lt;]*)&lt;</street>
1397                                 <city>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;(?:[^&gt;]*&gt;){5}([^&lt;]*)&lt;</city>
1398                                 <zipcode>()</zipcode>
1399                         </entry>
1400                 </website>
1401         </country>
1402         <country code="+972">
1403                 <website name="ameinfo.com" url="http://www.ameinfo.com/cgi-bin/db/search.cgi?query=$NUMBER&amp;substring=0&amp;Country=Palestine" prefix="">
1404                         <entry>
1405                                 <name>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;([^&lt;]*)&lt;</name>
1406                                 <street>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;(?:[^&gt;]*&gt;){4}([^&lt;]*)&lt;</street>
1407                                 <city>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;(?:[^&gt;]*&gt;){5}([^&lt;]*)&lt;</city>
1408                                 <zipcode>()</zipcode>
1409                         </entry>
1410                 </website>
1411                 <website name="441il.com" url="http://441il.com/en/looktra.php?area=0$AREACODE&amp;phone=$NUMBER" prefix="">
1412                         <entry>
1413                                 <name>&lt;TR&gt;&lt;TD&gt;([^&lt;]*)&lt;</name>
1414                                 <street>&lt;TR&gt;&lt;TD&gt;(?:[^&gt;]*&gt;){2}([^&lt;]*)&lt;</street>
1415                                 <city>()</city>
1416                                 <zipcode>()</zipcode>
1417                         </entry>
1418                 </website>
1419         </country>
1420         <country code="+973">
1421                 <website name="ameinfo.com" url="http://www.ameinfo.com/cgi-bin/db/search.cgi?query=$NUMBER&amp;substring=0&amp;Country=Bahrain" prefix="">
1422                         <entry>
1423                                 <name>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;([^&lt;]*)&lt;</name>
1424                                 <street>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;(?:[^&gt;]*&gt;){4}([^&lt;]*)&lt;</street>
1425                                 <city>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;(?:[^&gt;]*&gt;){5}([^&lt;]*)&lt;</city>
1426                                 <zipcode>()</zipcode>
1427                         </entry>
1428                 </website>
1429         </country>
1430         <country code="+974">
1431                 <website name="ameinfo.com" url="http://www.ameinfo.com/cgi-bin/db/search.cgi?query=$NUMBER&amp;substring=0&amp;Country=Qatar" prefix="">
1432                         <entry>
1433                                 <name>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;([^&lt;]*)&lt;</name>
1434                                 <street>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;(?:[^&gt;]*&gt;){4}([^&lt;]*)&lt;</street>
1435                                 <city>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;(?:[^&gt;]*&gt;){5}([^&lt;]*)&lt;</city>
1436                                 <zipcode>()</zipcode>
1437                         </entry>
1438                 </website>
1439         </country>
1440         <country code="+977">
1441                 <website name="ypofnepal.com" url="http://www.ypofnepal.com/search/?start=1&amp;q=$NUMBER" nexturl="http://www.ypofnepal.com$HIDDEN" prefix="" hidden="var\slst=[^']*'([^']*)'">
1442                         <entry>
1443                                 <name>&lt;h2\sid=.name.&gt;([^&lt;]*)&lt;</name>
1444                                 <street>street-address.&gt;([^&lt;]*)&lt;</street>
1445                                 <city>locality&quot;&gt;([^&lt;]*)&lt;</city>
1446                                 <zipcode>postal-code&quot;&gt;([^&lt;]*)&lt;</zipcode>
1447                         </entry>
1448                 </website>
1449         </country>
1450         <country code="+98">
1451                 <website name="ameinfo.com" url="http://www.ameinfo.com/cgi-bin/db/search.cgi?query=$NUMBER&amp;substring=0&amp;Country=Iran" prefix="">
1452                         <entry>
1453                                 <name>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;([^&lt;]*)&lt;</name>
1454                                 <street>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;(?:[^&gt;]*&gt;){4}([^&lt;]*)&lt;</street>
1455                                 <city>style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;(?:[^&gt;]*&gt;){5}([^&lt;]*)&lt;</city>
1456                                 <zipcode>()</zipcode>
1457                         </entry>
1458                 </website>
1459         </country>
1460         <country code="+992">
1461                 <website name="yellow-pages.kz" url="http://www.yellow-pages.kz/tj/en/phone_search/0/1/$NUMBER" prefix="">
1462                         <entry>
1463                                 <name>&lt;/noindex&gt;&lt;div\sstyle=&quot;padding-left:10px;&quot;&gt;&lt;b&gt;([^&lt;]*?)&lt;</name>
1464                                 <street>\.\.\.&lt;/a>&lt;br&gt;&lt;br&gt;[^,]*?,\s(?:\d*?,)?([^&lt;]*?)&lt;</street>
1465                                 <city>\.\.\.&lt;/a>&lt;br&gt;&lt;br&gt;([^,]*?),</city>
1466                                 <zipcode>\.\.\.&lt;/a>&lt;br&gt;&lt;br&gt;[^,]*?,\s(\d*?),</zipcode>
1467                         </entry>
1468                 </website>
1469         </country>
1470         <country code="+993">
1471                 <website name="yellow-pages.kz" url="http://www.yellow-pages.kz/tr/en/phone_search/0/1/$NUMBER" prefix="">
1472                         <entry>
1473                                 <name>&lt;/noindex&gt;&lt;div\sstyle=&quot;padding-left:10px;&quot;&gt;&lt;b&gt;([^&lt;]*?)&lt;</name>
1474                                 <street>\.\.\.&lt;/a>&lt;br&gt;&lt;br&gt;[^,]*?,\s(?:\d*?,)?([^&lt;]*?)&lt;</street>
1475                                 <city>\.\.\.&lt;/a>&lt;br&gt;&lt;br&gt;([^,]*?),</city>
1476                                 <zipcode>\.\.\.&lt;/a>&lt;br&gt;&lt;br&gt;[^,]*?,\s(\d*?),</zipcode>
1477                         </entry>
1478                 </website>
1479         </country>
1480         <country code="+994">
1481                 <website name="yellow-pages.kz" url="http://www.yellow-pages.kz/az/en/phone_search/0/1/$NUMBER" prefix="">
1482                         <entry>
1483                                 <name>&lt;/noindex&gt;&lt;div\sstyle=&quot;padding-left:10px;&quot;&gt;&lt;b&gt;([^&lt;]*?)&lt;</name>
1484                                 <street>\.\.\.&lt;/a>&lt;br&gt;&lt;br&gt;[^,]*?,\s(?:\d*?,)?([^&lt;]*?)&lt;</street>
1485                                 <city>\.\.\.&lt;/a>&lt;br&gt;&lt;br&gt;([^,]*?),</city>
1486                                 <zipcode>\.\.\.&lt;/a>&lt;br&gt;&lt;br&gt;[^,]*?,\s(\d*?),</zipcode>
1487                         </entry>
1488                 </website>
1489         </country>
1490         <country code="+995">
1491                 <website name="yellowpages.ge" url="http://www.yellowpages.ge/csearch.php?lan=2&amp;phone=$NUMBER" prefix="">
1492                         <entry>
1493                                 <name>&lt;font\sface=&quot;&quot;\ssize=2&gt;&amp;nbsp;&lt;b&gt;([^&lt;]*)&lt;</name>
1494                                 <street>i/r-e.gif(?:[^&gt;]*&gt;){8}([^&lt;]*?)&lt;</street>
1495                                 <city>()</city>
1496                                 <zipcode>()</zipcode>
1497                         </entry>
1498                 </website>
1499         </country>
1500         <country code="+996">
1501                 <website name="yellow-pages.kz" url="http://www.yellow-pages.kz/kg/en/phone_search/0/1/$NUMBER" prefix="">
1502                         <entry>
1503                                 <name>&lt;/noindex&gt;&lt;div\sstyle=&quot;padding-left:10px;&quot;&gt;&lt;b&gt;([^&lt;]*?)&lt;</name>
1504                                 <street>\.\.\.&lt;/a>&lt;br&gt;&lt;br&gt;[^,]*?,\s(?:\d*?,)?([^&lt;]*?)&lt;</street>
1505                                 <city>\.\.\.&lt;/a>&lt;br&gt;&lt;br&gt;([^,]*?),</city>
1506                                 <zipcode>\.\.\.&lt;/a>&lt;br&gt;&lt;br&gt;[^,]*?,\s(\d*?),</zipcode>
1507                         </entry>
1508                 </website>
1509         </country>
1510         <country code="+998">
1511                 <website name="yellow-pages.kz" url="http://www.yellow-pages.kz/uz/en/phone_search/0/1/$NUMBER" prefix="">
1512                         <entry>
1513                                 <name>&lt;/noindex&gt;&lt;div\sstyle=&quot;padding-left:10px;&quot;&gt;&lt;b&gt;([^&lt;]*?)&lt;</name>
1514                                 <street>\.\.\.&lt;/a>&lt;br&gt;&lt;br&gt;[^,]*?,\s(?:\d*?,)?([^&lt;]*?)&lt;</street>
1515                                 <city>\.\.\.&lt;/a>&lt;br&gt;&lt;br&gt;([^,]*?),</city>
1516                                 <zipcode>\.\.\.&lt;/a>&lt;br&gt;&lt;br&gt;[^,]*?,\s(\d*?),</zipcode>
1517                         </entry>
1518                 </website>
1519         </country>
1520 </reverselookup>
1521         
1522
1523