Advertisement
Guest User

Untitled

a guest
Mar 14th, 2017
563
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.73 KB | None | 0 0
  1. ptions = premium.analytics.mergeOptions(defaultOptions, options);
  2. /* By default, identify calls are sent to segment */
  3.  
  4. userProperties = userProperties || {};
  5.  
  6. var q = premium.util.parseQuery();
  7.  
  8.  
  9. userProperties.sample = '0';
  10.  
  11. userProperties.wp_medium = 'DynamicDetailsTL_B';
  12.  
  13. userProperties.funnel_type = 'fc_questions_monthly_30s_b';
  14.  
  15. userProperties.channel = 'OptinMonster_ReportSummaryJump';
  16.  
  17. userProperties.initial_funnel_type = 'fc_questions_monthly_30s_b';
  18.  
  19. userProperties.wp_content = 'link_text_record_viewunknownphone';
  20.  
  21. userProperties.wp_source = 'person_detailsPhone_B';
  22.  
  23.  
  24. userProperties.ipAddress = '184.196.39.194';
  25.  
  26. userProperties.funnel_type = 'fc_questions_monthly_30s_b';
  27.  
  28.  
  29.  
  30. if (options.sendToSegment) {
  31. analytics.identify(userProperties);
  32. } else {
  33. var ident = {'userId': userProperties.email, 'userProperties': userProperties};
  34. premium.analytics._identifyQueue.push(ident);
  35. premium.analytics.drainIdentifyEvents();
  36. }
  37.  
  38.  
  39. },
  40. 'drainIdentifyEvents': function() {
  41. if(premium.analytics._drainIdentifyTimer) {
  42. window.clearTimeout(premium.analytics._drainIdentifyTimer);
  43. premium.analytics._drainIdentifyTimer = null;
  44. }
  45. if (premium.analytics._identifyQueue) {
  46. // all this to make sure that amplitude.init() has been called
  47. if (window.amplitude && window.amplitude.options && window.amplitude.options.apiKey) {
  48. for (var i=0; i<premium.analytics._identifyQueue.length; ++i) {
  49. var ident = premium.analytics._identifyQueue[i];
  50. if (ident.userId) {
  51. window.amplitude.setUserId(ident.userId);
  52. }
  53. window.amplitude.setUserProperties(ident.userProperties);
  54. }
  55. premium.analytics._identifyQueue = [];
  56. } else {
  57. premium.analytics._drainIdentifyTimer = window.setTimeout(premium.analytics.drainIdentifyEvents, 100);
  58. }
  59. }
  60. },
  61. '_eventsQueue': [],
  62. '_drainTimer': null,
  63. '_calledSegmentPage': false,
  64. 'track': function(key, props, options) {
  65.  
  66. _pq.push(['track', key]);
  67.  
  68. /* By default, track calls are not sent to segment */
  69. var defaultOptions = {
  70. sendToSegment: false
  71. };
  72. options = premium.analytics.mergeOptions(defaultOptions, options);
  73. if (options.sendToSegment) {
  74. if (!premium.analytics._calledSegmentPage) {
  75. analytics.page();
  76. premium.analytics._calledSegmentPage = true;
  77. }
  78. analytics.track(key, props);
  79. } else {
  80. var evt = { key: key, props: props };
  81. premium.analytics._eventsQueue.push(evt);
  82. premium.analytics.drainEvents();
  83. }
  84. },
  85. 'drainEvents': function() {
  86. if(premium.analytics._drainTimer) {
  87. window.clearTimeout(premium.analytics._drainTimer);
  88. premium.analytics._drainTimer = null;
  89. }
  90. if (premium.analytics._eventsQueue) {
  91. // all this to make sure that amplitude.init() has been called
  92. if (window.amplitude && window.amplitude.options && window.amplitude.options.apiKey) {
  93. for (var i=0; i<premium.analytics._eventsQueue.length; ++i) {
  94. var evt = premium.analytics._eventsQueue[i];
  95. window.amplitude.logEvent(evt.key, evt.props);
  96. }
  97. premium.analytics._eventsQueue = [];
  98. } else {
  99. premium.analytics._drainTimer = window.setTimeout(premium.analytics.drainEvents, 100);
  100. }
  101. }
  102. }
  103. }
  104. </script>
  105.  
  106.  
  107. <style>
  108. .modal {
  109. overflow-y: auto;
  110. }
  111. .compiling-report-modal .modal-header {
  112. background-color: #6D9EE1;
  113. }
  114. .compiling-report-modal .modal-title {
  115. color: #ffffff;
  116. font-weight: bold;
  117. }
  118.  
  119. .completing-report-modal .modal-header {
  120. background-color: #6D9EE1;
  121. }
  122. .completing-report-modal .modal-title {
  123. color: #ffffff;
  124. font-weight: bold;
  125. text-align: left;
  126. font-size: 16px;
  127. }
  128. .completing-report-modal .category {
  129. border-bottom: 1px solid #ddd;
  130. margin: 0;
  131. padding: 10px;
  132. }
  133. .completing-report-modal .category img, .completing-report-modal .category span {
  134. display: none;
  135. }
  136. .completing-report-modal .category.progressing img {
  137. display: inline-block;
  138. }
  139. .completing-report-modal .category.complete span {
  140. display: inline-block;
  141. }
  142. @media (min-width: 768px) {
  143. .completing-report-modal .box-category .box-content {
  144. min-height: 275px;
  145. }
  146. }
  147.  
  148. .captcha-modal .modal-header {
  149. background-color: #6D9EE1;
  150. }
  151. .captcha-modal .modal-title {
  152. color: #ffffff;
  153. font-weight: bold;
  154. font-size: 18px;
  155. }
  156.  
  157. .slider-3-modal .modal-header {
  158. background-color: #6D9EE1;
  159. }
  160. .slider-3-modal .modal-title {
  161. color: #ffffff;
  162. font-weight: bold;
  163. }
  164.  
  165. .available-12-modal .item {
  166. padding: 0 0 5px;
  167. }
  168.  
  169. .available-12-modal .item .col-xs-3 {
  170. text-align: center;
  171. }
  172.  
  173. .available-12-modal .modal-body {
  174. padding: 0;
  175. }
  176.  
  177. .available-12-modal .modal-header {
  178. background-color: #6D9EE1;
  179. }
  180.  
  181. .available-12-modal .modal-header h4 {
  182. color: white;
  183. font-weight: bold;
  184. font-size: 24px;
  185. }
  186.  
  187. .available-12-modal .item img {
  188. width: 16px;
  189. }
  190.  
  191. .available-12-modal .row .col-xs-3 {
  192. padding-right: 0;
  193. }
  194. .available-12-modal .row .col-xs-9 {
  195. padding-left: 0;
  196. }
  197.  
  198. .preview-modal .modal-header {
  199. background-color: #6D9EE1;
  200. }
  201. .preview-modal .modal-title {
  202. color: #ffffff;
  203. font-weight: bold;
  204. }
  205.  
  206. .account-creation-modal .modal-header {
  207. background-color: #B5D454;
  208. }
  209. .account-creation-modal .modal-title {
  210. color: #ffffff;
  211. font-weight: bold;
  212. }
  213. .box .box-content.cart {
  214. border: none;
  215. margin: 0 -15px;
  216. border-top: 1px solid #ddd;
  217. border-bottom: 1px solid #ddd;
  218. background-color: #f9f9f9;
  219. }
  220. #chosen-product-reports {
  221. font-size: 10px;
  222. }
  223. label.error {
  224. color: red;
  225. }
  226. .form-control.error {
  227. border-color: red;
  228. }
  229.  
  230. label.selected {
  231. background-color: #EDF3FB;
  232. }
  233. .multistep #content {
  234. margin-top: 0;
  235. }
  236.  
  237. .plan h3, .plan .price {
  238. font-size: 16px;
  239. }
  240. .plan h3 + p, .plan .price-today, .plan .plan-includes {
  241. font-size: 10px;
  242. }
  243. #product-price {
  244. font-size: 22px;
  245. }
  246. .incomplete {
  247. font-weight: 300;
  248. color: #bebebf;
  249. }
  250.  
  251. .animated-ellipsis:after {
  252. overflow: hidden;
  253. display: inline-block;
  254. vertical-align: bottom;
  255. -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  256. animation: ellipsis steps(4, end) 900ms infinite;
  257. content: "\2026";
  258. width: 0;
  259. }
  260.  
  261. @-webkit-keyframes ellipsis {
  262. to {
  263. width: .8em;
  264. }
  265. }
  266.  
  267. @keyframes ellipsis {
  268. to {
  269. width: .8em;
  270. }
  271. }
  272.  
  273. @media (min-width: 768px) {
  274. .box .box-content.cart {
  275. margin: 0;
  276. border-top: none;
  277. border-bottom: none;
  278. background-color: #fff;
  279. }
  280. #chosen-product {
  281. font-size: 18px;
  282. }
  283. #chosen-product-reports {
  284. font-size: 14px;
  285. }
  286. h1 {
  287. font-size: 28px;
  288. }
  289. h1 + .row {
  290. margin-top: 20px;
  291. }
  292. h2 {
  293. font-size: 21px;
  294. }
  295. .plan h3, .plan .price {
  296. font-size: 24px;
  297. }
  298. .plan h3 + p, .plan .price-today, .plan .plan-includes {
  299. font-size: 14px;
  300. }
  301. #product-price {
  302. font-size: 32px;
  303. }
  304. }
  305. </style>
  306.  
  307. <script type="text/javascript" src="/ga264016.js" defer></script><style type="text/css">#d__fFH{position:absolute;top:-5000px;left:-5000px}#d__fF{font-family:serif;font-size:200px;visibility:hidden}#efrcrqsddfbfs{display:none!important}</style></head>
  308. <body class='multistep no-search white-background'>
  309.  
  310. <header>
  311.  
  312. <nav class="navbar navbar-default navbar-fixed-top" style="height: auto; max-width: 100%; text-align: center;">
  313. <div class="navbar-item logo">
  314.  
  315.  
  316.  
  317. <a class="navbar-brand" href="#">
  318. <img src="https://cdnmatador.global.ssl.fastly.net/assets/premium_logo-34bf5398a0c7641041f38826177a55ac.svg" onerror="this.src='https://cdnmatador.global.ssl.fastly.net/assets/premium_logo_2x-bc758620e446e833ff26768c5fe2b5dd.png'; this.onerror=null;" class="logo" alt="Whitepages" />
  319. </a><span id="efrcrqsddfbfs"><a rel="file" style="display: none;" href="eeeteeczwuczxe.html">fdzdzxxbtwrrqyswqeyrfd</a></span>
  320. </div>
  321.  
  322.  
  323.  
  324.  
  325. </nav>
  326. <div class="backdrop"></div>
  327.  
  328. </header>
  329.  
  330. <div id="wrapper">
  331.  
  332. <noscript>
  333. <div id="no-js" class="text-center alert alert-warning">
  334. <h4>
  335. <span class="icon-exclamation-sign"></span>
  336. Warning
  337. </h4>
  338. This site will not work properly with Javascript disabled. Please enable Javascript in the settings of your browser.
  339. </div>
  340. </noscript>
  341. <section id="content" class="no-nav">
  342. <div class="container fixed-width">
  343.  
  344.  
  345. <div id="content-wrapper">
  346.  
  347. <div id="exit-modal" tabindex="-1" style="background-color: #EFEFE8; position: fixed; top: 0; bottom: 0; left: 0; right:0; z-index: 100000; overflow: scroll; display: none;">
  348. <div class="text-center" style="padding: 10px; margin: auto; max-width: 600px;">
  349. <span style="margin: auto;">
  350. <img src="https://a.optnmnstr.com/users/5ac8698fd704/images/7a166c07e0111452659379-logo_premiumGrayMedium.png" alt="7a166c07e0111452659379-logo_premiumGrayMedium.png" width: class="img-responsive">
  351. </span>
  352. <h1 style="font-size: 40px; font-weight: bold;"> <span style="font-size: 52px">FREE</span></br> REPORT SUMMARY</h1>
  353. <h2 style="font-size: 24px; font-weight: bold;">David Alan Raynsford</h2>
  354.  
  355. <p style="margin: 30px; 0px; font-size: 16px;">Don't miss our special offer! <br/>See a complete report summary today! </p>
  356.  
  357. <p>
  358. <a class="btn btn-large btn-primary" href="/checkout/redirect_comp_report?params=channel-ReportSummaryJumpMobile"> See FREE Summary</a>
  359. </p>
  360. <p style="margin-top: 30px;">
  361. <a onclick="$('#exit-modal').remove()" href="#" style="color: #999; text-decoration: underline; font-weight: normal;">No, thanks. I prefer to pay full price later</a>
  362. </p>
  363. </div>
  364. </div>
  365. <div class="text-center col-xs-12 col-sm-offset-1 col-sm-10 col-md-offset-2 col-md-8 col-lg-offset-3 col-lg-6 vertical-center-sm">
  366. <div class="visible-xs visible-ms" style="height: 75px;"></div>
  367. <!--INFO AVAILABLE MODAL -->
  368. <div id="info-available" class="loaders">
  369. <p>We are looking for information on</p>
  370. <h1 style="font-weight: 700; font-size: 22px; margin: 10px 0 10px;">David Alan Raynsford</h1>
  371. <div class="row">
  372. <div class="col-xs-12">
  373. <p style="margin-bottom: 15px;">Please wait while we search all available data sources and compile a full profile</p>
  374. <div class="progress" style="margin: 10px 20px 10px; height: 40px; position: relative; background-color: #bebebf;">
  375. <div class="progress-bar progress-bar-striped active" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%; background-color: #4f4f4f;">
  376. </div>
  377. <p class="text-center" style="position: absolute; width: 100%; color: white; font-weight: bold; padding-top: 10px;">Court Records</p>
  378. </div>
  379. <div class="progress" style="margin: 10px 20px 10px; height: 40px; position: relative; background-color: #bebebf;">
  380. <div class="progress-bar progress-bar-striped active" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%; background-color: #4f4f4f;">
  381. </div>
  382. <p class="text-center" style="position: absolute; width: 100%; color: white; font-weight: bold; padding-top: 10px;">Bankruptcies and Liens</p>
  383. </div>
  384. <div class="progress" style="margin: 10px 20px 10px; height: 40px; position: relative; background-color: #bebebf;">
  385. <div class="progress-bar progress-bar-striped active" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%; background-color: #4f4f4f;">
  386. </div>
  387. <p class="text-center" style="position: absolute; width: 100%; color: white; font-weight: bold; padding-top: 10px;">Full Contact Details</p>
  388. </div>
  389. <div class="box" style="margin: 30px 0 0;">
  390. <div class="box-content text-left" style="padding: 5px 0; border-radius: 50px; width: 50%; min-width: 260px; margin: auto; overflow: hidden;">
  391. <img class="pull-left" src="https://cdnmatador.global.ssl.fastly.net/assets/safety_badge-a748d0c5dd0c689ba73352936f074c0d.svg" onerror="this.src='https://cdnmatador.global.ssl.fastly.net/assets/safety_badge-db3c779bf3af121b884c7639b876dccb.png'; this.onerror=null;" alt="" style="width: 39px; margin-left: 5px; margin-right: 5px;"/>
  392. <span style="font-weight: bold;">100% PRIVATE</span>
  393.  
  394. <span> David will never be notified of this search</span>
  395. </div>
  396. </div>
  397. </div>
  398. </div>
  399. </div>
  400.  
  401. <!--BACKGROUND REPORT IS READY-->
  402. <div id="comprehensive-report-ready" class="available-12-modal loaders hide">
  403. <h1>Your Background Report Is Ready</h1>
  404. <img src="https://cdnmatador.global.ssl.fastly.net/assets/illustrations/report_illustration-c9d3bd4b0872fbd4e8ead8340008174e.svg" onerror="this.src='https://cdnmatador.global.ssl.fastly.net/assets/person_icon-77fe3aed35a7e7df757aa293a9c22774.png'; this.onerror=null;" alt=""/>
  405. <p style="font-weight: bold; margin-bottom: 15px;">David Alan Raynsford</p>
  406. <a class="btn btn-primary disabled visible-xs visible-ms" style="margin: 15px;">Continue to Report <span class="icon-chevron-right"></span></a>
  407. <p class="text-left-xs text-center-sm" style="padding: 0 15px; margin-bottom: 15px;">We found information in one or more of the following categories:</p>
  408. <div class="row text-left">
  409. <div class="col-sm-4 item incomplete">
  410. <div class="col-xs-3">
  411. <span class="icon-search" style="display: none"></span>
  412. <img src="https://cdnmatador.global.ssl.fastly.net/assets/flatty/ajax-loaders/11-3b3cafd18281ba3ecf47dce0c8cea753.gif" alt="" style="width: 13px;" />
  413. </div>
  414. <div class="col-xs-9">
  415. Addresses
  416. </div>
  417. </div>
  418. <div class="col-sm-4 item incomplete">
  419. <div class="col-xs-3">
  420. <span class="icon-search" style="display: none"></span>
  421. <img src="https://cdnmatador.global.ssl.fastly.net/assets/flatty/ajax-loaders/11-3b3cafd18281ba3ecf47dce0c8cea753.gif" alt="" style="width: 13px;" />
  422. </div>
  423. <div class="col-xs-9">
  424. Phone Numbers
  425. </div>
  426. </div>
  427. <div class="col-sm-4 item incomplete">
  428. <div class="col-xs-3">
  429. <span class="icon-search" style="display: none"></span>
  430. <img src="https://cdnmatador.global.ssl.fastly.net/assets/flatty/ajax-loaders/11-3b3cafd18281ba3ecf47dce0c8cea753.gif" alt="" style="width: 13px;" />
  431. </div>
  432. <div class="col-xs-9">
  433. Location History
  434. </div>
  435. </div>
  436. </div>
  437. <div class="row text-left">
  438. <div class="col-sm-4 item incomplete">
  439. <div class="col-xs-3">
  440. <span class="icon-search" style="display: none"></span>
  441. <img src="https://cdnmatador.global.ssl.fastly.net/assets/flatty/ajax-loaders/11-3b3cafd18281ba3ecf47dce0c8cea753.gif" alt="" style="width: 13px;" />
  442. </div>
  443. <div class="col-xs-9">
  444. Family Members
  445. </div>
  446. </div>
  447. <div class="col-sm-4 item incomplete">
  448. <div class="col-xs-3">
  449. <span class="icon-search" style="display: none"></span>
  450. <img src="https://cdnmatador.global.ssl.fastly.net/assets/flatty/ajax-loaders/11-3b3cafd18281ba3ecf47dce0c8cea753.gif" alt="" style="width: 13px;" />
  451. </div>
  452. <div class="col-xs-9">
  453. Drug Charges
  454. </div>
  455. </div>
  456. <div class="col-sm-4 item incomplete">
  457. <div class="col-xs-3">
  458. <span class="icon-search" style="display: none"></span>
  459. <img src="https://cdnmatador.global.ssl.fastly.net/assets/flatty/ajax-loaders/11-3b3cafd18281ba3ecf47dce0c8cea753.gif" alt="" style="width: 13px;" />
  460. </div>
  461. <div class="col-xs-9">
  462. Court Records
  463. </div>
  464. </div>
  465. </div>
  466. <div class="row text-left">
  467. <div class="col-sm-4 item incomplete">
  468. <div class="col-xs-3">
  469. <span class="icon-search" style="display: none"></span>
  470. <img src="https://cdnmatador.global.ssl.fastly.net/assets/flatty/ajax-loaders/11-3b3cafd18281ba3ecf47dce0c8cea753.gif" alt="" style="width: 13px;" />
  471. </div>
  472. <div class="col-xs-9">
  473. Date of Birth
  474. </div>
  475. </div>
  476. <div class="col-sm-4 item incomplete">
  477. <div class="col-xs-3">
  478. <span class="icon-search" style="display: none"></span>
  479. <img src="https://cdnmatador.global.ssl.fastly.net/assets/flatty/ajax-loaders/11-3b3cafd18281ba3ecf47dce0c8cea753.gif" alt="" style="width: 13px;" />
  480. </div>
  481. <div class="col-xs-9">
  482. Concealed Weapon
  483. </div>
  484. </div>
  485. <div class="col-sm-4 item incomplete">
  486. <div class="col-xs-3">
  487. <span class="icon-search" style="display: none"></span>
  488. <img src="https://cdnmatador.global.ssl.fastly.net/assets/flatty/ajax-loaders/11-3b3cafd18281ba3ecf47dce0c8cea753.gif" alt="" style="width: 13px;" />
  489. </div>
  490. <div class="col-xs-9">
  491. Sex Offender Check
  492. </div>
  493. </div>
  494. </div>
  495. <div class="row text-left">
  496. <div class="col-sm-4 item incomplete">
  497. <div class="col-xs-3">
  498. <span class="icon-search" style="display: none"></span>
  499. <img src="https://cdnmatador.global.ssl.fastly.net/assets/flatty/ajax-loaders/11-3b3cafd18281ba3ecf47dce0c8cea753.gif" alt="" style="width: 13px;" />
  500. </div>
  501. <div class="col-xs-9">
  502. Misdemeanors
  503. </div>
  504. </div>
  505. <div class="col-sm-4 item incomplete">
  506. <div class="col-xs-3">
  507. <span class="icon-search" style="display: none"></span>
  508. <img src="https://cdnmatador.global.ssl.fastly.net/assets/flatty/ajax-loaders/11-3b3cafd18281ba3ecf47dce0c8cea753.gif" alt="" style="width: 13px;" />
  509. </div>
  510. <div class="col-xs-9">
  511. Assault Records
  512. </div>
  513. </div>
  514. <div class="col-sm-4 item incomplete">
  515. <div class="col-xs-3">
  516. <span class="icon-search" style="display: none"></span>
  517. <img src="https://cdnmatador.global.ssl.fastly.net/assets/flatty/ajax-loaders/11-3b3cafd18281ba3ecf47dce0c8cea753.gif" alt="" style="width: 13px;" />
  518. </div>
  519. <div class="col-xs-9">
  520. Criminal Check
  521. </div>
  522. </div>
  523. </div>
  524. <a class="btn btn-primary disabled hidden-xs hidden-ms" style="margin: 15px;">Continue to Report <span class="icon-chevron-right"></span></a>
  525. </div>
  526.  
  527. <!--COMPILING REPORT-->
  528. <div id="compiling-report" class="compiling-report-modal loaders hide">
  529. <div class="row">
  530. <div class="col-xs-12">
  531. <h1>Please Wait While We Process Your Report</h1>
  532. <img src="https://cdnmatador.global.ssl.fastly.net/assets/flatty/ajax-loaders/wp_loading-0d83c208c9254fffcaafc555c60c8b06.gif" alt="Loading" style="width: 200px;" />
  533. </div>
  534. </div>
  535. </div>
  536.  
  537. <!--CAPTCHA-->
  538. <div id="captcha" class="captcha-modal loaders hide">
  539. <h1 style="margin-bottom: 15px;">Verify Below to Continue</h1>
  540. <div class="row">
  541. <div class="col-sm-6">
  542. <div class="box box-bordered box-nomargin">
  543. <div class="box-header" style="font-size: 14px; line-height: 120%; font-weight: 400;">
  544. Copy the text below into the box
  545. </div>
  546. <div class="box-content">
  547. <div class="row" style="margin: 0; border: 1px solid #ddd; background-color: #f9f9f9;">
  548. <div class="col-xs-9" style="padding: 5px 0 5px 5px;">
  549. <img class="captcha" src="https://cdnmatador.global.ssl.fastly.net/assets/captcha/good-6fcf2adb6ec2ea78a6c5da9cccc8c88e.png" alt="good" style="width: 100%; display: none;" />
  550. <img class="captcha" src="https://cdnmatador.global.ssl.fastly.net/assets/captcha/food-50c0ec56866fec56412769e71de35441.png" alt="food" style="width: 100%; display: none;" />
  551. <img class="captcha" src="https://cdnmatador.global.ssl.fastly.net/assets/captcha/wood-32d92b3a04160f25822b57200a23fec9.png" alt="wood" style="width: 100%; display: none;" />
  552. <img class="captcha" src="https://cdnmatador.global.ssl.fastly.net/assets/captcha/book-3519ad7ce2f73df665f728f857368af9.png" alt="book" style="width: 100%; display: none;" />
  553. <img class="captcha" src="https://cdnmatador.global.ssl.fastly.net/assets/captcha/deer-e29f3c5db81825906bf509505c55d10b.png" alt="deer" style="width: 100%; display: none;" />
  554. <img class="captcha" src="https://cdnmatador.global.ssl.fastly.net/assets/captcha/dog-1e3733b6e4fa2aa5f4a9087cb6a5e479.png" alt="dog" style="width: 100%; display: none;" />
  555. <img class="captcha" src="https://cdnmatador.global.ssl.fastly.net/assets/captcha/door-6bb053527bab1513eb51ad5de7144280.png" alt="door" style="width: 100%; display: none;" />
  556. <img class="captcha" src="https://cdnmatador.global.ssl.fastly.net/assets/captcha/fish-0ce42fda411371a22507630cd5774715.png" alt="fish" style="width: 100%; display: none;" />
  557. <img class="captcha" src="https://cdnmatador.global.ssl.fastly.net/assets/captcha/song-b895225f0f5c9ffc82aa24d2b7cc3fc6.png" alt="song" style="width: 100%; display: none;" />
  558. </div>
  559. <div class="col-xs-3" style="padding: 5px 5px 5px 0;">
  560. <a href="#" class="btn btn-secondary" style="min-width: 0; width: 100%;">
  561. <span class="captcha-refresh icon-refresh icon-2x"></span>
  562. </a>
  563. </div>
  564. </div>
  565. <div class="captcha-form form-group" style="margin: 15px 0 0;">
  566. <label for="captcha-text" class="hide">Captcha Text</label>
  567. <input class="form-control text-center" type="text" placeholder="Type text here" style="font-size: 18px;" />
  568. <span class="help-block" style="display: none;">Type the text into the box</span>
  569. </div>
  570. </div>
  571. </div>
  572. <a href="#" class="btn btn-primary continue" style="display: inline-block; margin: 15px 0; width: 100%;">Continue <span class="icon-chevron-right"></span></a>
  573. <p class="text-left" style="font-weight: bold; color: #939597; margin-bottom: 0;">Why do I have to do this?</p>
  574. <p class="text-left" style="margin-bottom: 0; color: #939597; font-weight: 300;">We have data costs associated with our reports, therefore we try to make sure we only run searches for real people.
  575. </div>
  576. <div class="col-sm-6 hidden-xs hidden-ms">
  577. <div class="box box-bordered">
  578. <div class="box-header" style="background-color: #ddd; font-weight: 300;">
  579. Summary of Results
  580. </div>
  581. <div class="box-content" style="background-color: #f9f9f9;">
  582. <div class="row">
  583. <div class="col-sm-3">
  584. <img src="https://cdnmatador.global.ssl.fastly.net/assets/person_icon-a9cb6087be83c6982367ed787fef679c.svg" onerror="this.src='https://cdnmatador.global.ssl.fastly.net/assets/person_icon-77fe3aed35a7e7df757aa293a9c22774.png'; this.onerror=null;" alt="" style="width: 100%; min-width: 40px; max-width: 60px;"/>
  585. </div>
  586. <div class="col-sm-9 text-left" style="padding: 0;">
  587. <p style="font-weight: bold; margin: 0;">David Alan Raynsford</p>
  588. <p stype="margin: 0;">Age: 50 </p>
  589. </div>
  590. </div>
  591. <p class="text-left">Results may include:</p>
  592. <ul class="text-left list-unstyled">
  593. <li><span class="icon-check text-contrast"></span> Current &amp; Historical Addresses</li>
  594. <li><span class="icon-check text-contrast"></span> All Available Phone Numbers</li>
  595. <li><span class="icon-check text-contrast"></span> Family Members &amp; Associates</li>
  596. <li><span class="icon-check text-contrast"></span> Email Addresses</li>
  597. <li><span class="icon-check text-contrast"></span> Criminal Records</li>
  598. <li><span class="icon-check text-contrast"></span> Bankruptcies</li>
  599. <li><span class="icon-check text-contrast"></span> Liens &amp; Judgments</li>
  600. <li><span class="icon-check text-contrast"></span> Properties</li>
  601. <li><span class="icon-check text-contrast"></span> Licenses</li>
  602. </ul>
  603. </div>
  604. </div>
  605. </div>
  606. </div>
  607. </div>
  608.  
  609. <!--COMPLETING REPORT-->
  610. <div id="completing-report" class="completing-report-modal loaders hide">
  611. <h1 style="margin-bottom: 20px;">Compiling Your Report</h1>
  612. <div class="row">
  613. <div class="col-sm-5 text-left-sm">
  614. <h2 style="margin: 0;">David Alan Raynsford</h2>
  615. <p><span class="icon-map-marker"></span> Woodland Park, Co | Age: 50</p>
  616. </div>
  617. <div class="col-sm-7 time-remaining">
  618. <p class="text-right-sm">Approximately <span class="time" style="font-weight: bold;" data-seconds="120">2 minutes </span> remaining</p>
  619. </div>
  620. </div>
  621. <div class="progress visible-xs visible-ms" style="margin: 10px 20px 23px; height: 40px; position: relative; background-color: #bebebf;">
  622. <div class="progress-bar progress-bar-striped active" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%; background-color: #4f4f4f;">
  623. </div>
  624. <p class="text-center percentage" style="position: absolute; width: 100%; color: white; font-weight: bold; padding-top: 10px;">0%</p>
  625. </div>
  626. <div class="row text-left">
  627. <div class="col-sm-5 hidden-xs hidden-ms">
  628. <p class="category" data-reference=".box-personal-info" data-questions=".questionnaire-questions.personal-info">Personal Info <img class="pull-right" src="https://cdnmatador.global.ssl.fastly.net/assets/flatty/ajax-loaders/11-3b3cafd18281ba3ecf47dce0c8cea753.gif" alt="" style="width: 16px;" /><span class="pull-right icon-check text-contrast icon-2x"></span></p>
  629. <p class="category" data-reference=".box-address" data-questions=".questionnaire-questions.property-info">Property <img class="pull-right" src="https://cdnmatador.global.ssl.fastly.net/assets/flatty/ajax-loaders/11-3b3cafd18281ba3ecf47dce0c8cea753.gif" alt="" style="width: 16px;" /><span class="pull-right icon-check text-contrast icon-2x"></span></p>
  630. <p class="category" data-reference=".box-criminal">Criminal <img class="pull-right" src="https://cdnmatador.global.ssl.fastly.net/assets/flatty/ajax-loaders/11-3b3cafd18281ba3ecf47dce0c8cea753.gif" alt="" style="width: 16px;" /><span class="pull-right icon-check text-contrast icon-2x"></span></p>
  631. <p class="category" data-reference=".box-relatives" data-questions=".questionnaire-questions.family-members">Family Members <img class="pull-right" src="https://cdnmatador.global.ssl.fastly.net/assets/flatty/ajax-loaders/11-3b3cafd18281ba3ecf47dce0c8cea753.gif" alt="" style="width: 16px;" /><span class="pull-right icon-check text-contrast icon-2x"></span></p>
  632. <p class="category" data-reference=".box-civil">Civil Records <img class="pull-right" src="https://cdnmatador.global.ssl.fastly.net/assets/flatty/ajax-loaders/11-3b3cafd18281ba3ecf47dce0c8cea753.gif" alt="" style="width: 16px;" /><span class="pull-right icon-check text-contrast icon-2x"></span></p>
  633. <p class="category" data-reference=".box-miscellaneous" data-questions=".questionnaire-questions.miscellaneous">Miscellaneous <img class="pull-right" src="https://cdnmatador.global.ssl.fastly.net/assets/flatty/ajax-loaders/11-3b3cafd18281ba3ecf47dce0c8cea753.gif" alt="" style="width: 16px;" /><span class="pull-right icon-check text-contrast icon-2x"></span></p>
  634. </div>
  635. <div class="col-sm-7">
  636. <div class="box box-bordered box-category box-personal-info">
  637. <div class="box-header"><span style="display: inline-block; margin-top: 10px;">Personal</span> <img class="pull-right" src="https://cdnmatador.global.ssl.fastly.net/assets/illustrations/report_illustration-c9d3bd4b0872fbd4e8ead8340008174e.svg" onerror="this.src='https://cdnmatador.global.ssl.fastly.net/assets/illustrations/report_illustration_1x-4d264419add938deaf15a8bf159cdd31.png'; this.onerror=null;" alt="" style="height: 50px;" /></div>
  638. <div class="box-content" style="font-weight: 300;">
  639. <p>Our reports on Personal Information are very thorough. We scour a multitude of databases to reveal, where available, full names, maiden names, phone details, aliases, address history sorted by "last seen", as well as current address. Phone numbers may contain current owner name and information about people potentially associated with those numbers. We display current address with an interactive map and satellite imagery and provide users with access to detailed property reports that include home values and sales information.</p>
  640. </div>
  641. </div>
  642. <div class="box box-bordered box-category box-address">
  643. <div class="box-header"><span style="display: inline-block; margin-top: 10px;">Properties</span> <img class="pull-right" src="https://cdnmatador.global.ssl.fastly.net/assets/illustrations/property_illustration-4f83d3e18dc76102e3cd2396f127ec66.svg" onerror="this.src='https://cdnmatador.global.ssl.fastly.net/assets/illustrations/property_illustration_1x-8b393f85c1f689dddc4fb80e71ed28fe.png'; this.onerror=null;" alt="" style="height: 50px;" /></div>
  644. <div class="box-content" style="font-weight: 300;">
  645. <p>Property records are associated with individual people in our database. Our reports on individuals will attempt to locate available records on current and historical real estate holdings with detailed property reports that include home values and sales information. Reports can also include satellite maps, parcel numbers, property tax amounts via country assessor data, property values, and building information. Along with buyer and seller information, we also display available sales prices.</p>
  646. </div>
  647. </div>
  648. <div class="box box-bordered box-category box-criminal">
  649. <div class="box-header"><span style="display: inline-block; margin-top: 10px;">Criminal</span> <img class="pull-right" src="https://cdnmatador.global.ssl.fastly.net/assets/illustrations/cuff_illustration-37b48f03dc1a8f4a0cc270e521f48196.svg" onerror="this.src='https://cdnmatador.global.ssl.fastly.net/assets/illustrations/cuff_illustration_1x-137e5b996e21b0e3f027e9469c7d7b0c.png'; this.onerror=null;" alt="" style="height: 50px;" /></div>
  650. <div class="box-content" style="font-weight: 300;">
  651. <p>Criminal History Reports contain available information about arrests, convictions, outstanding warrants, and traffic violations such as speeding tickets. Information about criminal offenses includes available date and location of the crime, as well as information about how the record was matched with a given person. This is important because records can sometimes be associated with the wrong person. Our reports are compiled using federal, state, county, and local databases and include available results from corrections departments, state and federal courts, and Sex Offender and Most Wanted lists.</p>
  652. </div>
  653. </div>
  654. <div class="box box-bordered box-category box-relatives">
  655. <div class="box-header"><span style="display: inline-block; margin-top: 10px;">Family Members</span> <img class="pull-right" src="https://cdnmatador.global.ssl.fastly.net/assets/illustrations/license_illustration-d6f3a144c95ceadb0f0cb767285ef512.svg" onerror="this.src='https://cdnmatador.global.ssl.fastly.net/assets/illustrations/license_illustration_1x-1fe8e896c63a6903673bfe37e704fed4.png'; this.onerror=null;" alt="" style="height: 50px;" /></div>
  656. <div class="box-content" style="font-weight: 300;">
  657. <p>Family members in our reports are not limited to just relatives. We will also seek out any available information we can source on "significant others", business partners, roommates, business associates, and spouses and/or ex-spouses. We have premium access to mutiple sources of the hardest to find public records data, which allows us to best infer close relationships for your targeted searches.</p>
  658. </div>
  659. </div>
  660. <div class="box box-bordered box-category box-civil">
  661. <div class="box-header"><span style="display: inline-block; margin-top: 10px;">Civil Records</span> <img class="pull-right" src="https://cdnmatador.global.ssl.fastly.net/assets/illustrations/court_illustration-eaf9e8f20d20982c53049b066779dd64.svg" onerror="this.src='https://cdnmatador.global.ssl.fastly.net/assets/illustrations/court_illustration_1x-c2efa3ef50d8dbcd858aa31b3d4f4c65.png'; this.onerror=null;" alt="" style="height: 50px;" /></div>
  662. <div class="box-content" style="font-weight: 300;">
  663. <p>Civil Records may contain bankruptcy records that may include the type of bankruptcy, actions, legal representation involved in the case, as well as name and address information about the trustees. Foreclosures information may include available loan information including loan dates, lender information, and assessor's parcel number. Our Civil Records Reports provide extremely detailed information on liens, judgments, bankruptcy information, and other civil matters.</p>
  664. </div>
  665. </div>
  666. <div class="box box-bordered box-category box-miscellaneous">
  667. <div class="box-header"><span style="display: inline-block; margin-top: 10px;">Miscellaneous</span> <img class="pull-right" src="https://cdnmatador.global.ssl.fastly.net/assets/illustrations/cell_illustration-4c952212a79d01c5778934436640a202.svg" onerror="this.src='https://cdnmatador.global.ssl.fastly.net/assets/illustrations/cell_illustration_1x-19993403f06774a50872a4cec09e8f22.png'; this.onerror=null;" alt="" style="height: 50px;" /></div>
  668. <div class="box-content" style="font-weight: 300;">
  669. <p>We also give you the ability to run reverse telephone and addresses searches to see who owns a telephone number or lives at an address. Our court record search allows you to search through our comprehensive criminal and civil records databases to uncover additional information about a search subject.</p>
  670. </div>
  671. </div>
  672. </div>
  673. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement