sniffles 0.1.5 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +3 -3
- data/Gemfile +2 -8
- data/Guardfile +1 -1
- data/README.md +12 -13
- data/lib/sniffles.rb +9 -9
- data/lib/sniffles/html.rb +3 -3
- data/lib/sniffles/sniffers/advertising/adsense.rb +8 -14
- data/lib/sniffles/sniffers/advertising/kontera.rb +6 -6
- data/lib/sniffles/sniffers/analytics/chartbeat.rb +7 -7
- data/lib/sniffles/sniffers/analytics/facebook_insights.rb +7 -7
- data/lib/sniffles/sniffers/analytics/google_analytics.rb +8 -8
- data/lib/sniffles/sniffers/analytics/kissmetrics.rb +7 -7
- data/lib/sniffles/sniffers/analytics/mixpanel.rb +7 -7
- data/lib/sniffles/sniffers/analytics/quantcast.rb +6 -6
- data/lib/sniffles/sniffers/cms/cscart.rb +6 -6
- data/lib/sniffles/sniffers/{advertising/gumgum.rb → cms/ghost.rb} +8 -8
- data/lib/sniffles/sniffers/cms/invision.rb +9 -9
- data/lib/sniffles/sniffers/cms/joomla.rb +7 -7
- data/lib/sniffles/sniffers/cms/movabletype.rb +8 -8
- data/lib/sniffles/sniffers/cms/mybb.rb +6 -6
- data/lib/sniffles/sniffers/cms/phpbb.rb +7 -7
- data/lib/sniffles/sniffers/cms/shopify.rb +7 -7
- data/lib/sniffles/sniffers/cms/tumblr.rb +7 -7
- data/lib/sniffles/sniffers/cms/vanilla.rb +8 -8
- data/lib/sniffles/sniffers/cms/vbulletin.rb +10 -10
- data/lib/sniffles/sniffers/cms/wordpress.rb +12 -12
- data/lib/sniffles/sniffers/{advertising/admeld.rb → cms/xcart.rb} +3 -2
- data/lib/sniffles/sniffers/cms/zencart.rb +6 -6
- data/lib/sniffles/sniffers/javascript/jquery.rb +6 -6
- data/lib/sniffles/text.rb +4 -4
- data/lib/sniffles/version.rb +1 -1
- data/sniffles.gemspec +2 -2
- data/spec/cassettes/beenverified_com.yml +644 -784
- data/spec/cassettes/blackhatworld_com.yml +2298 -3292
- data/spec/cassettes/blog_mixpanel_com.yml +1351 -0
- data/spec/cassettes/community_invisionpower_com.yml +836 -2771
- data/spec/cassettes/cxxvi_com.yml +311 -0
- data/spec/cassettes/demo-store_prestashop_com.yml +897 -813
- data/spec/cassettes/demo_cs-cart_com.yml +2996 -1146
- data/spec/cassettes/demo_oscommerce_com.yml +136 -408
- data/spec/cassettes/digital-photography-school_com.yml +656 -0
- data/spec/cassettes/downlopedia_com.yml +1262 -1321
- data/spec/cassettes/drupal.yml +1540 -1507
- data/spec/cassettes/exprodirect_com.yml +1888 -0
- data/spec/cassettes/facebook_insights.yml +544 -474
- data/spec/cassettes/flatpress_org_home_blog.yml +287 -317
- data/spec/cassettes/foursquare_com.yml +1901 -348
- data/spec/cassettes/geomagik_com.yml +475 -0
- data/spec/cassettes/ghost_org.yml +207 -0
- data/spec/cassettes/google_blogspot_com.yml +574 -1059
- data/spec/cassettes/guistyles_com.yml +705 -1292
- data/spec/cassettes/installatron_com.yml +286 -0
- data/spec/cassettes/invisionmodding_com.yml +1124 -2442
- data/spec/cassettes/joomla.yml +280 -0
- data/spec/cassettes/kissmetrics_com.yml +165 -0
- data/spec/cassettes/lancelhoff_com.yml +637 -0
- data/spec/cassettes/magento.yml +459 -459
- data/spec/cassettes/metafilter_com.yml +1449 -1230
- data/spec/cassettes/movabletype_com_blog.yml +175 -1221
- data/spec/cassettes/ocbfashionjewelry_com.yml +588 -0
- data/spec/cassettes/pandoramoa_com.yml +290 -608
- data/spec/cassettes/pearsonified_com.yml +433 -435
- data/spec/cassettes/phpbb_com.yml +438 -416
- data/spec/cassettes/sitefinity_com.yml +443 -418
- data/spec/cassettes/sixflags_com.yml +560 -1014
- data/spec/cassettes/soulemama_typepad_com.yml +2378 -2581
- data/spec/cassettes/stackoverflow_com.yml +4762 -0
- data/spec/cassettes/staff_tumblr_com.yml +1956 -1658
- data/spec/cassettes/topix_com.yml +1748 -1417
- data/spec/cassettes/wellmedicated_com.yml +801 -0
- data/spec/cassettes/wordpress_com.yml +238 -863
- data/spec/cassettes/xenforo_com.yml +1143 -1933
- data/spec/sniffles/html_spec.rb +6 -6
- data/spec/sniffles/sniffers/advertising/adsense_spec.rb +7 -8
- data/spec/sniffles/sniffers/advertising/buysellads_spec.rb +5 -5
- data/spec/sniffles/sniffers/advertising/casale_spec.rb +5 -5
- data/spec/sniffles/sniffers/advertising/kontera_spec.rb +6 -6
- data/spec/sniffles/sniffers/advertising/thedeck_spec.rb +5 -5
- data/spec/sniffles/sniffers/advertising/tribalfusion_spec.rb +5 -5
- data/spec/sniffles/sniffers/analytics/chartbeat_spec.rb +3 -3
- data/spec/sniffles/sniffers/analytics/clicky_spec.rb +3 -3
- data/spec/sniffles/sniffers/analytics/facebook_insights_spec.rb +6 -6
- data/spec/sniffles/sniffers/analytics/google_analytics_spec.rb +7 -19
- data/spec/sniffles/sniffers/analytics/kissmetrics_spec.rb +5 -5
- data/spec/sniffles/sniffers/analytics/mixpanel_spec.rb +9 -9
- data/spec/sniffles/sniffers/analytics/quantcast_spec.rb +7 -7
- data/spec/sniffles/sniffers/cms/cscart_spec.rb +8 -8
- data/spec/sniffles/sniffers/cms/ghost_spec.rb +18 -0
- data/spec/sniffles/sniffers/cms/invision_spec.rb +9 -9
- data/spec/sniffles/sniffers/cms/joomla_spec.rb +9 -9
- data/spec/sniffles/sniffers/cms/movabletype_spec.rb +8 -8
- data/spec/sniffles/sniffers/cms/mybb_spec.rb +9 -9
- data/spec/sniffles/sniffers/cms/phpbb_spec.rb +8 -8
- data/spec/sniffles/sniffers/cms/shopify_spec.rb +9 -9
- data/spec/sniffles/sniffers/cms/tumblr_spec.rb +7 -7
- data/spec/sniffles/sniffers/cms/vanilla_spec.rb +9 -9
- data/spec/sniffles/sniffers/cms/vbulletin_spec.rb +11 -17
- data/spec/sniffles/sniffers/cms/wordpress_spec.rb +12 -12
- data/spec/sniffles/sniffers/cms/xcart_spec.rb +18 -0
- data/spec/sniffles/sniffers/cms/zencart_spec.rb +9 -9
- data/spec/sniffles/sniffers/javascript/jquery_spec.rb +8 -8
- data/spec/sniffles/sniffers_spec.rb +1 -1
- data/spec/sniffles_spec.rb +17 -17
- data/spec/spec_helper.rb +7 -3
- data/spec/support/helpers.rb +2 -2
- metadata +39 -39
- data/lib/sniffles/sniffers/cms/posterous.rb +0 -28
- data/spec/cassettes/blog_posterous_com.yml +0 -5015
- data/spec/cassettes/demo_forum-software_org_mybb.yml +0 -385
- data/spec/cassettes/forum-software_org_vanilla.yml +0 -223
- data/spec/cassettes/humemes_com.yml +0 -496
- data/spec/cassettes/joomla_org.yml +0 -733
- data/spec/cassettes/orangecrushbeads_com.yml +0 -751
- data/spec/cassettes/shop_angrybirds_com.yml +0 -455
- data/spec/cassettes/softpedia_com.yml +0 -3196
- data/spec/cassettes/squidoo_com.yml +0 -532
- data/spec/cassettes/tmz_com.yml +0 -2927
- data/spec/cassettes/vbulletin_com.yml +0 -2983
- data/spec/cassettes/wundergroud_com.yml +0 -907
- data/spec/sniffles/sniffers/advertising/admeld_spec.rb +0 -17
- data/spec/sniffles/sniffers/advertising/gumgum_spec.rb +0 -18
- data/spec/sniffles/sniffers/cms/posterous_spec.rb +0 -18
@@ -1,6 +1,6 @@
|
|
1
1
|
module Sniffles
|
2
2
|
module Sniffers
|
3
|
-
class
|
3
|
+
class Xcart
|
4
4
|
include Text
|
5
5
|
|
6
6
|
attr_accessor :doc
|
@@ -17,8 +17,9 @@ module Sniffles
|
|
17
17
|
|
18
18
|
private
|
19
19
|
def found?
|
20
|
-
match? /
|
20
|
+
match?(/var xcart_web_dir(\s*)=(\s*)"/)
|
21
21
|
end
|
22
|
+
|
22
23
|
end
|
23
24
|
end
|
24
25
|
end
|
@@ -2,19 +2,19 @@ module Sniffles
|
|
2
2
|
module Sniffers
|
3
3
|
class Zencart
|
4
4
|
include HTML
|
5
|
-
|
5
|
+
|
6
6
|
attr_accessor :doc
|
7
7
|
attr_reader :output
|
8
|
-
|
8
|
+
|
9
9
|
def initialize(response_body)
|
10
|
-
@output = {}
|
10
|
+
@output = {}
|
11
11
|
parse(response_body) && process_document
|
12
12
|
end
|
13
|
-
|
13
|
+
|
14
14
|
def process_document
|
15
15
|
@output[:found] = found?
|
16
16
|
end
|
17
|
-
|
17
|
+
|
18
18
|
private
|
19
19
|
def found?
|
20
20
|
!!(meta_generator_content =~ /by Zen Cart/)
|
@@ -25,4 +25,4 @@ module Sniffles
|
|
25
25
|
end
|
26
26
|
end
|
27
27
|
end
|
28
|
-
end
|
28
|
+
end
|
@@ -2,23 +2,23 @@ module Sniffles
|
|
2
2
|
module Sniffers
|
3
3
|
class Jquery
|
4
4
|
include Text
|
5
|
-
|
5
|
+
|
6
6
|
attr_accessor :doc
|
7
7
|
attr_reader :output
|
8
|
-
|
8
|
+
|
9
9
|
def initialize(response_body)
|
10
|
-
@output = {}
|
10
|
+
@output = {}
|
11
11
|
parse(response_body) && process_document
|
12
12
|
end
|
13
|
-
|
13
|
+
|
14
14
|
def process_document
|
15
15
|
@output[:found] = found?
|
16
16
|
end
|
17
|
-
|
17
|
+
|
18
18
|
private
|
19
19
|
def found?
|
20
20
|
match?(/jQuery/)
|
21
21
|
end
|
22
22
|
end
|
23
23
|
end
|
24
|
-
end
|
24
|
+
end
|
data/lib/sniffles/text.rb
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
module Sniffles
|
2
|
-
module Text
|
2
|
+
module Text
|
3
3
|
def parse(text)
|
4
4
|
@doc = text
|
5
5
|
end
|
6
|
-
|
6
|
+
|
7
7
|
def match?(pattern)
|
8
8
|
!!(pattern.match(@doc))
|
9
9
|
end
|
10
|
-
|
10
|
+
|
11
11
|
def capture(pattern)
|
12
12
|
(captures = pattern.match(@doc)) ? captures[1] : false
|
13
13
|
end
|
14
14
|
end
|
15
|
-
end
|
15
|
+
end
|
data/lib/sniffles/version.rb
CHANGED
data/sniffles.gemspec
CHANGED
@@ -14,9 +14,9 @@ Gem::Specification.new do |gem|
|
|
14
14
|
gem.require_paths = ["lib"]
|
15
15
|
gem.version = Sniffles::VERSION
|
16
16
|
|
17
|
-
gem.add_runtime_dependency("nokogiri", "~> 1.
|
17
|
+
gem.add_runtime_dependency("nokogiri", "~> 1.6.1")
|
18
18
|
|
19
19
|
gem.add_development_dependency("rspec", "~> 2.9.0")
|
20
20
|
gem.add_development_dependency("typhoeus", "~> 0.3.3")
|
21
|
-
gem.add_development_dependency("vcr", "~> 2.
|
21
|
+
gem.add_development_dependency("vcr", "~> 2.8.0")
|
22
22
|
end
|
@@ -6,793 +6,653 @@ http_interactions:
|
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
9
|
-
headers:
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1) AppleWebKit/537.36 (KHTML,
|
12
|
+
like Gecko) Chrome/32.0.1700.68 Safari/537.36
|
10
13
|
response:
|
11
14
|
status:
|
12
15
|
code: 200
|
13
|
-
message:
|
14
|
-
T0s=
|
16
|
+
message: OK
|
15
17
|
headers:
|
16
|
-
|
17
|
-
-
|
18
|
-
|
19
|
-
|
20
|
-
-
|
21
|
-
|
22
|
-
|
23
|
-
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
-
|
30
|
-
Y2h1bmtlZA==
|
31
|
-
!binary "Q29ubmVjdGlvbg==":
|
32
|
-
- !binary |-
|
33
|
-
a2VlcC1hbGl2ZQ==
|
34
|
-
!binary "Q29udGVudC1FbmNvZGluZw==":
|
35
|
-
- !binary |-
|
36
|
-
Z3ppcA==
|
18
|
+
Server:
|
19
|
+
- nginx/1.4.4
|
20
|
+
Date:
|
21
|
+
- Sun, 29 Dec 2013 14:21:14 GMT
|
22
|
+
Content-Type:
|
23
|
+
- text/html
|
24
|
+
Last-Modified:
|
25
|
+
- Mon, 23 Dec 2013 20:47:44 GMT
|
26
|
+
Transfer-Encoding:
|
27
|
+
- chunked
|
28
|
+
Connection:
|
29
|
+
- keep-alive
|
30
|
+
Content-Encoding:
|
31
|
+
- gzip
|
37
32
|
body:
|
38
33
|
encoding: ASCII-8BIT
|
39
|
-
string:
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
PSJoaWRkZW4iPg0KDQogICAgPGRpdiBjbGFzcz0ibGlnaHRfbGVmdF9zaWRl
|
665
|
-
Ij4NCiAgICAgIDx0YWJsZSBjbGFzcz0idXNlcl9pbmZvIj4NCiAgICAgICAg
|
666
|
-
PHRib2R5Pjx0cj4NCiAgICAgICAgICA8dGQ+DQogICAgICAgICAgICA8bGFi
|
667
|
-
ZWw+WW91ciBGaXJzdCBOYW1lOjwvbGFiZWw+DQogICAgICAgICAgPC90ZD4N
|
668
|
-
CiAgICAgICAgICA8dGQgY2xhc3M9ImlucHV0Ij4NCiAgICAgICAgICAgIDxp
|
669
|
-
bnB1dCBpZD0ibGVhZF9maXJzdF9uYW1lIiBtYXhsZW5ndGg9IjQwIiBuYW1l
|
670
|
-
PSJsZWFkW2ZpcnN0X25hbWVdIiBzaXplPSIyMCIgdHlwZT0idGV4dCI+DQog
|
671
|
-
ICAgICAgICAgPC90ZD4NCiAgICAgICAgPC90cj4NCiAgICAgICAgPHRyPg0K
|
672
|
-
ICAgICAgICAgIDx0ZD4NCiAgICAgICAgICAgIDxsYWJlbD5Zb3VyIExhc3Qg
|
673
|
-
TmFtZTo8L2xhYmVsPg0KICAgICAgICAgIDwvdGQ+DQogICAgICAgICAgPHRk
|
674
|
-
IGNsYXNzPSJpbnB1dCI+DQogICAgICAgICAgICA8aW5wdXQgaWQ9ImxlYWRf
|
675
|
-
bGFzdF9uYW1lIiBtYXhsZW5ndGg9IjQwIiBuYW1lPSJsZWFkW2xhc3RfbmFt
|
676
|
-
ZV0iIHNpemU9IjIwIiB0eXBlPSJ0ZXh0Ij4NCiAgICAgICAgICA8L3RkPg0K
|
677
|
-
ICAgICAgICA8L3RyPg0KICAgICAgICA8dHI+DQogICAgICAgICAgPHRkPg0K
|
678
|
-
ICAgICAgICAgICAgPGxhYmVsPllvdXIgRW1haWw6PC9sYWJlbD4NCiAgICAg
|
679
|
-
ICAgICA8L3RkPg0KICAgICAgICAgIDx0ZCBjbGFzcz0iaW5wdXQiPg0KICAg
|
680
|
-
ICAgICAgICAgPGlucHV0IGlkPSJsZWFkX2VtYWlsIiBtYXhsZW5ndGg9IjQw
|
681
|
-
IiBuYW1lPSJsZWFkW2VtYWlsXSIgc2l6ZT0iMjAiIHR5cGU9InRleHQiPg0K
|
682
|
-
ICAgICAgICAgIDwvdGQ+DQogICAgICAgIDwvdHI+DQogICAgICAgIDx0cj4N
|
683
|
-
CiAgICAgICAgICAgICAgICA8dGQ+DQogICAgICAgICAgICAgICAgICA8bGFi
|
684
|
-
ZWw+Q3JlYXRlIFBhc3N3b3JkOjwvbGFiZWw+DQogICAgICAgICAgICAgICAg
|
685
|
-
PC90ZD4NCiAgICAgICAgICAgICAgICA8dGQgY2xhc3M9ImlucHV0Ij4NCiAg
|
686
|
-
ICAgICAgICAgICAgICAgIDxpbnB1dCBpZD0ibGVhZF9wYXNzd29yZCIgbWF4
|
687
|
-
bGVuZ3RoPSI0MCIgbmFtZT0ibGVhZFtwYXNzd29yZF0iIHNpemU9IjIwIiB0
|
688
|
-
eXBlPSJwYXNzd29yZCI+DQogICAgICAgICAgICAgICAgPC90ZD4NCiAgICAg
|
689
|
-
ICAgICAgICAgPC90cj4NCiAgICAgICAgPHRyPg0KICAgICAgICAgIDx0ZD4N
|
690
|
-
CiAgICAgICAgICAgIDxsYWJlbD5Zb3VyIFppcCBDb2RlOjwvbGFiZWw+DQog
|
691
|
-
ICAgICAgICAgPC90ZD4NCiAgICAgICAgICA8dGQgY2xhc3M9ImlucHV0Ij4N
|
692
|
-
CiAgICAgICAgICAgIDxpbnB1dCBpZD0ibGVhZF96aXAiIG1heGxlbmd0aD0i
|
693
|
-
MTUiIG5hbWU9ImxlYWRbemlwXSIgc2l6ZT0iMjAiIHR5cGU9InRleHQiPg0K
|
694
|
-
ICAgICAgICAgIDwvdGQ+DQogICAgICAgIDwvdHI+DQogICAgICAgDQoNCiAg
|
695
|
-
ICAgICAgPHRyPg0KICAgICAgICAgIDx0ZCBjb2xzcGFuPSIyIj4NCiAgICAg
|
696
|
-
ICAgICAgIDxpbnB1dCBpZD0iY29udGludWVfdXNlcl9idXR0b24iIHNyYz0i
|
697
|
-
aHR0cDovL2ltYWdlc2J2MTIzLnMzLmFtYXpvbmF3cy5jb20vc3Vic2NyaXB0
|
698
|
-
aW9uL2NvbnRpbnVlX2J1dHRvbi5naWYiIHR5cGU9ImltYWdlIj4NCiAgICAg
|
699
|
-
ICAgICA8L3RkPg0KICAgICAgICA8L3RyPg0KICAgICAgPC90Ym9keT48L3Rh
|
700
|
-
YmxlPg0KICAgIDwvZGl2Pg0KICAgIDwvZm9ybT4NCiAgICAgIDxkaXYgY2xh
|
701
|
-
c3M9ImxpZ2h0X3JpZ2h0X3NpZGUiPg0KICAgICAgPHAgY2xhc3M9InBlcnNv
|
702
|
-
bl9uYW1lIj4NCiAgICAgICAgWW91ciA8c3BhbiBjbGFzcz0iZnJlZV90cmlh
|
703
|
-
bF9ncmVlbiI+UmVwb3J0cyBNYXk8L3NwYW4+IEluY2x1ZGU6DQogICAgICA8
|
704
|
-
L3A+DQogICAgICA8dWw+DQogICAgICAgIDxsaT4NCiAgICAgICAgICA8c3Bh
|
705
|
-
bj5DcmltaW5hbCBIaXN0b3J5PC9zcGFuPg0KICAgICAgICA8L2xpPg0KICAg
|
706
|
-
ICAgICA8bGk+DQogICAgICAgICAgPHNwYW4+QmFua3J1cHRjaWVzLCBKdWRn
|
707
|
-
ZW1lbnRzLCAmYW1wOyBMaWVuczwvc3Bhbj4NCiAgICAgICAgPC9saT4NCiAg
|
708
|
-
ICAgICAgPGxpPg0KICAgICAgICAgIDxzcGFuPkN1cnJlbnQgQ29udGFjdCBJ
|
709
|
-
bmZvcm1hdGlvbjwvc3Bhbj4NCiAgICAgICAgPC9saT4NCiAgICAgICAgPGxp
|
710
|
-
Pg0KICAgICAgICAgIDxzcGFuPlBsdXMgTWFueSBPdGhlciBSZWNvcmRzLi4u
|
711
|
-
PC9zcGFuPg0KICAgICAgICA8L2xpPg0KICAgICAgPC91bD4NCiAgICAgIDxk
|
712
|
-
aXYgaWQ9InBvaW50X2dpcmwiPjwvZGl2Pg0KICAgIDwvZGl2Pg0KICAgIDxk
|
713
|
-
aXYgY2xhc3M9ImxpZ2h0X2Rpc2NsYWltZXIiPg0KICAgICAgQnkgY2xpY2tp
|
714
|
-
bmcgIkNvbnRpbnVlIiB5b3UgcmVwcmVzZW50IHlvdSBhcmUgb3ZlciAxOCB5
|
715
|
-
ZWFycyBvZiBhZ2UgYW5kIGhhdmUgYWdyZWVkIHRvIG91ciA8YSB0YXJnZXQ9
|
716
|
-
Il9ibGFuayIgaHJlZj0iaHR0cDovL3d3dy5iZWVudmVyaWZpZWQuY29tL2Nv
|
717
|
-
bnN1bWVyLXRlcm1zLW9mLXNlcnZpY2UiPnRlcm1zIGFuZCBjb25kaXRpb25z
|
718
|
-
PC9hPiBhbmQgPGEgdGFyZ2V0PSJfYmxhbmsiIGhyZWY9Imh0dHA6Ly93d3cu
|
719
|
-
YmVlbnZlcmlmaWVkLmNvbS9wcml2YWN5Ij5wcml2YWN5IHBvbGljeTwvYT4u
|
720
|
-
DQogICAgPC9kaXY+DQogIDwvZGl2PjwhLS0gRU5EIG9mIExpZ2hib3ggSFRN
|
721
|
-
TC0tPg0KIA0KICANCiAgICA8c2NyaXB0IHR5cGU9InRleHQvamF2YXNjcmlw
|
722
|
-
dCI+DQoNCiAgdmFyIF9nYXEgPSBfZ2FxIHx8IFtdOw0KICBfZ2FxLnB1c2go
|
723
|
-
Wydfc2V0QWNjb3VudCcsICdVQS01NDY5NTEtNyddKTsNCiAgX2dhcS5wdXNo
|
724
|
-
KFsnX3NldERvbWFpbk5hbWUnLCAnYmVlbnZlcmlmaWVkLmNvbSddKTsNCiAg
|
725
|
-
X2dhcS5wdXNoKFsnX3RyYWNrUGFnZXZpZXcnXSk7DQoNCiAgKGZ1bmN0aW9u
|
726
|
-
KCkgew0KICAgIHZhciBnYSA9IGRvY3VtZW50LmNyZWF0ZUVsZW1lbnQoJ3Nj
|
727
|
-
cmlwdCcpOyBnYS50eXBlID0gJ3RleHQvamF2YXNjcmlwdCc7IGdhLmFzeW5j
|
728
|
-
ID0gdHJ1ZTsNCiAgICBnYS5zcmMgPSAoJ2h0dHBzOicgPT0gZG9jdW1lbnQu
|
729
|
-
bG9jYXRpb24ucHJvdG9jb2wgPyAnaHR0cHM6Ly9zc2wnIDogJ2h0dHA6Ly93
|
730
|
-
d3cnKSArICcuZ29vZ2xlLWFuYWx5dGljcy5jb20vZ2EuanMnOw0KICAgIHZh
|
731
|
-
ciBzID0gZG9jdW1lbnQuZ2V0RWxlbWVudHNCeVRhZ05hbWUoJ3NjcmlwdCcp
|
732
|
-
WzBdOyBzLnBhcmVudE5vZGUuaW5zZXJ0QmVmb3JlKGdhLCBzKTsNCiAgfSko
|
733
|
-
KTsNCg0KPC9zY3JpcHQ+DQogICAgICAgICAgICANCiAgICAgICAgICA8c2Ny
|
734
|
-
aXB0IHNyYz0iaHR0cHM6Ly9zdGF0aWMuZ2V0Y2xpY2t5LmNvbS83NzY2Mi5z
|
735
|
-
ZWN1cmUuanMiIHR5cGU9InRleHQvamF2YXNjcmlwdCI+PC9zY3JpcHQ+DQog
|
736
|
-
ICAgICAgICAgPG5vc2NyaXB0Pg0KICAgICAgICAgICAgICA8cD4NCiAgICAg
|
737
|
-
ICAgICAgICAgICA8aW1nIGFsdD0iQ2xpY2t5IiBzcmM9Imh0dHBzOi8vc3Rh
|
738
|
-
dGljLmdldGNsaWNreS5jb20vNzc2NjItZGIxMC5naWYiPg0KICAgICAgICAg
|
739
|
-
ICAgICA8L3A+DQogICAgICAgICAgPC9ub3NjcmlwdD4NCiAgICAgICAgICA8
|
740
|
-
c2NyaXB0IHR5cGU9InRleHQvamF2YXNjcmlwdCIgY2hhcnNldD0idXRmLTgi
|
741
|
-
Pg0KICAgICAgICAgICAgICBpZighZG9jdW1lbnQuY29va2llLm1hdGNoKC9i
|
742
|
-
dl9yZWYvKSl7DQogICAgICAgICAgICAgIGRvY3VtZW50LmNvb2tpZT0nYnZf
|
743
|
-
cmVmPScrZG9jdW1lbnQucmVmZXJyZXIrJzsgcGF0aD0vOyBkb21haW49LmJl
|
744
|
-
ZW52ZXJpZmllZC5jb20nOw0KICAgICAgICAgICAgICBkb2N1bWVudC5jb29r
|
745
|
-
aWU9J2J2X2VudD0nK3dpbmRvdy5sb2NhdGlvbisnOyBwYXRoPS87ICBkb21h
|
746
|
-
aW49LmJlZW52ZXJpZmllZC5jb20nOw0KICAgICAgICAgICAgICAvLyB2YXIg
|
747
|
-
bm93ID0gbmV3IERhdGUoKTsNCiAgICAgICAgICAgICAgLy8gZG9jdW1lbnQu
|
748
|
-
Y29va2llPSdidl9kYXQ9Jysgbm93LnRvVVRDU3RyaW5nKCkrJzsgcGF0aD0v
|
749
|
-
OyAgZG9tYWluPS5iZWVudmVyaWZpZWQuY29tZXMnOw0KICAgICAgICAgICAg
|
750
|
-
fQ0KICAgICAgICAgIDwvc2NyaXB0PjxzY3JpcHQgdHlwZT0idGV4dC9qYXZh
|
751
|
-
c2NyaXB0Ij4NCiAgICAgICAgICAgICAgdmFyIHNjX3Byb2plY3Q9NTQ1OTMx
|
752
|
-
OTsgDQogICAgICAgICAgICB2YXIgc2NfaW52aXNpYmxlPTE7IA0KICAgICAg
|
753
|
-
ICAgICAgdmFyIHNjX3BhcnRpdGlvbj02MDsgDQogICAgICAgICAgICB2YXIg
|
754
|
-
c2NfY2xpY2tfc3RhdD0xOyANCiAgICAgICAgICAgIHZhciBzY19zZWN1cml0
|
755
|
-
eT0iYWI5YmRmNjMiOyANCiAgICAgICAgICA8L3NjcmlwdD4NCg0KDQogICAg
|
756
|
-
ICAgICAgPCEtLSBHb29nbGUgQ29kZSBmb3IgQlYgUmVtYXJrZXRpbmcgUmVt
|
757
|
-
YXJrZXRpbmcgTGlzdCAtLT4NCiAgICAgICAgICA8c2NyaXB0IHR5cGU9InRl
|
758
|
-
eHQvamF2YXNjcmlwdCI+DQogICAgICAgICAgICAgIC8qIDwhW0NEQVRBWyAq
|
759
|
-
Lw0KICAgICAgICAgICAgICB2YXIgZ29vZ2xlX2NvbnZlcnNpb25faWQgPSAx
|
760
|
-
MDY3NDI4ODM3Ow0KICAgICAgICAgICAgICB2YXIgZ29vZ2xlX2NvbnZlcnNp
|
761
|
-
b25fbGFuZ3VhZ2UgPSAiZW4iOw0KICAgICAgICAgICAgICB2YXIgZ29vZ2xl
|
762
|
-
X2NvbnZlcnNpb25fZm9ybWF0ID0gIjMiOw0KICAgICAgICAgICAgICB2YXIg
|
763
|
-
Z29vZ2xlX2NvbnZlcnNpb25fY29sb3IgPSAiNjY2NjY2IjsNCiAgICAgICAg
|
764
|
-
ICAgICAgdmFyIGdvb2dsZV9jb252ZXJzaW9uX2xhYmVsID0gIjlUdURDS3Vf
|
765
|
-
MFFFUTVkZi1fQU0iOw0KICAgICAgICAgICAgICB2YXIgZ29vZ2xlX2NvbnZl
|
766
|
-
cnNpb25fdmFsdWUgPSAwOw0KICAgICAgICAgICAgICAvKiBdXT4gKi8NCiAg
|
767
|
-
ICAgICAgICA8L3NjcmlwdD4NCiAgICAgICAgICA8c2NyaXB0IHR5cGU9InRl
|
768
|
-
eHQvamF2YXNjcmlwdCIgc3JjPSJodHRwOi8vd3d3Lmdvb2dsZWFkc2Vydmlj
|
769
|
-
ZXMuY29tL3BhZ2VhZC9jb252ZXJzaW9uLmpzIj48L3NjcmlwdD4NCiAgICAg
|
770
|
-
ICAgICA8bm9zY3JpcHQ+DQogICAgICAgICAgICAgIDxkaXYgc3R5bGU9ImRp
|
771
|
-
c3BsYXk6aW5saW5lOyI+DQogICAgICAgICAgICAgICAgICA8aW1nIGhlaWdo
|
772
|
-
dD0iMSIgd2lkdGg9IjEiIHN0eWxlPSJib3JkZXItc3R5bGU6bm9uZTsiIGFs
|
773
|
-
dD0iIiBzcmM9Imh0dHA6Ly93d3cuZ29vZ2xlYWRzZXJ2aWNlcy5jb20vcGFn
|
774
|
-
ZWFkL2NvbnZlcnNpb24vMTA2NzQyODgzNy8/bGFiZWw9OVR1RENLdV8wUUVR
|
775
|
-
NWRmLV9BTSZhbXA7Z3VpZD1PTiZhbXA7c2NyaXB0PTAiLz4NCiAgICAgICAg
|
776
|
-
ICAgICAgPC9kaXY+DQogICAgICAgICAgPC9ub3NjcmlwdD4NCiAgICAgICAg
|
777
|
-
ICAgICAgIDwhLS0gd2ViNC5iZWVudmVyaWZpZWQuY29tIC0tPg0KPCEtLSBC
|
778
|
-
RUdJTiBBRFJPTEwgUElYRUwgLS0+DQo8c2NyaXB0IHR5cGU9InRleHQvamF2
|
779
|
-
YXNjcmlwdCI+DQphZHJvbGxfYWR2X2lkID0gIkdaUUc3UUFJT0ZIRVBPS0ky
|
780
|
-
UjMyUUgiOw0KYWRyb2xsX3BpeF9pZCA9ICJDRE5NRTMzWlBSQlRETUNRWkhP
|
781
|
-
M1FOIjsNCihmdW5jdGlvbiAoKSB7DQp2YXIgb2xkb25sb2FkID0gd2luZG93
|
782
|
-
Lm9ubG9hZDsNCndpbmRvdy5vbmxvYWQgPSBmdW5jdGlvbigpew0KICAgX19h
|
783
|
-
ZHJvbGxfbG9hZGVkPXRydWU7DQogICB2YXIgc2NyID0gZG9jdW1lbnQuY3Jl
|
784
|
-
YXRlRWxlbWVudCgic2NyaXB0Iik7DQogICB2YXIgaG9zdCA9ICgoImh0dHBz
|
785
|
-
OiIgPT0gZG9jdW1lbnQubG9jYXRpb24ucHJvdG9jb2wpID8gImh0dHBzOi8v
|
786
|
-
cy5hZHJvbGwuY29tIiA6ICJodHRwOi8vYS5hZHJvbGwuY29tIik7DQogICBz
|
787
|
-
Y3Iuc2V0QXR0cmlidXRlKCdhc3luYycsICd0cnVlJyk7DQogICBzY3IudHlw
|
788
|
-
ZSA9ICJ0ZXh0L2phdmFzY3JpcHQiOw0KICAgc2NyLnNyYyA9IGhvc3QgKyAi
|
789
|
-
L2ovcm91bmR0cmlwLmpzIjsNCiAgICgoZG9jdW1lbnQuZ2V0RWxlbWVudHNC
|
790
|
-
eVRhZ05hbWUoJ2hlYWQnKSB8fCBbbnVsbF0pWzBdIHx8DQogICAgZG9jdW1l
|
791
|
-
bnQuZ2V0RWxlbWVudHNCeVRhZ05hbWUoJ3NjcmlwdCcpWzBdLnBhcmVudE5v
|
792
|
-
ZGUpLmFwcGVuZENoaWxkKHNjcik7DQogICBpZihvbGRvbmxvYWQpe29sZG9u
|
793
|
-
bG9hZCgpfX07DQp9KCkpOw0KPC9zY3JpcHQ+DQo8IS0tIEVORCBBRFJPTEwg
|
794
|
-
UElYRUwgLS0+DQoNCjwvYm9keT4NCg0KPC9odG1sPg==
|
795
|
-
http_version: !binary |-
|
796
|
-
MS4x
|
797
|
-
recorded_at: Tue, 06 Mar 2012 22:18:56 GMT
|
798
|
-
recorded_with: VCR 2.0.0
|
34
|
+
string: "<!DOCTYPE html>\r\n<html lang=\"en\" class=\"no-js\">\r\n<head>\r\n<!--
|
35
|
+
================ -->\n<!-- = Kiss Metrics = -->\n<!-- ================ -->\n\n\t<!--
|
36
|
+
============================ -->\n\t<!-- = Cookies for cached pages = -->\n\t<!--
|
37
|
+
============================ -->\n\n\t<script type=\"text/javascript\" charset=\"utf-8\">\n\t\tif(!document.cookie.match(/bv_ref/)){\n\t\t\tdocument.cookie='bv_ref='+document.referrer+';
|
38
|
+
path=/; domain=.beenverified.com';\n\t\t\tdocument.cookie='bv_ent='+window.location+';
|
39
|
+
path=/; domain=.beenverified.com';\n\t\t\t// var now = new Date();\n\t\t\t//
|
40
|
+
document.cookie='bv_dat='+ now.toUTCString()+'; path=/; domain=.beenverified.comes';\n\t\t}\n\t</script>\n\n\t<script
|
41
|
+
type=\"text/javascript\">\n\t var _kmq = _kmq || [];\n\t function _kms(u){\n\t
|
42
|
+
\ setTimeout(function(){\n\t var s = document.createElement('script');
|
43
|
+
var f = document.getElementsByTagName('script')[0]; s.type = 'text/javascript';
|
44
|
+
s.async = true;\n\t s.src = u; f.parentNode.insertBefore(s, f);\n\t },
|
45
|
+
1);\n\t }\n\t \n\t \n\t loadKissmetrics = function() {\n\t\t _kms('//i.kissmetrics.com/i.js');_kms('//doug1izaerwt3.cloudfront.net/0758fe0df8474b5be5d9071b4e34d2174140c4ca.1.js');\n\t
|
46
|
+
\ };\n\t \n\n\t <!-- ======== -->\n\t <!-- = Vero = -->\n\t <!-- ========
|
47
|
+
-->\n \n\t var _veroq = _veroq || [];\n\n\t setTimeout(function(){if(typeof
|
48
|
+
window.Semblance==\"undefined\"){console.log(\"Vero did not load in time.\");for(var
|
49
|
+
i=0;i<_veroq.length;i++){a=_veroq[i];if(a.length==3&&typeof a[2]==\"function\")a[2](null,false);}}},3000);\n\n\t
|
50
|
+
\ _veroq.push(['init', {\n\t api_key: '55332530f3df399c4846fab4465e43e80d51838e'\n\t
|
51
|
+
\ }, function(vero, loaded) {\n\t if (loaded)\n\t window._kmq.splice(0,
|
52
|
+
0, vero.listeners.attach_to_kissmetrics);\n\t loadKissmetrics();\n\t }]);\n\t
|
53
|
+
\ (function() {var ve = document.createElement('script'); ve.type = 'text/javascript';
|
54
|
+
ve.async = true; ve.src = '//d3qxef4rp70elm.cloudfront.net/m.js'; var s =
|
55
|
+
document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ve,
|
56
|
+
s);})();\n\n\n\t \n\n\t \n\t \n _kmq.push(['record', 'Viewed
|
57
|
+
/', {}]);\n\n\t</script>\n\n\n<!--Visual Website Optimizer KissMetrics Code
|
58
|
+
-->\n<script type=\"text/javascript\">\nvar _vis_opt_queue = window._vis_opt_queue
|
59
|
+
|| [], _vis_counter = 0;\n_vis_opt_queue.push(function() {\n try {\n if(!_vis_counter)
|
60
|
+
{\n var _vis_data = {},_vis_combination,_vis_id,_vis_l=0;\n for(;_vis_l<_vwo_exp_ids.length;_vis_l++)
|
61
|
+
{\n _vis_id = _vwo_exp_ids[_vis_l];\n if(_vwo_exp[_vis_id].ready)
|
62
|
+
{\n _vis_combination = _vis_opt_readCookie('_vis_opt_exp_'+_vis_id+'_combi');\n
|
63
|
+
\ if(typeof(_vwo_exp[_vis_id].combination_chosen) != \"undefined\")\n
|
64
|
+
\ _vis_combination = _vwo_exp[_vis_id].combination_chosen;\n
|
65
|
+
\ if(typeof(_vwo_exp[_vis_id].comb_n[_vis_combination]) !=
|
66
|
+
\"undefined\") {\n _vis_data['VWO-Kiss-'+_vis_id] =
|
67
|
+
_vwo_exp[_vis_id].comb_n[_vis_combination];\n _vis_counter++;\n
|
68
|
+
\ }\n }\n }\n // Use the
|
69
|
+
_vis_data object created above to fetch the data,\n // key of the
|
70
|
+
object is the Test ID and the value is Variation Name\n if(_vis_counter)
|
71
|
+
{\n // console.log(\"In the loop\");\n _kmq.push(['set',
|
72
|
+
_vis_data]);\n\n current_tests = []\n for(i=0;i <
|
73
|
+
_vwo_exp_ids.length; i++) {\n _vis_id = _vwo_exp_ids[i];\n if(_vwo_exp[_vis_id].ready)
|
74
|
+
{\n current_tests.push(_vis_id);\n }\n }\n
|
75
|
+
\ bv_vis_tests = [];\n for(i=0;i< current_tests.length;
|
76
|
+
i++ ){\n _vis_id = current_tests[i];\n _vis_combination
|
77
|
+
= _vis_opt_readCookie('_vis_opt_exp_'+_vis_id+'_combi');\n if(typeof(_vwo_exp[_vis_id].combination_chosen)
|
78
|
+
!= \"undefined\")\n _vis_combination = _vwo_exp[_vis_id].combination_chosen;\n
|
79
|
+
\ bv_vis_tests.push({\"test_number\" : _vis_id, \n \"variation\"
|
80
|
+
\ : _vis_combination}); \n }\n\n //Sorting them
|
81
|
+
to be consistent. It makes me happy\n sorted_tests = bv_vis_tests.sort(function(a,
|
82
|
+
b){\n return a.test_number-b.test_number\n })\n\n
|
83
|
+
\ tests = []\n variations = []\n for(i=0;i
|
84
|
+
< sorted_tests.length; i++){\n tests.push(sorted_tests[i].test_number);\n
|
85
|
+
\ variations.push(sorted_tests[i].test_number+\"-\"+_vwo_exp[sorted_tests[i].test_number].comb_n[sorted_tests[i].variation]);\n
|
86
|
+
\ }\n\n document.cookie='bv_vwo_test_number='+tests.join(\",\")+';
|
87
|
+
path=/; domain=.beenverified.com';\n document.cookie='bv_vwo_variation='+variations.join(\",\")+';
|
88
|
+
path=/; domain=.beenverified.com';\n\n }\n }\n }\n catch(err)
|
89
|
+
{\n console.log(err);\n };\n});\n</script>\n<!--End Visual Website Optimizer
|
90
|
+
KissMetrics Code -->\n\r\n\r\n <meta name=\"robots\" content=\"index, follow\">\r\n
|
91
|
+
\ <title>\r\n Background Check | People Search | BeenVerified.com\r\n
|
92
|
+
\ </title>\r\n <meta name=\"Description\" content=\"Looking for free
|
93
|
+
people search and background checks? BeenVerified.com is your people search
|
94
|
+
and background check answer.\">\r\n <meta name=\"Keywords\" content=\"people
|
95
|
+
search, find people, background check, search people, people finder, background
|
96
|
+
checks\">\r\n <meta name=\"msvalidate.01\" content=\"1A657762378367B68C607389167748C5\">\r\n
|
97
|
+
\ <meta name=\"google-site-verification\" content=\"VZZGPRY83YYAsGIDQuetAU3p7QvtcbbkEBD9RhdM6UE\">\r\n
|
98
|
+
\ <meta name=\"y_key\" content=\"24135580572fd690\">\r\n\r\n <link rel=\"stylesheet\"
|
99
|
+
href=\"//imagesbv123.s3.amazonaws.com/pristine/pristine_ss/reset.css\" />\r\n
|
100
|
+
\ <link rel=\"stylesheet\" href=\"//imagesbv123.s3.amazonaws.com/pristine/pristine_ss/layout.css\"
|
101
|
+
/>\r\n <link rel=\"stylesheet\" href=\"//imagesbv123.s3.amazonaws.com/pristine/pristine_ss/reveal.modal.css\"
|
102
|
+
/>\r\n <link rel=\"stylesheet\" href=\"//imagesbv123.s3.amazonaws.com/pristine/pristine_ss/jquery.selectBox.css\"
|
103
|
+
/>\r\n <link rel=\"stylesheet\" href=\"//imagesbv123.s3.amazonaws.com/pristine/pristine_ss/login.css\"
|
104
|
+
/>\r\n <link rel=\"stylesheet\" href=\"//imagesbv123.s3.amazonaws.com/pristine/pristine_ss/fadeshow.css\"
|
105
|
+
/>\r\n \r\n <!--[if IE 6]><link rel=\"stylesheet\" type=\"text/css\" href=\"//magesbv123.s3.amazonaws.com/pristine/pristine_ss/ie6fixes.css\"
|
106
|
+
/><![endif]-->\r\n <!--[if IE 7]><link rel=\"stylesheet\" type=\"text/css\"
|
107
|
+
href=\"//imagesbv123.s3.amazonaws.com/pristine/pristine_ss/ie7fixes.css\"
|
108
|
+
/><![endif]-->\r\n <!--[if IE 8]><link rel=\"stylesheet\" type=\"text/css\"
|
109
|
+
href=\"//imagesbv123.s3.amazonaws.com/pristine/pristine_ss/ie8fixes.css\"
|
110
|
+
/><![endif]-->\r\n \r\n <script type=\"text/javascript\" src=\"//imagesbv123.s3.amazonaws.com/pristine/pristine_js/modernizr.custom.js\"></script>\r\n
|
111
|
+
\ <script type=\"text/javascript\" src=\"//imagesbv123.s3.amazonaws.com/pristine/pristine_js/jquery-1.7.1.min.js\"></script>\r\n
|
112
|
+
\ <script type=\"text/javascript\" src=\"//imagesbv123.s3.amazonaws.com/pristine/pristine_js/jquery.reveal.modal.js\"></script>\r\n
|
113
|
+
\ <script type=\"text/javascript\" src=\"//imagesbv123.s3.amazonaws.com/pristine/pristine_js/jquery.vertical.align.js\"></script>\r\n
|
114
|
+
\ <script type=\"text/javascript\" src=\"//imagesbv123.s3.amazonaws.com/pristine/pristine_js/jquery.center.horizontal.js\"></script>\r\n
|
115
|
+
\ <script type=\"text/javascript\" src=\"//imagesbv123.s3.amazonaws.com/pristine/pristine_js/jquery.tabs.js\"></script>\r\n
|
116
|
+
\ <script type=\"text/javascript\" src=\"//imagesbv123.s3.amazonaws.com/pristine/pristine_js/jquery.selectBox.js\"></script>\r\n
|
117
|
+
\ <script type=\"text/javascript\" src=\"//imagesbv123.s3.amazonaws.com/pristine/pristine_js/jquery.show.hide.js\"></script>\r\n\r\n
|
118
|
+
\ <!--\r\n <script type=\"text/javascript\" src=\"//imagesbv123.s3.amazonaws.com/pristine/pristine_js/bootstrap-twipsy.js\"></script>\r\n
|
119
|
+
\ <script type=\"text/javascript\" src=\"//imagesbv123.s3.amazonaws.com/pristine/pristine_js/bootstrap-popover.js\"></script>\r\n
|
120
|
+
\ <script type=\"text/javascript\" src=\"//imagesbv123.s3.amazonaws.com/pristine/pristine_js/bootstrap-alerts.js\"></script>\r\n
|
121
|
+
\ -->\r\n <script type=\"text/javascript\" src=\"//imagesbv123.s3.amazonaws.com/pristine/pristine_js/bootstrap.js\"></script>\r\n
|
122
|
+
\ <script type=\"text/javascript\" src=\"//imagesbv123.s3.amazonaws.com/pristine/pristine_js/jquery.signin.dropdown.js\"></script>\r\n
|
123
|
+
\ <script type=\"text/javascript\" src=\"//imagesbv123.s3.amazonaws.com/pristine/pristine_js/jquery.top.search.dropdown.js\"></script>\r\n
|
124
|
+
\ <script type=\"text/javascript\" src=\"//imagesbv123.s3.amazonaws.com/pristine/pristine_js/waypoints.js\"></script>\r\n
|
125
|
+
\ <script type=\"text/javascript\" src=\"//imagesbv123.s3.amazonaws.com/pristine/pristine_js/waypoints.sticky.top.search.js\"></script>\r\n
|
126
|
+
\ <script type=\"text/javascript\" src=\"//imagesbv123.s3.amazonaws.com/pristine/pristine_js/fadeshow.js\"></script>\r\n
|
127
|
+
\ <script type=\"text/javascript\" src=\"//imagesbv123.s3.amazonaws.com/landing_pages/js/redirection_mobile.min.js\">
|
128
|
+
\ </script>\r\n \r\n <a href=\"https://plus.google.com/104769563048512126601\"
|
129
|
+
rel=\"publisher\" />\r\n \r\n <script>\r\n SA.redirection_mobile
|
130
|
+
({\r\n mobile_url : \"www.beenverified.com/homepage-spon\",\r\n
|
131
|
+
\ mobile_prefix : \"http\" \r\n });\r\n </script>\r\n\r\n
|
132
|
+
\ <script src='/javascripts/lib/cookies.js' type='text/javascript'></script>\r\n
|
133
|
+
\ <script type='text/javascript'>\r\n if (readCookie('loggedin')=='true'){\r\n
|
134
|
+
\ window.location='/accounts';\r\n }\r\n </script>\r\n \r\n <script>\r\n
|
135
|
+
\ 'article aside footer header nav section time'.replace(/\\w+/g,function(n){document.createElement(n)})\r\n
|
136
|
+
\ </script>\r\n \r\n <script type=\"text/javascript\">\r\n\r\n $(document).ready(function(){\r\n\r\n
|
137
|
+
\ // clear input on focus\r\n $('.clearMeFocus').focus(function(){\r\n if($(this).val()==this.defaultValue){\r\n
|
138
|
+
\ $(this).val('');\r\n }\r\n });\r\n\r\n // if field is empty afterward,
|
139
|
+
add text again\r\n $('.clearMeFocus').blur(function(){\r\n if($(this).val()==''){\r\n
|
140
|
+
\ $(this).val(this.defaultValue);\r\n }\r\n });\r\n});\r\n\r\n </script>\r\n\r\n
|
141
|
+
\ \r\n <script type=\"text/javascript\">\r\n $(document).ready(function()
|
142
|
+
{\r\n $(\"SELECT\").selectBox();\r\n $('.reveal-modal').css({'visibility':
|
143
|
+
'hidden'});\r\n jQuery( \".hcenter\" ).hcenter();\r\n signinDropdown();\r\n
|
144
|
+
\ loadTopSearchDropdown();\r\n topSearchDropdown();\r\n stickyTopSearch();\r\n
|
145
|
+
\ $('.carousel').carousel({interval: 8000, cyclesForever: true});\r\n
|
146
|
+
\ $('.carousel.pause').carousel('pause');\r\n $(\"[rel=tooltip]\").tooltip();\r\n
|
147
|
+
\ });\r\n </script>\r\n\r\n\r\n<!-- Start Visual Website Optimizer Asynchronous
|
148
|
+
Code -->\r\n<script type='text/javascript'>\r\nvar _vwo_code=(function(){\r\nvar
|
149
|
+
account_id=1882,\r\nsettings_tolerance=2000,\r\nlibrary_tolerance=1500,\r\nuse_existing_jquery=false,\r\n//
|
150
|
+
DO NOT EDIT BELOW THIS LINE\r\nf=false,d=document;return{use_existing_jquery:function(){return
|
151
|
+
use_existing_jquery;},library_tolerance:function(){return library_tolerance;},finish:function(){if(!f){f=true;var
|
152
|
+
a=d.getElementById('_vis_opt_path_hides');if(a)a.parentNode.removeChild(a);}},finished:function(){return
|
153
|
+
f;},load:function(a){var b=d.createElement('script');b.src=a;b.type='text/javascript';b.innerText;b.onerror=function(){_vwo_code.finish();};d.getElementsByTagName('head')[0].appendChild(b);},init:function(){settings_timer=setTimeout('_vwo_code.finish()',settings_tolerance);this.load('//dev.visualwebsiteoptimizer.com/j.php?a='+account_id+'&u='+encodeURIComponent(d.URL)+'&r='+Math.random());var
|
154
|
+
a=d.createElement('style'),b='*{opacity:0 !important;filter:alpha(opacity=0)
|
155
|
+
!important;background:none !important;}',h=d.getElementsByTagName('head')[0];a.setAttribute('id','_vis_opt_path_hides');a.setAttribute('type','text/css');if(a.styleSheet)a.styleSheet.cssText=b;else
|
156
|
+
a.appendChild(d.createTextNode(b));h.appendChild(a);return settings_timer;}};}());_vwo_settings_timer=_vwo_code.init();\r\n</script>\r\n<!--
|
157
|
+
End Visual Website Optimizer Asynchronous Code -->\r\n</head>\r\n<body>\r\n
|
158
|
+
\ <!--\r\n /////////////////////////////\r\n // Header //\r\n
|
159
|
+
\ /////////////////////////////\r\n -->\r\n <header id=\"top\">\r\n <div
|
160
|
+
id=\"top_wrap\">\r\n <div class=\"logo_wrap\">\r\n <a class=\"logo\"
|
161
|
+
href=\"#\"></a>\r\n </div>\r\n <nav id=\"top_nav\">\r\n <ul
|
162
|
+
id=\"top_nav_columns\">\r\n <li class=\"no_drop logged_out\">\r\n Already
|
163
|
+
a Member? \r\n <a href=\"/login\" class=\"signin\"><span class=\"copy\">Sign
|
164
|
+
In</span><span class=\"icon_signin\"></span></a>\r\n <fieldset id=\"signin_menu\">\r\n
|
165
|
+
\ <form action=\"https://www.beenverified.com/session\" id=\"signin_form\"
|
166
|
+
method=\"post\"><div style=\"margin:0;padding:0;display:inline\"><input name=\"authenticity_token\"
|
167
|
+
type=\"hidden\" value=\"vPo+gJoPwiAvtnBcA6PPircOD0fYf9M2q2PakehWqL8=\" /></div>\r\n
|
168
|
+
\ <p>\r\n <label for=\"user_email\">Email</label>\r\n <input
|
169
|
+
class=\"text\" id=\"user_email\" name=\"user[email]\" size=\"30\" type=\"text\"
|
170
|
+
/>\r\n <p>\r\n <label for=\"user_password\">Password</label>\r\n
|
171
|
+
\ <input class=\"text\" id=\"user_password\" name=\"user[password]\"
|
172
|
+
size=\"30\" type=\"password\" />\r\n </p>\r\n <p class=\"remember\">\r\n
|
173
|
+
\ \r\n <input id=\"signin_submit\" name=\"commit\" type=\"submit\"
|
174
|
+
value=\"Sign in\" />\r\n <a href=\"/users/forgot_password\" id=\"resend_password_link\"
|
175
|
+
tabindex=\"20\">Forgot Your Password?</a>\r\n </p>\r\n </form>\r\n
|
176
|
+
\ </fieldset>\r\n </li>\r\n </ul>\r\n </nav>\r\n </div>\r\n
|
177
|
+
\ </header>\r\n <!--\r\n /////////////////////////////\r\n // Main
|
178
|
+
\ //\r\n /////////////////////////////\r\n -->\r\n <section id=\"main\">\r\n
|
179
|
+
\ <div id=\"main_wrap_100w\">\r\n <section id=\"home_search_carousel_100w\"
|
180
|
+
class=\"carousel pause slide\">\r\n <div class=\"carousel-inner carousel_default_search_bkg_outer\">\r\n
|
181
|
+
\ <div class=\"carousel_default_search_bkg\">\r\n <div
|
182
|
+
class=\"item active \">\r\n <div class=\"item_wrap\">\r\n <h1>People
|
183
|
+
Search</h1>\r\n <h2>You've Seen The Commercials... Now Try
|
184
|
+
It Yourself!</h2>\r\n <div class=\"carousel_form_wrap\">\r\n
|
185
|
+
\ <form action=\"//www.beenverified.com/secure-report-loading\"
|
186
|
+
id=\"record_search_form\" method=\"get\" name=\"record_search_form\">\r\n
|
187
|
+
\ <ul class=\"carousel_form_rows\">\r\n <li
|
188
|
+
class=\"first-child\">\r\n <input class=\"text clearMeFocus\"
|
189
|
+
size=\"30\" type=\"text\" style=\"width:334px;\" name=\"fn\" value=\"First
|
190
|
+
Name\" title=\"First Name\" >\r\n </li>\r\n\r\n <li>\r\n
|
191
|
+
\ <input class=\"text clearMeFocus\" size=\"30\" type=\"text\"
|
192
|
+
style=\"width:334px;\" name=\"ln\" value=\"Last Name\"title=\"Last Name\">\r\n
|
193
|
+
\ </li>\r\n <li class=\"home_carousel_state\">\r\n
|
194
|
+
\ <select name=\"state\">\r\n <option
|
195
|
+
value=\"\">All</option>\r\n <option value=\"AL\">AL</option>\r\n
|
196
|
+
\ <option value=\"AK\">AK</option>\r\n <option
|
197
|
+
value=\"AZ\">AZ</option>\r\n <option value=\"AR\">AR</option>\r\n
|
198
|
+
\ <option value=\"CA\">CA</option>\r\n <option
|
199
|
+
value=\"CO\">CO</option>\r\n <option value=\"CT\">CT</option>\r\n
|
200
|
+
\ <option value=\"DE\">DE</option>\r\n <option
|
201
|
+
value=\"DC\">DC</option>\r\n <option value=\"FL\">FL</option>\r\n
|
202
|
+
\ <option value=\"GA\">GA</option>\r\n <option
|
203
|
+
value=\"HI\">HI</option>\r\n <option value=\"ID\">ID</option>\r\n
|
204
|
+
\ <option value=\"IL\">IL</option>\r\n <option
|
205
|
+
value=\"IN\">IN</option>\r\n <option value=\"IA\">IA</option>\r\n
|
206
|
+
\ <option value=\"KS\">KS</option>\r\n <option
|
207
|
+
value=\"KY\">KY</option>\r\n <option value=\"LA\">LA</option>\r\n
|
208
|
+
\ <option value=\"ME\">ME</option>\r\n <option
|
209
|
+
value=\"MD\">MD</option>\r\n <option value=\"MA\">MA</option>\r\n
|
210
|
+
\ <option value=\"MI\">MI</option>\r\n <option
|
211
|
+
value=\"MN\">MN</option>\r\n <option value=\"MS\">MS</option>\r\n
|
212
|
+
\ <option value=\"MO\">MO</option>\r\n <option
|
213
|
+
value=\"MT\">MT</option>\r\n <option value=\"NE\">NE</option>\r\n
|
214
|
+
\ <option value=\"NV\">NV</option>\r\n <option
|
215
|
+
value=\"NH\">NH</option>\r\n <option value=\"NJ\">NJ</option>\r\n
|
216
|
+
\ <option value=\"NM\">NM</option>\r\n <option
|
217
|
+
value=\"NY\">NY</option>\r\n <option value=\"NC\">NC</option>\r\n
|
218
|
+
\ <option value=\"ND\">ND</option>\r\n <option
|
219
|
+
value=\"OH\">OH</option>\r\n <option value=\"OK\">OK</option>\r\n
|
220
|
+
\ <option value=\"OR\">OR</option>\r\n <option
|
221
|
+
value=\"PA\">PA</option>\r\n <option value=\"RI\">RI</option>\r\n
|
222
|
+
\ <option value=\"SC\">SC</option>\r\n <option
|
223
|
+
value=\"SD\">SD</option>\r\n <option value=\"TN\">TN</option>\r\n
|
224
|
+
\ <option value=\"TX\">TX</option>\r\n <option
|
225
|
+
value=\"UT\">UT</option>\r\n <option value=\"VT\">VT</option>\r\n
|
226
|
+
\ <option value=\"VA\">VA</option>\r\n <option
|
227
|
+
value=\"WA\">WA</option>\r\n <option value=\"WV\">WV</option>\r\n
|
228
|
+
\ <option value=\"WI\">WI</option>\r\n <option
|
229
|
+
value=\"WY\">WY</option>\r\n </select>\r\n </li>\r\n
|
230
|
+
\ <li class=\"last-child\"><input type=\"submit\" value=\"Search\"
|
231
|
+
name=\"search_type\" class=\"btn success large\" /></li>\r\n </ul>\r\n
|
232
|
+
\ </form>\r\n </div>\r\n </div>\r\n
|
233
|
+
\ </div>\r\n <div class=\"item\">\r\n <div
|
234
|
+
class=\"item_wrap\">\r\n <h1>Phone Search</h1>\r\n <h2>Run
|
235
|
+
a reverse phone lookup to find out who owns a phone number!</h2>\r\n <div
|
236
|
+
class=\"carousel_form_wrap\">\r\n\r\n <form action=\"//results.beenverified.com/reverse/index.php\"
|
237
|
+
id=\"record_search_form\" method=\"get\" name=\"record_search_form\">\r\n
|
238
|
+
\ <ul class=\"carousel_form_rows\">\r\n <li
|
239
|
+
class=\"first-child\">\r\n <input class=\"text clearMeFocus\"
|
240
|
+
size=\"30\" type=\"text\" name=\"pn\" value=\"Phone Number\" title=\"Phone
|
241
|
+
Number\" style=\"width:766px;\">\r\n </li>\r\n <li
|
242
|
+
class=\"last-child\"><input type=\"submit\" value=\"Search\" name=\"search_type\"
|
243
|
+
class=\"btn success large\" /></li>\r\n </ul>\r\n </form>\r\n
|
244
|
+
\ </div>\r\n </div>\r\n </div>
|
245
|
+
\ \r\n <div class=\"item\">\r\n <div class=\"item_wrap\">\r\n
|
246
|
+
\ <h1>Property Search</h1>\r\n <h2>Run an address
|
247
|
+
search to find owner name & property information!</h2>\r\n <div
|
248
|
+
class=\"carousel_form_wrap\">\r\n <form action=\"https://www.beenverified.com/subscribe\"
|
249
|
+
method=\"get\" name=\"property_search\">\r\n <ul class=\"carousel_form_rows\">\r\n
|
250
|
+
\ <li class=\"first-child\">\r\n <input
|
251
|
+
class=\"text clearMeFocus\" size=\"30\" type=\"text\" value=\"Address\" style=\"width:293px;\">\r\n
|
252
|
+
\ </li>\r\n <li>\r\n <input
|
253
|
+
class=\"text clearMeFocus\" size=\"30\" type=\"text\" value=\"City\" style=\"width:293px;\">\r\n
|
254
|
+
\ </li>\r\n <li class=\"home_carousel_state\">\r\n
|
255
|
+
\ <select name=\"state\">\r\n <option
|
256
|
+
value=\"All\">All</option>\r\n <option value=\"AL\">AL</option>\r\n
|
257
|
+
\ <option value=\"AK\">AK</option>\r\n <option
|
258
|
+
value=\"AZ\">AZ</option>\r\n <option value=\"AR\">AR</option>\r\n
|
259
|
+
\ <option value=\"CA\">CA</option>\r\n <option
|
260
|
+
value=\"CO\">CO</option>\r\n <option value=\"CT\">CT</option>\r\n
|
261
|
+
\ <option value=\"DE\">DE</option>\r\n <option
|
262
|
+
value=\"DC\">DC</option>\r\n <option value=\"FL\">FL</option>\r\n
|
263
|
+
\ <option value=\"GA\">GA</option>\r\n <option
|
264
|
+
value=\"HI\">HI</option>\r\n <option value=\"ID\">ID</option>\r\n
|
265
|
+
\ <option value=\"IL\">IL</option>\r\n <option
|
266
|
+
value=\"IN\">IN</option>\r\n <option value=\"IA\">IA</option>\r\n
|
267
|
+
\ <option value=\"KS\">KS</option>\r\n <option
|
268
|
+
value=\"KY\">KY</option>\r\n <option value=\"LA\">LA</option>\r\n
|
269
|
+
\ <option value=\"ME\">ME</option>\r\n <option
|
270
|
+
value=\"MD\">MD</option>\r\n <option value=\"MA\">MA</option>\r\n
|
271
|
+
\ <option value=\"MI\">MI</option>\r\n <option
|
272
|
+
value=\"MN\">MN</option>\r\n <option value=\"MS\">MS</option>\r\n
|
273
|
+
\ <option value=\"MO\">MO</option>\r\n <option
|
274
|
+
value=\"MT\">MT</option>\r\n <option value=\"NE\">NE</option>\r\n
|
275
|
+
\ <option value=\"NV\">NV</option>\r\n <option
|
276
|
+
value=\"NH\">NH</option>\r\n <option value=\"NJ\">NJ</option>\r\n
|
277
|
+
\ <option value=\"NM\">NM</option>\r\n <option
|
278
|
+
value=\"NY\">NY</option>\r\n <option value=\"NC\">NC</option>\r\n
|
279
|
+
\ <option value=\"ND\">ND</option>\r\n <option
|
280
|
+
value=\"OH\">OH</option>\r\n <option value=\"OK\">OK</option>\r\n
|
281
|
+
\ <option value=\"OR\">OR</option>\r\n <option
|
282
|
+
value=\"PA\">PA</option>\r\n <option value=\"RI\">RI</option>\r\n
|
283
|
+
\ <option value=\"SC\">SC</option>\r\n <option
|
284
|
+
value=\"SD\">SD</option>\r\n <option value=\"TN\">TN</option>\r\n
|
285
|
+
\ <option value=\"TX\">TX</option>\r\n <option
|
286
|
+
value=\"UT\">UT</option>\r\n <option value=\"VT\">VT</option>\r\n
|
287
|
+
\ <option value=\"VA\">VA</option>\r\n <option
|
288
|
+
value=\"WA\">WA</option>\r\n <option value=\"WV\">WV</option>\r\n
|
289
|
+
\ <option value=\"WI\">WI</option>\r\n <option
|
290
|
+
value=\"WY\">WY</option>\r\n </select>\r\n </li>\r\n
|
291
|
+
\ <li>\r\n <input class=\"text
|
292
|
+
clearMeFocus\" size=\"30\" type=\"text\" value=\"Zipcode\" style=\"width:66px;\">\r\n
|
293
|
+
\ </li>\r\n <li class=\"last-child\"><input
|
294
|
+
type=\"submit\" value=\"Search\" name=\"search\" class=\"btn success large\"
|
295
|
+
/></li>\r\n </ul>\r\n </form>\r\n </div>\r\n
|
296
|
+
\ </div>\r\n </div>\r\n <div class=\"item\">\r\n
|
297
|
+
\ <div class=\"item_wrap\">\r\n <h1>Email Search</h1>\r\n
|
298
|
+
\ <h2>Run an email address to find their social network profiles!</h2>\r\n
|
299
|
+
\ <div class=\"carousel_form_wrap\">\r\n <form
|
300
|
+
action=\"https://www.beenverified.com/subscribe\" method=\"get\" name=\"email_search\">\r\n
|
301
|
+
\ <ul class=\"carousel_form_rows\">\r\n <li
|
302
|
+
class=\"first-child\">\r\n <input class=\"text clearMeFocus\"
|
303
|
+
size=\"30\" type=\"text\" value=\"Email Address\" style=\"width:766px;\">\r\n
|
304
|
+
\ </li>\r\n <li class=\"last-child\"><input
|
305
|
+
type=\"submit\" value=\"Search\" name=\"search\" class=\"btn success large\"
|
306
|
+
/></li>\r\n </ul>\r\n </form>\r\n </div>\r\n
|
307
|
+
\ </div>\r\n </div>\r\n \r\n <div
|
308
|
+
class=\"item\">\r\n <div class=\"item_wrap\">\r\n <h1>Professional
|
309
|
+
Contact Search</h1>\r\n <h2>Run a work information search to
|
310
|
+
find professional contact listings!</h2>\r\n <div class=\"carousel_form_wrap\">\r\n
|
311
|
+
\ <form action=\"https://www.beenverified.com/subscribe\" method=\"get\"
|
312
|
+
name=\"company_search\">\r\n <ul class=\"carousel_form_rows\">\r\n
|
313
|
+
\ <li class=\"first-child\">\r\n <input
|
314
|
+
class=\"text clearMeFocus\" size=\"30\" type=\"text\" value=\"First Name\"
|
315
|
+
style=\"width:217px;\">\r\n </li>\r\n <li>\r\n
|
316
|
+
\ <input class=\"text clearMeFocus\" size=\"30\" type=\"text\"
|
317
|
+
value=\"Last Name\" style=\"width:217px;\">\r\n </li>\r\n
|
318
|
+
\ <li>\r\n <input class=\"text
|
319
|
+
clearMeFocus\" size=\"30\" type=\"text\" value=\"Company\" style=\"width:218px;\">\r\n
|
320
|
+
\ </li>\r\n <li class=\"home_carousel_state\">\r\n
|
321
|
+
\ <select name=\"state\">\r\n <option
|
322
|
+
value=\"All\">All</option>\r\n <option value=\"AL\">AL</option>\r\n
|
323
|
+
\ <option value=\"AK\">AK</option>\r\n <option
|
324
|
+
value=\"AZ\">AZ</option>\r\n <option value=\"AR\">AR</option>\r\n
|
325
|
+
\ <option value=\"CA\">CA</option>\r\n <option
|
326
|
+
value=\"CO\">CO</option>\r\n <option value=\"CT\">CT</option>\r\n
|
327
|
+
\ <option value=\"DE\">DE</option>\r\n <option
|
328
|
+
value=\"DC\">DC</option>\r\n <option value=\"FL\">FL</option>\r\n
|
329
|
+
\ <option value=\"GA\">GA</option>\r\n <option
|
330
|
+
value=\"HI\">HI</option>\r\n <option value=\"ID\">ID</option>\r\n
|
331
|
+
\ <option value=\"IL\">IL</option>\r\n <option
|
332
|
+
value=\"IN\">IN</option>\r\n <option value=\"IA\">IA</option>\r\n
|
333
|
+
\ <option value=\"KS\">KS</option>\r\n <option
|
334
|
+
value=\"KY\">KY</option>\r\n <option value=\"LA\">LA</option>\r\n
|
335
|
+
\ <option value=\"ME\">ME</option>\r\n <option
|
336
|
+
value=\"MD\">MD</option>\r\n <option value=\"MA\">MA</option>\r\n
|
337
|
+
\ <option value=\"MI\">MI</option>\r\n <option
|
338
|
+
value=\"MN\">MN</option>\r\n <option value=\"MS\">MS</option>\r\n
|
339
|
+
\ <option value=\"MO\">MO</option>\r\n <option
|
340
|
+
value=\"MT\">MT</option>\r\n <option value=\"NE\">NE</option>\r\n
|
341
|
+
\ <option value=\"NV\">NV</option>\r\n <option
|
342
|
+
value=\"NH\">NH</option>\r\n <option value=\"NJ\">NJ</option>\r\n
|
343
|
+
\ <option value=\"NM\">NM</option>\r\n <option
|
344
|
+
value=\"NY\">NY</option>\r\n <option value=\"NC\">NC</option>\r\n
|
345
|
+
\ <option value=\"ND\">ND</option>\r\n <option
|
346
|
+
value=\"OH\">OH</option>\r\n <option value=\"OK\">OK</option>\r\n
|
347
|
+
\ <option value=\"OR\">OR</option>\r\n <option
|
348
|
+
value=\"PA\">PA</option>\r\n <option value=\"RI\">RI</option>\r\n
|
349
|
+
\ <option value=\"SC\">SC</option>\r\n <option
|
350
|
+
value=\"SD\">SD</option>\r\n <option value=\"TN\">TN</option>\r\n
|
351
|
+
\ <option value=\"TX\">TX</option>\r\n <option
|
352
|
+
value=\"UT\">UT</option>\r\n <option value=\"VT\">VT</option>\r\n
|
353
|
+
\ <option value=\"VA\">VA</option>\r\n <option
|
354
|
+
value=\"WA\">WA</option>\r\n <option value=\"WV\">WV</option>\r\n
|
355
|
+
\ <option value=\"WI\">WI</option>\r\n <option
|
356
|
+
value=\"WY\">WY</option>\r\n </select>\r\n </li>\r\n
|
357
|
+
\ <li class=\"last-child\"><input type=\"submit\" value=\"Search\"
|
358
|
+
name=\"search\" class=\"btn success large\" /></li>\r\n </ul>\r\n
|
359
|
+
\ </form>\r\n </div>\r\n </div>\r\n
|
360
|
+
\ </div>\r\n </div>\r\n \r\n <div class=\"home_search_nav_wrap\"
|
361
|
+
id=\"home_search_nav_wrap\">\r\n <h3>Select A Search Type</h3>\r\n
|
362
|
+
\ <div id=\"home_search_nav_wrap_links\">\r\n <a class=\"home_search_nav
|
363
|
+
on\" href=\"#home_search_carousel_100w\" data-slide=\"0\" rel=\"tooltip\"
|
364
|
+
title=\"People Search\"><span id=\"icon_home_search_people\"></span></a>\r\n
|
365
|
+
\ <a class=\"home_search_nav\" href=\"#home_search_carousel_100w\"
|
366
|
+
data-slide=\"1\" rel=\"tooltip\" title=\"Phone Search\"><span id=\"icon_home_search_phone\"></span></a>\r\n
|
367
|
+
\ <a class=\"home_search_nav\" href=\"#home_search_carousel_100w\"
|
368
|
+
data-slide=\"2\" rel=\"tooltip\" title=\"Address Search\"><span id=\"icon_home_search_address\"></span></a>\r\n
|
369
|
+
\ <a class=\"home_search_nav\" href=\"#home_search_carousel_100w\"
|
370
|
+
data-slide=\"3\" rel=\"tooltip\" title=\"Email Search\"><span id=\"icon_home_search_email\"></span></a>\r\n
|
371
|
+
\ <a class=\"home_search_nav\" href=\"#home_search_carousel_100w\"
|
372
|
+
data-slide=\"4\" rel=\"tooltip\" title=\"Professional Contact Search\"><span
|
373
|
+
id=\"icon_home_search_pro_contact\"></span></a>\r\n </div>\r\n
|
374
|
+
\ </div>\r\n </div>\r\n <!--<a class=\"left carousel-control\"
|
375
|
+
href=\"#home_search_carousel_100w\" data-slide=\"prev\">‹</a>\r\n <a
|
376
|
+
class=\"right carousel-control\" href=\"#home_search_carousel_100w\" data-slide=\"next\">›</a>-->\r\n\r\n
|
377
|
+
\ <script type=\"text/javascript\">\r\n\r\n // Modify links
|
378
|
+
when slide transition is over\r\n $('#home_search_carousel_100w').on('slid',
|
379
|
+
function ( e ) {\r\n c = $(this).data(\"carousel\");\r\n active
|
380
|
+
= $(this).find('.active');\r\n children = active.parent().children();\r\n
|
381
|
+
\ activePos = children.index(active);\r\n $(\"a.home_search_nav\").removeClass(\"on\");\r\n
|
382
|
+
\ children = $(\"#home_search_nav_wrap_links\").children();\r\n
|
383
|
+
\ $(children[activePos]).addClass(\"on\");\r\n });\r\n
|
384
|
+
\ \r\n // Pause when clicked\r\n $(\"a.home_search_nav\").click(function(event){\r\n
|
385
|
+
\ c = $(\"#home_search_carousel_100w\").data(\"carousel\");\r\n
|
386
|
+
\ $(\"a.home_search_nav\").removeClass(\"on\");\r\n $(this).addClass(\"on\")\r\n
|
387
|
+
\ c.pause();\r\n });\r\n\r\n </script>\r\n
|
388
|
+
\ </section></div>\r\n\r\n <div id=\"main_wrap\">\r\n <!--
|
389
|
+
Screenshots Section-->\r\n <section class=\"section_home\">\r\n <div
|
390
|
+
class=\"section_home_intro\">\r\n <h1>The BeenVerified Difference</h1>\r\n
|
391
|
+
\ <h2>Learn why over a million people have used BeenVerified</h2>
|
392
|
+
\r\n </div>\r\n <div>\r\n <ul class=\"home_imac_screenshot_features\">\r\n
|
393
|
+
\ <li>\r\n <div class=\"imac_screenshot_copy_left\">\r\n
|
394
|
+
\ <h5>People Search Done Right</h5>\r\n <p>Looking
|
395
|
+
for someone? Our intuitive public records search engine makes it easy.</p>\r\n
|
396
|
+
\ </div>\r\n <div class=\"imac_screnshot_arrow_top_left\"></div>\r\n
|
397
|
+
\ </li>\r\n <li>\r\n <div class=\"imac_screenshot_copy_left\">\r\n
|
398
|
+
\ <h5>A Focus on Data Quality</h5>\r\n <p>We source
|
399
|
+
our public records from the best there is. And we are improving all the time.</p>\r\n
|
400
|
+
\ </div>\r\n <div class=\"imac_screnshot_arrow_mid_left\"></div>\r\n
|
401
|
+
\ </li>\r\n <li>\r\n <div class=\"imac_screenshot_copy_left\">\r\n
|
402
|
+
\ <h5>Respect for Privacy</h5>\r\n <p>A privacy-friendly
|
403
|
+
public record search is not an oxymoron. Learn how we do it.</p>\r\n </div>\r\n
|
404
|
+
\ <div class=\"imac_screnshot_arrow_bot_left\"></div>\r\n </li>\r\n
|
405
|
+
\ </ul> \r\n <div id=\"home_imac_screenshot\"></div>\r\n
|
406
|
+
\ <ul class=\"home_imac_screenshot_features\">\r\n <li>\r\n
|
407
|
+
\ <div class=\"imac_screnshot_arrow_top_right\"></div>\r\n <div
|
408
|
+
class=\"imac_screenshot_copy_right\">\r\n <h5>Public Records
|
409
|
+
In One Clear Report</h5>\r\n <p>Why pay hundreds of dollars,
|
410
|
+
visit thousands of county clerks, and search millions of websites to find
|
411
|
+
the public records you need?</p>\r\n </div>\r\n \r\n
|
412
|
+
\ </li>\r\n <li>\r\n <div class=\"imac_screnshot_arrow_mid_right\"></div>\r\n
|
413
|
+
\ <div class=\"imac_screenshot_copy_right\">\r\n <h5>Affordable
|
414
|
+
and Accessible</h5>\r\n <p> We don't want you to ask yourself
|
415
|
+
if it's \"worth it\" to run a search.</p>\r\n </div>\r\n \r\n
|
416
|
+
\ </li>\r\n <li>\r\n <div class=\"imac_screnshot_arrow_bot_right\"></div>\r\n
|
417
|
+
\ <div class=\"imac_screenshot_copy_right\">\r\n <h5>A
|
418
|
+
Focus on Education</h5>\r\n <p>Public records are confusing and
|
419
|
+
we aim to provide clarity.</p>\r\n </div>\r\n </li>\r\n
|
420
|
+
\ </ul>\r\n </div>\r\n <div class=\"section_home_shadow\"></div>\r\n
|
421
|
+
\ </section>\r\n <!-- Screenshots Section-->\r\n <!--
|
422
|
+
Video Section-->\r\n <section class=\"section_home\">\r\n <div
|
423
|
+
class=\"section_home_intro\">\r\n <h1>What is BeenVerified?</h1>\r\n
|
424
|
+
\ <h2>Our mission is to make public records easy and affordable for
|
425
|
+
everyone.</h2>\r\n </div>\r\n <div class=\"home_panel_680\">\r\n
|
426
|
+
\ <iframe src=\"//player.vimeo.com/video/25792637?title=0&byline=0&portrait=0\"
|
427
|
+
width=\"640\" height=\"360\" frameborder=\"0\" webkitAllowFullScreen mozallowfullscreen
|
428
|
+
allowFullScreen></iframe>\r\n </div>\r\n <div class=\"section_home_drop_shadow_bot\"></div>\r\n
|
429
|
+
\ </section>\r\n <!-- Mobile Section -->\r\n <section
|
430
|
+
class=\"section_home\">\r\n <div class=\"section_home_intro\">\r\n
|
431
|
+
\ <h1>Public Records At Your Fingertips</h1>\r\n </div>\r\n
|
432
|
+
\ <div class=\"clearfix\">\r\n <div id=\"home_mobile_cluster\"></div>\r\n
|
433
|
+
\ <div id=\"home_mobile_right\">\r\n <h3>BeenVerified Mobile</h3>\r\n
|
434
|
+
\ <p>We strive to provide instant access to public records whenever
|
435
|
+
you need it, wherever you need it. Download our free mobile app today!</p>\r\n
|
436
|
+
\ <p><a class=\"btn primary large\" href=\"//itunes.apple.com/us/app/background-check-app/id342585873\">Download
|
437
|
+
for iPhone</a></p>\r\n <p><a class=\"btn primary large\" href=\"//play.google.com/store/apps/details?id=com.beenverified.android\">Download
|
438
|
+
for Android</a></p>\r\n <p><a class=\"btn primary disabled large\"
|
439
|
+
href=\"#\">iPad Coming Soon</a></p>\r\n </div>\r\n </div>\r\n
|
440
|
+
\ <div class=\"section_home_shadow\"></div>\r\n </section>\r\n
|
441
|
+
\ <!-- Testimonial Section-->\r\n <section id=\"home_testimonial\"
|
442
|
+
class=\"section_home\">\r\n <div class=\"section_home_intro\">\r\n
|
443
|
+
\ <h1>Real Customers, Real Stories</h1>\r\n </div>\r\n <section
|
444
|
+
id=\"home_testimonial_carousel\" class=\"carousel slide\">\r\n <div
|
445
|
+
class=\"carousel-inner\">\r\n <div class=\"item active\">\r\n <p
|
446
|
+
class=\"home_testimonial_quote\">"I am retired and have a ministry helping
|
447
|
+
the dying and sick. Research is my hobby and I am unofficially a founder of
|
448
|
+
lost persons just like on that radio show years ago. I found a son and the
|
449
|
+
mother was dying of cancer. She held on waiting for her son who had not been
|
450
|
+
in touch for years."</p>\r\n <div class=\"home_testimonial_customer\">\r\n
|
451
|
+
\ <div class=\"thumb_wrap\">\r\n <div class=\"home_testimonial_thumb_bob\"></div>\r\n
|
452
|
+
\ </div>\r\n <div class=\"home_testimonial_customer_copy\">Bob
|
453
|
+
M<br />Researcher</div>\r\n </div>\r\n </div>\r\n
|
454
|
+
\ <div class=\"item\">\r\n <p class=\"home_testimonial_quote\">"I
|
455
|
+
decided to use BeenVerified to do a background check on myself. BeenVerified
|
456
|
+
checked my history in all states and was a lot less expensive for my background
|
457
|
+
check compared to going directly through the state."</p>\r\n <div
|
458
|
+
class=\"home_testimonial_customer\">\r\n <div class=\"thumb_wrap\">\r\n
|
459
|
+
\ <div class=\"home_testimonial_thumb_shaun\"></div>\r\n </div>\r\n
|
460
|
+
\ <div class=\"home_testimonial_customer_copy\">Shaun P<br />Small
|
461
|
+
Business Owner</div>\r\n </div>\r\n </div>\r\n <div
|
462
|
+
\ class=\"item\">\r\n <p class=\"home_testimonial_quote\">"My
|
463
|
+
daughter recently went out for soccer. I decided it would be a good idea to
|
464
|
+
run another player’s father through BeenVerified, because he had volunteered
|
465
|
+
to be pick up any kid that might need help getting to practice. Turns out
|
466
|
+
this guy had been charged with indecent exposure and was on parole."</p>\r\n
|
467
|
+
\ <div class=\"home_testimonial_customer\">\r\n <div
|
468
|
+
class=\"thumb_wrap\">\r\n <div class=\"home_testimonial_thumb_natasha\"></div>\r\n
|
469
|
+
\ </div>\r\n <div class=\"home_testimonial_customer_copy\">Natasha
|
470
|
+
C<br />Law Student</div>\r\n </div>\r\n </div>\r\n
|
471
|
+
\ <div class=\"item\">\r\n <p class=\"home_testimonial_quote\">"I
|
472
|
+
found a really great guy. I used BeenVerified to run a background check, just
|
473
|
+
to be on the safe side and it confirmed that he wasn't hiding anything from
|
474
|
+
me. We are very happy, and are getting married in a few months, and are enjoying
|
475
|
+
planning our future and life together."</p>\r\n <div class=\"home_testimonial_customer\">\r\n
|
476
|
+
\ <div class=\"thumb_wrap\">\r\n <div class=\"home_testimonial_thumb_jen\"></div>\r\n
|
477
|
+
\ </div>\r\n <div class=\"home_testimonial_customer_copy\">Jennifer
|
478
|
+
W<br />Nursing Student</div>\r\n </div>\r\n </div>\r\n
|
479
|
+
\ </div>\r\n <a class=\"left carousel-control\" href=\"#home_testimonial_carousel\"
|
480
|
+
data-slide=\"prev\">‹</a>\r\n <a class=\"right carousel-control\"
|
481
|
+
href=\"#home_testimonial_carousel\" data-slide=\"next\">›</a>\r\n </section>\r\n
|
482
|
+
<a class=\"btn large learn_more\" href=\"/testimonial\">Read More</a>\r\n
|
483
|
+
\ <div class=\"section_home_shadow\"></div>\r\n\r\n </section>\r\n
|
484
|
+
\ <!-- Dos & Donts Section-->\r\n <section class=\"section_home\">\r\n
|
485
|
+
\ <div class=\"section_home_intro\">\r\n <h1>Do's & Don'ts</h1>\r\n
|
486
|
+
\ <h2>With great power comes great responsibility. Learn how to use
|
487
|
+
public record information the right way.</h2>\r\n </div>\r\n <div
|
488
|
+
id=\"home_dos_donts_slides\">\r\n <ul class=\"fadeshow\">\r\n <li
|
489
|
+
class=\"active\">\r\n <div class=\"clearfix\">\r\n <div
|
490
|
+
class=\"home_block_do_470\">\r\n <div class=\"home_dos_donts_image_wrap\">\r\n
|
491
|
+
\ <div class=\"home_do_find_lost_love\"></div>\r\n </div>\r\n
|
492
|
+
\ <div class=\"home_do_copy_wrap\">\r\n <h3>Do</h3>\r\n
|
493
|
+
\ <p><h5>Find Lost Love</h5></p>\r\n <p>BeenVerified
|
494
|
+
loves hearing stories about how people use public records to reconnect with
|
495
|
+
people. </p>\r\n </div>\r\n </div>\r\n <div
|
496
|
+
class=\"home_block_dont_470\">\r\n <div class=\"home_dos_donts_image_wrap\">\r\n
|
497
|
+
\ <div class=\"home_dont_employer_background_check\"></div>\r\n
|
498
|
+
\ </div>\r\n <div class=\"home_dont_copy_wrap\">\r\n
|
499
|
+
\ <h3>Don't</h3>\r\n <p><h5>Conduct Employer Background
|
500
|
+
Checks</h5></p>\r\n <p>Employers can’t use BeenVerified
|
501
|
+
to conduct background checks of employees and applicants. We take this very
|
502
|
+
seriously and so should you.</p>\r\n </div>\r\n </div>\r\n
|
503
|
+
\ </div>\r\n </li>\r\n <li><div class=\"clearfix\">\r\n
|
504
|
+
\ <div class=\"home_block_do_470\">\r\n <div class=\"home_dos_donts_image_wrap\">\r\n
|
505
|
+
\ <div class=\"home_do_verify_roommates\"></div>\r\n </div>\r\n
|
506
|
+
\ <div class=\"home_do_copy_wrap\">\r\n <h3>Do</h3>\r\n
|
507
|
+
\ <p><h5>Verify Potential Roommates</h5></p>\r\n <p>Before
|
508
|
+
you commit to that lease, find out who you’ll be living with.</p>\r\n
|
509
|
+
\ </div>\r\n </div>\r\n <div class=\"home_block_dont_470\">\r\n
|
510
|
+
\ <div class=\"home_dos_donts_image_wrap\">\r\n <div
|
511
|
+
class=\"home_dont_screen_tenant\"></div>\r\n </div>\r\n <div
|
512
|
+
class=\"home_dont_copy_wrap\">\r\n <h3>Don't</h3>\r\n <p><h5>Screen
|
513
|
+
Tenants</h5></p>\r\n <p>You have to use a special company called
|
514
|
+
a Consumer Reporting Agency to conduct a background check on a tenant –
|
515
|
+
it’s the law!</p>\r\n </div>\r\n </div>\r\n </div></li>\r\n
|
516
|
+
\ <li><div class=\"clearfix\">\r\n <div class=\"home_block_do_470\">\r\n
|
517
|
+
\ <div class=\"home_dos_donts_image_wrap\">\r\n <div
|
518
|
+
class=\"home_do_scope_online_date\"></div>\r\n </div>\r\n <div
|
519
|
+
class=\"home_do_copy_wrap\">\r\n <h3>Do</h3>\r\n <p><h5>Scope
|
520
|
+
Out Your Online Date</h5></p>\r\n <p>Public records are a great
|
521
|
+
tool, but remember – Nothing replaces intuition and common sense.</p>\r\n
|
522
|
+
\ </div>\r\n </div>\r\n <div class=\"home_block_dont_470\">\r\n
|
523
|
+
\ <div class=\"home_dos_donts_image_wrap\">\r\n <div
|
524
|
+
class=\"home_dont_contact_against_wishes\"></div>\r\n </div>\r\n
|
525
|
+
\ <div class=\"home_dont_copy_wrap\">\r\n <h3>Don't</h3>\r\n
|
526
|
+
\ <p><h5>Contact People Against Their Wishes</h5></p>\r\n <p>If
|
527
|
+
they don’t want to be contacted, you should respect their wishes.</p>\r\n
|
528
|
+
\ </div>\r\n </div>\r\n </div></li>\r\n <li><div
|
529
|
+
class=\"clearfix\">\r\n <div class=\"home_block_do_470\">\r\n <div
|
530
|
+
class=\"home_dos_donts_image_wrap\">\r\n <div class=\"home_do_find_current_addresses\"></div>\r\n
|
531
|
+
\ </div>\r\n <div class=\"home_do_copy_wrap\">\r\n <h3>Do</h3>\r\n
|
532
|
+
\ <p><h5>Find Someone’s Current Address</h5></p>\r\n <p>Sending
|
533
|
+
invitations and greeting cards has never been easier.</p>\r\n </div>\r\n
|
534
|
+
\ </div>\r\n <div class=\"home_block_dont_470\">\r\n <div
|
535
|
+
class=\"home_dos_donts_image_wrap\">\r\n <div class=\"home_dont_stalk\"></div>\r\n
|
536
|
+
\ </div>\r\n <div class=\"home_dont_copy_wrap\">\r\n
|
537
|
+
\ <h3>Don't</h3>\r\n <p><h5>Stalk or spy on people</h5></p>\r\n
|
538
|
+
\ <p>Use BeenVerified responsibly and respect peoples’ right
|
539
|
+
to privacy.</p>\r\n </div>\r\n </div>\r\n </div></li>\r\n
|
540
|
+
\ <li><div class=\"clearfix\">\r\n <div class=\"home_block_do_470\">\r\n
|
541
|
+
\ <div class=\"home_dos_donts_image_wrap\">\r\n <div
|
542
|
+
class=\"home_do_check_yourself_out\"></div>\r\n </div>\r\n <div
|
543
|
+
class=\"home_do_copy_wrap\">\r\n <h3>Do</h3>\r\n <p><h5>Go
|
544
|
+
Ahead, Check Yourself Out</h5></p>\r\n <p>It is not silly, it
|
545
|
+
is important. You should know what is in your public record.</p>\r\n </div>\r\n
|
546
|
+
\ </div>\r\n <div class=\"home_block_dont_470\">\r\n <div
|
547
|
+
class=\"home_dos_donts_image_wrap\">\r\n <div class=\"home_dont_steal_identity\"></div>\r\n
|
548
|
+
\ </div>\r\n <div class=\"home_dont_copy_wrap\">\r\n
|
549
|
+
\ <h3>Don't</h3>\r\n <p><h5>Steal an Identity</h5></p>\r\n
|
550
|
+
\ <p>Identity theft is a serious offense with serious consequences.
|
551
|
+
Don’t do it!</p>\r\n </div>\r\n </div>\r\n </div></li>\r\n
|
552
|
+
\ <li><div class=\"clearfix\">\r\n <div class=\"home_block_do_470\">\r\n
|
553
|
+
\ <div class=\"home_dos_donts_image_wrap\">\r\n <div
|
554
|
+
class=\"home_do_verify_online_buyers_sellers\"></div>\r\n </div>\r\n
|
555
|
+
\ <div class=\"home_do_copy_wrap\">\r\n <h3>Do</h3>\r\n
|
556
|
+
\ <p><h5>Verify Online Buyers and Sellers</h5></p>\r\n <p>Before
|
557
|
+
you bid, make sure that person on the online auction site is who he says he
|
558
|
+
is.</p>\r\n </div>\r\n </div>\r\n <div class=\"home_block_dont_470\">\r\n
|
559
|
+
\ <div class=\"home_dos_donts_image_wrap\">\r\n <div
|
560
|
+
class=\"home_dont_mortgage_credit_check\"></div>\r\n </div>\r\n
|
561
|
+
\ <div class=\"home_dont_copy_wrap\">\r\n <h3>Don't</h3>\r\n
|
562
|
+
\ <p><h5>Determine Eligibility for Mortgages, Credit Checks, Insurance</h5></p>\r\n
|
563
|
+
\ <p>You might be committing a crime if you use BeenVerified to
|
564
|
+
determine consumers’ eligibility for these.</p>\r\n </div>\r\n
|
565
|
+
\ </div>\r\n </div></li>\r\n <li><div class=\"clearfix\">\r\n
|
566
|
+
\ <div class=\"home_block_do_470\">\r\n <div class=\"home_dos_donts_image_wrap\">\r\n
|
567
|
+
\ <div class=\"home_do_retrieve_publice_court_records\"></div>\r\n
|
568
|
+
\ </div>\r\n <div class=\"home_do_copy_wrap\">\r\n
|
569
|
+
\ <h3>Do</h3>\r\n <p><h5>Retrieve Public Court
|
570
|
+
Records</h5></p>\r\n <p>Unless you prefer to spend your days
|
571
|
+
running around Gov't buildings, court runners are here waiting – if
|
572
|
+
you want them for permitted purposes.</p>\r\n </div>\r\n </div>\r\n
|
573
|
+
\ <div class=\"home_block_dont_470\">\r\n <div class=\"home_dos_donts_image_wrap\">\r\n\r\n
|
574
|
+
\ <div class=\"home_dont_fire_help\"></div>\r\n </div>\r\n <div
|
575
|
+
class=\"home_dont_copy_wrap\">\r\n <h3>Don't</h3>\r\n <p><h5>Hire
|
576
|
+
a Nanny or Domestic Help</h5></p>\r\n <p>You must follow the
|
577
|
+
same procedure for running a background check that employer's hiring an applicant
|
578
|
+
must follow.</p>\r\n </div> \r\n </div>\r\n </div></li>\r\n
|
579
|
+
\ </ul>\r\n </div>\r\n \r\n <a class=\"btn large
|
580
|
+
learn_more\" href=\"/dos-donts\">Learn More</a>\r\n \r\n <div
|
581
|
+
class=\"section_home_drop_shadow_bot\"></div>\r\n </section>\r\n
|
582
|
+
\ \r\n <!-- Press Section-->\r\n <section class=\"section_home\">\r\n
|
583
|
+
\ <div class=\"section_home_intro\">\r\n <h1>In
|
584
|
+
The Press</h1>\r\n </div>\r\n <ul id=\"home_press_columns\">\r\n
|
585
|
+
\ <li><p>"Instant information… Court documents,
|
586
|
+
mortgage deeds, criminal records right in the palm of your hand."</p><div
|
587
|
+
class=\"home_press_logo_nbc_miami\"></div></li>\r\n <li><p>"BeenVerified
|
588
|
+
pulls together online public records and puts them in one spot for what the
|
589
|
+
creators call easy and affordable access."</p><div class=\"home_press_logo_abc_philly\"></div></li>\r\n
|
590
|
+
\ <li><p>"Corporations, marketers, lawyers, and even journalists
|
591
|
+
access public information... Now seems like a pretty appropriate time to level
|
592
|
+
the playing field."</p><div class=\"home_press_logo_the_star_ledger\"></div></li>\r\n
|
593
|
+
\ <li class=\"last-child\"><p>"If you are out and about
|
594
|
+
in a bar meeting people, this is a great tool."</p><div class=\"home_press_logo_fox_ct\"></div></li>\r\n
|
595
|
+
\ </ul>\r\n\r\n </section>\r\n<div id=\"press_button\"><a
|
596
|
+
class=\"btn large learn_more\" href=\"/press-page\">See More</a></div>\r\n
|
597
|
+
\ </div>\r\n </section>\r\n <!--\r\n /////////////////////////////\r\n
|
598
|
+
\ // Footer //\r\n /////////////////////////////\r\n -->\r\n
|
599
|
+
\ \r\n <footer id=\"footer\">\r\n <ul class=\"footer_columns\">\r\n <li
|
600
|
+
class=\"width_310\">\r\n <a class=\"logo_footer\" href=\"#\"></a>\r\n
|
601
|
+
\ <p>Aggregates the most up-to-date public record databases available
|
602
|
+
through our fast and easy-to-use web-based software.</p>\r\n <p><a
|
603
|
+
href=\"/consumer-terms-of-service\">Terms</a> | <a href=\"/privacy\">Privacy</a>
|
604
|
+
\ | <a href=\"/membership-agreement\">Membership Agreement</a></p>\r\n </li>\r\n
|
605
|
+
\ <li class=\"width_140\">\r\n <div class=\"footer_nav_list_title\">Apps</div>\r\n
|
606
|
+
\ <ul class=\"footer_nav_list\">\r\n <li><a href=\"//itunes.apple.com/us/app/background-check-app/id342585873?mt=8\"
|
607
|
+
target=\"_blank\">For iPhone</a></li>\r\n <li><a href=\"https://market.android.com/details?id=com.beenverified.android&feature=search_result\"
|
608
|
+
target=\"_blank\">For Android</a></li>\r\n <li><a href=\"//m.BeenVerified.com\">For
|
609
|
+
Mobile Phones</a></li>\r\n <li><a href=\"https://docs.google.com/a/beenverified.com/spreadsheet/viewform?formkey=dEU1elc5dDVoMElwYmlYUWQ0Wkxjbmc6MA\">Developer
|
610
|
+
API</a></li>\r\n </ul>\r\n </li>\r\n <li class=\"width_140\">\r\n
|
611
|
+
\ <div class=\"footer_nav_list_title\">About Us</div>\r\n <ul
|
612
|
+
class=\"footer_nav_list\">\r\n <li><a href=\"/bv-vs-comp\">About
|
613
|
+
Us</a></li>\r\n <li><a href=\"/testimonial\">Testimonials</a></li>\r\n
|
614
|
+
\ <li><a href=\"/what-is-beenverified\">Team</a></li>\r\n <li><a
|
615
|
+
href=\"/press-page\">Press</a></li>\r\n </ul>\r\n </li>\r\n <li
|
616
|
+
class=\"width_140\">\r\n <div class=\"footer_nav_list_title\">Help</div>\r\n
|
617
|
+
\ <ul class=\"footer_nav_list\">\r\n <li><a href=\"//support.beenverified.com/home\">Support</a></li>\r\n
|
618
|
+
\ <li><a href=\"/billing-faq\" target=\"_blank\">FAQ</a></li>\r\n
|
619
|
+
\ <li><a href=\"/contactus\">Contact Us</a></li>\r\n <li><a
|
620
|
+
href=\"/optout\">Remove My Info</a></li>\r\n </ul>\r\n </li>\r\n
|
621
|
+
\ <li class=\"width_140_last\">\r\n <div class=\"footer_nav_list_title\">Community</div>\r\n
|
622
|
+
\ <ul class=\"footer_nav_list\">\r\n <li><a href=\"//blog.beenverified.com/\"
|
623
|
+
target=\"_blank\"><span class=\"icon_footer_blog\"></span>Blog</a></li>\r\n
|
624
|
+
\ <li><a href=\"//facebook.com/BeenVerified\" target=\"_blank\"><span
|
625
|
+
class=\"icon_footer_facebook\"></span>Facebook</a></li>\r\n <li><a
|
626
|
+
href=\"//twitter.com/#!/BeenVerified\"><span class=\"icon_footer_twitter\"></span>Twitter</a></li>\r\n
|
627
|
+
\ <li><a href=\"//linkedin.com/company/1026312?trk=tyah\"><span class=\"icon_footer_linkedin\"></span>LinkedIn</a></li>\r\n
|
628
|
+
\ </ul>\r\n </li>\r\n </ul>\r\n \r\n <div class=\"footer_bottom\">\r\n
|
629
|
+
\ <div class=\"footer_disclaimer\">\r\n <p>Disclaimer: BeenVerified’s
|
630
|
+
mission is to give people easy and affordable access to public record information.
|
631
|
+
BeenVerified does not provide private investigator services, and is not a
|
632
|
+
consumer reporting agency as defined by the <a href=\"http://www.beenverified.com/dos-donts\"
|
633
|
+
rel=\"nofollow\">Fair Credit Report Act</a> because the information provided
|
634
|
+
by BeenVerified is not collected or provided, in whole or in part, for the
|
635
|
+
purpose of furnishing consumer reports about those search subjects. For more
|
636
|
+
information governing the permitted and prohibited uses of BeenVerified, please
|
637
|
+
review our <a href=\"http://www.beenverified.com/dos-donts\" rel=\"nofollow\">“Do’s
|
638
|
+
& Don’ts”</a> and our <a href=\"http://www.beenverified.com/consumer-terms-of-service\"
|
639
|
+
rel=\"nofollow\">Terms & Conditions</a>.</p>\r\n </div>\r\n </div>\r\n
|
640
|
+
\ </footer>\r\n <!-- Back to Top-->\r\n <nav>\r\n <ul>\r\n <li><a
|
641
|
+
class=\"back_to_top\" href=\"#\" title=\"Back to top\">Top</a></li>\r\n </ul>\r\n
|
642
|
+
\ </nav>\r\n <script type=\"text/javascript\">\r\n\r\n var _gaq
|
643
|
+
= _gaq || [];\r\n _gaq.push(['_setAccount', 'UA-546951-7']);\r\n _gaq.push(['_setDomainName',
|
644
|
+
'beenverified.com']);\r\n _gaq.push(['_trackPageview']);\r\n\r\n (function()
|
645
|
+
{\r\n var ga = document.createElement('script'); ga.type = 'text/javascript';
|
646
|
+
ga.async = true;\r\n ga.src = ('https:' == document.location.protocol ?
|
647
|
+
'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';\r\n var s =
|
648
|
+
document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga,
|
649
|
+
s);\r\n })();\r\n\r\n</script>\r\n<script type=\"text/javascript\">\r\nvar
|
650
|
+
clicky_site_ids = clicky_site_ids || [];\r\nclicky_site_ids.push(77662);\r\n(function()
|
651
|
+
{\r\n var s = document.createElement('script');\r\n s.type = 'text/javascript';\r\n
|
652
|
+
\ s.async = true;\r\n s.src = '//static.getclicky.com/js';\r\n ( document.getElementsByTagName('head')[0]
|
653
|
+
|| document.getElementsByTagName('body')[0] ).appendChild( s );\r\n})();\r\n</script>\r\n<noscript><p><img
|
654
|
+
alt=\"Clicky\" width=\"1\" height=\"1\" src=\"//in.getclicky.com/77662ns.gif\"
|
655
|
+
/></p></noscript>\r\n</body>\r\n</html>"
|
656
|
+
http_version: '1.1'
|
657
|
+
recorded_at: Sun, 29 Dec 2013 14:21:16 GMT
|
658
|
+
recorded_with: VCR 2.8.0
|